/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Cleanar - Cleaning Services HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
1.1 Theme Reset Style
1.2 Global Elements

2. header
2.1 topbar
2.2 navigation

3. content
3.1 wpo-hero-area
3.2 partners
3.3 about-section
3.4 wpo-service-section 
3.5 wpo-choose-section
3.6 wpo-work-section
3.7 fanfuct-section
3.8 transforming-section
3.9 wpo-cta-section
3.10 wpo-faq-section
3.11 wpo-testimonials-section
3.12 wpo-contact-section
3.13 wpo-booking-section
3.14 wpo-blog-section

4. wpo-footer

5. Home-style-2
5.1 wpo-work-section-s2
5.2 about-section-s2
5.3 wpo-service-section-s2
5.4 wpo-team-section
5.5 wpo-cta-section-s2
5.6 wpo-testimonials-section-s2

6. Home-style-3
6.1 about-section-s3
6.2 wpo-team-section-s2

7. service-single-page

8. project-single-page

9. wpo-team-single

10. shop-page

11. shop-single-page

12. cart-page-style

13. checkout-page-style

14. blog-pg-section

15. blog-single-section

16. contact-page

17. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Parkinsans:wght@300..800&display=swap");
/* 1.1 Theme Reset Style */
html {
	font-size: 18px;
}

:root {
	scroll-behavior: unset;
}

body {
	font-family: "Nunito";
	color: #032532;
	background-color: #fff;
	font-size: 15px;
	font-size: 0.83333rem;
	overflow-x: hidden;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0E152B;
	font-family: "Parkinsans";
	font-weight: 500;
}

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

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

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

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

.box-style {
	max-width: 1691px;
	margin: 0 auto;
}

.contact-address li{
	display:flex;
	align-items:center;
	gap:10px;

}

.contact-address li p{
	margin-bottom:0;
}

.contact-address li i{
	font-size: 36px;
	color: #fcf206;
}

@media (max-width: 1800px) {
	.box-style {
		margin-left: 15px;
		margin-right: 15px;
	}
}

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

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

.wow {
	visibility: hidden;
}

.fi:before {
	margin: 0;
}

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

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

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

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

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

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

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

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

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
	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 #c-success,
	.contact-validation-active #c-error,
	.contact-validation-active #error {
		font-size: 15px;
	}
}

.contact-validation-active #c-success,
.contact-validation-active #success {
	background-color: #009a00;
	border-left: 5px solid green;
	margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
	background-color: #ff1a1a;
	border-left: 5px solid red;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

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

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

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

.back-to-top i {
	font-size: 18px;
	font-size: 1rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -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;
	-webkit-transition: all 0.3s ease-out;
	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: 99999 !important;
}

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

.rolling-text {
	display: inline-block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	position: relative;
}

.rolling-text .text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.rolling-text .text-line {
	display: block;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
}

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

.middle-light {
	position: relative;
	overflow: hidden;
}

.middle-light::before {
	background: rgba(66, 198, 82, 0.2);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1;
}

.middle-light:hover:before {
	left: 0;
	right: 0;
	opacity: 0;
}

.left-to-right-light {
	position: relative;
	overflow: hidden;
}

.left-to-right-light:before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.left-to-right-light:hover:before {
	-webkit-animation: lightltr 1s;
	animation: lightltr 1s;
}

@-webkit-keyframes lightltr {
	100% {
		left: 125%;
	}
}

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

.wow.LefttoRight.animated {
	-webkit-animation-name: HxSkewIn;
	animation-name: HxSkewIn;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
	animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@-webkit-keyframes HxSkewIn {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes HxSkewIn {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.wow.RighttoLeft.animated {
	-webkit-animation-name: HxSkewInRTL;
	animation-name: HxSkewInRTL;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
	animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@-webkit-keyframes HxSkewInRTL {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%);
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes HxSkewInRTL {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%);
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.wpo-section-title,
.wpo-section-title-s2 {
	margin-bottom: 40px;
	text-align: center;
	margin-top: -15px;
}

@media (max-width: 767px) {
	.wpo-section-title,
	.wpo-section-title-s2 {
		margin-bottom: 30px;
	}
}

.wpo-section-title span,
.wpo-section-title-s2 span {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: -0.24px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.wpo-section-title span,
	.wpo-section-title-s2 span {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.wpo-section-title span,
	.wpo-section-title-s2 span {
		font-size: 20px;
		line-height: 35px;
	}
}

@media (max-width: 575px) {
	.wpo-section-title span,
	.wpo-section-title-s2 span {
		font-size: 18px;
		line-height: 35px;
	}
}

.wpo-section-title span i,
.wpo-section-title-s2 span i {
	line-height: unset;
	margin-right: 10px;
	position: relative;
	top: -4px;
	max-width: 35px;
}

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
	color: #0E152B;
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -1.1px;
}

@media (max-width: 1399px) {
	.wpo-section-title h2,
	.wpo-section-title-s2 h2 {
		font-size: 45px;
		line-height: 55px;
	}
}

@media (max-width: 1199px) {
	.wpo-section-title h2,
	.wpo-section-title-s2 h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media (max-width: 991px) {
	.wpo-section-title h2,
	.wpo-section-title-s2 h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 575px) {
	.wpo-section-title h2,
	.wpo-section-title-s2 h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

.wpo-section-title-s2 {
	text-align: left;
	margin-bottom: 30px;
}

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

@media (max-width: 767px) {
	.wpo-section-title-s2 {
		margin-bottom: 25px;
	}
}

.wpo-section-title-s2 span {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 991px) {
	.wpo-section-title-s2 span {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.wpo-section-title-s2 p {
	margin-bottom: 0;
	margin-top: 20px;
}

.theme-btn, .view-cart-btn,
.theme-btn-s2,
.theme-btn-s3 {
	background: #fcf206;
	color: #000;
	display: inline-block;
	padding: 20px 50px;
	border: 0;
	text-transform: capitalize;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	position: relative;
	font-family: "Nunito";
	font-size: 16px;
	border-radius: 11px;
	-webkit-box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.12) inset;
	box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.12) inset;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	text-transform: capitalize;
	overflow: hidden;
	padding-right: 72px;
}

.theme-btn::after, .view-cart-btn::after,
.theme-btn-s2::after,
.theme-btn-s3::after {
	background-color: #efeb90;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	color:#fff;
	top: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	width: 100%;
	z-index: -1;
}

.theme-btn::before, .view-cart-btn::before,
.theme-btn-s2::before,
.theme-btn-s3::before {
	position: absolute;
	right: 42px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	background-image: url(../images/right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 17.684px;
	height: 13.073px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* .service-box .theme-btn-s3::before{
	rotate: 90deg;
	    right: 50px;
    top: 40%;
} */

@media (max-width: 767px) {
	.theme-btn::before, .view-cart-btn::before,
	.theme-btn-s2::before,
	.theme-btn-s3::before {
		right: 18px;
	}
}

.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active {
	color: #000;
}

.theme-btn:hover::before, .view-cart-btn:hover::before, .theme-btn:focus::before, .view-cart-btn:focus::before, .theme-btn:active::before, .view-cart-btn:active::before,
.theme-btn-s2:hover::before,
.theme-btn-s2:focus::before,
.theme-btn-s2:active::before,
.theme-btn-s3:hover::before,
.theme-btn-s3:focus::before,
.theme-btn-s3:active::before {
	right: 37px;
}

@media (max-width: 767px) {
	.theme-btn:hover::before, .view-cart-btn:hover::before, .theme-btn:focus::before, .view-cart-btn:focus::before, .theme-btn:active::before, .view-cart-btn:active::before,
	.theme-btn-s2:hover::before,
	.theme-btn-s2:focus::before,
	.theme-btn-s2:active::before,
	.theme-btn-s3:hover::before,
	.theme-btn-s3:focus::before,
	.theme-btn-s3:active::before {
		right: 16px;
	}
}

.theme-btn:hover::after, .view-cart-btn:hover::after,
.theme-btn-s2:hover::after,
.theme-btn-s3:hover::after {
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 991px) {
	.theme-btn, .view-cart-btn,
	.theme-btn-s2,
	.theme-btn-s3 {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.theme-btn, .view-cart-btn,
	.theme-btn-s2,
	.theme-btn-s3 {
		padding: 12px 18px;
		font-size: 14px;
		padding-right: 40px;
	}
}

.theme-btn-s2 {
	background-color: #01a8de;
	color: #fff;
}

.theme-btn-s2::before {
	background-image: url(../images/right-arrow2.svg);
}

.theme-btn-s2::after {
	background-color: #000;
}

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

.theme-btn-s3 {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 30px;
}

.theme-btn-s3:after {
	display: none;
}

.view-cart-btn {
	display: block;
	margin-top: 15px;
	border-radius: 5px;
	padding: 10px 45px;
}

.view-cart-btn:after {
	display: none;
}

.view-cart-btn:hover {
	background-color: #34ab42;
}

.view-cart-btn.s1 {
	background: #ddd;
}

.view-cart-btn.s1:hover {
	background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #595959;
	font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	border-color: #01a8de;
	-webkit-box-shadow: 0 0 5px 0 #69d276;
	-o-box-shadow: 0 0 5px 0 #69d276;
	-ms-box-shadow: 0 0 5px 0 #69d276;
	box-shadow: 0 0 5px 0 #69d276;
}

.form ::-webkit-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form ::-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-ms-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

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

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

.form ::-webkit-input-placeholder {
	/* Edge */
	font-style: normal;
}

.form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-style: normal;
}

.form ::-ms-input-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: #69d276;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center;
}

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

.breadcumb-area {
	background: #fff;
	min-height: 406px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	border-radius: 14px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.breadcumb-area {
		min-height: 350px;
	}
}

@media (max-width: 575px) {
	.breadcumb-area {
		min-height: 300px;
	}
}

.breadcumb-area:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(110deg, #FFDD9E -0.4%, #D6E2EA 63.6%);
	opacity: 0.46;
	content: "";
	z-index: -1;
}

.breadcumb-area .breadcumb-wrap {
	text-align: center;
}

.breadcumb-area .breadcumb-wrap h2 {
	color: #000;
	font-family: "Nunito";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: -0.2px;
	text-transform: capitalize;
}

@media (max-width: 575px) {
	.breadcumb-area .breadcumb-wrap h2 {
		font-size: 18px;
		line-height: 28px;
	}
}

.breadcumb-area .breadcumb-wrap h3 {
	color: #0E152B;
	text-align: center;
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: 68px;
	letter-spacing: -0.8px;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.breadcumb-area .breadcumb-wrap h3 {
		font-size: 60px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.breadcumb-area .breadcumb-wrap h3 {
		font-size: 30px;
		line-height: 35px;
	}
}

.breadcumb-area .shape {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.breadcumb-area .shape {
		display: none;
	}
}

.breadcumb-area .shape-s2 {
	position: absolute;
	left: 44px;
	bottom: 47px;
	-webkit-animation: zoom-in-zoom-out 4s ease infinite;
	animation: zoom-in-zoom-out 4s ease infinite;
}

@media (max-width: 991px) {
	.breadcumb-area .shape-s2 {
		display: none;
	}
}

.breadcumb-area .shape-s3 {
	position: absolute;
	right: 115px;
	bottom: 70px;
	-webkit-animation: zoom-in-zoom-out 2s ease infinite;
	animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 767px) {
	.breadcumb-area .shape-s3 {
		display: none;
	}
}

.about-section.about-section-s2 {
	padding-top: 170px;
}

.preloader {
	background-color:#01a8de;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 111111111111111111111111;
	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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
}

.preloader * {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.preloader .loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	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;
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	-webkit-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	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%;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	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;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

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

@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}

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

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

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

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

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

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

/*------------------------------------
blog sidebar
------------------------------------*/
.blog-sidebar {
	/*** search-widget ***/
	/*** about-widget ***/
	/*** category-widget ***/
	/*** recent-post-widget ***/
	/*** instagram-widget ***/
	/*** tag-widget ***/
	/*** wpo-contact-widget ***/
}

@media screen and (min-width: 1200px) {
	.blog-sidebar {
		padding-left: 45px;
	}
}

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

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

.blog-sidebar .widget {
	border-radius: 15px;
}

.blog-sidebar .widget h3 {
	color: #16171A;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	margin: 0 0 1.3em;
	position: relative;
	text-transform: capitalize;
	padding-left: 10px;
}

.blog-sidebar .widget h3:before {
	content: "";
	background-color: #01a8de;
	width: 2px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

.blog-sidebar .search-widget {
	background: #F4F6F8;
	padding: 40px 30px;
}

@media (max-width: 1200px) {
	.blog-sidebar .search-widget {
		padding: 35px 20px;
	}
}

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

.blog-sidebar .search-widget input {
	background-color: #fff;
	height: 55px;
	font-size: 16px;
	padding: 6px 50px 6px 20px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
	background-color: rgba(66, 198, 82, 0.1);
}

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

.blog-sidebar .about-widget {
	text-align: center;
	background: #F4F6F8;
	padding: 45px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) {
	.blog-sidebar .about-widget {
		padding: 35px 20px;
	}
}

.blog-sidebar .about-widget .img-holder {
	margin: 0 auto;
	margin-bottom: 25px;
	width: 140px;
	height: 140px;
}

.blog-sidebar .about-widget .img-holder img {
	border-radius: 50%;
	width: 100%;
}

.blog-sidebar .about-widget ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-sidebar .about-widget ul li {
	margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
	margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
	text-decoration: none;
	display: block;
	width: 42px;
	height: 37px;
	line-height: 37px;
	background-color: transparent;
	color: #7D7E80;
	border: 1px solid #E8E8E8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog-sidebar .about-widget ul li a:hover {
	background-color: #01a8de;
	border: 1px solid transparent;
	color: #fff;
}

.blog-sidebar .about-widget h4 {
	margin-bottom: 5px;
	color: #16171A;
	font-size: 22px;
	font-weight: 500;
}

.blog-sidebar .about-widget span {
	color: #727A7D;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
	display: block;
}

.blog-sidebar .about-widget p {
	color: #5E5F63;
	font-size: 16px;
	font-weight: 400;
	line-height: 28.8px;
	margin-bottom: 30px;
}

.blog-sidebar .about-widget a {
	font-family: "Parkinsans";
	font-size: 14px;
	color: #0E152B;
	text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
	color: #01a8de;
}

.blog-sidebar .category-widget {
	background: #F4F6F8;
	padding: 40px 30px;
}

@media (max-width: 1200px) {
	.blog-sidebar .category-widget {
		padding: 35px 20px;
	}
}

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

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

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

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

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

.blog-sidebar .category-widget ul a {
	display: block;
	font-size: 16px;
	color: #445658;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 12px 15px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #F8F1EE;
}

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

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

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before,
.blog-sidebar .category-widget ul li .active {
	color: #fff;
	background: #01a8de;
}

.blog-sidebar .recent-post-widget {
	background: #F4F6F8;
	padding: 40px 30px;
}

@media (max-width: 1200px) {
	.blog-sidebar .recent-post-widget {
		padding: 35px 20px;
	}
}

.blog-sidebar .recent-post-widget .post {
	overflow: hidden;
}

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

.blog-sidebar .recent-post-widget .post .img-holder {
	width: 100px;
	float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
	width: 100%;
	border-radius: 9px;
}

.blog-sidebar .recent-post-widget .post .details {
	width: calc(100% - 100px);
	float: left;
	padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
	margin: 0 0 0.3em;
	color: #16171A;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	font-size: 16px;
	font-weight: 500;
}

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

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

.blog-sidebar .recent-post-widget .post h4 a {
	display: inline-block;
	color: #0E152B;
}

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

.blog-sidebar .recent-post-widget .post .details .date {
	color: #6B7280;
	color: #888686;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
}

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

.blog-sidebar .wpo-instagram-widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.blog-sidebar .wpo-instagram-widget ul li {
	-ms-flex: 0 0 33.33%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	margin-bottom: 5px;
	padding: 0px 3px;
}

.blog-sidebar .wpo-instagram-widget ul li img {
	width: 100%;
	border-radius: 6px;
}

.blog-sidebar .tag-widget {
	background: #F4F6F8;
	padding: 40px 30px;
}

@media (max-width: 1200px) {
	.blog-sidebar .tag-widget {
		padding: 35px 20px;
	}
}

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

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

.blog-sidebar .tag-widget ul li a {
	font-size: 15px;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 18px;
	color: #77787B;
	background: #FFF;
}

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

.blog-sidebar .contact-widget {
	border: 0;
	background: url(../images/bg-2.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
	z-index: 1;
	padding: 120px 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.blog-sidebar .contact-widget:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.54);
	content: "";
	z-index: -1;
}

@media (max-width: 1200px) {
	.blog-sidebar .contact-widget {
		padding: 40px 20px;
	}
}

.blog-sidebar .contact-widget span {
	color: #fff;
	font-family: "Parkinsans";
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 10px;
}

.blog-sidebar .contact-widget h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 800;
	line-height: 45px;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.blog-sidebar .contact-widget h2 {
		font-size: 31px;
		line-height: 40px;
	}
}

.blog-sidebar .contact-widget p {
	color: #fff;
	font-size: 18px;
}

.blog-sidebar .contact-widget .theme-btn, .blog-sidebar .contact-widget .view-cart-btn {
	margin-top: 100px;
}

@media (max-width: 1200px) {
	.blog-sidebar .contact-widget .theme-btn, .blog-sidebar .contact-widget .view-cart-btn {
		margin-top: 20px;
	}
}

.blog-sidebar .contact-widget .shape {
	position: absolute;
	left: 45%;
	bottom: 22%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
	.blog-sidebar .contact-widget .shape {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
		padding-left: 0px;
		padding-right: 45px;
	}
}

@media screen and (min-width: 1200px) {
	.blog-single-section.blog-single-left-sidebar-section .blog-sidebar {
		padding-left: 0px;
		padding-right: 45px;
	}
}

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

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

.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.88889rem;
	font-weight: 600;
	color: #0E152B;
	background: #ebf4fc;
	display: block;
}

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

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
	background: #01a8de;
	border-color: #01a8de;
	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;
	}
}

.service-sidebar {
	margin-right: 10px;
}

@media (max-width: 1199px) {
	.service-sidebar {
		margin: 0;
	}
}

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

.service-catagory ul li {
	margin-bottom: 13px;
}

.service-catagory ul li a {
	border-radius: 12px;
	background: rgba(98, 116, 255, 0.06);
	color: #0E152B;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 40px;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 10px;
	position: relative;
}

@media (max-width: 575px) {
	.service-catagory ul li a {
		padding: 10px 20px;
	}
}

.service-catagory ul li a i {
	width: 32px;
	height: 32px;
	line-height: 36px;
	text-align: center;
	color: #01a8de;
	margin-right: 20px;
}

@media (max-width: 575px) {
	.service-catagory ul li a i {
		margin-right: 10px;
	}
}

.service-catagory ul li a::before {
	position: absolute;
	right: 40px;
	top: 33px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f123";
	font-family: flaticon !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #8893A8;
}

@media (max-width: 575px) {
	.service-catagory ul li a::before {
		right: 20px;
	}
}

.service-catagory ul li a:hover, .service-catagory ul li a.active {
	background: #fcf206;
	color: #000;
}

.service-catagory ul li a:hover::before, .service-catagory ul li a.active::before {
	color: #000;
}

.service-info {
	padding: 40px 20px;
	text-align: center;
	width: 100%;
	margin-top: 40px;
	border-radius: 8px;
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 14px;
	overflow: hidden;
}

.service-info:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(110deg, #FFDD9E -0.4%, #D6E2EA 63.6%);
	opacity: 0.46;
	content: "";
	z-index: -1;
}

.service-info .icon {
	width: 88px;
	height: 76px;
	line-height: 76px;
	border-radius: 4px;
	background: #fff;
	color: #01a8de;
	font-size: 35px;
	display: inline-block;
	margin-bottom: 30px;
}

.service-info h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	max-width: 244px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.service-info span {
	font-family: "Parkinsans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 1.95px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.service-info .num span {
	border-radius: 24px;
	background: #01a8de;
	color: #FFF;
	text-align: center;
	font-family: "Parkinsans";
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	display: block;
	padding: 8px 10px;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
	background: #fcf206;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 10px;
}

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

@media (max-width: 991px) {
	.topbar .contact-info {
		text-align: center;
	}
}

.topbar .contact-info li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 0;
}

@media (max-width: 991px) {
	.topbar .contact-info li {
		padding-bottom: 0;
	}
}

.topbar .contact-info li i {
	color: #000;
	padding-right: 7px;
}

.topbar .contact-info li:last-child i {
	font-size: 13px;
}

.topbar .contact-info li span {
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

.topbar .contact-info li + li {
	padding-left: 25px;
}

@media (max-width: 575px) {
	.topbar .contact-info li + li {
		padding-left: 0;
	}
}

.topbar .contact-info li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topbar .contact-into {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

@media (max-width: 991px) {
	.topbar .contact-into {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.topbar .contact-into {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.topbar .pryment-selector {
	padding-left: 10px;
}

@media (max-width: 757px) {
	.topbar .pryment-selector {
		padding-left: 10px;
	}
}

@media (max-width: 575px) {
	.topbar .pryment-selector {
		padding-left: 0;
	}
}

.topbar .social-media {
	padding-left: 20px;
}

@media (max-width: 340px) {
	.topbar .social-media {
		padding-bottom: 10px;
		padding-left: 0;
	}
}

.topbar .social-media li {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 575px) {
	.topbar .social-media li {
		font-size: 14px;
	}
}

.topbar .social-media li a {
	padding: 0 8px;
	color: rgba(0, 0, 0, 0.72);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.topbar .social-media li a:hover {
	color: #ED6637;
}

.topbar .social-media li:last-child {
	padding-right: 0;
}

.topbar .language-selector {
	position: relative;
	display: inline;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 575px) {
	.topbar .language-selector {
		font-size: 14px;
	}
}

.topbar .language-selector select {
	display: none;
}

.topbar .language-selector .custom-select {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	padding: 10px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topbar .custom-arrow {
	position: absolute;
	right: 0;
	top: 53%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 5px;
	color: #000;
	font-size: 13px;
}

@media (max-width: 575px) {
	.topbar .custom-arrow {
		font-size: 14px;
		padding-left: 2px;
	}
}

.topbar .custom-arrow i {
	line-height: unset;
}

.topbar .language-selector .custom-select img {
	vertical-align: middle;
	margin-right: 5px;
}

.topbar .language-selector .custom-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid #ccc;
	background-color: white;
	border-radius: 4px;
	z-index: 111111;
}

.topbar .language-selector .custom-options div {
	padding: 6px 10px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topbar .language-selector .custom-options div img {
	margin-right: 5px;
}

.topbar .language-selector .custom-options div:hover {
	background-color: #f0f0f0;
}

.topbar .language-selector.active .custom-options {
	display: block;
}

.topbar .pryment-selector select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 15px;
	padding-left: 10px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid transparent;
	background: transparent;
	background-image: none;
	cursor: pointer;
	position: relative;
}

@media (max-width: 575px) {
	.topbar .pryment-selector select {
		font-size: 14px;
	}
}

.topbar .pryment-selector select:focus-visible {
	outline: 0px;
}

.topbar .pryment-selector select option {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 575px) {
	.topbar .pryment-selector select option {
		font-size: 14px;
	}
}

.topbar .pryment-selector {
	position: relative;
	display: inline-block;
}

.topbar .pryment-selector::after {
	font-family: themify;
	content: "\e64b";
	color: #000;
	font-size: 15px;
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 13px;
}

/* 2.2 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 ***/
	z-index: 11;
	position: relative;
}

.wpo-site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	padding: 15px 0;
	border: 0;
	border-radius: 0;
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -400px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-box-shadow: 0 -5px 15px #086ad84a;
	box-shadow: 0 -5px 15px #086ad84a;
}

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

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

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

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

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

@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:hover:before,
	.wpo-site-header #navbar > ul > li > a.active:before {
		opacity: 1;
		visibility: visible;
	}
	.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%;
		-webkit-transform: translateY(-50%);
		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 {
	padding-right: 0;
	display: block;
}

@media (max-width: 991px) {
	.wpo-site-header {
		/* class for show hide navigation */
	}
	.wpo-site-header #navbar{
		background:#01a8de!important;
	}
	.wpo-site-header .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.wpo-site-header .container {
		width: 100%;
		max-width: 100%;
	}
	.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;
}

@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: #01a8de;
	}
	.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 {
		-webkit-transition: all 0.3s;
		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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 991;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	margin-right: 8px;
}

.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
	padding: 18px 45px;
	padding-right: 72px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.7px;
}

@media (max-width: 1500px) {
	.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
		padding: 18px 28px;
		padding-right: 72px;
	}
}

@media (max-width: 1399px) {
	.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
		padding: 18px 10px;
		padding-right: 42px;
	}
}

.wpo-site-header .header-right .close-form .theme-btn:before, .wpo-site-header .header-right .close-form .view-cart-btn:before {
	right: 37px;
}

@media (max-width: 1399px) {
	.wpo-site-header .header-right .close-form .theme-btn:before, .wpo-site-header .header-right .close-form .view-cart-btn:before {
		right: 18px;
	}
}

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

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

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

.wpo-site-header .header-right .header-search-form-wrapper {
	position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper i {
	font-size: 22px;
}

.wpo-site-header .header-right .header-search-form i {
	font-size: 22px;
}

@media (max-width: 450px) {
	.wpo-site-header .header-right .cart-toggle-btn {
		display: none;
	}
}

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
	background-color: rgba(7, 1, 67, 0.05);
	line-height: 0.66em;
	color: #0E152B;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 0;
	border-radius: 50%;
}

@media (max-width: 1200px) {
	.wpo-site-header .header-right .search-toggle-btn,
	.wpo-site-header .header-right .cart-toggle-btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .header-right .search-toggle-btn,
	.wpo-site-header .header-right .cart-toggle-btn {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.wpo-site-header .header-right .search-toggle-btn .fi,
.wpo-site-header .header-right .cart-toggle-btn .fi {
	font-size: 20px;
}

@media (max-width: 991px) {
	.wpo-site-header .header-right .search-toggle-btn .fi:before,
	.wpo-site-header .header-right .cart-toggle-btn .fi:before {
		font-size: 16px;
	}
}

.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
	display: block;
	line-height: 20px;
	position: relative;
	top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
	background: transparent;
	padding: 0;
	border: 0;
	outline: 0;
}

.cart-search-contact .fi {
	font-size: 30px;
}

.cart-search-contact > div {
	float: left;
	position: relative;
}

.cart-search-contact > div + div {
	margin-left: 12px;
}

.cart-search-contact .header-search-form {
	position: absolute;
	width: 350px;
	right: 0;
	top: 75px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: -2px 18px 40px -9px #999999;
	box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
	.cart-search-contact .header-search-form {
		top: 65px;
	}
}

@media (max-width: 767px) {
	.cart-search-contact .header-search-form {
		right: 15px;
	}
}

@media (max-width: 575px) {
	.cart-search-contact .header-search-form {
		width: 260px;
		padding: 15px;
	}
}

.cart-search-contact .header-search-form-wrapper .fi:before {
	font-size: 18px;
}

.cart-search-contact form div {
	position: relative;
}

.cart-search-contact form div button {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
	font-size: 18px !important;
}

.cart-search-contact input {
	width: 100%;
	height: 50px;
	padding: 6px 20px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #DFDFDF;
}

.cart-search-contact input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #01a8de;
}

.wpo-site-header .header-right .header-search-content-toggle {
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mini-cart .cart-count {
	background: #01a8de;
	width: 18px;
	height: 18px;
	font-size: 10px;
	font-size: 0.44444rem;
	line-height: 18px;
	color: white;
	position: absolute;
	top: -2px;
	right: -5px;
	border-radius: 50%;
	font-weight: 600;
}

.mini-cart-content {
	background: #fff;
	width: 320px;
	height: 100%;
	z-index: 100;
	position: fixed;
	right: -320px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: -2px 18px 40px -9px #999999;
	box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 575px) {
	.mini-cart-content {
		width: 290px;
	}
}

.mini-cart-content .mini-cart-close {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333333;
	color: white;
	font-size: 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	float: right;
	line-height: 54px;
	border-radius: 3px;
	right: 10px;
	top: 20px;
}

.mini-cart-content .mini-cart-close i {
	font-size: 15px;
}

.mini-cart-content p {
	font-size: 15px;
	font-size: 0.83333rem;
	font-weight: 500;
	color: #0E152B;
	margin: 0;
	text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
	padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
	width: 50px;
	height: 50px;
	border: 2px solid #f3f3f3;
	float: left;
	margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
	display: block;
	width: 46px;
	height: 46px;
}

.mini-cart-content .mini-cart-item-des {
	position: relative;
	overflow: hidden;
}

.mini-cart-content .mini-cart-item-des a {
	font-size: 14px;
	font-size: 0.77778rem;
	font-weight: 600;
	text-align: left;
	color: #0E152B;
}

.mini-cart-content .mini-cart-item-des a:hover {
	color: #01a8de;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
	font-size: 13px;
	font-size: 0.72222rem;
	color: #888;
	display: block;
	margin-top: 3px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
	font-size: 12px;
	font-size: 0.66667rem;
	color: #444;
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
}

.mini-cart-content .visible-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	opacity: .02;
	z-index: -1;
}

.mini-cart-content .mini-cart-action {
	padding: 20px 0 30px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mini-cart-content .mini-cart-action .theme-btn-s2 {
	float: right;
}

.mini-cart-content .mini-cart-action .mini-btn {
	width: 240px;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
	font-size: 16px;
	font-size: 0.88889rem;
	font-weight: 600;
	color: #0E152B;
	display: block;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
	color: #c79652;
	font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
	opacity: 1;
	visibility: visible;
	right: 0;
}

@media (max-width: 991px) {
	.page-wrapper {
		-webkit-transition: all 0.3s;
		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;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
}

.header-search-area {
	background: #fff;
	width: 100%;
	padding: 100px 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.header-search-area h3 {
	font-size: 45px;
	margin: 0 0 1em;
}

.header-search-area form {
	position: relative;
}

.header-search-area input {
	height: 50px;
	font-size: 18px;
	font-size: 1.2rem;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #d0d0d0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-search-area input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #01a8de;
}

.header-search-area form button {
	background: transparent;
	border: 0;
	font-size: 20px;
	font-size: 1.33333rem;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.header-search-area form button:focus {
	border: none;
	outline: none;
}

.header-search-area .close-form {
	position: absolute;
	right: 35px;
	top: 35px;
	bottom: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

.header-search-area .close-form button {
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 13px;
	font-size: 0.86667rem;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	z-index: 99;
}

.header-search-area .close-form button:focus {
	border: 0;
	outline: 0;
}

.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 {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

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

@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 {
		font-size: 16px;
		padding: 35px 20px;
		display: block;
		color: #0E152B;
		position: relative;
		font-weight: 500;
		text-transform: capitalize;
	}
}

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

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar > ul .sub-menu {
		background-color: #fff;
		-webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
		box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
		width: 225px;
		position: absolute;
		padding: 20px 0;
		left: 0;
		top: 110%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top 0;
		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: 16px;
		display: block;
		padding: 10px 15px;
		color: #0E152B;
		position: relative;
		overflow: hidden;
		font-weight: 500;
		text-transform: capitalize;
	}
	.wpo-site-header #navbar > ul > li .sub-menu a:after {
		position: absolute;
		left: 15px;
		bottom: 0;
		width: 0;
		height: 3px;
		background: #01a8de;
		content: "";
		-webkit-transition: all .3s;
		transition: all .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: #01a8de;
	}
	.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;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: none;
		transform-origin: none;
		-webkit-transition: all 0.3s ease-in-out 0s;
		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.61111rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-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%);
	}
	.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.83333rem;
		color: #fff;
		font-weight: 600;
	}
	.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 45px;
	}
	.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.61111rem;
		position: absolute;
		right: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
		-webkit-transform: rotate(90deg);
		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: #01a8de;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		outline: 0;
		position: relative;
		z-index: 20;
	}
	.wpo-site-header .mobail-menu button:focus {
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.wpo-site-header .mobail-menu button span {
		background-color: #fff;
		width: 20px;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}
	.wpo-site-header .mobail-menu button span:last-child {
		margin: 0;
	}
	.wpo-site-header #navbar {
		background: #056e12;
		display: block !important;
		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: #01a8de;
	}
	.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 .slideInn {
		left: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.wpo-site-header .navbar-toggler .first-angle,
	.wpo-site-header .navbar-toggler .last-angle {
		-webkit-transition: all 0.3s;
		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;
	}
}

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

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

@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: 440px) {
	.wpo-site-header .navbar-header .navbar-brand img {
		max-width: 100px;
	}
}

@media (max-width: 370px) {
	.wpo-site-header .navbar-header .navbar-brand img {
		max-width: 100px;
	}
}

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

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

@media (max-width: 1400px) {
	.wpo-site-header #navbar > ul > li > a {
		padding: 30px 10px;
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.wpo-site-header #navbar > ul > li > a {
		padding: 30px 10px;
		font-size: 16px;
	}
	.wpo-site-header .header-right .theme-btn, .wpo-site-header .header-right .view-cart-btn {
		display: none;
	}
}

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

@media (max-width: 767px) {
	.header-right .theme-btn, .header-right .view-cart-btn {
		padding: 20px 12px;
	}
	.wpo-site-header .header-right .close-form {
		display: none;
	}
}

@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: 0 130px;
}

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

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

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

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

/* header-s2 */
.header-s2,
.header-s3 {
	position: relative;
	z-index: 11;
}

.header-s2 .topbar,
.header-s3 .topbar {
	background: transparent;
}

.header-s2 .topbar .contact-info li span,
.header-s3 .topbar .contact-info li span {
	color: #fff;
}

.header-s2 .topbar .social-media,
.header-s3 .topbar .social-media {
	padding-left: 0px;
	margin-right: 5px;
	border-radius: 22px;
	background: rgba(217, 217, 217, 0.12);
	padding: 6px;
	padding-bottom: 2px;
}

.header-s2 .topbar .social-media li a,
.header-s3 .topbar .social-media li a {
	padding: 0 8px;
	color: #fff;
}

.header-s2 .topbar .social-media li a:hover,
.header-s3 .topbar .social-media li a:hover {
	color: #FFB302;
}

.header-s2 .topbar .pryment-selector,
.header-s3 .topbar .pryment-selector {
	padding-right: 10px;
}

.header-s2 .topbar .pryment-selector select,
.header-s3 .topbar .pryment-selector select {
	color: #fff;
	font-family: "Parkinsans";
}

.header-s2 .topbar .pryment-selector::after,
.header-s3 .topbar .pryment-selector::after {
	color: #fff;
	right: 5px;
	font-size: 12px;
}

.header-s2 .topbar .language-selector,
.header-s3 .topbar .language-selector {
	color: #fff;
	font-family: "Parkinsans";
}

.header-s2 .topbar .language-selector .custom-options div,
.header-s3 .topbar .language-selector .custom-options div {
	color: #000;
}

.header-s2 .topbar .custom-arrow,
.header-s3 .topbar .custom-arrow {
	color: #fff;
	font-size: 12px;
	top: 4px;
}

.header-s2 .topbar .language-selector .custom-select img,
.header-s3 .topbar .language-selector .custom-select img {
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.13);
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
	border-radius: 100px;
}

.header-s2 .wpo-site-header .navbar-header,
.header-s3 .wpo-site-header .navbar-header {
	display: block;
}

.header-s2 .wpo-site-header #navbar > ul > li > a,
.header-s3 .wpo-site-header #navbar > ul > li > a {
	color: #0E152B;
}

@media screen and (min-width: 1400px) {
	.header-s2 .wpo-site-header #navbar > ul > li > a,
	.header-s3 .wpo-site-header #navbar > ul > li > a {
		padding: 35px 18px;
	}
}

@media screen and (max-width: 1399px) {
	.header-s2 .wpo-site-header #navbar > ul > li > a,
	.header-s3 .wpo-site-header #navbar > ul > li > a {
		padding: 30px 9px;
	}
}

@media screen and (max-width: 1199px) {
	.header-s2 .wpo-site-header #navbar > ul > li > a,
	.header-s3 .wpo-site-header #navbar > ul > li > a {
		padding: 25px 5px;
	}
}

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

.header-s2 .wpo-site-header .navigation,
.header-s3 .wpo-site-header .navigation {
	border-radius: 0;
	background: transparent;
	padding: 0 50px;
	padding-right: 25px;
}

@media (max-width: 1400px) {
	.header-s2 .wpo-site-header .navigation,
	.header-s3 .wpo-site-header .navigation {
		padding: 0 20px;
	}
}

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

.header-s2 .wpo-site-header .navigation::before,
.header-s3 .wpo-site-header .navigation::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/header-shape.svg) center/cover no-repeat;
	z-index: -1;
}

@media (max-width: 991px) {
	.header-s2 .wpo-site-header .navigation::before,
	.header-s3 .wpo-site-header .navigation::before {
		background: #fff;
	}
}

.header-s2 .wpo-site-header .header-right .close-form .theme-btn, .header-s2 .wpo-site-header .header-right .close-form .view-cart-btn,
.header-s3 .wpo-site-header .header-right .close-form .theme-btn,
.header-s3 .wpo-site-header .header-right .close-form .view-cart-btn {
	text-transform: capitalize;
	font-family: "Parkinsans";
	font-size: 16px;
}

@media (max-width: 1199px) {
	.header-s2 .wpo-site-header .header-right .close-form .theme-btn, .header-s2 .wpo-site-header .header-right .close-form .view-cart-btn,
	.header-s3 .wpo-site-header .header-right .close-form .theme-btn,
	.header-s3 .wpo-site-header .header-right .close-form .view-cart-btn {
		font-size: 12px;
		display: block;
	}
}

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

.header-s2 .wpo-site-header .header-right .search-toggle-btn,
.header-s3 .wpo-site-header .header-right .search-toggle-btn {
	background: #F2F5F9;
	color: #061408;
}

.header-s2 .wpo-site-header .header-right .cart-toggle-btn,
.header-s3 .wpo-site-header .header-right .cart-toggle-btn {
	color: #061408;
	line-height: 1px;
}

.header-s2 .wpo-site-header .header-right > div,
.header-s3 .wpo-site-header .header-right > div {
	margin-left: 20px;
}

@media (max-width: 450px) {
	.header-s2 .wpo-site-header .header-right > div,
	.header-s3 .wpo-site-header .header-right > div {
		margin: 0;
		margin-right: 5px;
	}
}

.header-s2 .wpo-site-header .header-right > div:last-child::before,
.header-s3 .wpo-site-header .header-right > div:last-child::before {
	left: -95px;
	background: rgba(112, 116, 128, 0.08);
}

@media (max-width: 991px) {
	.header-s2 .wpo-site-header .header-right,
	.header-s3 .wpo-site-header .header-right {
		right: -27px;
	}
}

@media (max-width: 767px) {
	.header-s2 .wpo-site-header .header-right,
	.header-s3 .wpo-site-header .header-right {
		right: -20px;
	}
}

/* header-s3 */
.header-s3 .topbar {
	background: #268A66;
}

.header-s3 .topbar .contact-info li i {
	color: #fff;
}

.header-s3 .topbar .social-media {
	margin-right: 0;
	margin-left: 10px;
	background: transparent;
	padding: 0px;
	padding-bottom: 0px;
}

.header-s3 .wpo-site-header {
	padding: 0 255px;
	background: #fff;
}

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

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

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

.header-s3 .wpo-site-header .sticky-header.sticky-on {
	padding: 0 255px;
}

@media (max-width: 1799px) {
	.header-s3 .wpo-site-header .sticky-header.sticky-on {
		padding: 0 200px;
	}
}

@media (max-width: 1700px) {
	.header-s3 .wpo-site-header .sticky-header.sticky-on {
		padding: 0 100px;
	}
}

@media (max-width: 1500px) {
	.header-s3 .wpo-site-header .sticky-header.sticky-on {
		padding: 0 10px;
	}
}

.header-s3 .wpo-site-header .navigation {
	padding: 0;
	background: #fff;
}

.header-s3 .wpo-site-header .navigation::before {
	display: none;
}

.header-s3 .wpo-site-header .header-right > div {
	margin: 0 10px;
}

.header-s3 .wpo-site-header .header-right > div:last-child {
	margin-right: 0;
}

.header-s3 .wpo-site-header .header-right > div:last-child::before {
	display: none;
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/* 3.1 wpo-hero-area */
.static-hero,
.static-hero-s2 {
	position: relative;
	background: url(../images/slider/bg-img.jpg) center/cover no-repeat;
	height: 759px;
	border-radius: 20px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	z-index: 1;
}

@media (max-width: 1199px) {
	.static-hero,
	.static-hero-s2 {
		height: 600px;
	}
}

@media (max-width: 991px) {
	.static-hero,
	.static-hero-s2 {
		height: 100%;
		padding: 100px 0;
	}
}

@media (max-width: 767px) {
	.static-hero,
	.static-hero-s2 {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.static-hero,
	.static-hero-s2 {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.static-hero,
	.static-hero-s2 {
		border: 1px solid #c5c5c5;
	}
	.static-hero:before,
	.static-hero-s2:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 105%;
		height: 100%;
		content: "";
		background: rgba(255, 255, 255, 0.85);
		z-index: -1;
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}
}

.static-hero .slide-title span,
.static-hero-s2 .slide-title span {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: -0.2px;
	text-transform: capitalize;
}

@media (max-width: 575px) {
	.static-hero .slide-title span,
	.static-hero-s2 .slide-title span {
		font-size: 16px;
	}
}

.static-hero .slide-title span img,
.static-hero-s2 .slide-title span img {
	margin-top: -10px;
	margin-right: 8px;
	max-width: 35px;
}

.static-hero .slide-sub-title h2,
.static-hero-s2 .slide-sub-title h2 {
	position: relative;
	color: #0E152B;
	font-size: 66px;
	font-style: normal;
	font-weight: 400;
	line-height: 68px;
	letter-spacing: -0.66px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@media (max-width: 1399px) {
	.static-hero .slide-sub-title h2,
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 55px;
		line-height: 70px;
	}
}

@media (max-width: 1199px) {
	.static-hero .slide-sub-title h2,
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 45px;
		line-height: 64px;
	}
}

@media (max-width: 991px) {
	.static-hero .slide-sub-title h2,
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 40px;
		line-height: 53px;
		max-width: 450px;
	}
}

@media (max-width: 767px) {
	.static-hero .slide-sub-title h2,
	.static-hero-s2 .slide-sub-title h2 {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.static-hero .slide-sub-title h2,
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

.static-hero .slide-sub-title h2::before,
.static-hero-s2 .slide-sub-title h2::before {
	display: none;
}

.static-hero .slide-sub-title h2 .text,
.static-hero-s2 .slide-sub-title h2 .text {
	color: #01a8de;
	position: relative;
}

.static-hero .slide-sub-title h2 .text::before,
.static-hero-s2 .slide-sub-title h2 .text::before {
	position: absolute;
	left: 0;
	bottom: -100px;
	content: "";
	background: url(../images/service/liine.svg) no-repeat;
	height: 100%;
	width: 100%;
}

@media (max-width: 991px) {
	.static-hero .slide-sub-title h2 .text::before,
	.static-hero-s2 .slide-sub-title h2 .text::before {
		bottom: -50px;
		display: none;
	}
}

.static-hero .slide-description,
.static-hero-s2 .slide-description {
	max-width: 450px;
}

@media (max-width: 767px) {
	.static-hero .slide-description,
	.static-hero-s2 .slide-description {
		margin: 0 auto;
	}
}

.static-hero .slide-description p,
.static-hero-s2 .slide-description p {
	margin-bottom: 0;
}

.static-hero .slide-btns,
.static-hero-s2 .slide-btns {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.static-hero .slide-btns,
	.static-hero-s2 .slide-btns {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1199px) {
	.static-hero .slide-btns .theme-btn, .static-hero .slide-btns .view-cart-btn,
	.static-hero-s2 .slide-btns .theme-btn,
	.static-hero-s2 .slide-btns .view-cart-btn {
		padding: 20px 46px;
	}
}

@media (max-width: 757px) {
	.static-hero .slide-btns .theme-btn, .static-hero .slide-btns .view-cart-btn,
	.static-hero-s2 .slide-btns .theme-btn,
	.static-hero-s2 .slide-btns .view-cart-btn {
		padding: 12px 18px;
	}
}

.static-hero .slide-btns .theme-btn::after, .static-hero .slide-btns .view-cart-btn::after,
.static-hero-s2 .slide-btns .theme-btn::after,
.static-hero-s2 .slide-btns .view-cart-btn::after {
	background: #268A66;
}

.static-hero .left-shape,
.static-hero-s2 .left-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media (max-width: 1399px) {
	.static-hero .left-shape,
	.static-hero-s2 .left-shape {
		left: -85px;
	}
}

@media (max-width: 840px) {
	.static-hero .left-shape,
	.static-hero-s2 .left-shape {
		left: -150px;
	}
}

@media (max-width: 767px) {
	.static-hero .left-shape,
	.static-hero-s2 .left-shape {
		display: none;
	}
}

.static-hero .left-shape svg,
.static-hero-s2 .left-shape svg {
	width: 948px;
	height: 759px;
}

@media (max-width: 1199px) {
	.static-hero .left-shape svg,
	.static-hero-s2 .left-shape svg {
		height: 600px;
		width: 750px;
	}
}

@media (max-width: 767PX) {
	.static-hero .left-shape svg,
	.static-hero-s2 .left-shape svg {
		width: 100%;
		height: 100%;
	}
}

.static-hero .hero-line-shape,
.static-hero-s2 .hero-line-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.static-hero-s2 {
	background: #fff;
	max-width: 1920px;
	margin: 0 auto;
}

@media (max-width: 1500px) {
	.static-hero-s2 {
		height: 650px;
	}
}

@media (max-width: 991px) {
	.static-hero-s2 {
		display: block;
		height: auto;
		text-align: center;
		padding-top: 60px;
		border: 0;
	}
}

@media (max-width: 575px) {
	.static-hero-s2 {
		padding-top: 30px;
	}
}

.static-hero-s2 .slide-sub-title h2 {
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 100px;
}

@media (max-width: 1399px) {
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 70px;
		line-height: 90px;
	}
}

@media (max-width: 1399px) {
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 60px;
		line-height: 80px;
	}
}

@media (max-width: 1199px) {
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 50px;
		line-height: 70px;
	}
}

@media (max-width: 991px) {
	.static-hero-s2 .slide-sub-title h2 {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 40px;
		line-height: 60px;
	}
}

@media (max-width: 450px) {
	.static-hero-s2 .slide-sub-title h2 {
		font-size: 32px;
		line-height: 58px;
	}
}

.static-hero-s2 .slide-sub-title h2 span {
	position: relative;
	color: #EAC605;
}

.static-hero-s2 .slide-sub-title h2 span i {
	position: absolute;
	right: 20px;
	top: -45px;
	line-height: unset;
}

@media (max-width: 1399px) {
	.static-hero-s2 .slide-sub-title h2 span i {
		right: 0;
		top: -35px;
		max-width: 32px;
	}
}

@media (max-width: 1199px) {
	.static-hero-s2 .slide-description {
		max-width: 330px;
	}
}

@media (max-width: 991px) {
	.static-hero-s2 .slide-description {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.static-hero-s2 .slide-btns {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.static-hero-s2 .left-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 51px 379.5px;
	z-index: -1;
}

@media (max-width: 991px) {
	.static-hero-s2 .left-shape {
		display: none;
	}
}

.static-hero-s2 .left-shape:before {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 566px;
	height: 584px;
	border-radius: 51px 379.5px;
	background: #F7FAEE;
	z-index: -1;
	content: "";
}

@media (max-width: 1500px) {
	.static-hero-s2 .left-shape:before {
		width: 466px;
		height: 484px;
		border-radius: 51px 354.5px;
		bottom: 30px;
	}
}

@media (max-width: 1199px) {
	.static-hero-s2 .left-shape:before {
		width: 366px;
		height: 384px;
		border-radius: 51px 254.5px;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.static-hero-s2 .hero-img {
	position: absolute;
	z-index: 1;
	max-width: 814px;
	right: 105px;
	bottom: 0;
}

@media (max-width: 1800px) {
	.static-hero-s2 .hero-img {
		right: 15px;
	}
}

@media (max-width: 1500px) {
	.static-hero-s2 .hero-img {
		max-width: 614px;
		bottom: auto;
		top: 60px;
	}
}

@media (max-width: 1199px) {
	.static-hero-s2 .hero-img {
		max-width: 514px;
	}
}

@media (max-width: 991px) {
	.static-hero-s2 .hero-img {
		position: relative;
		left: auto;
		right: auto;
		top: 0;
		margin: 0 auto;
		margin-top: 40px;
	}
}

.static-hero-s2 .hero-img:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 694px;
	height: 725px;
	content: "";
	border-radius: 379.5px 51px;
	background: #EDF0E1;
	z-index: -1;
}

@media (max-width: 1500px) {
	.static-hero-s2 .hero-img:before {
		width: 594px;
		height: 513px;
		top: 22px;
		border-radius: 330.5px 51px;
	}
}

@media (max-width: 1199px) {
	.static-hero-s2 .hero-img:before {
		width: 494px;
		height: 427px;
		top: 22px;
		border-radius: 250.5px 51px;
	}
}

@media (max-width: 991px) {
	.static-hero-s2 .hero-img:before {
		border-radius: 280.5px 51px;
	}
}

@media (max-width: 575px) {
	.static-hero-s2 .hero-img:before {
		width: 90%;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 238.5px 51px;
	}
}

@media (max-width: 450px) {
	.static-hero-s2 .hero-img:before {
		border-radius: 150.5px 51px;
	}
}

.static-hero-s3 .wraper {
	padding: 70px 0 90px;
}

@media (max-width: 1199px) {
	.static-hero-s3 .wraper {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.static-hero-s3 .wraper {
		padding: 40px 0 80px;
	}
}

@media (max-width: 575px) {
	.static-hero-s3 .wraper {
		padding: 20px 0 50px;
	}
}

.static-hero-s3 .slide-sub-title h2 {
	font-size: 75px;
	font-style: normal;
	font-weight: 600;
	line-height: 100px;
	letter-spacing: -0.75px;
	text-transform: capitalize;
}

@media (max-width: 1500px) {
	.static-hero-s3 .slide-sub-title h2 {
		font-size: 65px;
		line-height: 90px;
	}
}

@media (max-width: 1399px) {
	.static-hero-s3 .slide-sub-title h2 {
		font-size: 60px;
		line-height: 80px;
	}
}

@media (max-width: 991px) {
	.static-hero-s3 .slide-sub-title h2 {
		font-size: 50px;
		line-height: 80px;
	}
}

@media (max-width: 767px) {
	.static-hero-s3 .slide-sub-title h2 {
		font-size: 40px;
		line-height: 60px;
	}
}

@media (max-width: 575px) {
	.static-hero-s3 .slide-sub-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 450px) {
	.static-hero-s3 .slide-sub-title h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

.static-hero-s3 .slide-sub-title h2 span {
	position: relative;
	color: #EAC605;
	font-size: 90px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	letter-spacing: -0.9px;
	text-transform: capitalize;
	display: block;
}

@media (max-width: 1500px) {
	.static-hero-s3 .slide-sub-title h2 span {
		font-size: 70px;
		line-height: 90px;
	}
}

@media (max-width: 991px) {
	.static-hero-s3 .slide-sub-title h2 span {
		font-size: 60px;
		line-height: 80px;
	}
}

@media (max-width: 767px) {
	.static-hero-s3 .slide-sub-title h2 span {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 575px) {
	.static-hero-s3 .slide-sub-title h2 span {
		font-size: 35px;
		line-height: 45px;
		display: inline-block;
	}
}

@media (max-width: 450px) {
	.static-hero-s3 .slide-sub-title h2 span {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 1199px) {
	.static-hero-s3 .slide-description {
		max-width: 700px;
		margin: 0 auto;
	}
}

.static-hero-s3 .slide-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.static-hero-s3 .slide-btns {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.static-hero-s3 .video-area {
	width: 100%;
}

.static-hero-s3 .video-area video {
	height: 800px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 1399px) {
	.static-hero-s3 .video-area video {
		height: auto;
	}
}

/*--------------------------------------------------------------
4. footer-section
--------------------------------------------------------------*/
.footer-common,
.footer-section-s1 {
	position: relative;
	background: #fff;
	overflow: hidden;
	z-index: 1;
	padding: 40px;
	padding-top: 0;
}

@media (max-width: 991px) {
	.footer-common,
	.footer-section-s1 {
		padding: 15px;
		padding-top: 0;
	}
}

.footer-common .footer-wrap,
.footer-section-s1 .footer-wrap {
	overflow: hidden;
	z-index: 1;
	position: relative;
	border-radius: 14px;
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.footer-common .footer-wrap,
	.footer-section-s1 .footer-wrap {
		padding-top: 60px;
	}
}

@media (max-width: 575px) {
	.footer-common .footer-wrap,
	.footer-section-s1 .footer-wrap {
		padding-top: 40px;
	}
}

.footer-common .footer-wrap:before,
.footer-section-s1 .footer-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(110deg, #FFDD9E -0.4%, #D6E2EA 63.6%);
	opacity: 0.46;
	z-index: -1;
}

.footer-common .footer,
.footer-section-s1 .footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

@media (max-width: 991px) {
	.footer-common .footer,
	.footer-section-s1 .footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer-common .item,
.footer-section-s1 .item {
	padding: 80px 0;
	border-top: 1px solid rgba(41, 41, 41, 0.11);
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.footer-common .item,
	.footer-section-s1 .item {
		padding: 30px 0;
	}
}

.footer-common .item ul li,
.footer-section-s1 .item ul li {
	display: block;
}

.footer-common .item ul li a,
.footer-section-s1 .item ul li a {
	color: #043460;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-common .item ul li a:hover,
.footer-section-s1 .item ul li a:hover {
	color: #01a8de;
}

.footer-common .item ul li + li,
.footer-section-s1 .item ul li + li {
	padding-top: 15px;
}

.footer-common .item:nth-child(2),
.footer-section-s1 .item:nth-child(2) {
	max-width: 350px;
	width: 100%;
	padding-left: 80px;
	border-left: 1px solid rgba(41, 41, 41, 0.11);
}

@media (max-width: 991px) {
	.footer-common .item:nth-child(2),
	.footer-section-s1 .item:nth-child(2) {
		padding-left: 20px;
		max-width: 100%;
		width: 50%;
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.footer-common .item:nth-child(2),
	.footer-section-s1 .item:nth-child(2) {
		padding-left: 0;
		width: 100%;
		padding-top: 0;
		border-top: 0;
		padding-bottom: 30px;
	}
}

.footer-common .item:last-child,
.footer-section-s1 .item:last-child {
	max-width: 370px;
	width: 100%;
}

@media (max-width: 991px) {
	.footer-common .item:last-child,
	.footer-section-s1 .item:last-child {
		border-top: 0;
		padding-top: 0;
		max-width: 100%;
		width: 50%;
	}
}

@media (max-width: 767px) {
	.footer-common .item:last-child,
	.footer-section-s1 .item:last-child {
		width: 100%;
		padding-bottom: 30px;
	}
}

.footer-common .title,
.footer-section-s1 .title {
	color: #0E152B;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.footer-common .widget-newsletter .newsletter .form-fild,
.footer-section-s1 .widget-newsletter .newsletter .form-fild {
	position: relative;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	border: transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 30px;
	background: #fff;
	padding: 18px 25px;
	max-width: 350px;
	width: 100%;
	color: #032532;
	z-index: 1;
}

@media (max-width: 1399px) {
	.footer-common .widget-newsletter .newsletter .form-fild .fild,
	.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
		max-width: 280px;
		padding: 14px 25px;
	}
}

@media (max-width: 1199px) {
	.footer-common .widget-newsletter .newsletter .form-fild .fild,
	.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
		max-width: 200px;
	}
}

@media (max-width: 991px) {
	.footer-common .widget-newsletter .newsletter .form-fild .fild,
	.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
		max-width: 280px;
	}
}

@media (max-width: 450px) {
	.footer-common .widget-newsletter .newsletter .form-fild .fild,
	.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
		max-width: 215px;
	}
}

@media (max-width: 350px) {
	.footer-common .widget-newsletter .newsletter .form-fild .fild,
	.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
		max-width: 200px;
	}
}

.footer-common .widget-newsletter .newsletter .form-fild .fild:focus-visible,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild:focus-visible {
	outline: -webkit-focus-ring-color auto transparent;
	outline: 0;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild::-webkit-input-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild::-webkit-input-placeholder {
	color: #032532;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild::-moz-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild::-moz-placeholder {
	color: #032532;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild:-ms-input-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild:-ms-input-placeholder {
	color: #032532;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild:-moz-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild:-moz-placeholder {
	color: #032532;
}

.footer-common .widget-newsletter .newsletter .form-fild button,
.footer-section-s1 .widget-newsletter .newsletter .form-fild button {
	right: 50px;
	top: 6px;
	background: transparent;
	border: 0 solid transparent;
	width: 50px;
	height: 50px;
}

.footer-common .widget-newsletter .newsletter .terms,
.footer-section-s1 .widget-newsletter .newsletter .terms {
	margin-top: 30px;
}

.footer-common .widget-newsletter .newsletter .terms .checkbox-input,
.footer-section-s1 .widget-newsletter .newsletter .terms .checkbox-input {
	display: none;
}

.footer-common .widget-newsletter .newsletter .terms .custom-checkbox,
.footer-section-s1 .widget-newsletter .newsletter .terms .custom-checkbox {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: rgba(153, 107, 8, 0.09);
	display: inline-block;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	bottom: -6px;
}

.footer-common .widget-newsletter .newsletter .terms .checkbox-input:checked + .checkbox-label .custom-checkbox::before,
.footer-section-s1 .widget-newsletter .newsletter .terms .checkbox-input:checked + .checkbox-label .custom-checkbox::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #01a8de;
	border-radius: 100px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-common .widget-newsletter .newsletter .terms label,
.footer-section-s1 .widget-newsletter .newsletter .terms label {
	color: #032532;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
}

@media (max-width: 1399px) {
	.footer-common .widget-newsletter .newsletter .terms label,
	.footer-section-s1 .widget-newsletter .newsletter .terms label {
		margin-left: 5px;
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.footer-common .widget-newsletter .newsletter .terms label,
	.footer-section-s1 .widget-newsletter .newsletter .terms label {
		font-size: 15px;
	}
}

.footer-common .footer-lower .row,
.footer-section-s1 .footer-lower .row {
	border-top: 1px solid rgba(41, 41, 41, 0.11);
	padding: 25px 0;
}

.footer-common .footer-lower .footer-nav-list,
.footer-section-s1 .footer-lower .footer-nav-list {
	text-align: end;
}

@media (max-width: 767px) {
	.footer-common .footer-lower .footer-nav-list,
	.footer-section-s1 .footer-lower .footer-nav-list {
		text-align: left;
	}
}

.footer-common .footer-lower .footer-nav-list ul,
.footer-section-s1 .footer-lower .footer-nav-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

@media (max-width: 767px) {
	.footer-common .footer-lower .footer-nav-list ul,
	.footer-section-s1 .footer-lower .footer-nav-list ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
}

.footer-common .footer-lower .footer-nav-list ul li,
.footer-section-s1 .footer-lower .footer-nav-list ul li {
	padding: 12px 20px;
	list-style: none;
}

@media (max-width: 991px) {
	.footer-common .footer-lower .footer-nav-list ul li,
	.footer-section-s1 .footer-lower .footer-nav-list ul li {
		padding: 12px 10px;
	}
}

@media (max-width: 767px) {
	.footer-common .footer-lower .footer-nav-list ul li,
	.footer-section-s1 .footer-lower .footer-nav-list ul li {
		padding: 5px 7px;
	}
}

.footer-common .footer-lower .footer-nav-list ul li a,
.footer-section-s1 .footer-lower .footer-nav-list ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
}

.footer-common .footer-lower .footer-nav-list ul li a i,
.footer-section-s1 .footer-lower .footer-nav-list ul li a i {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #01a8de;
}

.footer-common .footer-lower .footer-nav-list ul li a:hover i,
.footer-section-s1 .footer-lower .footer-nav-list ul li a:hover i {
	opacity: 1;
	visibility: visible;
}

/* footer-section-s1 */
.footer-section-s1 {
	z-index: 1;
	position: relative;
}

.footer-section-s1 .footer-topbar .wraper {
	padding: 0 60px;
	max-width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 70px;
}

@media (max-width: 1399px) {
	.footer-section-s1 .footer-topbar .wraper {
		padding: 0;
		padding-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.footer-section-s1 .footer-topbar .wraper {
		display: block;
		text-align: center;
	}
}

.footer-section-s1 .footer-topbar h2 {
	width: calc(100% - 175px);
	color: #0E152B;
	font-size: 42px;
	font-weight: 700;
	line-height: 65px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.footer-section-s1 .footer-topbar h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 757px) {
	.footer-section-s1 .footer-topbar h2 {
		font-size: 20px;
	}
}

.footer-section-s1 .footer-topbar h2 span {
	font-size: 42px;
	font-style: italic;
	font-weight: 300;
	line-height: 65px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.footer-section-s1 .footer-topbar h2 span {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 757px) {
	.footer-section-s1 .footer-topbar h2 span {
		font-size: 20px;
	}
}

.footer-section-s1 .footer-topbar h2 .color {
	color: #000;
	font-style: normal;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

@media (max-width: 991px) {
	.footer-section-s1 .footer-topbar h2 .color {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 757px) {
	.footer-section-s1 .footer-topbar h2 .color {
		font-size: 20px;
		line-height: 45px;
	}
}

.footer-section-s1 .footer-topbar .booking-btn a {
	width: 150px;
	height: 150px;
	background: #fcf206;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 128%;
	text-transform: capitalize;
	color: #0E152B;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.footer-section-s1 .footer-topbar .booking-btn a {
		width: 180px;
		height: 180px;
	}
}

.footer-section-s1 .footer-topbar .booking-btn a i {
	display: block;
	margin-bottom: 5px;
}

.footer-section-s1 .footer-topbar .booking-btn a small {
	display: block;
	max-width: 150px;
}

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

@media (max-width: 1399px) {
	.footer-section-s1 .footer {
		padding: 0;
	}
}

.footer-section-s1 .item:first-child {
	max-width: 575px;
	width: 100%;
	padding-left: 0px;
}

@media (max-width: 991px) {
	.footer-section-s1 .item:first-child {
		max-width: 100%;
		width: 50%;
	}
}

@media (max-width: 767px) {
	.footer-section-s1 .item:first-child {
		max-width: 100%;
		width: 100%;
	}
}

.footer-section-s1 .item:nth-child(2) {
	border-left: 1px solid rgba(41, 41, 41, 0.11);
	border-right: 1px solid rgba(41, 41, 41, 0.11);
}

@media (max-width: 991px) {
	.footer-section-s1 .item:nth-child(2) {
		border-left: 0;
		border-right: 0;
	}
}

.footer-section-s1 .item:last-child {
	padding-left: 80px;
}

@media (max-width: 991px) {
	.footer-section-s1 .item:last-child {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.footer-section-s1 .item:last-child {
		padding-left: 0;
	}
}

.footer-section-s1 .item:last-child ul li {
	color: #043460;
	font-size: 16px;
	font-weight: 500;
}

.footer-section-s1 .footer-lower .lower-footer-wrap {
	padding: 0 60px;
}

@media (max-width: 1399px) {
	.footer-section-s1 .footer-lower .lower-footer-wrap {
		padding: 0;
	}
}

.footer-section-s1 .footer-lower p,
.footer-section-s1 .footer-lower p a{
	color: #0E152B;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

@media (max-width: 1199px) {
	.footer-section-s1 .footer-lower p {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.footer-section-s1 .footer-lower p {
		text-align: center;
		margin-bottom: 10px;
	}
}

.footer-section-s1 .footer-lower .copyright span {
	color: #01a8de;
}

.footer-section-s1 .widget-social {
	text-align: right;
	margin-top: 0;
}

@media (max-width: 991px) {
	.footer-section-s1 .widget-social {
		text-align: center;
	}
}

.footer-section-s1 .widget-social li {
	display: inline !important;
	margin: 0 7px;
}

.footer-section-s1 .widget-social li:last-child {
	margin-right: 0;
}

.footer-section-s1 .widget-social li a {
	color: #032532;
	font-size: 12px;
	font-weight: 400;
	line-height: 32px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid rgba(41, 41, 41, 0.11);
	border-radius: 100px;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
}

.footer-section-s1 .widget-social li a:hover {
	color: #01a8de;
}

.footer-section-s1 .f-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	max-width: 220px;
}

@media (max-width: 1800px) {
	.footer-section-s1 .f-shape {
		max-width: 200px;
	}
}

@media (max-width: 1650px) {
	.footer-section-s1 .f-shape {
		max-width: 150px;
	}
}

@media (max-width: 1600px) {
	.footer-section-s1 .f-shape {
		display: none;
	}
}

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

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

/* 3.2 partners */
.partners-section {
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	.partners-section {
		padding-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.partners-section {
		padding-bottom: 30px;
		padding-top: 70px;
	}
}

.partners-section h2 {
	text-align: center;
	color: #0E152B;
	font-family: "Nunito";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.partners-section ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100px;
}

@media (max-width: 757px) {
	.partners-section ul li {
		height: 80px;
	}
}

.partners-section ul li img {
	width: auto;
	margin: 0 auto;
}

.partners-section ul .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* 3.3 about-section */
.about-section {
	position: relative;
	z-index: 1;
}

.about-section .about-title {
	margin-bottom: 56px;
}

@media (max-width: 991px) {
	.about-section .about-title {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.about-section .about-title {
		margin-bottom: 30px;
	}
}

.about-section .main-title h2 {
	color: #0E152B;
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -1.1px;
}

@media (max-width: 1199px) {
	.about-section .main-title h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media (max-width: 991px) {
	.about-section .main-title h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 575px) {
	.about-section .main-title h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

.about-section .sub-title span {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: -0.24px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.about-section .sub-title span {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.about-section .sub-title span {
		font-size: 20px;
		line-height: 35px;
	}
}

.about-section .sub-title span i {
	line-height: unset;
	margin-right: 10px;
	position: relative;
	top: -4px;
	max-width: 35px;
}

.about-section .about-wrap .about-left-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 20px;
}

.about-section .about-wrap .about-left-side .about-left-img img {
	border-radius: 11px;
}

.about-section .about-wrap .about-left-side .about-left-client-box {
	width: 212px;
	height: 219.5px;
	background: #fcf206;
	margin-left: 25px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 28px 20px;
}

@media (max-width: 480px) {
	.about-section .about-wrap .about-left-side .about-left-client-box {
		padding: 28px 10px;
		height: 180px;
	}
}

@media (max-width: 450px) {
	.about-section .about-wrap .about-left-side .about-left-client-box {
		padding: 28px 5px;
		height: 170px;
		margin-left: 12px;
	}
}

@media (max-width: 370px) {
	.about-section .about-wrap .about-left-side .about-left-client-box {
		height: 130px;
	}
}

.about-section .about-wrap .about-left-side .about-left-client-box h2 {
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.about-section .about-wrap .about-left-side .about-left-client-box h2 {
		font-size: 50px;
	}
}

@media (max-width: 450px) {
	.about-section .about-wrap .about-left-side .about-left-client-box h2 {
		font-size: 40px;
	}
}

@media (max-width: 370px) {
	.about-section .about-wrap .about-left-side .about-left-client-box h2 {
		font-size: 30px;
	}
}

.about-section .about-wrap .about-left-side .about-left-client-box h2 span {
	font-weight: 500;
	font-family: "Parkinsans";
}

.about-section .about-wrap .about-left-side .about-left-client-box p {
	margin-bottom: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 90%;
}

@media (max-width: 370px) {
	.about-section .about-wrap .about-left-side .about-left-client-box p {
		font-size: 14px;
	}
}

.about-section .about-wrap .about-left-side-wrap {
	max-width: 552px;
}

@media (max-width: 991px) {
	.about-section .about-wrap .about-left-side-wrap {
		margin: 0 auto;
		text-align: center;
	}
}

.about-section .about-wrap .about-right-side {
	text-align: right;
	position: relative;
	max-width: 572px;
	margin-left: auto;
	margin-top: 110px;
}

@media (max-width: 991px) {
	.about-section .about-wrap .about-right-side {
		margin-left: 0;
		text-align: center;
		margin-top: 50px;
	}
}

.about-section .about-wrap .about-right-side .about-right-img {
	display: inline-block;
	position: relative;
}

.about-section .about-wrap .about-right-side .about-right-img img {
	border-radius: 11px;
}

.about-section .about-wrap .about-right-side .about-right-img .content-box {
	position: absolute;
	left: -117px;
	bottom: 47px;
	border-radius: 6px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.02);
	width: 234px;
	height: 84px;
	line-height: 84px;
	text-align: center;
}

.about-section .about-wrap .about-right-side .about-right-img .content-box span {
	font-size: 22px;
	font-family: "Parkinsans";
}

@media (max-width: 991px) {
	.about-section .about-wrap .about-right-side .about-right-img .content-box {
		left: auto;
		right: -117px;
	}
}

@media (max-width: 767px) {
	.about-section .about-wrap .about-right-side .about-right-img .content-box {
		left: 0;
		right: auto;
		position: relative;
		bottom: 0;
		margin: 0 auto;
		margin-top: -70px;
		height: 54px;
		line-height: 54px;
	}
}

.about-section .about-wrap .about-right-side .leaf-shape {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.about-section .about-wrap .about-right-side .leaf-shape {
		left: auto;
		right: 0;
	}
}

.about-section .about-wrap .about-right-side .leaf-shape img {
	-webkit-animation: leafAniamtion 12s ease-in infinite;
	animation: leafAniamtion 12s ease-in infinite;
}

.about-section .shape-img {
	position: absolute;
	right: 0;
	bottom: -100px;
	z-index: -1;
}

@media (max-width: 991px) {
	.about-section .shape-img {
		display: none;
	}
}

.text-opacity-animation span {
	display: inline-block;
	opacity: 0.3;
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}

/* 3.4 wpo-service-section */
.wpo-service-section {
	position: relative;
	z-index: 1;
}

.wpo-service-section .wpo-service-wrap {
	background: #F3F5EC;
	border-radius: 22px;
	position: relative;
	z-index: 1;
}

.wpo-service-section .wpo-service-wrap .service-slider,
.wpo-service-section .wpo-service-wrap .service-slider-s2 {
	margin: 0 -15px;
	padding-bottom: 50px;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li {
	width: 37px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #3C3C3C;
	text-align: center;
	border-radius: 50%;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li button,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li button {
	width: 37px;
	height: 37px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px;
	color: #000;
	text-align: center;
	padding: 0;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li button:before,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li button:before {
	font-size: 0;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li.slick-active,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li.slick-active {
	border-color: #01a8de;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li.slick-active button,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li.slick-active button {
	color: #01a8de;
}

.wpo-service-section .wpo-service-wrap .wpo-service-slide-item {
	padding: 0 15px;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item {
	padding: 12px;
	background: #fff;
	border-radius: 23px;
	padding-bottom: 0;
}


.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img img {

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 767px) {
	.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img img {
		width: 100%;
	}
}

.wpo-service-section .wpo-service-wrap .wpo-service-item:hover .wpo-service-img img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.wpo-service-section .wpo-service-wrap .wpo-service-item:hover .middle-light:before {
	left: 0;
	right: 0;
	opacity: 0;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text {
	padding-top: 17px;
	position: relative;
	padding-right: 60px;
	padding-bottom: 20px;
}

@media (max-width: 575px) {
	.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text {
		padding-right: 30px;
	}
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .thumb {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 110px;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .thumb svg {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	z-index: -1;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .thumb span {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.28px;
	text-transform: capitalize;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 0;
}

@media (max-width: 1399px) {
	.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 {
		font-size: 18px;
		line-height: 26px;
	}
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 a {
	color: #0E152B;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 a:hover {
	color: #01a8de;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fcf206;
	text-align: center;
	border-radius: 50%;
	color: #000;
}

@media (max-width: 350px) {
	.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .arrow {
		top: 30%;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .arrow i {
	line-height: unset;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .arrow:hover {
	background-color: #01a8de;
	color: #fff;
}

.wpo-service-section .wpo-service-wrap .left-shape {
	position: absolute;
	left: -150px;
	bottom: 50px;
	z-index: -1;
}

@media (max-width: 991px) {
	.wpo-service-section .wpo-service-wrap .left-shape {
		display: none;
	}
}

.wpo-service-section .wpo-service-wrap .left-shape img {
	-webkit-animation: bounceX 7s linear infinite;
	animation: bounceX 7s linear infinite;
}

.wpo-service-section .wpo-service-wrap .left-shape2 {
	position: absolute;
	left: 80px;
	top: 90px;
	z-index: -1;
}

@media (max-width: 991px) {
	.wpo-service-section .wpo-service-wrap .left-shape2 {
		left: 40px;
		top: 60px;
	}
}

@media (max-width: 575px) {
	.wpo-service-section .wpo-service-wrap .left-shape2 {
		left: 20px;
		top: 20px;
	}
}

.wpo-service-section .wpo-service-wrap .left-shape2 img {
	-webkit-animation: zoom-in-zoom-out 2s ease infinite;
	animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 991px) {
	.wpo-service-section .wpo-service-wrap .left-shape2 img {
		max-width: 60%;
	}
}

@media (max-width: 575px) {
	.wpo-service-section .wpo-service-wrap .left-shape2 img {
		max-width: 40%;
	}
}

.wpo-service-section .wpo-service-wrap .right-shape {
	position: absolute;
	right: 80px;
	top: 90px;
	z-index: -1;
}

@media (max-width: 991px) {
	.wpo-service-section .wpo-service-wrap .right-shape {
		right: 40px;
		top: 40px;
	}
}

@media (max-width: 575px) {
	.wpo-service-section .wpo-service-wrap .right-shape {
		right: 0px;
		top: 6px;
		text-align: center;
	}
}

.wpo-service-section .wpo-service-wrap .right-shape img {
	-webkit-animation: bounceX 8s linear infinite;
	animation: bounceX 8s linear infinite;
}

@media (max-width: 991px) {
	.wpo-service-section .wpo-service-wrap .right-shape img {
		max-width: 60%;
	}
}

@media (max-width: 575px) {
	.wpo-service-section .wpo-service-wrap .right-shape img {
		max-width: 40%;
	}
}

/* 3.5 wpo-choose-section */
.wpo-choose-section .wpo-choose-wrap {
	max-width: 1350px;
	margin: 0 auto;
}

.wpo-choose-section .wpo-choose-left-side {
	position: relative;
}

@media (max-width: 991px) {
	.wpo-choose-section .wpo-choose-left-side {
		max-width: 568px;
		margin: 0 auto;
	}
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-img {
	border-radius: 17px;
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-img img {
	border-radius: 17px;
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box {
	padding: 10px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top-right-radius: 13px;
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .radius-shape {
	position: absolute;
	left: -2px;
	top: -34px;
	max-width: 38px;
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .wrap {
	width: 179px;
	height: 174px;
	background: #fcf206;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 28px 20px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 480px) {
	.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .wrap {
		padding: 28px 10px;
		height: 180px;
	}
}

@media (max-width: 450px) {
	.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .wrap {
		padding: 28px 5px;
		height: 170px;
		margin-left: 12px;
	}
}

@media (max-width: 370px) {
	.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .wrap {
		height: 130px;
	}
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 {
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 {
		font-size: 50px;
	}
}

@media (max-width: 450px) {
	.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 {
		font-size: 40px;
	}
}

@media (max-width: 370px) {
	.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 {
		font-size: 30px;
	}
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 span {
	font-weight: 500;
	font-family: "Parkinsans";
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box p {
	margin-bottom: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 90%;
}

@media (max-width: 370px) {
	.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box p {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.wpo-choose-section .wpo-choose-right-side {
		margin-top: 60px;
		text-align: center;
	}
}

.wpo-choose-section .wpo-choose-right-side ul li + li {
	margin-top: 17px;
}

.wpo-choose-section .wpo-choose-right-side ul li span {
	border-radius: 20.5px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
	display: inline-block;
	font-size: 16px;
	font-family: "Parkinsans";
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	padding: 7px 25px;
	padding-left: 49px;
	position: relative;
}

@media (max-width: 575px) {
	.wpo-choose-section .wpo-choose-right-side ul li span {
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	.wpo-choose-section .wpo-choose-right-side ul li span {
		font-size: 13px;
	}
}

.wpo-choose-section .wpo-choose-right-side ul li span:before {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
	height: 29px;
	content: "\e64c";
	background: #F6F7F9;
	font-family: 'themify';
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpo-choose-section .wpo-choose-right-side ul li:hover span:before, .wpo-choose-section .wpo-choose-right-side ul li.active span:before {
	background: #01a8de;
	color: #fff;
}

/* 3.6 wpo-work-section */
.wpo-work-section {
	background: #3CA200;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 180px;
}

@media (max-width: 991px) {
	.wpo-work-section {
		padding-bottom: 120px;
	}
}

.wpo-work-section .wpo-work-wrap {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
}

@media (max-width: 991px) {
	.wpo-work-section .wpo-work-wrap .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.wpo-work-section .wpo-section-title h2,
.wpo-work-section .wpo-section-title span {
	color: #fff;
}

.wpo-work-section .wpo-work-item {
	text-align: center;
}

.wpo-work-section .wpo-work-item .wpo-work-icon {
	min-height: 124px;
}

.wpo-work-section .wpo-work-item .wpo-work-text {
	z-index: 1;
	margin-top: 40px;
	position: relative;
}

.wpo-work-section .wpo-work-item .wpo-work-text span {
	font-family: "Parkinsans";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	padding: 10px 42px;
	display: inline-block;
	background: #fcf206;
	border-radius: 34px;
	margin-bottom: 30px;
	position: relative;
}

.wpo-work-section .wpo-work-item .wpo-work-text .line {
	position: absolute;
	left: 50%;
	top: -25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	width: 2px;
	height: 30.934px;
	background: #FFC813;
}

.wpo-work-section .wpo-work-item .wpo-work-text:before {
	position: absolute;
	left: 50%;
	top: 25px;
	width: 100%;
	height: 1px;
	background: rgba(217, 217, 217, 0.19);
	content: "";
	z-index: -1;
}

@media (max-width: 991px) {
	.wpo-work-section .wpo-work-item .wpo-work-text:before {
		display: none;
	}
}

.wpo-work-section .wpo-work-item .wpo-work-text:after {
	position: absolute;
	left: 100%;
	top: 19px;
	width: 13px;
	height: 13px;
	background: #fcf206;
	content: "";
	border-radius: 50%;
	z-index: -1;
}

@media (max-width: 991px) {
	.wpo-work-section .wpo-work-item .wpo-work-text:after {
		display: none;
	}
}

.wpo-work-section .wpo-work-item .wpo-work-text h2 {
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 55px;
	text-transform: capitalize;
	color: #fff;
}

.wpo-work-section .col:nth-child(1) .wpo-work-text span {
	-webkit-transform: rotate(3.324deg);
	transform: rotate(3.324deg);
}

.wpo-work-section .col:nth-child(2) .wpo-work-text span {
	-webkit-transform: rotate(-6.185deg);
	transform: rotate(-6.185deg);
}

.wpo-work-section .col:nth-child(3) .wpo-work-text span {
	-webkit-transform: rotate(8.444deg);
	transform: rotate(8.444deg);
}

.wpo-work-section .col:nth-child(3) .wpo-work-text:before {
	display: none;
}

.wpo-work-section .col:nth-child(3) .wpo-work-text:after {
	display: none;
}

.wpo-work-section .left-images,
.wpo-work-section .right-images {
	position: absolute;
	left: -70px;
	top: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 480px;
}

@media (max-width: 1800px) {
	.wpo-work-section .left-images,
	.wpo-work-section .right-images {
		width: 400px;
		left: -50px;
	}
}

@media (max-width: 1700px) {
	.wpo-work-section .left-images,
	.wpo-work-section .right-images {
		width: 350px;
		left: -50px;
	}
}

@media (max-width: 1600px) {
	.wpo-work-section .left-images,
	.wpo-work-section .right-images {
		width: 300px;
		left: -50px;
	}
}

@media (max-width: 1500px) {
	.wpo-work-section .left-images,
	.wpo-work-section .right-images {
		display: none;
	}
}

.wpo-work-section .left-images img,
.wpo-work-section .right-images img {
	border-radius: 14px;
	max-width: 230px;
}

@media (max-width: 1600px) {
	.wpo-work-section .left-images img,
	.wpo-work-section .right-images img {
		max-width: 145px;
	}
}

.wpo-work-section .left-images .image-1,
.wpo-work-section .right-images .image-1 {
	margin-bottom: -45px;
	text-align: center;
}

@media (max-width: 1600px) {
	.wpo-work-section .left-images .image-1,
	.wpo-work-section .right-images .image-1 {
		margin-bottom: -35px;
	}
}

.wpo-work-section .left-images .image-2,
.wpo-work-section .right-images .image-2 {
	z-index: -1;
	position: relative;
}

.wpo-work-section .left-images .image-3,
.wpo-work-section .right-images .image-3 {
	text-align: right;
	margin-top: -87px;
}

@media (max-width: 1600px) {
	.wpo-work-section .left-images .image-3,
	.wpo-work-section .right-images .image-3 {
		margin-top: -57px;
	}
}

.wpo-work-section .right-images {
	left: auto;
	right: -70px;
}

@media (max-width: 1800px) {
	.wpo-work-section .right-images {
		left: auto;
		right: -50px;
	}
}

@media (max-width: 1700px) {
	.wpo-work-section .right-images {
		left: auto;
		right: -50px;
	}
}

@media (max-width: 1600px) {
	.wpo-work-section .right-images {
		left: auto;
		right: -50px;
	}
}

.wpo-work-section .right-images .image-2 {
	text-align: right;
}

.wpo-work-section .right-images .image-3 {
	text-align: left;
	margin-top: -87px;
}

@media (max-width: 1600px) {
	.wpo-work-section .right-images .image-3 {
		margin-top: -57px;
	}
}

/* 3.7 fanfuct-section */
.fanfuct-section {
	position: relative;
	z-index: 11;
}

.fanfuct-section .top-content {
	text-align: center;
	margin-bottom: 30px;
}

.fanfuct-section .top-content h3 {
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 37px;
	text-transform: capitalize;
}

@media (max-width: 575px) {
	.fanfuct-section .top-content h3 {
		font-size: 20px;
	}
}

.fanfuct-section .funfact-wrap {
	border-radius: 30px;
	background: #FFF;
	margin-top: -75px;
	position: relative;
	z-index: 11;
	padding: 15px;
	padding-top: 50px;
}

@media (max-width: 575px) {
	.fanfuct-section .funfact-wrap {
		padding: 10px;
		padding-top: 40px;
	}
}

.fanfuct-section .funfact-wrap .item {
	position: relative;
	text-align: center;
}

.fanfuct-section .funfact-wrap .item h2 {
	color: rgba(0, 0, 0, 0.08);
	text-align: center;
	font-size: 89px;
	font-style: normal;
	font-weight: 500;
	line-height: 82%;
	text-transform: capitalize;
}

@media (max-width: 575px) {
	.fanfuct-section .funfact-wrap .item h2 {
		font-size: 75px;
	}
}

.fanfuct-section .funfact-wrap .item h3 {
	color: #0E152B;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: capitalize;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

@media (max-width: 1199px) {
	.fanfuct-section .funfact-wrap .item h3 {
		font-size: 16px;
	}
}

/* 3.8 transforming-section */
.transforming-section {
	padding-top: 90px;
}

@media (max-width: 991px) {
	.transforming-section {
		padding-top: 50px;
	}
}

@media (max-width: 575px) {
	.transforming-section {
		padding-top: 40px;
	}
}

.transforming-section .transforming-wrap .wpo-transforming-left-side {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
	padding: 10px;
	border-radius: 15px;
	background: #fff;
}

.transforming-section .transforming-wrap .wpo-transforming-left-side .after,
.transforming-section .transforming-wrap .wpo-transforming-left-side .before {
	position: absolute;
	left: 17px;
	top: 17px;
	border-radius: 6px;
	background: #01a8de;
	padding: 5px 25px;
	font-family: "Parkinsans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: capitalize;
	color: #fff;
	z-index: 1;
}

@media (max-width: 575px) {
	.transforming-section .transforming-wrap .wpo-transforming-left-side .after,
	.transforming-section .transforming-wrap .wpo-transforming-left-side .before {
		padding: 5px 15px;
		font-size: 18px;
		left: 8px;
		top: 8px;
	}
}

.transforming-section .transforming-wrap .wpo-transforming-left-side .before {
	background: #fff;
	left: auto;
	right: 17px;
	color: #000;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img {
	position: relative;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .slider-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .transforming-image-before {
	position: absolute;
	inset: 0;
	width: var(--position);
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .slider {
	position: absolute;
	inset: 0;
	cursor: pointer;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .slider:focus-visible ~ .transforming-slider-button {
	outline: 5px solid black;
	outline-offset: 3px;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .transforming-slider-line {
	position: absolute;
	inset: 0;
	width: .2rem;
	height: 100%;
	background-color: #fff;
	left: var(--position);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .transforming-slider-button {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 86.729px;
	height: 86.729px;
	border-radius: 50%;
	display: -ms-grid;
	display: grid;
	place-items: center;
	top: 50%;
	left: var(--position);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	font-family: "Parkinsans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: capitalize;
}

@media (max-width: 575px) {
	.transforming-section .transforming-wrap .wpo-transforming-left-img .transforming-slider-button {
		width: 56.729px;
		height: 56.729px;
		font-size: 16px;
	}
}

.transforming-section .transforming-wrap .wpo-transforming-right-side {
	padding-left: 50px;
}

@media (max-width: 991px) {
	.transforming-section .transforming-wrap .wpo-transforming-right-side {
		padding-left: 0;
		margin-top: 60px;
		text-align: center;
	}
}

.transforming-section .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 p {
	max-width: 466px;
}

@media (max-width: 991px) {
	.transforming-section .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 p {
		margin: 0 auto;
	}
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul {
	margin-bottom: 30px;
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul li + li {
	margin-top: 17px;
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul li span {
	border-radius: 20.5px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
	display: inline-block;
	font-size: 16px;
	font-family: "Parkinsans";
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	padding: 7px 25px;
	padding-left: 49px;
	position: relative;
}

@media (max-width: 575px) {
	.transforming-section .transforming-wrap .wpo-transforming-right-side ul li span {
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	.transforming-section .transforming-wrap .wpo-transforming-right-side ul li span {
		font-size: 13px;
	}
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul li span:before {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
	height: 29px;
	content: "\e64c";
	background: #F6F7F9;
	font-family: 'themify';
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul li:hover span:before, .transforming-section .transforming-wrap .wpo-transforming-right-side ul li.active span:before {
	background: #01a8de;
	color: #fff;
}

.transforming-section .transforming-wrap .wpo-transforming-right-side .transforming-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.transforming-section .transforming-wrap .wpo-transforming-right-side .transforming-btns {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* 3.9 wpo-cta-section */
.wpo-cta-section .wpo-section-title-s2 h2 {
	font-size: 46px;

	letter-spacing: -0.84px;
}

@media (max-width: 1399px) {
	.wpo-cta-section .wpo-section-title-s2 h2 {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 1199px) {
	.wpo-cta-section .wpo-section-title-s2 h2 {
		font-size: 32px;
		line-height: 35px;
	}
}

.wpo-cta-section .wpo-cta-box {
	background: #F3F5EC;
	padding: 40px;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

@media (max-width: 991px) {
	.wpo-cta-section .wpo-cta-box {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.wpo-cta-section .wpo-cta-box {
		padding: 30px 15px;
		padding-top: 45px;
	}
}

.wpo-cta-section .wpo-cta-box .call {
	color: #01a8de;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpo-cta-section .wpo-cta-box .call i {
	margin-right: 10px;
}

@media (max-width: 991px) {
	.wpo-cta-section .wpo-cta-box .call {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.wpo-cta-section .wpo-cta-box .call {
		font-size: 20px;
	}
}

.wpo-cta-section .wpo-cta-box small {
	color: #1F1818;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0.28px;
	text-transform: capitalize;
}

.wpo-cta-section .wpo-cta-box small a {
	color: #01a8de;
}

@media (max-width: 991px) {
	.wpo-cta-section .wpo-cta-box.features {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.wpo-cta-section .wpo-cta-box.features ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.wpo-cta-section .wpo-cta-box.features ul li {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding: 7px 25px;
	padding-left: 40px;
	position: relative;
}

.wpo-cta-section .wpo-cta-box.features ul li + li {
	margin-top: 11px;
}

@media (max-width: 991px) {
	.wpo-cta-section .wpo-cta-box.features ul li {
		margin-top: 11px;
		    padding: 7px 71px 7px 71px;
	}
	.price-area{
		justify-content: center;
	}
	.wpo-cta-section .wpo-cta-box.features ul li:before{
		    left: 20px!important;
	}
	.wpo-cta-section .wpo-cta-box{
		        padding-top: 30px!important;
	}
	.lakewood-coupons .wpo-cta-box{
		height:auto!important;
	}
}

@media (max-width: 575px) {
	.wpo-cta-section .wpo-cta-box.features ul li {
		font-size: 16px;
	}
}

@media (max-width: 450px) {
	.wpo-cta-section .wpo-cta-box.features ul li {
		font-size: 13px;
	}
}

.wpo-cta-section .wpo-cta-box.features ul li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
	height: 29px;
	line-height: 29px;
	content: "\e64c";
	background: #E1F0DD;
	font-family: 'themify';
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpo-cta-section .wpo-cta-box.features ul li:hover span:before, .wpo-cta-section .wpo-cta-box.features ul li.active span:before {
	background: #01a8de;
	color: #fff;
}

.wpo-cta-section .wpo-cta-box .r-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media (max-width: 1399px) {
	.wpo-cta-section .wpo-cta-box .r-shape {
		max-width: 230px;
	}
}

@media (max-width: 1199px) {
	.wpo-cta-section .wpo-cta-box .r-shape {
		max-width: 180px;
	}
}

@media (max-width: 991px) {
	.wpo-cta-section .wpo-cta-box .r-shape {
		display: none;
	}
}

/* 3.10 wpo-faq-section */
.wpo-faq-section .wpo-section-title-s2 p {
	max-width: 466px;
}

@media (max-width: 991px) {
	.wpo-faq-section .wpo-section-title-s2 p {
		margin: 0 auto;
	}
}

@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-section .accordion-item {
	border: 0;
	border-radius: 17px;
	border: 1px solid #F5F3F3;
	padding: 5px 20px;
	margin-bottom: 23px;
}

.wpo-faq-section .accordion-item:last-child {
	margin-bottom: 0;
}

.wpo-faq-section .accordion-item .accordion-body {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 991px) {
	.wpo-faq-section .accordion-item .accordion-body {
		padding-top: 0;
	}
}

.wpo-faq-section .accordion-item .accordion-body p {
	margin-bottom: 0;
	color: #6B7280;
}

.wpo-faq-section .accordion-item .accordion-button:not(.collapsed) {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wpo-faq-section .accordion-item button {
	padding: 20px;
	border: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	color: #0E152B;
	font-family: "Parkinsans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

@media (max-width: 1199px) {
	.wpo-faq-section .accordion-item button {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.wpo-faq-section .accordion-item button {
		font-size: 16px;
		padding: 15px 0;
	}
}

.wpo-faq-section .accordion-item button::after {
	background: none;
	font-family: "themify";
	content: "\e622";
	font-size: 15px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-weight: 700;
}

.wpo-faq-section .accordion-item button.collapsed {
	color: #373b3e;
}

.wpo-faq-section .accordion-item button.collapsed::after {
	content: "\e61a";
}

.wpo-faq-section .accordion-item button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-color: #F5F3F3;
}

.wpo-faq-section .accordion-item .accordion-collapse {
	border: 0;
}

.wpo-faq-section .accordion-button {
	background: transparent;
}

/* 3.11 wpo-testimonials-section */
.wpo-testimonials-section {
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.wpo-testimonials-section {
		padding-top: 60px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap {
	background: #F3F5EC;
	border-radius: 49px;
	position: relative;
	overflow: hidden;
	position: relative;
}

@media (max-width: 575px) {
	.wpo-testimonials-section .wpo-testimonial-wrap {
		border-radius: 29px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .top-shape {
	position: absolute;
	left: 50%;
	top: 36px;
	width: 210px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
	.wpo-testimonials-section .wpo-testimonial-wrap .top-shape {
		top: 20px;
		width: 120px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-item {
	padding: 40px;
	border-radius: 15px;
	border: 1px solid #01a8de;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
	.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-item {
		padding: 20px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .t-logo {
	margin-bottom: 30px;
}

@media (max-width: 500px) {
	.wpo-testimonials-section .wpo-testimonial-wrap .t-logo {
		margin-bottom: 20px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .t-logo img {
	width: auto;
}

.wpo-testimonials-section .wpo-testimonial-wrap p {
	font-family: "Parkinsans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 43px;
}

@media (max-width: 1399px) {
	.wpo-testimonials-section .wpo-testimonial-wrap p {
		font-size: 20px;
		line-height: 38px;
	}
}

@media (max-width: 1199px) {
	.wpo-testimonials-section .wpo-testimonial-wrap p {
		font-size: 18px;
		line-height: 38px;
	}
}

@media (max-width: 450px) {
	.wpo-testimonials-section .wpo-testimonial-wrap p {
		font-size: 16px;
		line-height: 30px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
	position: relative;
	padding-right: 120px;
}

@media (max-width: 500px) {
	.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info {
		padding-right: 0;
		padding-bottom: 40px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-img {
	margin-right: 20px;
	position: relative;
	z-index: 1;
	width: 84px;
	height: 84px;
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-img img {
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-img {
		margin-right: 10px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-text h5 {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

@media (max-width: 1199px) {
	.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-text h5 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-text h5 {
		font-size: 16px;
		line-height: 19px;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-text span {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	font-family: "Parkinsans";
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating {
	position: absolute;
	right: 0;
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating img {
	width: unset;
}

@media (max-width: 500px) {
	.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating {
		left: 0;
		bottom: 0;
	}
}

.wpo-testimonials-section .wpo-testimonial-wrap .owl-nav {
	display: none;
}

.wpo-testimonials-section .wpo-testimonial-wrap .owl-dots {
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wpo-testimonials-section .wpo-testimonial-wrap .owl-dots .owl-dot {
	background: #fff;
	border: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px;
	margin-right: 10px;
}

.wpo-testimonials-section .wpo-testimonial-wrap .owl-dots .owl-dot.active {
	width: 20px !important;
	background-color: #01a8de !important;
}

/* 3.12 wpo-contact-section */
.wpo-contact-section .container-fluid,
.wpo-contact-section-s2 .container-fluid {
	padding: 0;
}

.wpo-contact-section .wpo-contact-img,
.wpo-contact-section-s2 .wpo-contact-img {
	position: relative;
}

@media (max-width: 991px) {
	.wpo-contact-section .wpo-contact-img img,
	.wpo-contact-section-s2 .wpo-contact-img img {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.wpo-contact-section .wpo-contact-img,
	.wpo-contact-section-s2 .wpo-contact-img {
		margin-bottom: 40px;
	}
}

.wpo-contact-section .wpo-contact-img .bottom-logos,
.wpo-contact-section-s2 .wpo-contact-img .bottom-logos {
	width: 100%;
	max-width: 500px;
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	padding: 10px 40px;
	z-index: 1;
}

@media (max-width: 1399px) {
	.wpo-contact-section .wpo-contact-img .bottom-logos,
	.wpo-contact-section-s2 .wpo-contact-img .bottom-logos {
		max-width: 300px;
		padding: 10px 0px;
	}
}

.wpo-contact-section .wpo-contact-img .bottom-logos .bottom-logo-item,
.wpo-contact-section-s2 .wpo-contact-img .bottom-logos .bottom-logo-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpo-contact-section .wpo-contact-img .bottom-logos .b-logo,
.wpo-contact-section-s2 .wpo-contact-img .bottom-logos .b-logo {
	padding: 0 10px;
}

.wpo-contact-section .wpo-contact-img .left-shape,
.wpo-contact-section-s2 .wpo-contact-img .left-shape {
	width: 110px;
	position: absolute;
	left: -94px;
	top: -5px;
	height: 100%;
	z-index: -1;
}

@media (max-width: 1399px) {
	.wpo-contact-section .wpo-contact-img .left-shape,
	.wpo-contact-section-s2 .wpo-contact-img .left-shape {
		width: 80px;
		left: -60px;
		top: -4px;
	}
}

.wpo-contact-section .wpo-contact-img .left-shape svg,
.wpo-contact-section-s2 .wpo-contact-img .left-shape svg {
	max-width: 94px;
}

@media (max-width: 1399px) {
	.wpo-contact-section .wpo-contact-img .left-shape svg,
	.wpo-contact-section-s2 .wpo-contact-img .left-shape svg {
		max-width: 72px;
	}
}

.wpo-contact-section .wpo-contact-img .right-shape,
.wpo-contact-section-s2 .wpo-contact-img .right-shape {
	width: 110px;
	position: absolute;
	right: -100px;
	top: -5px;
	height: 100%;
	z-index: -1;
}

@media (max-width: 1399px) {
	.wpo-contact-section .wpo-contact-img .right-shape,
	.wpo-contact-section-s2 .wpo-contact-img .right-shape {
		width: 80px;
		right: -72px;
		top: -3px;
	}
}

.wpo-contact-section .wpo-contact-img .right-shape svg,
.wpo-contact-section-s2 .wpo-contact-img .right-shape svg {
	max-width: 94px;
}

@media (max-width: 1399px) {
	.wpo-contact-section .wpo-contact-img .right-shape svg,
	.wpo-contact-section-s2 .wpo-contact-img .right-shape svg {
		max-width: 72px;
	}
}

.wpo-contact-section .wpo-contact-form-area,
.wpo-contact-section-s2 .wpo-contact-form-area {
	position: relative;
	z-index: 1;
	padding: 85px 80px;
}

@media (max-width: 1399px) {
	.wpo-contact-section .wpo-contact-form-area,
	.wpo-contact-section-s2 .wpo-contact-form-area {
		padding: 55px 30px;
	}
}

@media (max-width: 767px) {
	.wpo-contact-section .wpo-contact-form-area,
	.wpo-contact-section-s2 .wpo-contact-form-area {
		padding-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-contact-section .wpo-contact-form-area,
	.wpo-contact-section-s2 .wpo-contact-form-area {
		padding: 55px 15px 30px;
	}
}

.wpo-contact-section .wpo-contact-form-area:before,
.wpo-contact-section-s2 .wpo-contact-form-area:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(110deg, #FFDD9E -0.4%, #D6E2EA 63.6%);
	opacity: 0.46;
	z-index: -1;
}

.wpo-contact-section .wpo-contact-form-area .col,
.wpo-contact-section-s2 .wpo-contact-form-area .col {
	padding: 0 7px;
}

.wpo-contact-section .wpo-contact-form-area .form-control,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control {
	width: 100%;
	height: 64px;
	margin-bottom: 16px;
	border: 0;
	border: none;
	background: #fff;
}

.wpo-contact-section .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wpo-contact-section .wpo-contact-form-area .theme-btn-s2,
.wpo-contact-section-s2 .wpo-contact-form-area .theme-btn-s2 {
	width: 100%;
	padding: 20px 50px;
	margin-top: 32px;
}

@media (max-width: 991px) {
	.wpo-contact-section .wpo-contact-form-area .theme-btn-s2,
	.wpo-contact-section-s2 .wpo-contact-form-area .theme-btn-s2 {
		margin-top: 20px;
	}
}

.wpo-contact-section .wpo-contact-form-area .theme-btn-s2:before,
.wpo-contact-section-s2 .wpo-contact-form-area .theme-btn-s2:before {
	display: none;
}

.wpo-contact-section .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control::-webkit-input-placeholder {
	/* Edge */
	color: #0E152B;
}

.wpo-contact-section .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #0E152B;
}

.wpo-contact-section .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control::-ms-input-placeholder {
	color: #0E152B;
}

.wpo-contact-section .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control::placeholder {
	color: #0E152B;
}

.wpo-contact-section .wpo-contact-form-area select.form-control,
.wpo-contact-section-s2 .wpo-contact-form-area select.form-control {
	color: #0E152B;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background: #fff url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
	position: relative;
}

.wpo-contact-section .wpo-contact-form-area .contact-validation-active label.error,
.wpo-contact-section-s2 .wpo-contact-form-area .contact-validation-active label.error {
	margin-top: -8px;
	margin-bottom: 20px;
}

.wpo-contact-section-s2 {
	z-index: 1;
	position: relative;
}

.wpo-contact-section-s2 .submit-area {
	text-align: center;
	margin-top: 20px;
}

.wpo-contact-section-s2 .wpo-contact-form-area {
	border-radius: 24px;
	overflow: hidden;
	background: #3CA200;
}

.wpo-contact-section-s2 .wpo-contact-form-area textarea.form-control {
	height: 130px;
}

.wpo-contact-section-s2 .wpo-contact-form-area::before {
	display: none;
}

.wpo-contact-section-s2 .wpo-contact-form-area .wpo-section-title h2 {
	color: #fff;
}

.wpo-contact-section-s2 .left-shape2 {
	position: absolute;
	left: 80px;
	top: 90px;
	z-index: -1;
}

@media (max-width: 991px) {
	.wpo-contact-section-s2 .left-shape2 {
		left: 40px;
		top: 60px;
	}
}

@media (max-width: 575px) {
	.wpo-contact-section-s2 .left-shape2 {
		left: 20px;
		top: 20px;
	}
}

.wpo-contact-section-s2 .left-shape2 img {
	-webkit-animation: zoom-in-zoom-out 2s ease infinite;
	animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 991px) {
	.wpo-contact-section-s2 .left-shape2 img {
		max-width: 60%;
	}
}

@media (max-width: 575px) {
	.wpo-contact-section-s2 .left-shape2 img {
		max-width: 40%;
	}
}

.wpo-contact-section-s2 .right-shape {
	position: absolute;
	right: 80px;
	bottom: 90px;
	z-index: -1;
}

@media (max-width: 991px) {
	.wpo-contact-section-s2 .right-shape {
		right: 40px;
		bottom: 40px;
	}
}

@media (max-width: 575px) {
	.wpo-contact-section-s2 .right-shape {
		right: 0px;
		bottom: 6px;
		text-align: center;
	}
}

.wpo-contact-section-s2 .right-shape img {
	-webkit-animation: bounceX 8s linear infinite;
	animation: bounceX 8s linear infinite;
}

@media (max-width: 991px) {
	.wpo-contact-section-s2 .right-shape img {
		max-width: 60%;
	}
}

@media (max-width: 575px) {
	.wpo-contact-section-s2 .right-shape img {
		max-width: 40%;
	}
}

/* 3.13 wpo-booking-section */
.wpo-booking-section {
	position: relative;
	z-index: 1;
	padding-bottom: 227px;
	max-width: 1920px;
	margin: 0 auto;
}

@media (max-width: 1399px) {
	.wpo-booking-section {
		padding-bottom: 180px;
	}
}

.wpo-booking-section .wpo-section-title {
	position: relative;
	z-index: 11;
}

.wpo-booking-section .shape-img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

@media (max-width: 1399px) {
	.wpo-booking-section .shape-img {
		max-width: 80%;
	}
}

@media (max-width: 991px) {
	.wpo-booking-section .shape-img {
		display: none;
	}
}

@media (max-width: 991px) {
	.wpo-booking-section {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.wpo-booking-section {
		padding-bottom: 50px;
	}
}

.wpo-booking-section .booking-btn {
	margin-top: 48px;
	text-align: center;
	margin-bottom: -205px;
}

@media (max-width: 1500px) {
	.wpo-booking-section .booking-btn {
		margin-bottom: -180px;
	}
}

@media (max-width: 1199px) {
	.wpo-booking-section .booking-btn {
		margin-bottom: -100px;
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.wpo-booking-section .booking-btn {
		margin-bottom: 0;
		margin-top: 30px;
	}
}

.wpo-booking-section .booking-btn a {
	width: 215px;
	height: 215px;
	background: #01a8de;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 128%;
	text-transform: capitalize;
	color: #fff;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.wpo-booking-section .booking-btn a {
		width: 180px;
		height: 180px;
	}
}

.wpo-booking-section .booking-btn a i {
	display: block;
	margin-bottom: 5px;
}

.wpo-booking-section .booking-btn a small {
	display: block;
	max-width: 150px;
}

.wpo-booking-section .wpo-booking-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 40px;
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.wpo-booking-section .wpo-booking-wrap {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.wpo-booking-section .wpo-booking-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item {
	padding: 0 15px;
}

@media (max-width: 991px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-bottom: 30px;
	}
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item img {
		width: 100%;
	}
}

@media (max-width: 450px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(1) {
	padding-bottom: 218px;
}

@media (max-width: 1199px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(1) {
		padding-bottom: 118px;
	}
}

@media (max-width: 991px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(1) {
		padding-bottom: 0;
	}
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(2) {
	padding-bottom: 35px;
}

@media (max-width: 991px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		padding-bottom: 0;
	}
}

@media (max-width: 575px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(2) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}

@media (max-width: 575px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 450px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) {
		display: block;
	}
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-1 {
	min-height: 370px;
	margin-right: -50px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1500px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-1 {
		min-height: 250px;
	}
}

@media (max-width: 1199px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-1 {
		min-height: 200px;
	}
}

@media (max-width: 450px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-1 {
		margin: 0;
		margin-bottom: 30px;
	}
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-2 {
	z-index: -1;
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(4) {
	padding-bottom: 116px;
}

@media (max-width: 1199px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(4) {
		padding-bottom: 86px;
	}
}

@media (max-width: 991px) {
	.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(4) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-bottom: 0;
	}
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item img {
	border-radius: 21px;
}

/* 3.14 wpo-blog-section */
.wpo-blog-section .wpo-blog-wrap {
	background: #F3F5EC;
	border-radius: 22px;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.wpo-blog-section .wpo-blog-wrap {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-section .wpo-blog-wrap {
		padding-bottom: 40px;
	}
}

.wpo-blog-section .wpo-blog-item {
	margin-bottom: 30px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img {
	border-radius: 10px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img img {
	width: 100%;
	border-radius: 10px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.wpo-blog-section .wpo-blog-item:hover .middle-light:before {
	left: 0;
	right: 0;
	opacity: 0;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content .thumb {
	color: #01a8de;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.32px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content .wpo-blog-content-top {
	padding: 20px;
}

@media (max-width: 1399px) {
	.wpo-blog-section .wpo-blog-item .wpo-blog-content .wpo-blog-content-top {
		padding: 10px;
	}
}

@media (max-width: 575px) {
	.wpo-blog-section .wpo-blog-item .wpo-blog-content .wpo-blog-content-top {
		padding: 10px 0;
	}
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 {
	font-size: 22px;
	font-family: "Parkinsans";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.66px;
	margin-top: 20px;
	margin-bottom: 0;
}

@media (max-width: 1399px) {
	.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 {
		font-size: 20px;
		margin-top: 10px;
	}
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a {
	color: #0E152B;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover {
	color: #01a8de;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	border-top: 1px solid rgba(0, 23, 38, 0.1);
	padding-bottom: 0;
}

@media (max-width: 1399px) {
	.wpo-blog-section .wpo-blog-item .wpo-blog-content ul {
		padding: 10px;
		padding-bottom: 0;
	}
}

@media (max-width: 575px) {
	.wpo-blog-section .wpo-blog-item .wpo-blog-content ul {
		padding: 10px 0 0;
	}
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li {
	position: relative;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.36px;
	color: #6B7280;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1399px) {
	.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li {
		font-size: 16px;
	}
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a {
	color: #6B7280;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a:hover {
	color: #01a8de;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li i {
	margin-right: 10px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li + li {
	padding-left: 20px;
	margin-left: 20px;
}

@media (max-width: 1399px) {
	.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li + li {
		padding-left: 15px;
		margin-left: 10px;
	}
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li + li:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	content: "";
	background: rgba(0, 23, 38, 0.1);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

/* 5. Home-style-2 */
/* 5.1 wpo-work-section-s2 */
.wpo-work-section.style-2 {
	background-color: #fff;
	padding-bottom: 120px;
}

@media (max-width: 1399px) {
	.wpo-work-section.style-2 {
		padding-top: 90px;
	}
}

@media (max-width: 1199px) {
	.wpo-work-section.style-2 {
		padding-top: 10px;
	}
}

@media (max-width: 991px) {
	.wpo-work-section.style-2 {
		padding-bottom: 90px;
	}
}

@media (max-width: 575px) {
	.wpo-work-section.style-2 {
		padding-bottom: 20px;
	}
}

.wpo-work-section.style-2 .wpo-section-title h2 {
	color: #0E152B;
}

.wpo-work-section.style-2 .wpo-work-wrap {
	max-width: 100%;
}

@media (max-width: 575px) {
	.wpo-work-section.style-2 .wpo-work-wrap {
		margin-top: 20px;
	}
}

@media (max-width: 575px) {
	.wpo-work-section.style-2 .wpo-work-item {
		margin-bottom: 40px;
	}
}

.wpo-work-section.style-2 .wpo-work-item .wpo-work-text h2 {
	color: #0E152B;
}

.wpo-work-section.style-2 .wpo-work-item .wpo-work-text:before {
	background-color: rgba(217, 217, 217, 0.5);
}

/* 5.2 about-section-s2 */
.about-section.style-2 .about-wrap, .about-section.style-3 .about-wrap {
	max-width: 1340px;
	margin: 0 auto;
}

.about-section.style-2 .about-left-image-1, .about-section.style-3 .about-left-image-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.about-section.style-2 .about-left-image-1 img, .about-section.style-3 .about-left-image-1 img {
	border-radius: 11px;
}

@media (max-width: 1199px) {
	.about-section.style-2 .about-left-image-1 img, .about-section.style-3 .about-left-image-1 img {
		max-width: 310px;
	}
}

@media (max-width: 575px) {
	.about-section.style-2 .about-left-image-1 img, .about-section.style-3 .about-left-image-1 img {
		max-width: 100%;
		width: 100%;
	}
}

.about-section.style-2 .about-left-image-1 .leaf-shape, .about-section.style-3 .about-left-image-1 .leaf-shape {
	margin-top: -80px;
	padding-right: 20px;
}

@media (max-width: 575px) {
	.about-section.style-2 .about-left-image-1 .leaf-shape, .about-section.style-3 .about-left-image-1 .leaf-shape {
		display: none;
	}
}

.about-section.style-2 .about-left-image-1 .leaf-shape img, .about-section.style-3 .about-left-image-1 .leaf-shape img {
	-webkit-animation: leafAniamtion 12s ease-in infinite;
	animation: leafAniamtion 12s ease-in infinite;
	border-radius: 0;
}

.about-section.style-2 .about-left-side, .about-section.style-3 .about-left-side {
	margin-top: -95px;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
	.about-section.style-2 .about-left-side, .about-section.style-3 .about-left-side {
		margin-top: -35px;
	}
}

@media (max-width: 767px) {
	.about-section.style-2 .about-left-side, .about-section.style-3 .about-left-side {
		margin-top: -70px;
	}
}

@media (max-width: 575px) {
	.about-section.style-2 .about-left-side, .about-section.style-3 .about-left-side {
		margin-top: 20px;
	}
}

.about-section.style-2 .about-left-side .about-left-client-box, .about-section.style-3 .about-left-side .about-left-client-box {
	height: 200px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 480px) {
	.about-section.style-2 .about-left-side .about-left-client-box, .about-section.style-3 .about-left-side .about-left-client-box {
		height: 180px;
	}
}

@media (max-width: 450px) {
	.about-section.style-2 .about-left-side .about-left-client-box, .about-section.style-3 .about-left-side .about-left-client-box {
		height: 170px;
	}
}

@media (max-width: 370px) {
	.about-section.style-2 .about-left-side .about-left-client-box, .about-section.style-3 .about-left-side .about-left-client-box {
		height: 130px;
	}
}

.about-section.style-2 .about-right-content, .about-section.style-3 .about-right-content {
	max-width: 661px;
	position: relative;
}

@media (max-width: 991px) {
	.about-section.style-2 .about-right-content, .about-section.style-3 .about-right-content {
		margin-top: 60px;
		text-align: center;
	}
}

.about-section.style-2 .about-right-content .wpo-section-title-s2 p, .about-section.style-3 .about-right-content .wpo-section-title-s2 p {
	max-width: 519px;
}

@media (max-width: 991px) {
	.about-section.style-2 .about-right-content .wpo-section-title-s2 p, .about-section.style-3 .about-right-content .wpo-section-title-s2 p {
		margin: 0 auto;
	}
}

.about-section.style-2 .about-right-content ul, .about-section.style-3 .about-right-content ul {
	margin-bottom: 30px;
}

.about-section.style-2 .about-right-content ul li + li, .about-section.style-3 .about-right-content ul li + li {
	margin-top: 17px;
}

.about-section.style-2 .about-right-content ul li span, .about-section.style-3 .about-right-content ul li span {
	border-radius: 20.5px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
	display: inline-block;
	font-size: 16px;
	font-family: "Parkinsans";
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	padding: 7px 25px;
	padding-left: 49px;
	position: relative;
}

@media (max-width: 575px) {
	.about-section.style-2 .about-right-content ul li span, .about-section.style-3 .about-right-content ul li span {
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	.about-section.style-2 .about-right-content ul li span, .about-section.style-3 .about-right-content ul li span {
		font-size: 13px;
	}
}

.about-section.style-2 .about-right-content ul li span:before, .about-section.style-3 .about-right-content ul li span:before {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
	height: 29px;
	content: "\e64c";
	background: #F6F7F9;
	font-family: 'themify';
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about-section.style-2 .about-right-content ul li:hover span:before, .about-section.style-2 .about-right-content ul li.active span:before, .about-section.style-3 .about-right-content ul li:hover span:before, .about-section.style-3 .about-right-content ul li.active span:before {
	background: #01a8de;
	color: #fff;
}

.about-section.style-2 .about-right-content .leaf-shape2, .about-section.style-3 .about-right-content .leaf-shape2 {
	position: absolute;
	right: 100px;
	bottom: 120px;
}

@media (max-width: 1199px) {
	.about-section.style-2 .about-right-content .leaf-shape2, .about-section.style-3 .about-right-content .leaf-shape2 {
		right: 60px;
	}
}

@media (max-width: 575px) {
	.about-section.style-2 .about-right-content .leaf-shape2, .about-section.style-3 .about-right-content .leaf-shape2 {
		right: 10px;
	}
}

.about-section.style-2 .about-right-content .leaf-shape2 img, .about-section.style-3 .about-right-content .leaf-shape2 img {
	-webkit-animation: leafAniamtion 12s ease-in infinite;
	animation: leafAniamtion 12s ease-in infinite;
}

/* 5.3 wpo-service-section-s2 */
@media (max-width: 991px) {
	.wpo-service-section.style-2 {
		padding-top: 80px;
	}
}

@media (max-width: 767px) {
	.wpo-service-section.style-2 {
		padding-top: 60px;
	}
}

/* 5.4 wpo-team-section */
.wpo-team-section {
	position: relative;
	z-index: 1;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.wpo-team-section {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.wpo-team-section {
		padding-bottom: 40px;
	}
}

.wpo-team-section .wpo-team-wrap .wpo-team-item {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 12px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img-wrap {
	padding: 15px;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #0E152B;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 12px;
	z-index: 1;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
	width: 100%;
	border-radius: 12px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li {
	margin: 0 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: -40px;
	opacity: 0;
	visibility: hidden;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li:nth-child(2) {
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: -70px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li:nth-child(3) {
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-top: -100px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	color: #0E152B;
	text-align: center;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a:hover {
	background: #01a8de;
	color: #fff;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a i {
	line-height: unset;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
	padding-top: 20px;
}

@media (max-width: 1199px) {
	.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
		padding-top: 12px;
	}
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: -0.2px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: -0.2px;
	margin-bottom: 0px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 1199px) {
	.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
		font-size: 22px;
	}
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
	color: #0E152B;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a:hover {
	color: #01a8de;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img:before {
	opacity: .5;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img ul li {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

/* 5.5 wpo-cta-section-s2 */
.wpo-cta-section.style-2 .wpo-cta-wrap {
	background: #F3F5EC;
	position: relative;
	z-index: 1;
	border-radius: 32px;
	overflow: hidden;
}

.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
	padding: 80px 40px 80px 80px;
	background: none;
}

@media (max-width: 1199px) {
	.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
		padding: 50px 20px 50px 50px;
	}
}

@media (max-width: 991px) {
	.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
		padding: 40px;
		padding-top: 60px;
	}
}

@media (max-width: 575px) {
	.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
		padding: 30px;
		padding-top: 50px;
	}
}

@media (max-width: 375px) {
	.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
		padding: 15px;
		padding-top: 50px;
	}
}

.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-img {
	padding: 20px;
	z-index: 1;
	position: relative;
}

@media (max-width: 991px) {
	.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-img {
		text-align: center;
	}
}

.wpo-cta-section.style-2 .wpo-cta-wrap:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	content: "";
	background: #fcf206;
	-webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1199px) {
	.wpo-cta-section.style-2 .wpo-cta-wrap:before {
		width: 100%;
		height: 50%;
		bottom: 0;
		top: auto;
		-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
	}
}

/* 5.6 wpo-testimonials-section-s2 */
.wpo-testimonials-section.style-2 .wpo-testimonial-wrap {
	background: none;
}

/* 6. Home-style-3 */
/* 6.1 about-section-s3 */
@media (max-width: 1399px) {
	.about-section.style-3 {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.about-section.style-3 {
		padding-bottom: 0px;
	}
}

.about-section.style-3 .about-left-side {
	margin: 0;
	position: relative;
}

.about-section.style-3 .about-left-side .about-left-client-box {
	margin: 0;
	position: absolute;
	left: -50px;
	top: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

@media (max-width: 575px) {
	.about-section.style-3 .about-left-side .about-left-client-box {
		left: 0;
		top: auto;
		bottom: 0;
	}
}

@media (max-width: 450px) {
	.about-section.style-3 .about-left-side .about-left-client-box {
		width: 150px;
		height: 150px;
	}
}

.about-section.style-3 .about-left-side .leaf-shape {
	position: absolute;
	right: 60px;
	bottom: 50px;
}

@media (max-width: 450px) {
	.about-section.style-3 .about-left-side .leaf-shape {
		display: none;
	}
}

.about-section.style-3 .about-left-side .leaf-shape img {
	-webkit-animation: leafAniamtion 12s ease-in infinite;
	animation: leafAniamtion 12s ease-in infinite;
	border-radius: 0;
}

/* 6.2 wpo-team-section-s2 */
.wpo-team-section.style-2 .wpo-team-wrap .wpo-team-item .wpo-team-img-wrap {
	border-radius: 50%;
}

.wpo-team-section.style-2 .wpo-team-wrap .wpo-team-item .wpo-team-img-wrap .wpo-team-img {
	border-radius: 50%;
}

.wpo-team-section.style-2 .wpo-team-wrap .wpo-team-item .wpo-team-text {
	text-align: center;
}

/*7. service-single-page */
.wpo-service-section.style-3 {
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.wpo-service-section.style-3 {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.wpo-service-section.style-3 {
		padding-bottom: 50px;
	}
}

.wpo-service-section.style-3 .wpo-service-wrap {
	background-color: #fff;
}

.wpo-service-section.style-3 .wpo-service-wrap .wpo-service-slide-item {
	padding: 0;
}

.wpo-service-section.style-3 .wpo-service-wrap .wpo-service-item {
	background: #F3F5EC;
	margin-bottom: 30px;
}

.wpo-service-section.style-3 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
	width: 100%;
}

.service-single-wrap .title-image {
	margin-bottom: 30px;
}

.service-single-wrap .title-image img {
	width: 100%;
	border-radius: 16px;
}

.service-single-wrap h2 {
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.service-single-wrap h2 {
		font-size: 26px;
	}
}

.service-single-wrap h3 {
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 20px;
}

.service-single-wrap p {
	color: #6B7280;
	font-size: 16px;
	font-weight: 400;
	line-height: 30.8px;
	max-width: 800px;
	margin-bottom: 40px;
}

.service-single-wrap .video-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

@media (max-width: 1199px) {
	.service-single-wrap .video-wrap {
		display: block;
	}
}

.service-single-wrap .video-img {
	position: relative;
	max-width: 570px;
	width: 100%;
}

.service-single-wrap .video-btn {
	background: #fff;
	width: 85px;
	height: 85px;
	line-height: 85px;
	border-radius: 100px;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.service-single-wrap .video-btn i {
	color: #01a8de;
}

.service-single-wrap .video-content {
	margin-left: 40px;
}

@media (max-width: 1199px) {
	.service-single-wrap .video-content {
		margin-left: 0px;
		margin-top: 20px;
	}
}

.service-single-wrap .video-content h2 {
	color: #0E152B;
	font-size: 28px;
	font-weight: 500;
	text-transform: capitalize;
}

.service-single-wrap .video-content p {
	color: #6B7280;
	font-size: 16px;
	font-weight: 400;
	line-height: 28.8px;
	margin-bottom: 20px;
}

.service-single-wrap .video-content ul li {
	display: block;
	color: #5E5F63;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px;
}

.service-single-wrap .video-content ul li::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
	font-family: flaticon !important;
	content: "\f128";
	text-align: center;
}

.service-single-wrap .quate {
	max-width: 850px;
	background: #FFF;
	-webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
	position: relative;
	padding: 15px 70px 15px 25px;
	border-left: 4px solid #01a8de;
	margin-bottom: 0;
	color: #0E152B;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 60px;
}

@media (max-width: 575px) {
	.service-single-wrap .quate {
		padding: 15px 30px 15px 25px;
		font-size: 16px;
	}
}

.service-single-wrap .image-gallery h2 {
	display: block;
}

.service-single-wrap .image-gallery ul {
	margin: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	.service-single-wrap .image-gallery ul {
		margin: -5px;
	}
}

.service-single-wrap .image-gallery ul li {
	-webkit-box-flex: 37%;
	-ms-flex: 37%;
	flex: 37%;
	max-width: 37%;
	padding: 15px;
}

@media (max-width: 1199px) {
	.service-single-wrap .image-gallery ul li {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding: 5px;
	}
}

@media (max-width: 575px) {
	.service-single-wrap .image-gallery ul li {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

.service-single-wrap .image-gallery ul li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-single-wrap .image-gallery ul li:nth-child(1) {
	-webkit-box-flex: 63%;
	-ms-flex: 63%;
	flex: 63%;
	max-width: 63%;
}

@media (max-width: 1199px) {
	.service-single-wrap .image-gallery ul li:nth-child(1) {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.service-single-wrap .image-gallery ul li:nth-child(1) {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

.service-single-wrap .image-gallery ul li:last-child {
	-webkit-box-flex: 63%;
	-ms-flex: 63%;
	flex: 63%;
	max-width: 63%;
}

@media (max-width: 1199px) {
	.service-single-wrap .image-gallery ul li:last-child {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.service-single-wrap .image-gallery ul li:last-child {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

.service-single-wrap .accordion {
	margin-top: 50px;
}

.service-single-wrap .accordion-item {
	border: 1px solid rgba(4, 18, 31, 0.08);
	background: #FFF;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 14px 47px 0px transparent;
	box-shadow: 0px 14px 47px 0px transparent;
}

.service-single-wrap .accordion-item:last-child {
	margin-bottom: 0;
}

.service-single-wrap .accordion-item .accordion-header {
	text-align: left;
	padding: 30px 35px;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	color: #222;
	font-family: "Parkinsans";
	font-size: 20px;
	font-weight: 500;
	background: transparent;
	position: relative;
}

@media (max-width: 1199px) {
	.service-single-wrap .accordion-item .accordion-header {
		padding: 15px 15px;
		font-size: 15px;
	}
}

.service-single-wrap .accordion-item .accordion-header::before {
	position: absolute;
	content: "\e64b";
	font-family: themify;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #0E152B;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
	.service-single-wrap .accordion-item .accordion-header::before {
		right: 15px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}

.service-single-wrap .accordion-item.active {
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 14px 47px 0px rgba(40, 46, 58, 0.08);
	box-shadow: 0px 14px 47px 0px rgba(40, 46, 58, 0.08);
}

.service-single-wrap .accordion-item.active .accordion-header::before {
	content: "\e648";
	color: #fcf206;
}

.service-single-wrap .accordion-content {
	display: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 35px 30px;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.service-single-wrap .accordion-content {
		padding: 15px 15px;
	}
}

.service-single-wrap .accordion-content p {
	color: #5A627D;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
	max-width: 650px;
}

.service-single-wrap .accordion-item.active .accordion-content {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-single-wrap .accordion-content {
	-webkit-transition: max-height 0.3s ease-out;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
}

.service-single-wrap .accordion-item.active .accordion-content {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 8. project-single-page */
.wpo-project-section .wpo-project-item {
	background: #fff;
	border-radius: 23px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.wpo-project-section .wpo-project-item .wpo-project-img {
	border-radius: 16px;
}

.wpo-project-section .wpo-project-item .wpo-project-img img {
	border-radius: 16px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 767px) {
	.wpo-project-section .wpo-project-item .wpo-project-img img {
		width: 100%;
	}
}

.wpo-project-section .wpo-project-item .middle-light:before {
	background: rgba(255, 215, 0, 0.2);
}

.wpo-project-section .wpo-project-item:hover .wpo-project-img img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.wpo-project-section .wpo-project-item:hover .middle-light:before {
	left: 0;
	right: 0;
	opacity: 0;
}

.wpo-project-section .wpo-project-item:hover .wpo-project-text {
	left: 0;
}

.wpo-project-section .wpo-project-item .wpo-project-text {
	padding: 17px 80px 20px 20px;
	position: absolute;
	left: -100%;
	bottom: 20px;
	background: #fff;
	border-left: 3px solid #fcf206;
	border-radius: 0px 7px 7px 0px;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
	overflow: hidden;
	z-index: 11;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.wpo-project-section .wpo-project-item .wpo-project-text:before {
	position: absolute;
	left: -5px;
	top: 50%;
	width: 8px;
	height: 10px;
	content: "";
	background: #fcf206;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wpo-project-section .wpo-project-item .wpo-project-text .thumb {
	position: relative;
	z-index: 1;
}

.wpo-project-section .wpo-project-item .wpo-project-text .thumb span {
	color: #01a8de;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.28px;
	text-transform: capitalize;
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0;
}

@media (max-width: 1399px) {
	.wpo-project-section .wpo-project-item .wpo-project-text h2 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.wpo-project-section .wpo-project-item .wpo-project-text h2 {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 450px) {
	.wpo-project-section .wpo-project-item .wpo-project-text h2 {
		font-size: 17px;
		line-height: 26px;
	}
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 a {
	color: #0E152B;
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 a:hover {
	color: #01a8de;
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fcf206;
	text-align: center;
	border-radius: 50%;
	color: #000;
}

@media (max-width: 350px) {
	.wpo-project-section .wpo-project-item .wpo-project-text .arrow {
		top: 30%;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow i {
	line-height: unset;
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow:hover {
	background-color: #01a8de;
	color: #fff;
}

.wpo-project-details-area .theme-accordion-s1 {
	margin-bottom: 0;
}

.wpo-project-details-area .accordion-button:not(.collapsed) {
	background-color: #fff;
	color: #0E152B;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wpo-project-details-area .accordion-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wpo-project-details-area .accordion-item {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
	margin-bottom: 30px;
	border: 0;
}

.wpo-project-details-area .accordion-item button {
	font-weight: 500;
	font-size: 18px;
	padding: 25px;
}

@media (max-width: 767px) {
	.wpo-project-details-area .accordion-item button {
		font-size: 16px;
		padding: 10px;
	}
}

.wpo-project-details-area .accordion-item:last-child {
	margin-bottom: 0;
}

.wpo-project-details-area .accordion-collapse {
	border-top: 1px solid #ebebeb;
}

.wpo-project-details-area .accordion-collapse p {
	font-size: 16px;
}

.wpo-project-details-area .theme-accordion-s1 .panel-default {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}

.wpo-project-details-area .theme-accordion-s1 .panel + .panel {
	margin-top: 15px;
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading a {
	background: #999;
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	display: block;
	padding: 18px 25px;
	position: relative;
}

@media (max-width: 991px) {
	.wpo-project-details-area .theme-accordion-s1 .panel-heading a {
		font-size: 16px;
		font-size: 1rem;
		padding: 15px 25px;
	}
}

@media (max-width: 767px) {
	.wpo-project-details-area .theme-accordion-s1 .panel-heading a {
		padding: 12px 15px;
	}
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading a:before {
	font-family: "themify";
	content: "\e64b";
	font-size: 15px;
	font-size: 0.9375rem;
	position: absolute;
	right: 25px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 991px) {
	.wpo-project-details-area .theme-accordion-s1 .panel-heading a:before {
		font-size: 18px;
		font-size: 1.125rem;
		right: 20px;
	}
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading a:focus {
	text-decoration: none;
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading .collapsed {
	background-color: #fff;
	color: #242f6c;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading .collapsed:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
	background-color: #fff;
	border: 0;
	padding: 40px 25px 15px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
	.wpo-project-details-area .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
		padding: 20px 25px 10px;
		font-size: 16px;
	}
	.wpo-project-details-area .all-wpo-services {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.wpo-project-details-area .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
		padding: 15px 15px 8px;
	}
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
	margin-bottom: 1.3em;
}

.wpo-project-details-area .accordion-item .accordion-body {
	padding: 1rem 1.25rem;
}

@media (max-width: 767px) {
	.wpo-project-details-area .accordion-item .accordion-body {
		padding: 1rem 0.35rem;
	}
}

.wpo-minimal-wrap {
	position: relative;
	margin-bottom: 50px;
}

.wpo-minimal-wrap .minimals-img img {
	width: 100%;
}

.minimals-img img {
	width: 100%;
}

.wpo-minimal-wrap .video-holder {
	position: relative;
	text-align: center;
}

.wpo-minimal-wrap .video-holder:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(66, 198, 82, 0.51);
}

.wpo-minimal-wrap .video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 83px;
	height: 83px;
	border-radius: 83px;
	display: inline-block;
	-webkit-animation: spineer 2s infinite;
	animation: spineer 2s infinite;
	z-index: 99;
}

.wpo-minimal-wrap .video-holder a:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #0E152B;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wpo-minimal-wrap .video-holder {
	position: absolute;
	left: 50%;
	top: 50%;
}

.wpo-minimal-wrap .video-holder a,
.video-holder a {
	background-color: #fff;
	-webkit-animation: spineerb 2s infinite;
	animation: spineerb 2s infinite;
}

@-webkit-keyframes spineerb {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(66, 198, 82, 0.51);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(66, 198, 82, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(66, 198, 82, 0);
	}
}

@keyframes spineerb {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(66, 198, 82, 0.51);
		box-shadow: 0 0 0 0 rgba(66, 198, 82, 0.51);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(66, 198, 82, 0);
		box-shadow: 0 0 0 20px rgba(66, 198, 82, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(66, 198, 82, 0);
		box-shadow: 0 0 0 0 rgba(66, 198, 82, 0);
	}
}

.wpo-minimal-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpo-project-details-text {
	text-align: center;
	padding: 40px;
	background: #3ea502;
}

.wpo-project-details-text-3 {
	text-align: center;
	padding: 40px;
	background: #3b9308;
}

.wpo-project-details-list .col {
	padding: 0;
}

.wpo-project-details-list .row {
	margin: 0 0px;
}

@media (max-width: 991px) {
	.wpo-project-details-list .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.wpo-project-details-text h2,
.wpo-project-details-text-3 h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
}

.wpo-project-details-text span,
.wpo-project-details-text-3 span {
	font-size: 16px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.wpo-p-details-section {
	margin-top: 50px;
}

.wpo-p-details-section ul {
	list-style: none;
}

.wpo-p-details-section h5 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 500;
}

@media (max-width: 575px) {
	.wpo-p-details-section h5 {
		font-size: 26px;
		margin-bottom: 22px;
	}
}

.wpo-p-details-section .process-wrap {
	margin-top: 50px;
}

.wpo-p-details-section .process-wrap .process-item {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #ebebeb;
}

.wpo-p-details-section .process-wrap .process-item h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.wpo-p-details-section .process-wrap .process-item p {
	font-size: 15px;
	margin-bottom: 0;
}

.wpo-p-details-section .process-wrap .process-item .process-icon {
	margin-bottom: 10px;
}

.wpo-p-details-section .process-wrap .process-item .process-icon .fi:before {
	font-size: 45px;
	color: #01a8de;
}

.wpo-p-details-section p {
	margin-bottom: 30px;
	font-size: 16px;
}

.wpo-p-details-section p:nth-child(2) {
	margin-bottom: 20px;
}

.wpo-p-details-quote {
	padding: 40px;
	background: #01a8de;
	margin-top: 30px;
	padding-left: 80px;
	position: relative;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.wpo-p-details-quote:before {
	font-family: "Flaticon";
	content: "\f109";
	font-size: 40px;
	color: #fafafa;
	margin-left: 0;
	position: absolute;
	left: 5%;
	top: 22%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wpo-p-details-img {
	margin-bottom: 30px;
}

.wpo-p-details-img img {
	width: 100%;
}

.wpo-p-details-quote p {
	color: #fff;
	margin-bottom: 20px;
}

.wpo-p-details-quote span {
	color: #fddada;
	text-decoration: underline;
}

.wpo-faq-section h4 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.wpo-faq-section h4 {
		font-size: 22px;
	}
}

.wpo-faq-section p {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.wpo-project-details-text h2,
	.wpo-project-details-text-3 h2 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.wpo-project-details-text-3 {
		border: none;
	}
	.wpo-project-details-list {
		padding-bottom: 10px;
		background: #3ea502;
	}
}

@media (max-width: 530px) {
	.wpo-p-details-quote:before {
		left: 12%;
		top: 17%;
	}
}

/*==========================================
9. wpo-team-single
===========================================*/
.team-pg-area {
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 100px;
}

@media (max-width: 1199px) {
	.team-pg-area {
		padding: 100px 0;
	}
}

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

@media (max-width: 767px) {
	.team-pg-area {
		padding: 70px 0;
	}
}

.team-single-wrap {
	background: #fff;
	padding: 100px;
	padding-top: 0;
	-webkit-box-shadow: 0 2px 12px 2px rgba(4, 0, 52, 0.1);
	box-shadow: 0 2px 12px 2px rgba(4, 0, 52, 0.1);
	border-radius: 22px;
}

@media (max-width: 1199px) {
	.team-single-wrap {
		padding: 50px;
	}
}

@media (max-width: 767px) {
	.team-single-wrap {
		padding: 30px;
	}
}

@media (max-width: 575px) {
	.team-single-wrap {
		padding: 15px;
	}
}

.team-info-img {
	margin-top: -100px;
	max-width: 480px;
}

@media (max-width: 1199px) {
	.team-info-img {
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.team-info-img {
		max-width: 100%;
	}
}

.team-info-img img {
	width: 100%;
}

.team-info-text {
	padding-left: 30px;
	padding-top: 30px;
}

@media (max-width: 991px) {
	.team-info-text {
		padding-left: 0;
	}
}

.team-info-text h2 {
	font-weight: 400;
	font-size: 38px;
	line-height: 55px;
	color: #0E152B;
	margin-top: 0;
	margin-bottom: 22px;
}

@media (max-width: 575px) {
	.team-info-text h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

.team-info-text ul li {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #001635;
	margin-bottom: 15px;
	list-style: none;
	font-family: "Parkinsans";
}

@media (max-width: 575px) {
	.team-info-text ul li {
		font-size: 16px;
		line-height: 27px;
	}
}

.team-info-text ul li:last-child {
	padding-bottom: 0;
}

.team-info-text ul li span {
	font-size: 16px;
	color: #8c8c8c;
	display: inline-block;
	position: relative;
	padding-left: 5px;
	font-family: "Nunito";
}

.team-info-text ul li:last-child {
	margin-bottom: 0;
}

.team-info-text .certificates-wrap {
	margin-top: 40px;
}

.team-info-text .certificates-wrap h2 {
	font-weight: 400;
	font-size: 27px;
	line-height: 37px;
}

.team-info-text .certificates-wrap .certificates-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.team-info-text .certificates-wrap .certificates-items .certificates-item + .certificates-item {
	margin-left: 20px;
}

.team-widget {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #D9D9D9;
}

.team-widget h2 {
	font-weight: 400;
	font-size: 35px;
	line-height: 48px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.team-widget h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px;
	}
}

.team-exprience-area .exprience-wrap {
	max-width: 560px;
}

.team-exprience-area .education-area {
	padding-left: 50px;
}

@media (max-width: 991px) {
	.team-exprience-area .education-area {
		padding-left: 0;
		margin-bottom: 40px;
	}
}

.team-exprience-area .education-area .education-area {
	max-width: 600px;
}

.team-exprience-area .education-area ul {
	list-style: none;
}

.team-exprience-area .education-area ul li {
	padding-bottom: 15px;
	position: relative;
	padding-left: 30px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

.team-exprience-area .education-area ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "\e661";
	font-family: 'themify';
	font-size: 14px;
}

.team-exprience-area .education-area .ex-wiget {
	padding-top: 60px;
}

.team-exprience-area .education-area .ex-wiget h2 {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 30px;
}

.skills-area {
	padding-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 991px) {
	.skills-area {
		padding-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.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: 18px;
	line-height: 23px;
	color: #525252;
	font-family: "Nunito";
}

@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: #F3F5EC;
	height: 6px;
	position: relative;
}

.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
	background-color: #01a8de;
}

.skills-area .wpo-skill-progress .progress-number {
	position: absolute;
	right: 0;
	top: -10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #525252;
}

@media (max-width: 767px) {
	.skills-area .wpo-skill-progress .progress-number {
		font-size: 18px;
		top: -5px;
	}
}

.exprience-wrap p {
	color: #5d5851;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.exprience-wrap p {
		margin-bottom: 15px;
	}
}

.exprience-wrap {
	padding-bottom: 40px;
}

.wpo-contact-area {
	padding-top: 50px;
}

@media (max-width: 991px) {
	.wpo-contact-area {
		padding-top: 20px;
	}
}

.wpo-contact-area .wpo-contact-title {
	max-width: 580px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}

.wpo-contact-area .quote-form {
	max-width: 890px;
	margin: 0 auto;
}

.wpo-contact-area .quote-form .form-control {
	height: 55px;
	border: 0;
	margin-bottom: 20px;
	padding: 15px;
	background: #ededed;
	color: #6B7280;
}

.wpo-contact-area .quote-form .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #01a8de;
}

.wpo-contact-area .quote-form textarea.form-control {
	height: 125px;
}

.wpo-contact-area .quote-form select.form-control {
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background: #ededed url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
	position: relative;
}

.half-col {
	float: left;
	width: 50%;
	padding: 0 10px 5px;
}

@media (max-width: 575px) {
	.half-col {
		width: 100%;
	}
}

.full-col {
	padding: 0 10px 5px;
}

.exprience-area {
	padding-top: 60px;
}

/*--------------------------------------------------------------
10. 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%;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.shop-section .details {
	text-align: center;
	padding: 35px 15px;
	position: relative;
	z-index: 1;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	overflow: hidden;
}

.shop-section .details:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(110deg, #FFDD9E -0.4%, #D6E2EA 63.6%);
	opacity: 0.46;
	content: "";
	z-index: -1;
}

.shop-section .details h3 {
	font-size: 20px;
	font-size: 1.11111rem;
	margin: 0 0 0.5em;
	font-weight: 500;
}

@media (max-width: 991px) {
	.shop-section .details h3 {
		font-size: 16px;
		font-size: 0.88889rem;
	}
}

.shop-section .details h3 a {
	color: #0E152B;
	text-transform: capitalize;
}

.shop-section .details h3 a:hover {
	color: #01a8de;
}

.shop-section .details del {
	color: #6B7280;
}

.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-family: "Nunito";
	font-size: 15px;
	font-size: 0.83333rem;
	font-weight: 600;
	color: #01a8de;
	padding: 12px 20px;
	border: 2px solid #01a8de;
	display: inline-block;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.shop-section .add-to-cart a {
		font-size: 12px;
		font-size: 0.66667rem;
		padding: 8px 18px;
	}
}

.shop-section .add-to-cart a:hover {
	background-color: #01a8de;
	color: #fff;
}

.shop-section .add-to-cart a i {
	font-size: 15px;
	font-size: 0.83333rem;
	display: inline-block;
	padding-left: 5px;
}

.shop-section .grid:hover .add-to-cart a {
	background-color: #01a8de;
	color: #fff;
}

/*--------------------------------------------------------------
11. shop-single-page
--------------------------------------------------------------*/
.shop-single-section {
	/*** product slider ***/
	/*** product info ***/
}

.shop-single-section .shop-single-slider .slider-for {
	text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
	display: inline-block;
}

.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;
	-webkit-transform: translateY(-50%);
	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: 35px;
	font-size: 1.94444rem;
	line-height: 1.4em;
	margin: 0 0 0.33em;
	font-weight: 500;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.shop-single-section .product-details h2 {
		font-size: 22px;
		font-size: 1.22222rem;
	}
}

.shop-single-section .product-details .price {
	font-size: 25px;
	font-size: 1.38889rem;
	color: #01a8de;
	margin: 7px 0 20px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.shop-single-section .product-details .price {
		font-size: 30px;
		font-size: 1.66667rem;
	}
}

@media (max-width: 767px) {
	.shop-single-section .product-details .price {
		font-size: 25px;
		font-size: 1.38889rem;
	}
}

.shop-single-section .product-details .price .old {
	font-size: 24px;
	font-size: 1.33333rem;
	font-weight: normal;
	color: #a1a6b0;
	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.11111rem;
	}
}

@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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.shop-single-section .product-details .product-rt .rating {
	margin-right: 10px;
}

.shop-single-section .product-details .product-rt .rating i {
	color: #f9d322;
}

.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;
}

.shop-single-section .product-details ul li:before {
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background: #01a8de;
	content: "";
	border-radius: 50%;
}

.shop-single-section .product-details .product-option {
	margin-top: 30px;
}

.shop-single-section .product-details .tg-btm {
	margin-top: 25px;
}

.shop-single-section .product-details .tg-btm p {
	margin-bottom: 0px;
}

.shop-single-section .product-details .tg-btm p span {
	font-weight: 700;
	color: #0E152B;
	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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.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, .shop-single-section .product-details .product-option .product-row > div + div .view-cart-btn {
	border-radius: 0;
	border-width: 1px;
	height: 45px;
	padding: 0 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.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, .shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn:hover {
	background: #01a8de;
	border-color: #01a8de;
	color: #fff;
}

.shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .view-cart-btn {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	font-size: 0.77778rem;
	padding: 0 20px;
	height: 35px;
	line-height: 32px;
	outline: 0;
	border: 2px solid #e6e6e6;
	border-radius: 0;
}

.shop-single-section .product-details .product-option .theme-btn:hover, .shop-single-section .product-details .product-option .view-cart-btn:hover {
	background-color: #01a8de;
	color: #fff;
	border-color: #01a8de;
}

@media (max-width: 767px) {
	.shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .view-cart-btn {
		font-size: 14px;
		font-size: 0.77778rem;
	}
}

.shop-single-section .product-details .product-option .theme-btn:before, .shop-single-section .product-details .product-option .view-cart-btn:before {
	display: none;
}

.shop-single-section .product-details .product-option .heart-btn i {
	font-size: 15px;
	font-size: 0.83333rem;
}

.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn {
	background-color: #fff;
	font-size: 18px;
	font-size: 1rem;
	color: #6B7280;
	border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count:focus {
	-webkit-box-shadow: none;
	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: #e6e6e6;
	display: block;
	padding: 3px 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: #01a8de;
	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: 18px;
	font-size: 1rem;
	margin: 0;
	line-height: 1.7em;
	font-weight: 500;
	margin-bottom: 10px;
}

.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 {
	font-family: "Parkinsans";
	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: 15px;
	font-size: 0.83333rem;
	color: #6B7280;
	border: 0;
	border-radius: 0;
	margin: 0;
	display: block;
	padding: 12px 20px 11px;
	font-family: "Nunito";
	position: relative;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .nav-tabs a {
		font-size: 14px;
		font-size: 0.77778rem;
		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: #01a8de;
	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: #01a8de;
}

.shop-single-section .product-info .tab-content {
	border-top: 1px solid rgba(66, 198, 82, 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@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.77778rem;
}

@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 {
		font-size: 12px;
		font-size: 0.66667rem;
		display: block;
	}
}

.shop-single-section .product-info .client-rv .rating {
	font-size: 12px;
	padding-left: 12px;
}

.shop-single-section .product-info .client-rv .rating i {
	color: #01a8de;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .rating {
		padding-left: 0;
		margin: 4px 0 7px;
	}
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
	float: right;
	color: #b3b3b3;
	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;
}

.shop-single-section .product-info .review-form h4 {
	font-size: 30px;
	font-weight: 500;
}

.shop-single-section .product-info .review-form p {
	margin-bottom: 1.73em;
}

.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;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	border: 1px solid #efefef;
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.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 .theme-btn-s4 {
	background-color: transparent;
	color: #908f8f;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
	background-color: #01a8de;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.shop-single-section .product-info .review-form form .theme-btn-s4 {
		font-size: 15px;
		font-size: 0.83333rem;
		padding: 0 20px;
	}
}

.shop-single-section .slider-nav .slick-slide:focus {
	outline: none;
}

/*===========================
12. cart-page-style
===========================*/
.cart-area .cart-wrapper {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
	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 #f0f0f094;
	text-align: center;
	font-weight: 400;
	color: #414141;
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
	list-style: none;
}

.cart-area .cart-wrap th {
	border-bottom: 1px solid #f0f0f094;
	padding: 40px 0;
}

.cart-area .cart-wrap thead {
	background: #fff;
	color: #505050;
	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;
}

.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: #01a8de;
}

.cart-area .cart-wrap th {
	height: 80px;
	font-weight: 700;
}

.cart-area .cart-wrap td {
	padding: 40px 25px;
}

.cart-area .cart-wrap td.action ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	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: #01a8de;
}

.cart-area .cart-wrap .action li.c-btn {
	margin-right: 10px;
}

.cart-area .cart-wrap .action li.c-btn a {
	background-color: #01a8de;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: none;
}

@media (max-width: 450px) {
	.cart-area .submit-btn-area ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.cart-area .submit-btn-area ul li:last-child {
	margin-left: 20px;
}

@media (max-width: 450px) {
	.cart-area .submit-btn-area ul li:last-child {
		margin-left: 3px;
		margin-top: 5px;
	}
}

.cart-area .submit-btn-area button {
	border: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
}

.cart-area .submit-btn-area button:hover {
	background: #01a8de;
}

.cart-area .submit-btn-area .theme-btn, .cart-area .submit-btn-area .view-cart-btn {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}

.cart-area .cart-product-list ul {
	border-top: 1px solid #f0f0f094;
	padding-top: 20px;
	list-style: none;
}

.cart-area .cart-product-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #414141;
	padding-bottom: 30px;
}

.cart-area .cart-product-list ul li.cart-b {
	border-top: 1px solid #f0f0f094;
	border-bottom: 1px solid #f0f0f094;
	color: #01a8de;
	padding-top: 30px;
	font-weight: 600;
}

/*===============================
13. checkout-page-style
================================*/
.checkout-area .checkout-wrap {
	background: #fff;
}

.checkout-area .checkout-wrap ul {
	list-style: none;
}

.checkout-area #open2 {
	display: block;
}

.checkout-area #open3 {
	display: none;
}

.checkout-area #open4 {
	display: none;
}

.checkout-area .create-account p {
	margin-bottom: 15px;
}

.checkout-area .create-account {
	display: none;
	padding: 20px;
}

.checkout-area .create-account span {
	margin-bottom: 20px;
	display: block;
}

.checkout-area .input-wrap {
	position: relative;
}

.checkout-area .create-account input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	margin-bottom: 25px;
	padding-left: 20px;
	border-radius: 40px;
}

.checkout-area .create-account input:focus {
	outline: none;
}

.checkout-area .create-account button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #333;
	color: #fff;
	width: 108px;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.checkout-area .create-account button:hover {
	background: #01a8de;
}

.checkout-area .coupon {
	position: relative;
	cursor: pointer;
	cursor: pointer;
	background: #fff;
}

.checkout-area .coupon:before {
	position: absolute;
	right: 30px;
	top: 21px;
	content: "\e64b";
	font-family: 'themify';
}

.checkout-area .coupon span {
	position: absolute;
	right: 30px;
	top: 30px;
}

.checkout-area .coupon label {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	color: #0F0F0F;
	cursor: pointer;
	padding: 20px 20px;
	border-left: 4px solid #01a8de;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

@media (max-width: 767px) {
	.checkout-area .coupon label {
		font-size: 15px;
	}
}

.checkout-area .caupon-wrap {
	background: #fff;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.checkout-area .active-border {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.checkout-area .s1.active-border .coupon-active label,
.checkout-area .s3.coupon-2 .coupon-3 label {
	border-left: none;
	border-top: 4px solid #01a8de;
	border-bottom: 1px solid #c7ffce;
}

.checkout-area .s2 .coupon-3 {
	border-top: 4px solid #01a8de;
}

.checkout-area .s2.coupon-2 .coupon-3 {
	border-top: 0;
}

.checkout-area .s2 .coupon-3 label {
	border-left: 0;
	border-bottom: 1px solid #c7ffce;
}

.checkout-area .s2.coupon-2 .coupon-3 label {
	border-left: 4px solid #01a8de;
	border-bottom: 0;
}

.checkout-area .billing-adress .form-style input,
.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;
}

.checkout-area .billing-adress .form-style input:focus,
.checkout-area .billing-adress .form-style select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.checkout-area .billing-adress .form-style select {
	-webkit-appearance: none;
	-ms-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;
}

.checkout-area .billing-adress {
	padding: 30px;
}

.checkout-area .note-area textarea {
	width: 100%;
	height: 150px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-left: 10px;
	border: 1px solid #ebebeb;
	border-radius: 20px;
}

.checkout-area .note-area textarea:focus {
	outline: none;
}

.checkout-area .biling-item-2 {
	margin-top: 20px;
}

.checkout-area .biling-item-2 label.fontsize {
	margin-bottom: 20px;
}

.checkout-area .biling-item-2 .billing-adress {
	padding: 0;
}

.checkout-area .payment-name ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 575px) {
	.checkout-area .payment-name ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.checkout-area .payment-area form {
	overflow: unset !important;
}

.checkout-area .payment-name ul li {
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.checkout-area .payment-name ul li input {
	margin-right: 0;
}

.checkout-area .payment-name ul li {
	margin-right: 15px;
}

@media (max-width: 575px) {
	.checkout-area .payment-name ul li {
		margin-bottom: 10px;
	}
}

.checkout-area .payment-area h2 {
	padding-bottom: 40px;
	margin-bottom: 0;
}

.checkout-area .payment-select {
	padding: 40px 0;
}

.checkout-area .payment-select ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 575px) {
	.checkout-area .payment-select ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.checkout-area .payment-select ul li {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #5B5B5B;
}

.checkout-area .payment-select label {
	font-size: 18px;
	font-weight: 600;
}

@media (max-width: 575px) {
	.checkout-area .payment-select label {
		font-size: 14px;
	}
}

.checkout-area .payment-area h2 {
	font-size: 20px;
	color: #878787;
	font-weight: 700;
}

.checkout-area .payment-area h2 span {
	font-size: 30px;
	color: #ff493c;
}

.checkout-area .payment-area {
	width: 100%;
}

.checkout-area .payment-name ul li input {
	margin-right: 0;
	position: absolute;
	z-index: -1;
}

.checkout-area .payment-name ul li input:checked ~ label {
	border: 1px solid #ff493c;
}

.checkout-area .payment-name label {
	width: 100%;
	border: 1px solid transparent;
}

.checkout-area .payment-name .visa label {
	border: 1px solid #0057A0;
}

.checkout-area .payment-name .mas label {
	border: 1px solid #CC0000;
}

.checkout-area .payment-name .ski label {
	border: 1px solid #691A5F;
}

.checkout-area .payment-name .pay label {
	border: 1px solid #019CDE;
}

.checkout-area .payment-option {
	padding: 30px;
}

.checkout-area .payment-name {
	display: none;
}

.checkout-area .payment-name.active {
	display: block;
}

.checkout-area .payment-option.active .payment-name {
	display: none !important;
}

.checkout-area .payment-area .form-style input,
.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;
}

.checkout-area .payment-area .form-style input:focus,
.checkout-area .payment-area .form-style select:focus {
	outline: none;
}

.checkout-area .payment-area .contact-form {
	margin-top: 40px;
}

.checkout-area .cout-order-area {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.checkout-area .cout-order-area .oreder-item ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #414141;
}

.checkout-area .cout-order-area .oreder-item ul li.s-total {
	font-weight: 400;
}

.checkout-area .cout-order-area .oreder-item ul .o-header {
	color: #0F0F0F;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
}

.checkout-area .cout-order-area .oreder-item ul .o-middle {
	border-bottom: 1px solid #ebebeb;
}

.checkout-area .cout-order-area .oreder-item ul .o-bottom {
	border-top: 1px solid #ebebeb;
	color: #01a8de;
	font-weight: 600;
}

.checkout-area .create-account.active {
	display: block;
}

.checkout-area .contact-form .form-control {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.checkout-area .contact-form input, .checkout-area .contact-form select {
	margin-top: 10px;
}

.checkout-area .submit-btn-area {
	margin-top: 20px;
}

.checkout-area .submit-btn-area .theme-btn, .checkout-area .submit-btn-area .view-cart-btn {
	text-transform: capitalize;
}

/*--------------------------------------------------------------
14. blog-pg-section
--------------------------------------------------------------*/
@media (min-width: 1400px) {
	.blog-pg-section .container {
		max-width: 1250px;
	}
}

.blog-pg-section .blog-content .post {
	margin-bottom: 70px;
}

@media (max-width: 991px) {
	.blog-pg-section .blog-content .post {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.blog-pg-section .blog-content .post {
		margin-bottom: 40px;
	}
}

.blog-pg-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0;
}

@media (max-width: 767px) {
	.blog-pg-section .entry-meta {
		margin: 25px 0;
	}
}

.blog-pg-section .entry-meta ul {
	list-style: none;
}

.blog-pg-section .entry-meta ul li {
	float: left;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}

.blog-pg-section .entry-meta ul li a {
	color: #676A7D;
}

.blog-pg-section .entry-meta ul li a:hover {
	color: #01a8de;
}

.blog-pg-section .entry-meta ul li i {
	position: relative;
	margin-right: 3px;
}

.blog-pg-section .entry-meta ul li i:before {
	font-size: 16px;
	line-height: 15px;
	color: #01a8de;
}

.blog-pg-section .entry-meta ul li + li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}

.blog-pg-section .entry-meta ul li + li:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background: #676A7D;
	width: 9px;
	height: 1px;
}

@media (max-width: 440px) {
	.blog-pg-section .entry-meta ul li + li:before {
		display: none;
	}
}

@media (max-width: 440px) {
	.blog-pg-section .entry-meta ul li + li {
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.blog-pg-section .entry-meta ul li {
		font-size: 12px;
	}
}

@media (max-width: 440px) {
	.blog-pg-section .entry-meta ul li {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}

.blog-pg-section .post h3 {
	font-size: 34px;
	line-height: 1.2em;
	font-weight: 500;
	margin: -0.27em 0 0.7em;
	font-family: "Parkinsans";
}

@media (max-width: 991px) {
	.blog-pg-section .post h3 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.blog-pg-section .post h3 {
		font-size: 22px;
	}
}

.blog-pg-section .post h3 a {
	color: #0E152B;
}

.blog-pg-section .post h3 a:hover {
	color: #01a8de;
}

.blog-pg-section .post p {
	margin-bottom: 2em;
	color: #5E5F63;
}

@media (max-width: 991px) {
	.blog-pg-section .post p {
		font-size: 16px;
	}
}

.blog-pg-section .post a.read-more {
	text-align: center;
	position: relative;
	padding-right: 50px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	color: #132047;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 2.52px;
	text-transform: uppercase;
}

.blog-pg-section .post a.read-more::before {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: flaticon !important;
	content: "\f137";
	color: #04010C;
	font-size: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog-pg-section .post a.read-more:hover {
	color: #01a8de;
}

.blog-pg-section .post a.read-more:hover::before {
	color: #01a8de;
	right: 2px;
}

.blog-pg-section .entry-media {
	position: relative;
}

.blog-pg-section .entry-media span {
	position: absolute;
	left: 16px;
	top: 16px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	background: #01a8de;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 20px;
}

@media (max-width: 767px) {
	.blog-pg-section .entry-media span {
		font-size: 16px;
		line-height: 24px;
	}
}

.blog-pg-section .entry-media img {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.blog-pg-left-sidebar .blog-sidebar {
		padding-right: 45px;
		padding-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.blog-pg-fullwidth .blog-content {
		padding: 0;
	}
}

@-webkit-keyframes save-the-date-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes save-the-date-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/*--------------------------------------------------------------
15. blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
	/*** tag-share ***/
	/*** more-posts ***/
	/*** comments area ***/
	/*** comment-respond ***/
}

@media (min-width: 1400px) {
	.blog-single-section .container {
		max-width: 1250px;
	}
}

.blog-single-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0;
}

@media (max-width: 767px) {
	.blog-single-section .entry-meta {
		margin: 25px 0;
	}
}

.blog-single-section .entry-meta ul {
	list-style: none;
}

.blog-single-section .entry-meta ul li {
	font-weight: 500;
	font-size: 14px;
	float: left;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}

.blog-single-section .entry-meta ul li a {
	color: #020626;
}

.blog-single-section .entry-meta ul li a:hover {
	color: #01a8de;
}

.blog-single-section .entry-meta ul li i {
	position: relative;
	margin-right: 3px;
}

.blog-single-section .entry-meta ul li i:before {
	font-size: 16px;
	line-height: 15px;
	color: #01a8de;
}

.blog-single-section .entry-meta ul li + li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}

.blog-single-section .entry-meta ul li + li:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background: #676A7D;
	width: 9px;
	height: 1px;
}

@media (max-width: 440px) {
	.blog-single-section .entry-meta ul li + li:before {
		display: none;
	}
}

@media (max-width: 440px) {
	.blog-single-section .entry-meta ul li + li {
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.blog-single-section .entry-meta ul li {
		font-size: 12px;
	}
}

@media (max-width: 440px) {
	.blog-single-section .entry-meta ul li {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}

.blog-single-section .post h3 {
	font-size: 34px;
	line-height: 1.2em;
	font-weight: 500;
	margin: -0.27em 0 0.7em;
	font-family: "Parkinsans";
}

@media (max-width: 991px) {
	.blog-single-section .post h3 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.blog-single-section .post h3 {
		font-size: 22px;
	}
}

.blog-single-section .post h3 {
	color: #0E152B;
}

.blog-single-section .post p {
	margin-bottom: 2em;
	color: #838383;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

@media (max-width: 991px) {
	.blog-single-section .post p {
		font-size: 16px;
	}
}

.blog-single-section .entry-media {
	position: relative;
}

.blog-single-section .entry-media span {
	position: absolute;
	left: 16px;
	top: 16px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	background: #fcf206;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 20px;
}

@media (max-width: 767px) {
	.blog-single-section .entry-media span {
		font-size: 16px;
		line-height: 24px;
	}
}

.blog-single-section .entry-media img {
	width: 100%;
}

.blog-single-section blockquote {
	background-color: #F4F6F8;
	padding: 40px 34px;
	margin-top: 60px;
	margin-bottom: 40px;
	border: 0;
	position: relative;
	color: #16171A;
	font-family: "Parkinsans";
	font-size: 24px;
	font-weight: 500;
	line-height: 43px;
}

@media (max-width: 767px) {
	.blog-single-section blockquote {
		padding: 35px 25px;
		font-size: 18px;
		line-height: 30px;
	}
}

.blog-single-section blockquote:before {
	font-family: flaticon !important;
	content: "\f12a";
	font-size: 35px;
	color: #01a8de;
	position: absolute;
	right: 40px;
	bottom: 30px;
}

.blog-single-section blockquote span {
	color: #16171A;
	font-size: 16px;
	font-weight: 400;
	display: block;
	position: relative;
	padding-left: 30px;
	margin-top: 15px;
}

.blog-single-section blockquote span::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 17px;
	height: 2px;
	content: '';
	background: #191515;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-single-section .post-team-content {
	margin-bottom: 60px;
}

.blog-single-section .post-team-content h3 {
	color: #16171A;
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 30px;
}

.blog-single-section .post-team-content ul li {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 24px;
	color: #445658;
}

@media (max-width: 575px) {
	.blog-single-section .post-team-content ul li {
		font-size: 16px;
	}
}

.blog-single-section .post-team-content ul li:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.blog-single-section .post-team-content ul li:last-child {
		margin-bottom: 24px;
	}
}

.blog-single-section .post-team-content ul li::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	font-size: 20px;
	line-height: 28px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06);
	border-radius: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	content: "\f128";
	font-family: flaticon !important;
	text-align: center;
}

.blog-single-section .post-team-content ul li:hover::before {
	background: #01a8de;
	color: #fff;
}

.blog-single-section .post-team-content img {
	width: 100%;
}

.blog-single-section .im-1 {
	margin-bottom: 30px;
}

.blog-single-section p {
	color: #838383;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.blog-single-section .tag-share-wrap {
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #F6F6F6;
}

@media (max-width: 991px) {
	.blog-single-section .tag-share-wrap {
		margin-top: 30px;
	}
}

.blog-single-section .tag-share,
.blog-single-section .tag-share-s2 {
	color: #0E152B;
}

.blog-single-section .tag-share ul,
.blog-single-section .tag-share-s2 ul {
	list-style: none;
	display: inline-block;
	overflow: hidden;
}

.blog-single-section .tag-share ul li,
.blog-single-section .tag-share-s2 ul li {
	float: left;
}

@media (max-width: 767px) {
	.blog-single-section .tag-share ul li,
	.blog-single-section .tag-share-s2 ul li {
		margin: 2px;
	}
}

.blog-single-section .tag-share ul > li + li,
.blog-single-section .tag-share-s2 ul > li + li {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.blog-single-section .tag-share ul > li + li,
	.blog-single-section .tag-share-s2 ul > li + li {
		margin: 2px;
	}
}

.blog-single-section .tag-share .tag,
.blog-single-section .tag-share-s2 .tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-single-section .tag-share .tag > span,
.blog-single-section .tag-share-s2 .tag > span {
	font-family: "Parkinsans";
	display: inline-block;
	padding-right: 15px;
	text-transform: capitalize;
	color: #121416;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.blog-single-section .tag-share .tag ul,
.blog-single-section .tag-share-s2 .tag ul {
	list-style: none;
	position: relative;
}

.blog-single-section .tag-share .tag li,
.blog-single-section .tag-share-s2 .tag li {
	position: relative;
}

.blog-single-section .tag-share .tag a,
.blog-single-section .tag-share-s2 .tag a {
	display: inline-block;
	padding: 2px 15px;
	text-transform: uppercase;
	color: #838383;
	text-align: center;
	font-family: "Parkinsans";
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	border: 1px solid #F6F3EE;
	background: #FFF;
}

@media (max-width: 767px) {
	.blog-single-section .tag-share .tag a,
	.blog-single-section .tag-share-s2 .tag a {
		font-size: 13px;
	}
}

.blog-single-section .tag-share .tag a:hover,
.blog-single-section .tag-share-s2 .tag a:hover {
	color: #fff;
	background: #01a8de;
}

.blog-single-section .tag-share-s2 {
	margin: 0;
	border-bottom: 0;
}

.blog-single-section .tag-share-s2 .tag {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

@media (max-width: 991px) {
	.blog-single-section .tag-share-s2 .tag {
		margin-top: 20px;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
}

.blog-single-section .tag-share-s2 .tag a {
	padding: 0;
	background: #F2F6F7;
	color: #020626;
	padding: 2px 10px;
	font-size: 14px;
	font-weight: 400;
}

.blog-single-section .item-img img {
	width: 100%;
}

.blog-single-section img {
	width: 100%;
}

.blog-single-section .more-posts {
	overflow: hidden;
	border: 1px solid #DEDEDE;
	padding: 0 25px;
}

.blog-single-section .more-posts > div {
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts > div {
		width: 100%;
		float: none;
	}
}

.blog-single-section .more-posts > div > a {
	display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
	padding: 40px 0;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .previous-post,
	.blog-single-section .more-posts .next-post {
		padding: 25px 15px !important;
	}
}

.blog-single-section .more-posts .next-post {
	text-align: right;
	border-left: 1px solid #DEDEDE;
	padding-left: 15px;
	padding-right: 5px;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .next-post {
		border-left: 0;
		text-align: left;
		border-top: 1px solid #DEDEDE;
	}
}

.blog-single-section .more-posts .next-post .post-control-link {
	padding-right: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .next-post .post-control-link {
		padding-right: 0;
	}
}

.blog-single-section .more-posts .next-post .post-control-link:before {
	font-family: "themify";
	content: "\e628";
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .next-post .post-control-link:before {
		display: none;
	}
}

.blog-single-section .more-posts .previous-post {
	padding-right: 15px;
	padding-left: 5px;
}

.blog-single-section .more-posts .previous-post .post-control-link {
	padding-left: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .previous-post .post-control-link {
		padding-left: 0;
	}
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
	font-family: "themify";
	content: "\e629";
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .previous-post .post-control-link:before {
		display: none;
	}
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
	display: block;
}

.blog-single-section .more-posts .post-control-link {
	font-size: 14px;
	font-size: 0.77778rem;
	color: #6B7280;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.blog-single-section .more-posts .post-name {
	font-size: 16px;
	font-size: 0.88889rem;
	color: #0E152B;
	margin: 0.7em 0 0;
}

@media (max-width: 991px) {
	.blog-single-section .more-posts .post-name {
		font-size: 16px;
		font-size: 0.88889rem;
	}
}

.blog-single-section .more-posts a:hover .post-control-link {
	color: #01a8de;
}

.blog-single-section .comments-area {
	margin-top: 70px;
}

.blog-single-section .comments-area .comment-wrapper {
	position: relative;
}

.blog-single-section .comments-area ol {
	list-style-type: none;
	padding-left: 0;
}

.blog-single-section .comments-area ol ul {
	padding-left: 100px;
	list-style-type: none;
}

@media (max-width: 991px) {
	.blog-single-section .comments-area ol ul {
		padding-left: 40px;
	}
}

.blog-single-section .comments-area ol > li:last-child div {
	border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
	margin-bottom: 40px;
	text-transform: capitalize;
	color: #16171A;
	font-size: 28px;
	font-weight: 500;
	line-height: 30px;
}

@media (max-width: 991px) {
	.blog-single-section .comments-area .comments-title {
		font-size: 20px;
	}
}

.blog-single-section .comments-area li > div {
	position: relative;
}

.blog-single-section .comments-area .comment-theme {
	position: absolute;
}

@media (max-width: 767px) {
	.blog-single-section .comments-area .comment-theme {
		position: static;
	}
}

.blog-single-section .comments-area .comment-theme img {
	border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
	margin-bottom: 40px;
}

.blog-single-section .comments-area .comment-main-area {
	padding-left: 110px;
}

@media (max-width: 767px) {
	.blog-single-section .comments-area .comment-main-area {
		padding-left: 0;
		margin-top: 25px;
	}
}

.blog-single-section .comments-area .comment-main-area p {
	margin-bottom: 20px;
	color: #838383;
	font-size: 16px;
	font-weight: 400;
	line-height: 28.8px;
}

.blog-single-section .comments-area .comments-meta h4 {
	font-size: 20px;
	color: #0E152B;
	color: #16171A;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.blog-single-section .comments-area .comments-meta h4 span {
	font-size: 15px;
	color: #6B7280;
	font-weight: normal;
	text-transform: none;
	display: block;
	font-family: "Nunito";
}

@media (max-width: 767px) {
	.blog-single-section .comments-area .comments-meta h4 span {
		padding-left: 0;
	}
}

.blog-single-section .comments-area .comment-reply-link {
	color: #121416;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 0;
}

.blog-single-section .comments-area .comment-reply-link:hover {
	color: #01a8de;
}

.blog-single-section .comment-respond {
	background: #F8F8F9;
	padding: 60px 40px 80px;
	margin-top: 60px;
}

@media (max-width: 575px) {
	.blog-single-section .comment-respond {
		padding: 40px 20px 40px;
	}
}

.blog-single-section .comment-respond .comment-reply-title {
	font-size: 22px;
	text-transform: capitalize;
	color: #16171A;
	font-size: 28px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.blog-single-section .comment-respond .comment-reply-title {
		font-size: 20px;
	}
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
	background-color: #fff;
	width: 100%;
	height: 65px;
	padding: 6px 15px;
	margin-bottom: 33px;
	outline: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #E5E5E5;
	background: #FFF;
	-webkit-box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
	box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
}

@media (max-width: 575px) {
	.blog-single-section .comment-respond form input,
	.blog-single-section .comment-respond form textarea {
		margin-bottom: 25px;
	}
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #01a8de;
}

@media (max-width: 991px) {
	.blog-single-section .comment-respond form input,
	.blog-single-section .comment-respond form textarea {
		height: 40px;
	}
}

.blog-single-section .comment-respond form textarea {
	padding: 15px;
	height: 280px;
}

@media (max-width: 991px) {
	.blog-single-section .comment-respond form textarea {
		height: 150px;
	}
}

.blog-single-section .comment-respond .form-inputs {
	overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > div {
	width: 50%;
	float: left;
	padding: 0 9px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-single-section .comment-respond .form-inputs > div {
		width: 100%;
		float: none;
	}
}

.blog-single-section .comment-respond .form-textarea {
	padding: 0 9px;
	position: relative;
}

.blog-single-section .comment-respond .form-submit input {
	max-width: 240px;
	border: 0;
	outline: 0;
	background: #01a8de;
	margin: 0;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

@media (max-width: 991px) {
	.blog-single-section .comment-respond .form-submit input {
		height: 50px;
	}
}

.blog-single-section .comment-respond .terms {
	margin-bottom: 40px;
	margin-left: 9px;
}

.blog-single-section .comment-respond .terms .checkbox {
	width: 20px;
	height: 0;
	padding: 0;
	margin: 0;
}

.blog-single-section .comment-respond .terms input[type=checkbox] {
	position: relative;
	cursor: pointer;
}

.blog-single-section .comment-respond .terms input[type=checkbox]:checked:before {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	top: -14px;
	width: 17px;
	height: 17px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: 1px solid #949392;
}

.blog-single-section .comment-respond .terms input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	top: -14px;
	width: 17px;
	height: 17px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: 1px solid #949392;
}

.blog-single-section .comment-respond .terms input[type=checkbox]:after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border: solid #fff;
	border-width: 0 0px 0px 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: -11px;
	left: 3px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.blog-single-section .comment-respond .terms input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	border: solid #fcf206;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -11px;
	left: 3px;
}

.blog-single-section .comment-respond .terms label {
	margin-bottom: 0;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	color: #838383;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

@media (max-width: 1399px) {
	.blog-single-section .comment-respond .terms label {
		margin-left: 5px;
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.blog-single-section .comment-respond .terms label {
		margin-left: 25px;
		position: relative;
		margin-top: -25px;
	}
}

.blog-single-section .error-message {
	color: red;
	font-size: 0.9em;
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 9px;
}

.blog-single-section #loading {
	margin-top: 10px;
	color: blue;
	font-weight: bold;
}

@media screen and (min-width: 1200px) {
	.blog-single-left-sidebar-section .blog-sidebar {
		padding-right: 45px;
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
16. contact-page
--------------------------------------------------------------*/
.office-info {
	padding-bottom: 120px;
	margin: 0 -10px;
}

@media (max-width: 1199px) {
	.office-info {
		margin: 0px;
		padding-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.office-info {
		padding-bottom: 60px;
	}
}

@media (max-width: 1200px) {
	.office-info .col .office-info-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.office-info .col:last-child .office-info-item {
		margin-bottom: 0px;
	}
}

.office-info .office-info-item {
	text-align: center;
	padding: 40px;
	margin: 0 10px;
	border-radius: 8px;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
	box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
	overflow: hidden;
	background: transparent;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (max-width: 1199px) {
	.office-info .office-info-item {
		margin: 0px;
		padding: 30px;
	}
}

.office-info .office-info-item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #01a8de;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.office-info .office-info-item .office-info-icon {
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	margin: 0 auto;
}

.office-info .office-info-item .office-info-icon .icon .fi:before {
	font-size: 50px;
	color: #fcf206;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.office-info .office-info-item .office-info-text h2 {
	margin: 20px 0;
	color: #212121;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.office-info .office-info-item .office-info-text p {
	margin-bottom: 0;
	color: #636776;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.office-info .office-info-item.active::before, .office-info .office-info-item:hover::before {
	opacity: 0.95;
	visibility: visible;
}

.office-info .office-info-item.active .office-info-icon .icon .fi:before, .office-info .office-info-item:hover .office-info-icon .icon .fi:before {
	color: #fff;
}

.office-info .office-info-item.active .office-info-text h2, .office-info .office-info-item:hover .office-info-text h2 {
	color: #fff;
}

.office-info .office-info-item.active .office-info-text p, .office-info .office-info-item:hover .office-info-text p {
	color: #fff;
}

.contact-left {
	max-width: 518px;
	text-align: left;
}

@media (max-width: 1199px) {
	.contact-left {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.contact-left {
		margin-bottom: 30px;
	}
}

.contact-left h2 {
	color: #0A1222;
	font-size: 44px;
	font-weight: 600;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.contact-left h2 {
		font-size: 35px;
	}
}

.contact-left p {
	color: #636776;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 30px;
}

.contact-left .map {
	max-width: 507px;
	height: 351px;
}

.contact-left .map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}



.contact-right .title h2 {
	color: #212121;
	font-size: 44px;
	font-weight: 800;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.contact-right .title h2 {
		font-size: 35px;
	}
}

.contact-right .title p {
	color: #636776;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	margin-bottom: 30px;
}

.contact-form .input-item {
	position: relative;
	margin-bottom: 40px;
}

.contact-form .input-item .fild {
	padding-bottom: 20px;
	padding-left: 30px;
	color: #636776;
	font-size: 18px;
	font-weight: 500;
	border: 0;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid rgba(92, 92, 91, 0.3);
}

.contact-form .input-item .fild:focus-visible {
	outline: 0;
}

.contact-form .input-item i {
	position: absolute;
	left: 0;
	top: -2px;
	color: #212121;
	font-size: 20px;
}

.contact-form .input-item .textarea {
	height: 120px;
}

.contact-form .submitbtn {
	margin:0 auto;
	width: 222px;
	height: 63px;
	position: relative;
}

.contact-form .submitbtn .fild {
	padding: 0;
	background: #01a8de;
	height: 63px;
	line-height: 67px;
	color: #fff;
}

.contact-form .submitbtn label {
	position: absolute;
	left: 30px;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contact-form .submitbtn label i {
	color: #fff;
	font-size: 23px;
}

.contact-form ::-webkit-input-placeholder {
	color: #636776;
}

.contact-form ::-moz-placeholder {
	color: #636776;
}

.contact-form :-ms-input-placeholder {
	color: #636776;
}

.contact-form :-moz-placeholder {
	color: #636776;
}

/*--------------------------------------------------------------
17. 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 {
	text-align: center;
	font-size: 55px;
	font-weight: 500;
	line-height: 58px;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.error-404-section .error-message h3 {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 40px;
	}
}

.error-404-section .error-message p {
	margin-bottom: 1.8em;
}
/*# sourceMappingURL=style.css.map */