@charset "UTF-8";
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,800&display=swap");

@font-face {
	font-family: "Futura PT";
	src: url("../fonts/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT-Demi.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Futura PT";
	src: url("../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Futura PT";
	src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
{
	font-size: 15px;
}

:root {
	scroll-behavior: unset;
	--color-fff: #fff;
	--color-848892: #848892;
	--color-002642: #002642;
	--color-86a0b6: #86a0b6;
	--color-a6b9c9: #a6b9c9;
	--color-000000: #000000;
	--color-232f4b: #232f4b;
	--color-738ea5: #738ea5;
	--color-b0c7d9: #b0c7d9;
}

body {
	font-family: "Muli";
	color: var(--color-848892);
	background-color: var(--color-fff);
	font-size: 15px;
	font-size: 1rem;
	overflow-x: hidden;
}

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

p {
	font-size: 16px;
	color: var(--color-848892);
	line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-002642);
	font-family: "Futura PT";
	font-weight: 600;
}

ul {
	padding-left: 0;
	margin: 0;
}

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

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.wpo-box-style {
	padding: 0 60px;
}

@media (max-width: 991px) {
	.wpo-box-style {
		padding: 0 30px;
	}
}

@media (max-width: 575px) {
	.wpo-box-style {
		padding: 0 0px;
	}
}

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

.hidden {
	display: none;
}

.sr-only {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.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;
	}
}
.back-to-top {
	background-color: rgba(134, 160, 182, 0.7);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 2px solid var(--color-86a0b6);
	border-radius: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 15px;
	transition: all 0.2s;
}

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

.back-to-top:hover {
	background-color: var(--color-86a0b6);
}

.back-to-top i {
	font-size: 18px;
	font-size: 1.2rem;
	color: var(--color-fff);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999 !important;
}

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

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

@media (max-width: 767px) {

	.wpo-section-title,
	.wpo-section-title-s2 {
		margin-bottom: 40px;
	}
}

.wpo-section-title span,
.wpo-section-title-s2 span {
	text-transform: capitalize;
	font-size: 20px;
	color: var(--color-738ea5);
	font-family: "Muli";
}

@media (max-width: 575px) {

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

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
	font-size: 40px;
	line-height: 55px;
	margin: 0;
	margin: 15px 0;
	position: relative;
	text-transform: uppercase;
	font-family: "Futura PT";
	font-weight: 500;
}

@media (max-width: 767px) {

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

@media (max-width: 575px) {

	.wpo-section-title h2,
	.wpo-section-title-s2 h2 {
		font-size: 22px;
	}
}

.wpo-section-title p,
.wpo-section-title-s2 p {
	font-size: 18px;
}

.wpo-section-title .section-title-img,
.wpo-section-title-s2 .section-title-img {
	max-width: 200px;
	margin: 0 auto;
	position: relative;
}

.wpo-section-title .section-title-img::before,
.wpo-section-title .section-title-img::after,
.wpo-section-title-s2 .section-title-img::before,
.wpo-section-title-s2 .section-title-img::after {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 100px;
	height: 1px;
	background: var(--color-86a0b6);
}

@media (max-width: 575px) {

	.wpo-section-title .section-title-img::before,
	.wpo-section-title .section-title-img::after,
	.wpo-section-title-s2 .section-title-img::before,
	.wpo-section-title-s2 .section-title-img::after {
		width: 60px;
		left: -20px;
	}
}

.wpo-section-title .section-title-img::after,
.wpo-section-title-s2 .section-title-img::after {
	right: -70px;
	left: auto;
}

@media (max-width: 575px) {

	.wpo-section-title .section-title-img::after,
	.wpo-section-title-s2 .section-title-img::after {
		right: -20px;
	}
}

.wpo-section-title-s2 .section-title-img .round-ball {
	position: absolute;
	left: 50%;
	width: 15px;
	height: 15px;
	border: 1px solid var(--color-86a0b6);
	border-radius: 50%;
	transform: translateX(-50%);
	top: -5px;
}

.wpo-section-title-s2 .section-title-img:after,
.wpo-section-title-s2 .section-title-img:before {
	width: 144px;
}

@media (max-width: 575px) {

	.wpo-section-title-s2 .section-title-img:after,
	.wpo-section-title-s2 .section-title-img:before {
		width: 80px;
	}
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/

.topbar {
	background: var(--color-86a0b6);
	padding: 0 60px;
}

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

.wpo-site-header {
	background-color: var(--color-fff);
}

.wpo-site-header .navigation {
	background-color: var(--color-fff);
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

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

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

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

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

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

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

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
	text-decoration: none;
	color: var(--color-86a0b6);
}

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

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

	.wpo-site-header #navbar>ul>li>a:before {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: var(--color-86a0b6);
		content: "";
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
		border-radius: 3px;
	}

	.wpo-site-header #navbar>ul>li>a:hover:before,
	.wpo-site-header #navbar>ul>li.current-menu-item a: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: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;
}

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

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

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

	.wpo-site-header .navbar-header button span {
		background-color: var(--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: var(--color-86a0b6);
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpo-site-header .header-right .close-form .theme-btn,
.wpo-site-header .header-right .close-form .view-cart-btn {
	padding: 10px 25px;
}

@media (max-width: 1400px) {

	.wpo-site-header .header-right .close-form .theme-btn,
	.wpo-site-header .header-right .close-form .view-cart-btn {
		padding: 10px 15px;
		font-size: 15px;
	}
}

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

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

.wpo-site-header .header-right>div:last-child {
	margin: 0 0 0 10px;
	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 .fi:before {
	font-size: 18px;
}

@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 {
	color: var(--color-002642);
	background: none;
}

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

.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;
}

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

.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 {
	background-color: var(--color-fff);
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

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

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

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

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar li {
		position: relative;
	}

	.wpo-site-header #navbar>ul>li>a {
		font-size: 16px;
		padding: 35px 20px;
		display: block;
		color: var(--color-232f4b);
		font-weight: 600;
		position: relative;
		font-family: "Futura PT";
		text-transform: uppercase;
	}
}

@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: var(--color-fff);
		box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
		width: 240px;
		position: absolute;
		padding: 20px;
		left: 0;
		top: 110%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s;
	}
}

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar>ul>li .sub-menu a {
		font-size: 16px;
		font-size: 1.0666666667rem;
		display: inline-block;
		padding: 5px 0px;
		color: var(--color-002642);
		position: relative;
		overflow: hidden;
		font-weight: 500;
		transition: all 0.5s;
	}

	.wpo-site-header #navbar>ul>li .sub-menu a:after {
		position: absolute;
		left: 0px;
		bottom: 5px;
		width: 0px;
		height: 1px;
		content: "";
		background: var(--color-86a0b6);
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
	}

	.wpo-site-header #navbar>ul>li .sub-menu a.active {
		color: var(--color-002642);
		font-weight: 700;
	}

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

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
		left: 120%;
		top: 0;
	}
}

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children {
		position: relative;
	}

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

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar>ul>li:hover>.sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
}

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
		left: 110%;
		visibility: visible;
		opacity: 1;
	}
}

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

	.wpo-site-header #navbar>ul>li a:hover,
	.wpo-site-header #navbar>ul>li a.active {
		color: var(--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 {
		position: relative;
	}

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

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

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

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

	.wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
		color: var(--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: var(--color-86a0b6);
		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;
		box-shadow: none;
	}

	.wpo-site-header .mobail-menu button span {
		background-color: var(--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: #6b8295;
		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: var(--color-86a0b6);
	}

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

	.wpo-site-header #navbar .close-navbar {
		background-color: var(--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: var(--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 var(--color-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 {
		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 img {
	max-width: 170px;
}

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

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

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

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

	.wpo-site-header {
		padding: 0 10px;
	}
}

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

@media (max-width: 1200px) {
	.wpo-site-header #navbar>ul>li>a {
		padding: 30px 6px;
		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;
	}
}

.wpo-header-style-2 {
	position: absolute;
	left: 3%;
	width: 94%;
	z-index: 99;
	background: var(--color-fff);
	top: 30px;
}

@media (max-width: 767px) {
	.wpo-header-style-2 {
		left: 2%;
		width: 96%;
		top: 10px;
	}
}

.wpo-header-style-2 .navigation {
	background: transparent;
}

.wpo-header-style-2 .navigation.sticky-on {
	background: var(--color-fff);
}

.wpo-header-style-2 #navbar>ul>li>a {
	color: var(--color-002642);
}

.wpo-header-style-2 .header-right .cart-toggle-btn .fi,
.wpo-header-style-2 .header-right .search-toggle-btn .fi {
	color: var(--color-002642);
}

.wpo-header-style-3 {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0.1);
}

.wpo-header-style-3 .navigation {
	background: rgba(255, 255, 255, 0.1);
}

.wpo-header-style-3 .navigation.sticky-on {
	background: var(--color-738ea5);
}

.wpo-header-style-3 #navbar>ul>li>a {
	color: var(--color-fff);
}

@media (min-width: 991px) {
	.wpo-header-style-3 #navbar>ul>li>a:before {
		background: var(--color-fff);
	}
}

.wpo-header-style-3 #navbar>ul>li>a:hover,
.wpo-header-style-3 #navbar>ul>li>a:focus {
	color: var(--color-fff);
}

.wpo-header-style-3 .header-right .cart-toggle-btn .fi,
.wpo-header-style-3 .header-right .search-toggle-btn .fi {
	color: var(--color-fff);
}

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

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

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-slider,
.static-hero,
.wpo-hero-slider-s2,
.wpo-hero-slider-s3 {
	width: 100%;
	height: 900px;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {

	.wpo-hero-slider,
	.static-hero,
	.wpo-hero-slider-s2,
	.wpo-hero-slider-s3 {
		height: 600px;
	}
}

@media (max-width: 767px) {

	.wpo-hero-slider,
	.static-hero,
	.wpo-hero-slider-s2,
	.wpo-hero-slider-s3 {
		height: 500px;
	}
}

.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.wpo-hero-slider-s2 .swiper-slide,
.wpo-hero-slider-s3 .swiper-slide {
	overflow: hidden;
}

.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container,
.static-hero .swiper-container,
.static-hero .hero-container,
.wpo-hero-slider-s2 .swiper-container,
.wpo-hero-slider-s2 .hero-container,
.wpo-hero-slider-s3 .swiper-container,
.wpo-hero-slider-s3 .hero-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner,
.static-hero .slide-inner,
.static-hero .hero-inner,
.wpo-hero-slider-s2 .slide-inner,
.wpo-hero-slider-s2 .hero-inner,
.wpo-hero-slider-s3 .slide-inner,
.wpo-hero-slider-s3 .hero-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.wpo-hero-slider .slide-inner:before,
.wpo-hero-slider .hero-inner:before,
.static-hero .slide-inner:before,
.static-hero .hero-inner:before,
.wpo-hero-slider-s2 .slide-inner:before,
.wpo-hero-slider-s2 .hero-inner:before,
.wpo-hero-slider-s3 .slide-inner:before,
.wpo-hero-slider-s3 .hero-inner:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00315f;
	content: "";
	opacity: 0.25;
	z-index: -1;
}

.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content,
.wpo-hero-slider-s2 .slide-inner .slide-content,
.wpo-hero-slider-s2 .hero-inner .slide-content,
.wpo-hero-slider-s3 .slide-inner .slide-content,
.wpo-hero-slider-s3 .hero-inner .slide-content {
	padding: 60px 70px;
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
	background: rgba(134, 160, 182, 0.3);
	position: relative;
}

@media (max-width: 1199px) {

	.wpo-hero-slider .slide-inner .slide-content,
	.wpo-hero-slider .hero-inner .slide-content,
	.static-hero .slide-inner .slide-content,
	.static-hero .hero-inner .slide-content,
	.wpo-hero-slider-s2 .slide-inner .slide-content,
	.wpo-hero-slider-s2 .hero-inner .slide-content,
	.wpo-hero-slider-s3 .slide-inner .slide-content,
	.wpo-hero-slider-s3 .hero-inner .slide-content {
		max-width: 800px;
	}
}

@media (max-width: 991px) {

	.wpo-hero-slider .slide-inner .slide-content,
	.wpo-hero-slider .hero-inner .slide-content,
	.static-hero .slide-inner .slide-content,
	.static-hero .hero-inner .slide-content,
	.wpo-hero-slider-s2 .slide-inner .slide-content,
	.wpo-hero-slider-s2 .hero-inner .slide-content,
	.wpo-hero-slider-s3 .slide-inner .slide-content,
	.wpo-hero-slider-s3 .hero-inner .slide-content {
		max-width: 530px;
	}
}

@media (max-width: 767px) {

	.wpo-hero-slider .slide-inner .slide-content,
	.wpo-hero-slider .hero-inner .slide-content,
	.static-hero .slide-inner .slide-content,
	.static-hero .hero-inner .slide-content,
	.wpo-hero-slider-s2 .slide-inner .slide-content,
	.wpo-hero-slider-s2 .hero-inner .slide-content,
	.wpo-hero-slider-s3 .slide-inner .slide-content,
	.wpo-hero-slider-s3 .hero-inner .slide-content {
		max-width: 385px;
		padding: 80px 30px;
	}
}

@media (max-width: 575px) {

	.wpo-hero-slider .slide-inner .slide-content,
	.wpo-hero-slider .hero-inner .slide-content,
	.static-hero .slide-inner .slide-content,
	.static-hero .hero-inner .slide-content,
	.wpo-hero-slider-s2 .slide-inner .slide-content,
	.wpo-hero-slider-s2 .hero-inner .slide-content,
	.wpo-hero-slider-s3 .slide-inner .slide-content,
	.wpo-hero-slider-s3 .hero-inner .slide-content {
		padding: 30px 20px;
	}
}

.wpo-hero-slider .slide-inner .slide-content:before,
.wpo-hero-slider .hero-inner .slide-content:before,
.static-hero .slide-inner .slide-content:before,
.static-hero .hero-inner .slide-content:before,
.wpo-hero-slider-s2 .slide-inner .slide-content:before,
.wpo-hero-slider-s2 .hero-inner .slide-content:before,
.wpo-hero-slider-s3 .slide-inner .slide-content:before,
.wpo-hero-slider-s3 .hero-inner .slide-content:before {
	position: absolute;
	left: -40px;
	top: 0;
	height: 100%;
	content: "";
	width: 60px;
	background: url(../images/slider/shape.png) no-repeat center center;
}

@media (max-width: 575px) {

	.wpo-hero-slider .slide-inner .slide-content:before,
	.wpo-hero-slider .hero-inner .slide-content:before,
	.static-hero .slide-inner .slide-content:before,
	.static-hero .hero-inner .slide-content:before,
	.wpo-hero-slider-s2 .slide-inner .slide-content:before,
	.wpo-hero-slider-s2 .hero-inner .slide-content:before,
	.wpo-hero-slider-s3 .slide-inner .slide-content:before,
	.wpo-hero-slider-s3 .hero-inner .slide-content:before {
		display: none;
	}
}

.wpo-hero-slider .slide-inner .slide-content:after,
.wpo-hero-slider .hero-inner .slide-content:after,
.static-hero .slide-inner .slide-content:after,
.static-hero .hero-inner .slide-content:after,
.wpo-hero-slider-s2 .slide-inner .slide-content:after,
.wpo-hero-slider-s2 .hero-inner .slide-content:after,
.wpo-hero-slider-s3 .slide-inner .slide-content:after,
.wpo-hero-slider-s3 .hero-inner .slide-content:after {
	position: absolute;
	right: -40px;
	top: 0;
	height: 100%;
	content: "";
	width: 60px;
	background: url(../images/slider/shape2.png) no-repeat center center;
}

@media (max-width: 575px) {

	.wpo-hero-slider .slide-inner .slide-content:after,
	.wpo-hero-slider .hero-inner .slide-content:after,
	.static-hero .slide-inner .slide-content:after,
	.static-hero .hero-inner .slide-content:after,
	.wpo-hero-slider-s2 .slide-inner .slide-content:after,
	.wpo-hero-slider-s2 .hero-inner .slide-content:after,
	.wpo-hero-slider-s3 .slide-inner .slide-content:after,
	.wpo-hero-slider-s3 .hero-inner .slide-content:after {
		display: none;
	}
}

@media (max-width: 1199px) {

	.wpo-hero-slider,
	.static-hero,
	.wpo-hero-slider-s2 {
		height: 680px;
	}
}

@media (max-width: 991px) {

	.wpo-hero-slider,
	.static-hero,
	.wpo-hero-slider-s2 {
		height: 600px;
	}
}

@media (max-width: 767px) {

	.wpo-hero-slider,
	.static-hero,
	.wpo-hero-slider-s2 {
		height: 500px;
	}
}

.wpo-hero-slider .gradient-overlay,
.static-hero .gradient-overlay,
.wpo-hero-slider-s2 .gradient-overlay {
	background: linear-gradient(left, var(--color-002642) 45%, transparent 65%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0.6;
}

.wpo-hero-slider .gradient-overlay+.container,
.static-hero .gradient-overlay+.container,
.wpo-hero-slider-s2 .gradient-overlay+.container {
	position: relative;
	z-index: 11;
}

@media (max-width: 767px) {

	.wpo-hero-slider .wpo-hero-title-top span,
	.static-hero .wpo-hero-title-top span,
	.wpo-hero-slider-s2 .wpo-hero-title-top span {
		font-size: 15px;
	}
}

.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2 {
	font-size: 100px;
	font-weight: 500;
	line-height: 60px;
	margin: 10px 0 35px;
	color: var(--color-fff);
	text-transform: uppercase;
}

@media (max-width: 1199px) {

	.wpo-hero-slider .slide-title h2,
	.static-hero .slide-title h2,
	.wpo-hero-slider-s2 .slide-title h2 {
		font-size: 50px;
		font-size: 3.3333333333rem;
	}
}

@media (max-width: 991px) {

	.wpo-hero-slider .slide-title h2,
	.static-hero .slide-title h2,
	.wpo-hero-slider-s2 .slide-title h2 {
		font-size: 40px;
		font-size: 2.6666666667rem;
		line-height: 55px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {

	.wpo-hero-slider .slide-title h2,
	.static-hero .slide-title h2,
	.wpo-hero-slider-s2 .slide-title h2 {
		font-size: 30px;
		font-size: 2rem;
		line-height: 36px;
	}
}

.wpo-hero-slider .slide-text p,
.static-hero .slide-text p,
.wpo-hero-slider-s2 .slide-text p {
	font-size: 30px;
	color: var(--color-fff);
	line-height: 45px;
	max-width: 780px;
	color: var(--color-fff);
	margin: 0 auto;
	margin-bottom: 30px;
}

@media (max-width: 991px) {

	.wpo-hero-slider .slide-text p,
	.static-hero .slide-text p,
	.wpo-hero-slider-s2 .slide-text p {
		font-size: 18px;
		font-size: 1.2rem;
		line-height: 30px;
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {

	.wpo-hero-slider .slide-text p,
	.static-hero .slide-text p,
	.wpo-hero-slider-s2 .slide-text p {
		font-size: 16px;
		font-size: 1.0666666667rem;
		line-height: 22px;
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {

	.wpo-hero-slider .slide-btns,
	.static-hero .slide-btns,
	.wpo-hero-slider-s2 .slide-btns {
		max-width: 400px;
	}
}

.wpo-hero-slider-s2 {
	height: 900px;
}

@media (max-width: 1199px) {
	.wpo-hero-slider-s2 {
		height: 680px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-slider-s2 {
		height: 600px;
	}
}

@media (max-width: 767px) {
	.wpo-hero-slider-s2 {
		height: 500px;
	}
}

.wpo-hero-slider-s2 .slide-inner .slide-content {
	max-width: 760px;
	position: relative;
	background: none;
	padding: 80px 70px;
}

@media (max-width: 991px) {

	.wpo-hero-slider-s2 .slide-inner .slide-content {
		max-width: 650px;
	}
}

@media (max-width: 767px) {

	.wpo-hero-slider-s2 .slide-inner .slide-content {
		max-width: 450px;
		padding: 40px 50px;
	}
}

.wpo-hero-slider-s2 .slide-inner .slide-content .border-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 67%;
	height: 1px;
	background: var(--color-fff);
}

@media (max-width: 767px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-1 {
		width: 44%;
	}
}

@media (max-width: 450px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-1 {
		width: 36%;
	}
}

@media (max-width: 400px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-1 {
		width: 30%;
	}
}

@media (max-width: 370px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-1 {
		width: 15%;
	}
}
.wpo-hero-slider-s2 .slide-inner .slide-content .border-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 67%;
	height: 1px;
	background: var(--color-fff);
}

@media (max-width: 767px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-2 {
		width: 44%;
	}
}

@media (max-width: 450px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-2 {
		width: 36%;
	}
}

@media (max-width: 400px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-2 {
		width: 30%;
	}
}

@media (max-width: 370px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-2 {
		width: 15%;
	}
}

.wpo-hero-slider-s2 .slide-inner .slide-content .border-3 {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 70%;
	width: 1px;
	background: var(--color-fff);
}

@media (max-width: 1199px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-3 {
		height: 67%;
	}
}

@media (max-width: 767px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-3 {
		height: 41%;
	}
}
.wpo-hero-slider-s2 .slide-inner .slide-content .border-4 {
	position: absolute;
	left: 0;
	top: 0;
	height: 70%;
	width: 1px;
	background: var(--color-fff);
}

@media (max-width: 1199px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-4 {
		height: 67%;
	}
}

@media (max-width: 767px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content .border-4 {
		height: 41%;
	}
}
.wpo-hero-slider-s2 .slide-inner .slide-content .s-img-1 {
	position: absolute;
	top: -55px;
	right: 0;
}
.wpo-hero-slider-s2 .slide-inner .slide-content .s-img-2 {
	position: absolute;
	bottom: -54px;
	left: 0;
}
.wpo-hero-slider-s2 .slide-inner .slide-content:before,
.wpo-hero-slider-s2 .slide-inner .slide-content:after {
	display: none;
}
.wpo-hero-slider-s2 .slide-inner .slide-content h2 {
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.wpo-hero-slider-s2 .slide-inner .slide-content h2 {
		margin-bottom: 10px;
	}
}

.wpo-hero-slider-s2 .slide-inner .slide-content p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
	background: #edf3f8;
	position: relative;
	font-size: 15px;
	overflow: hidden;
}

.wpo-site-footer ul {
	list-style: none;
}

.wpo-site-footer p {
	color: #525252;
}

.wpo-site-footer li {
	color: #525252;
}

.wpo-site-footer .container {
	position: relative;
}

.wpo-site-footer .wpo-upper-footer {
	padding: 100px 120px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1800px) {
	.wpo-site-footer .wpo-upper-footer {
		padding: 80px 50px;
	}
}

.wpo-site-footer .wpo-upper-footer:before {
	position: absolute;
	left: 1%;
	top: 4%;
	border: 1px solid #cde0ef;
	content: "";
	width: 98%;
	height: 92%;
	z-index: -1;
}

@media (max-width: 1200px) {
	.wpo-site-footer .wpo-upper-footer:before {
		height: 96%;
		top: 2%;
	}
}

@media (max-width: 991px) {
	.wpo-site-footer .wpo-upper-footer:before {
		display: none;
	}
}

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

@media (max-width: 767px) {
	.wpo-site-footer .wpo-upper-footer {
		padding: 30px 20px 0;
	}
}

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

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

.wpo-site-footer .widget-title {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.wpo-site-footer .widget-title {
		margin-bottom: 20px;
	}
}

.wpo-site-footer .widget-title h3 {
	font-size: 20px;
	color: var(--color-002642);
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-family: "Futura PT";
	font-weight: 600;
}

@media (max-width: 991px) {
	.wpo-site-footer .widget-title h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.wpo-site-footer .about-widget .logo {
	max-width: 180px;
	position: relative;
	left: -55px;
}

@media (max-width: 991px) {
	.wpo-site-footer .about-widget .logo {
		left: -20px;
	}
}

.wpo-site-footer .about-widget {
	padding-right: 45px;
	padding-left: 55px;
}

@media (max-width: 1500px) {
	.wpo-site-footer .about-widget {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.wpo-site-footer .about-widget p {
	margin-bottom: 0.8em;
	line-height: 1.9em;
}

.wpo-site-footer .about-widget p:last-child {
	margin-bottom: 0;
}

.wpo-site-footer .about-widget ul {
	overflow: hidden;
	padding-top: 10px;
}

.wpo-site-footer .about-widget ul li {
	font-size: 22px;
	float: left;
}

.wpo-site-footer .about-widget ul li a {
	color: var(--color-002642);
	width: 36px;
	height: 36px;
	line-height: 40px;
	background: var(--color-fff);
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
}

.wpo-site-footer .about-widget ul li a:hover {
	background: var(--color-002642);
	color: var(--color-fff);
}

.wpo-site-footer .about-widget ul li+li {
	margin-left: 25px;
}

@media screen and (max-width: 1600px) {
	.wpo-site-footer .about-widget ul li+li {
		margin-left: 10px;
	}
}

.wpo-site-footer .link-widget {
	overflow: hidden;
}

@media screen and (min-width: 1500px) {
	.wpo-site-footer .link-widget {
		padding-left: 75px;
	}
}

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

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

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

.wpo-site-footer .link-widget ul li {
	position: relative;
}

.wpo-site-footer .link-widget ul li a {
	color: #575757;
	font-size: 17px;
}

.wpo-site-footer .link-widget ul li a:hover {
	text-decoration: underline;
}

.wpo-site-footer .link-widget ul li+li {
	padding-top: 15px;
}

.wpo-site-footer .contact-ft {
	margin-top: 20px;
	padding-right: 60px;
}

@media (max-width: 1500px) {
	.wpo-site-footer .contact-ft {
		padding-right: 0px;
	}
}

.wpo-site-footer .contact-ft ul li {
	padding-bottom: 15px;
	position: relative;
	padding-left: 35px;
	color: #5880a2;
	font-size: 16px;
}

.wpo-site-footer .contact-ft ul li i {
	position: absolute;
	left: 0;
	top: 0;
}

.wpo-site-footer .contact-ft ul li .fi:before {
	font-size: 20px;
	margin-right: 15px;
}

.wpo-site-footer .wpo-lower-footer {
	text-align: center;
	position: relative;
	background: var(--color-fff);
}

.wpo-site-footer .wpo-lower-footer .row {
	padding: 20px 0;
	position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright {
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0;
	color: #5880a2;
}

.wpo-site-footer .wpo-lower-footer .copyright a {
	color: #5880a2;
	text-decoration: none;
}

@media (max-width: 991px) {
	.wpo-site-footer .wpo-lower-footer .copyright {
		float: none;
		display: block;
	}
}

/*--------------------------------------------------------------
3.6 wpo-portfolio-section
--------------------------------------------------------------*/
.wpo-portfolio-section,
.wpo-portfolio-section-s2,
.wpo-portfolio-section-s3,
.wpo-portfolio-section-s4 {
	padding-top: 0;
}

.wpo-portfolio-section .portfolio-grids,
.wpo-portfolio-section-s2 .portfolio-grids,
.wpo-portfolio-section-s3 .portfolio-grids,
.wpo-portfolio-section-s4 .portfolio-grids {
	margin: 0 -7.5px;
}

.wpo-portfolio-section .portfolio-grids .grid,
.wpo-portfolio-section-s2 .portfolio-grids .grid,
.wpo-portfolio-section-s3 .portfolio-grids .grid,
.wpo-portfolio-section-s4 .portfolio-grids .grid {
	width: 25%;
	float: left;
	padding: 0 7.5px 15px;
}

@media (max-width: 1500px) {

	.wpo-portfolio-section-s2 .portfolio-grids .grid {
		padding: 0 5.5px 10px;
	}
}

@media (max-width: 991px) {
	.wpo-portfolio-section-s2 .portfolio-grids .grid {
		padding: 0 4.5px 8px;
	}
}
.wpo-portfolio-section-s2 .portfolio-grids .grid:last-child {
	width: 50%;
}

@media (max-width: 1199px) {
	.wpo-portfolio-section-s2 .portfolio-grids .grid:last-child {
		width: 100%;
	}
}

@media (max-width: 1199px) {

	.wpo-portfolio-section-s2 .portfolio-grids .grid {
		width: 50%;
	}
}

@media (max-width: 600px) {

	.wpo-portfolio-section-s2 .portfolio-grids .grid {
		width: 100%;
	}
}
.wpo-portfolio-section-s2 .portfolio-grids .grid img {
	width: 100%;
}
.wpo-portfolio-section-s2 .grid .img-holder {
	position: relative;
}
.wpo-portfolio-section-s2 .grid .img-holder .hover-content {
	transition: all 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	text-align: center;
	width: 260px;
}

.wpo-portfolio-section-s2 .grid .img-holder .hover-content span {
	color: #6788a7;
}
.wpo-portfolio-section-s2 .grid .img-holder .hover-content h4{
	font-size: 30px;
	font-weight: 600;
}
.wpo-portfolio-section-s2 .grid .img-holder .hover-content h4 a {
	color: var(--color-002642);
}
.wpo-portfolio-section-s2 .grid .img-holder .hover-content h4 a:hover{
	color: var(--color-86a0b6);
}
.wpo-portfolio-section-s2 .grid .img-holder:before {
	position: absolute;
	left: 2%;
	top: 2%;
	width: 96%;
	height: 96%;
	content: "";
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: all 0.3s;
	transform: scale(0);
}
.wpo-portfolio-section-s2 .img-holder:hover .hover-content {
	opacity: 1;
}
.wpo-portfolio-section-s2 .img-holder:hover:before {
	opacity: 1;
	transform: scale(1);
}

.wpo-banner-section {
	background: url(../images/banner.jpg) no-repeat center center;
	height: 280px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
	padding: 30px;
}

@media (max-width: 575px) {
	.wpo-banner-section {
		height: 200px;
	}
}

.wpo-banner-section h4 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.wpo-banner-section h4 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-banner-section h4 {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
6.2 couple-section
--------------------------------------------------------------*/
.couple-section .couple-area>div {
	float: left;
}

@media (max-width: 991px) {
	.couple-section .couple-area>div {
		float: none;
	}
}

.couple-section .middle-couple-pic {
	width: 470px;
	position: relative;
	height: 690px;
}

@media (max-width: 1399px) {
	.couple-section .middle-couple-pic {
		width: 350px;
		height: 510px;
	}
}

@media (max-width: 1199px) {
	.couple-section .middle-couple-pic {
		width: 270px;
		height: 380px;
	}
}

.couple-section .middle-couple-pic .frame-img {
	position: absolute;
	left: -54px;
	top: -54px;
	width: 130%;
	height: 130%;
}

@media (max-width: 1199px) {
	.couple-section .middle-couple-pic .frame-img {
		left: -33px;
		top: -30px;
		width: 124%;
	}
}

.couple-section .middle-couple-pic img {
	border-radius: 235px;
}

@media (max-width: 991px) {
	.couple-section .middle-couple-pic {
		margin: 50px auto;
	}
}

.couple-section .text-grid {
	width: 29%;
	padding: 140px 80px 40px;
}

@media (max-width: 1399px) {
	.couple-section .text-grid {
		width: 34%;
		padding: 70px 80px 40px;
	}
}

@media (max-width: 1199px) {
	.couple-section .text-grid {
		padding: 10px 56px 40px;
	}
}

@media (max-width: 991px) {
	.couple-section .text-grid {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

.couple-section .text-grid h3 {
	font-size: 22px;
	font-size: 1.4666666667rem;
	margin: 0 0 0.8em;
}

.couple-section .text-grid .couple-img {
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.couple-section .text-grid .couple-img:before {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	content: "";
	border: 1px solid var(--color-fff);
	z-index: 1;
}

.couple-section .text-grid .couple-img img {
	border-radius: 50%;
	transform: scale(1);
	transition: all 0.3s;
}

@media (max-width: 991px) {
	.couple-section .text-grid .couple-img {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

.couple-section .bride {
	padding-left: 0;
	text-align: right;
}

@media (max-width: 991px) {
	.couple-section .bride {
		text-align: center;
		margin: 0 auto;
	}
}

.couple-section .bride .social {
	float: right;
}

@media (max-width: 991px) {
	.couple-section .bride .social {
		float: none;
		display: flex;
		justify-content: center;
	}
}

.couple-section .bride .couple-img {
	margin: 0;
	margin-bottom: 20px;
	margin-left: auto;
}

@media (max-width: 991px) {
	.couple-section .bride .couple-img {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

.couple-section .groom {
	padding-right: 0;
}

.couple-section ul {
	list-style: none;
	overflow: hidden;
	padding-top: 15px;
}

@media (max-width: 991px) {
	.couple-section ul {
		padding-top: 10px;
		display: flex;
		justify-content: center;
	}
}

.couple-section ul li {
	float: left;
}

.couple-section ul>li+li {
	margin-left: 25px;
}

.couple-section ul li a {
	display: block;
	text-align: center;
	color: var(--color-738ea5);
}

.couple-section ul li a:hover {
	color: var(--color-86a0b6);
}

/*--------------------------------------------------------------
6.4 story-section
--------------------------------------------------------------*/
.story-section .story-timeline {
	position: relative;
}
.story-section .story-timeline:after {
	content: "";
	background: #cee0ef;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
@media (max-width: 991px) {
	.story-section .story-timeline:after {
		display: none;
	}
}
.story-section .story-timeline .round-shape {
	background: var(--color-fff);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 0;
	border: 1px solid var(--color-738ea5);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
}
.story-section .story-timeline .round-shape:before {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 14px;
	height: 14px;
	content: "";
	background: var(--color-738ea5);
	border-radius: 50%;
}
@media (max-width: 991px) {
	.story-section .story-timeline .round-shape {
		display: none;
	}

	.story-section .story-timeline .round-shape:before {
		display: none;
	}
}
.story-section .story-timeline .img-holder {
	max-width: 330px;
	padding: 10px;
	border: 1px dashed var(--color-86a0b6);
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background: var(--color-fff);
	margin: 0 auto;
}
.story-section .story-timeline .img-holder:before {
	position: absolute;
	left: -103px;
	top: 195px;
	width: 90%;
	height: 90%;
	border: 1px dashed var(--color-738ea5);
	content: "";
	border-radius: 50%;
	z-index: -1;
	border-bottom: 0;
	border-right: 0;
	border-top: 0;
	transform: rotate(66deg);
}
@media (max-width: 1439px) {
	.story-section .story-timeline .img-holder:before {
		left: -140px;
	}
}
@media (max-width: 1399px) {
	.story-section .story-timeline .img-holder:before {
		left: -96px;
	}
}
@media (max-width: 1199px) {
	.story-section .story-timeline .img-holder:before {
		left: -65px;
	}
}
@media (max-width: 991px) {
	.story-section .story-timeline .img-holder:before {
		display: none;
	}
}
@media (max-width: 991px) {
	.story-section .story-timeline .img-holder.left-site {
		margin-bottom: 40px;
	}
}
.story-section .story-timeline .img-holder.left-site:before {
	position: absolute;
	left: auto;
	right: -102px;
	transform: rotate(102deg);
}
@media (max-width: 1439px) {
	.story-section .story-timeline .img-holder.left-site:before {
		right: -140px;
	}
}
@media (max-width: 1399px) {
	.story-section .story-timeline .img-holder.left-site:before {
		right: -96px;
	}
}
@media (max-width: 1199px) {
	.story-section .story-timeline .img-holder.left-site:before {
		right: -65px;
	}
}
.story-section .story-timeline .img-holder img {
	border-radius: 50%;
}
.story-section .story-timeline .img-holder .story-shape-img {
	position: absolute;
	bottom: -45px;
	left: 55px;
}
.story-section .story-timeline .img-holder .story-shape-img img {
	border-radius: 0;
}
.story-section .story-timeline>.row {
	position: relative;
}
.story-section .story-timeline>.row .horizontal-line {
	background: rgba(134, 160, 182, 0.1);
	width: 70%;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.story-section .story-timeline>.row:last-child .col {
	padding-top: 0 !important;
}
@media (max-width: 991px) {
	.story-section .story-timeline>.row:last-child {
		padding: 0 !important;
		margin: 0 !important;
	}
}
.story-section .story-timeline>.row+.row {
	margin-top: 50px;
	padding-top: 15px;
}
@media (max-width: 991px) {
	.story-section .story-timeline>.row+.row {
		padding-top: 30;
	}
}
.story-section .story-timeline>.row>.col:first-child {
	padding: 0 45px 0 100px;
}
@media (max-width: 1199px) {
	.story-section .story-timeline>.row>.col:first-child {
		padding: 0 45px 0 70px;
	}
}
@media (max-width: 991px) {
	.story-section .story-timeline>.row>.col:first-child {
		padding: 0 15px;
	}
}
.story-section .story-timeline>.row>.col:last-child {
	padding: 0 100px 0 45px;
}
@media (max-width: 1199px) {
	.story-section .story-timeline>.row>.col:last-child {
		padding: 0 70px 0 45px;
	}
}
@media (max-width: 991px) {
	.story-section .story-timeline>.row>.col:last-child {
		padding: 0 15px;
	}
}
.story-section .story-timeline .story-text {
	padding-left: 50px;
}
@media (max-width: 991px) {
	.story-section .story-timeline .story-text {
		background: rgba(134, 160, 182, 0.05);
		padding: 35px 25px;
		text-align: center;
	}
}
.story-section .story-timeline .left-site .story-text {
	padding-left: 0px;
	padding-right: 50px;
}
@media (max-width: 991px) {
	.story-section .story-timeline .left-site .story-text {
		background: rgba(134, 160, 182, 0.05);
		padding: 35px 25px;
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.story-section .story-timeline .right-align-text {
		text-align: right;
	}
}
@media screen and (min-width: 992px) {
	.story-section .story-timeline .story-text.right-align-text {
		padding-left: 0;
		margin-right: 50px;
	}
}
.story-section .story-timeline .text-holder {
	padding-top: 45px !important;
	position: relative;
}
@media (max-width: 991px) {
	.story-section .story-timeline .text-holder {
		border: 0;
		padding-top: 0 !important;
	}
}
.story-section .story-timeline .text-holder .heart {
	background-color: #e7eff6;
	width: 43px;
	height: 43px;
	line-height: 41px;
	text-align: center;
	position: absolute;
	left: -22px;
	top: -22px;
	border-radius: 50%;
	z-index: 10;
}
@media (max-width: 991px) {
	.story-section .story-timeline .text-holder .heart {
		display: none;
	}
}
.story-section .story-timeline .text-holder .fi {
	color: var(--color-738ea5);
}
.story-section .story-timeline .right-heart .heart {
	left: auto;
	right: -22px;
}
.story-section .story-timeline h3 {
	font-size: 22px;
	font-size: 1.4666666667rem;
	font-weight: 500;
	color: var(--color-002642);
	margin: 0 0 0.5em;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.story-section .story-timeline h3 {
		font-size: 20px;
		font-size: 1.3333333333rem;
	}
}
@media (max-width: 767px) {
	.story-section .story-timeline h3 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}
.story-section .story-timeline .date {
	font-size: 14px;
	font-size: 0.9333333333rem;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
	color: #8ab1d2;
}
.story-section .story-timeline p {
	margin-bottom: 0;
}
.story-section .story-timeline img {
	display: inline-block;
}
/*--------------------------------------------------------------
6.5 wpo-portfolio-section-s2
--------------------------------------------------------------*/
.wpo-portfolio-section-s2{
	padding: 0 60px;
}
@media (max-width: 767px) {

	.wpo-portfolio-section-s2,{
		padding: 0;
	}
}
.wpo-portfolio-section-s2 .portfolio-grids .grid img{
	max-height: 460px;
}
.wpo-portfolio-section-s2 .portfolio-grids .grid:first-child {
	width: 50%;
}
@media (max-width: 1200px) {

	.wpo-portfolio-section-s2 .portfolio-grids .grid:first-child {
		width: 100%;
	}
}
.wpo-portfolio-section-s2 .portfolio-grids .grid:last-child {
	width: 50%;
}
@media (max-width: 1200px) {

	.wpo-portfolio-section-s2 .portfolio-grids .grid:last-child {
		width: 100%;
	}
}
.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder .hover-content i, {
	font-size: 30px;
	color: var(--color-002642);
}
.wpo-event-section {
	padding-bottom: 90px;
}
@media (max-width: 767px) {
	.wpo-event-section {
		padding-bottom: 70px;
	}
}
.wpo-event-section .wpo-event-wrap .wpo-event-item {
	padding: 20px;
	border: 2px solid var(--color-b0c7d9);
	position: relative;
	margin-bottom: 40px;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text {
	padding: 40px 35px;
	text-align: center;
	background: #edf3f8;
}
@media (max-width: 1200px) {
	.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text {
		padding: 25px 15px;
	}
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text h2 {
	font-size: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #c4d8e4;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul {
	list-style: none;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li:last-child {
	margin-bottom: 0;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li a {
	font-weight: 700;
	color: #8facc2;
	position: relative;
	display: inline-block;
	margin-top: 20px;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: #8facc2;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .event-shape-1 {
	position: absolute;
	right: -5px;
	top: -20px;
	background: var(--color-fff);
	padding: 5px;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .event-shape-2 {
	position: absolute;
	left: -5px;
	bottom: -20px;
	background: var(--color-fff);
	padding: 5px;
}
.wpo-event-section .wpo-event-wrap .row>* {
	padding-right: calc(var(--bs-gutter-x)/ 1);
	padding-left: calc(var(--bs-gutter-x)/ 1);
}
@media (max-width: 1200px) {
	.wpo-event-section .wpo-event-wrap .row>* {
		padding-right: calc(var(--bs-gutter-x)/ 2);
		padding-left: calc(var(--bs-gutter-x)/ 2);
	}
}