@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-family: 'Inter';
	font-weight: 400;
	color: #3B3B3B;
	font-size: 16px;
	line-height: 26px;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding: 0px 15px;
	}
}

.large-container {
	max-width: 1570px;
	padding: 0px 15px;
	margin: 0 auto;
}

.container-fluid {
	padding: 0px;
}

.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}

.small-container {
	max-width: 680px;
	margin: 0 auto;
}

.boxed_wrapper {
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

a {
	text-decoration: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

a:hover {
	text-decoration: none;
	outline: none;
}

input,
button,
select,
textarea {
	font-weight: 400;
	font-size: 16px;
}

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

input {
	transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	transition: all 500ms ease;
}

p {
	position: relative;
	margin-bottom: 0px;
	font-style: normal;
	transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 400;
	margin: 0px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.text {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin: 0px;
}

.centred {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

figure {
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

@keyframes pulse {
	50% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
}

.theme-btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	color: #fff !important;
	padding: 15px 40px;
	text-align: center;
	/* text-transform: uppercase; */
	cursor: pointer;
	border-radius: 30px;
	z-index: 1;
	transition: all 500ms ease;
}

.theme-btn:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -70px;
	z-index: -1;
	border-right: 60px solid transparent;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.theme-btn:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -70px;
	z-index: -1;
	border-left: 60px solid transparent;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.theme-btn:hover::before {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
}

.theme-btn:hover::after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%);
}

.pagination {
	position: relative;
	display: block;
}

.pagination li {
	display: inline-block;
	margin: 0px 6px;
}

.pagination li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	text-align: center;
	color: #3B3B3B;
	background: transparent;
	transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
	color: #fff;
}

.sec-pad {
	padding: 100px 0px 110px 0px !important;
}

.padding_bottom_100 {
	padding-bottom: 100px !important;
}

.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 24px;
	z-index: 99;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
	border-radius: 50%;
}

.scroll-top:hover {}

.scroll-top.open {
	bottom: 30px;
}

.scroll-top span {
	color: #fff;
}

.sec-title {
	position: relative;
	margin-bottom: 30px;
}

.sec-title.text-center {
	text-align: center;
}

.sec-title.text-right {
	text-align: right;
}

.sec-title h2 {
	position: relative;
	font-size: 48px;
	line-height: 58px;
	color: #3B3B3B;
	font-weight: 700;
	padding-bottom: 33px;
}


/* .sec-title h2:before {
    position: absolute;
    content: '';
    background: url(../images/icons/wave-icon-2.png);
    width: 33px;
    height: 8px;
    right: 15px;
    bottom: 15px;
    background-repeat: no-repeat;
} */

.sec-title.text-center h2:before {
	right: 50% !important;
	left: inherit;
}

.sec-title.text-center h1:before {
	right: 50% !important;
	left: inherit;
}

.main-header {
	position: fixed;
	background: #fff;
	left: 0px;
	top: 0px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	z-index: 999;
	width: 100%;
	min-height: 100px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header.fixed-header {
	position: fixed;
	background: #fff;
	left: 0px;
	top: 0px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	z-index: 999;
	width: 100%;
	height: 100px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header.fixed-header .outer-container {
	background: #fff;
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	left: 0px;
	top: 0px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	width: 100%;
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.fixed-header .sticky-header .auto-container {}

.main-header .outer-container {
	position: relative;
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
}

.main-header .outer-container .header-upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.main-header .outer-container .header-upper .upper-left {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.main-header .outer-container .header-upper .upper-right {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	/* padding-bottom: 1em; */
}

.main-header .outer-container .header-upper .upper-left .logo-box {
	position: relative;
	float: left;
	padding: 0;
}

.main-header .outer-container .header-upper .upper-left .logo-box img {
	height: 100px;
	animation: belissaLogo ease-in-out 1s infinite alternate;
	-webkit-animation: belissaLogo ease-in-out 1s infinite alternate;
	padding: 1em;
}

@media (max-width: 992px) {
	.main-header .outer-container .header-upper .upper-left .logo-box img {
		/* padding-top: 1em !important; */
		padding: 0;
	}
}

.main-header.fixed-header .outer-container .header-upper .upper-left .logo-box img {
	padding: 1em;
}

.main-header .outer-container .header-upper .upper-left .info-box {
	position: relative;
	float: left;
	padding: 0;
	/* margin-left: 2em; */
}

.main-header .outer-container .header-upper .upper-left .info-box .box {
	position: relative;
	padding-left: 55px;
}

.main-header .outer-container .header-upper .upper-left .info-box .box:before {
	position: absolute;
	content: '';
	background: #dedede;
	height: 50px;
	width: 1px;
	left: 40px;
	top: 1px;
}

.main-header .outer-container .header-upper .upper-left .info-box .box .icon-box {
	position: absolute;
	left: 0px;
	top: 12px;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	transition: all 500ms ease;
}

.main-header .outer-container .header-upper .upper-left .info-box .box:hover .icon-box {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	left: 50%;
	opacity: .20;
}

.main-header .outer-container .header-upper .upper-left .info-box .box .text {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}

.main-header .outer-container .header-upper .upper-left .info-box .box h3 {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #333;
}

.main-header .outer-container .header-upper .upper-left .info-box .box h3 a {
	color: #333;
}

.main-header .outer-container .header-upper .upper-left .info-box .box h3 a:hover {}

.main-header .outer-container .header-upper .upper-right .menu-right-content {
	position: relative;
	margin: 0px 0px 0px 40px;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .search-box-outer,
.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box {
	position: relative;
	float: left;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a:hover {}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a .cart_contents_count {
	position: absolute;
	top: 5px;
	right: -12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	transition: all 500ms ease;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a:hover .cart_contents_count {}

.main-header .search-box-outer {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.main-header .search-box-btn {
	position: relative;
	font-size: 18px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	color: #3B3B3B;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	background: #fff;
	transition: all 500ms ease;
}

.main-header .search-box-btn:hover {
	color: #fff;
}

.main-header .header-upper.dark .search-box-btn {
	color: #fff;
}

.main-header .search-box-outer .dropdown-menu {
	top: 50px !important;
	padding: 0px;
	width: 330px;
	border-radius: 0px;
	background: #ffffff;
	right: 0;
	left: auto !important;
	transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
	border-color: transparent;
	border-radius: 3px;
	box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
	transition: .5s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
	display: block;
	transform: scale3d(1, 1, 1) !important;
	opacity: 1;
	visibility: visible;
}

.main-header .search-panel .form-container {
	padding: 30px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 50px 9px 15px;
	height: 50px;
	border: 1px solid #f3f5fe;
	border-radius: 3px;
	background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 50px;
	height: 48px;
	text-align: center;
	color: #111111;
	background: #f3f5fe;
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

.dropdown-toggle::after {
	display: none;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	z-index: 2;
	/* padding: 60px 0px 3px 0px; */
	margin: 0px 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:before {
	position: absolute;
	content: '';
	width: 0px;
	height: 2px;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	transition: all 500ms ease;
}

.main-menu .navigation>li.current:before,
.main-menu .navigation>li:hover::before {
	width: 30px;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
	margin-left: 0px !important;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	opacity: 1;
	color: #3B3B3B;
	padding: 0px;
	z-index: 1;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 6px 30px;
	border-bottom: 1px solid #f5f5f5;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li:hover {}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 6px 0px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	color: #3B3B3B;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #fff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 6px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: -2px;
	width: 230px;
	z-index: 100;
	display: none;
	padding: 0px 0px;
	background-color: #ffffff;
	border-top: 3px solid #00d1f9;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	padding: 6px 30px;
	border-bottom: 1px solid #f5f5f5;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover {
	background: #00d1f9;
	border-color: #00d1f9;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	font-size: 15px;
	padding: 6px 0px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	color: #3B3B3B;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #fff;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
	position: relative;
	height: 2px;
	width: 30px;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
	margin-bottom: 0px;
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.mobile-menu .nav-logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.mobile-menu .nav-logo img {
	width: 100px;
	animation: belissaLogo ease-in-out 1s infinite alternate;
	-webkit-animation: belissaLogo ease-in-out 1s infinite alternate;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 25px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 16px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
	color: #f96b39;
}

div#mCSB_1_container {
	top: 0px !important;
}

.mobile-menu .contact-info {
	position: relative;
	padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
	position: relative;
	display: block;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.80);
	margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
	color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {
	color: #f96b39;
}

.mobile-menu .contact-info ul li:last-child {
	margin-bottom: 0px;
}

.sticky-header .main-menu .navigation>li {
	margin: 0px;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 18px 35px 17px 35px !important;
}

.sticky-header .main-menu .navigation>li>a {
	color: #3B3B3B !important;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
	color: #fff !important;
}

.sticky-header .logo-box {
	position: relative;
	float: left;
	padding: 11px 0px 14px 0px
}

.sticky-header .logo-box img {
	width: 100px;
}

.sticky-header .menu-area {
	position: relative;
	float: right;
}

.sticky-header .main-menu .navigation>li>a:before {
	display: none;
}

.sticky-header .main-menu .navigation>li {
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
}

.sticky-header .main-menu .navigation>li:before {
	display: none;
}

.main-slider {
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* .main-slider .owl-carousel .owl-item img {
    height: 30vw;
} */

.main-slider canvas {
	height: 100%;
	width: 100%;
	object-fit: fill;
}

.main-slider .pattern-layer {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1035px;
	height: 740px;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	animation-name: slideInRight;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	-webkit-animation-name: slideInRight;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: slideInRight;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	-ms-animation-name: slideInRight;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: linear;
}

.main-slider .slide {
	position: relative;
	width: 100%;
	padding: 175px 0px 100px 0px;
}

.main-slider .content-box {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.main-slider .content-box:after {
	content: '';
}

.main-slider .content-box .content-box-info {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 3em;
    background: rgb(0 0 0 / 18%);
    /* -webkit-backdrop-filter: blur(15px); */
    /* backdrop-filter: blur(15px); */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 30px;
}

.main-slider .top-text {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	opacity: 0;
	margin-bottom: 9px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.main-slider .active .top-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}

.main-slider h1,
.main-slider h2 {
	position: relative;
	display: block;
	font-size: 74px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 33px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
}

.main-slider .active h1,
.main-slider .active h2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}

.main-slider .text {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 47px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
}

.main-slider .active .text {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}

.main-slider .btn-box {
	opacity: 0;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1500ms;
}

.main-slider .btn-box .theme-btn.style-one {
	margin-right: 8px;
}

.main-slider .content-box .image-box {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.main-slider .image-box .bg-layer {
	position: absolute;
	right: -75px;
	bottom: 0px;
	width: 972px;
	height: 625px;
	background-repeat: no-repeat;
	z-index: -1;
}

.main-slider .image-box .image {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .image-box .image {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .active .image-box .image img {
	position: relative;
	width: auto;
}

.main-slider .owl-dots {
	position: absolute;
	text-align: center;
	left: 50%;
	bottom: 52px;
	display: none;
}

.main-slider .owl-nav {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	transform: translateY(-50%);
}

.main-slider .owl-nav [class*="owl-"] {
	position: absolute;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 30px;
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 30px;
}

.main-slider .owl-nav [class*="owl-"]:hover {
	color: #fff;
}

.owl-dots-none .owl-dots {
	display: none !important;
}

.owl-nav-none .owl-nav {
	display: none !important;
}

.feature-section {
	position: relative;
	width: 100%;
}

.feature-section .sec-title {
	margin-bottom: 41px;
}

.feature-section .inner-content {
	position: relative;
	margin: 0px -100px;
}

.feature-section .inner-content .row {
	align-items: stretch;
	justify-content: stretch;
}

.feature-section .inner-content .row .feature-block {
	align-items: stretch;
	justify-content: stretch;
	display: flex;
}

.feature-section .feature-block {
	position: relative;
}

.feature-section .feature-block:last-child::before {
	display: none;
}

.feature-block-one {
	position: relative;
	background: #f3f9ff;
	text-align: center;
	padding: 30px 30px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 1em;
}

.feature-block-one .inner-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.feature-block-one .inner-box .inner-info {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: stretch;
	justify-content: stretch;
}

.feature-block-one .inner-box .icon-box {
	color: #00d1f9;
	background: #fff;
	padding: 0.7em;
	border-radius: 50%;
	box-shadow: 0px 8px 44px 0px #00529f3b;
	margin: 14px;
	margin-bottom: 0;
	margin-top: 0.5em;
	text-align: center;
	position: relative;
	display: flex;
	font-size: 70px;
	line-height: 70px;
	transition: all 500ms ease;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.icon-box.wow.slideInDown {}

.feature-block-one .inner-box .icon-box i {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.feature-block-one:hover .inner-box .icon-box {}

.feature-block-one .inner-box h3 {
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #00d1f9;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: end;
	text-align: center;
	height: 100px;
}

.feature-block-one .inner-box h3 a {
	display: inline-block;
	color: #3B3B3B;
}

.feature-block-one .inner-box h3 a:hover {}


.feature-block-one .inner-box .text {
	position: relative;
}

.feature-block-one .inner-box .link a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}

.feature-block-one .inner-box .link a:hover {}

.delivery-section {
	position: relative;
	width: 100%;
}

.delivery-section .top-title {
	margin-bottom: 30px;
}

.top-title .title-inner,
.top-title .text-inner {
	position: relative;
	width: 50%;
	float: left;
}

.top-title .title-inner .sec-title {
	text-align: right;
	padding-right: 50px;
	margin-bottom: 0px;
}

.top-title .title-inner .sec-title h2 {
	padding-bottom: 24px;
}

.top-title .title-inner .sec-title:before {
	position: absolute;
	content: '';
	background: #00529F;
	width: 3px;
	height: 70px;
	top: 12px;
	right: -2px;
}

.top-title .text-inner .text {
	position: relative;
	padding-left: 50px;
	padding-right: 120px;
	margin-top: 5px;
}

.single-shop-block .inner-box {
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
	padding: 60px 40px;
	margin: 30px 0px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.single-shop-block:hover .inner-box {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.single-shop-block .image-box {
	position: relative;
	display: block;
	margin-bottom: 43px;
}

.single-shop-block .image-box img {
	position: relative;
	display: inline-block;
	width: auto;
	transition: all 500ms ease;
	height: 170px;
}

.single-shop-block:hover .image-box img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.single-shop-block .size {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	background: #eeeeee;
	padding: 1px 21px;
	text-align: center;
	border-radius: 30px;
	margin-bottom: 13px;
}

.single-shop-block h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 15px;
}

.single-shop-block h3 a {
	display: inline-block;
	color: #3B3B3B;
}

.single-shop-block h3 a:hover {}

.single-shop-block .text {
	position: relative;
	margin-bottom: 26px;
}

.single-shop-block .price {
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 33px;
}

.single-shop-block .price del {
	color: #cccccc;
}

.single-shop-block .cart-btn a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #00d1f9;
	/* text-transform: uppercase; */
	border-radius: 30px;
	text-align: center;
	padding: 10px 30px;
	border: 2px solid #00d1f9;
	background: #fff;
}

.single-shop-block .cart-btn a.added {
	display: none;
}

.single-shop-block .cart-btn i {
	margin-right: 10px;
}

.single-shop-block .cart-btn a:hover {
	color: #fff;
}

.delivery-section .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 30px;
}

.delivery-section .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	background: transparent;
	border: 1px solid #7f8081;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
}

.delivery-section .owl-theme .owl-dots .owl-dot.active span,
.delivery-section .owl-theme .owl-dots .owl-dot span:hover {}

.single-shop-block .inner-box .border-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 2px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.single-shop-block .inner-box .border-one:after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 2px;
	height: 0px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.single-shop-block .inner-box .border-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 2px;
	height: 0px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.single-shop-block .inner-box .border-two:after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 0px;
	height: 2px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.single-shop-block:hover .border-one:before {
	width: 100%;
}

.single-shop-block:hover .border-one:after {
	height: 100%;
}

.single-shop-block:hover .border-two:before {
	height: 100%;
}

.single-shop-block:hover .border-two:after {
	width: 100%;
}

@keyframes slide {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 20000px 0;
	}
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 20000px 0;
	}
}

.border-shap .border-1 {
	position: absolute;
	left: 0;
	top: -5px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	animation: slide 400s linear infinite;
	-webkit-animation: slide 400s linear infinite;
}

.border-shap .border-2 {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 5px;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	animation: slide 400s linear infinite;
	-webkit-animation: slide 400s linear infinite;
	transform: rotate(180deg);
}

.video-section {
	position: relative;
	width: 100%;
}

.video-inner {
	position: relative;
	max-width: 810px;
	width: 100%;
}

.video-section .upper-content .video-inner {
	margin: 0 auto;
	padding-bottom: 50px;
}

.video-inner .video-box {
	position: relative;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 160px 0px;
	border-radius: 5px;
}

.owl-item .video-inner .video-box {
	padding: 2em 0px;
}

.video-inner .video-box .video-btn a {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #3B3B3B;
	background: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	-webkit-animation: pulse 3s infinite;
	-o-animation: pulse 3s infinite;
	animation: pulse 3s infinite;
}

.video-section .top-title {
	margin-bottom: 90px;
}

.video-section .lower-content {
	position: relative;
	margin: 0px -90px;
}

.video-section .lower-content .image-box {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 5px;
}

.video-section .lower-content .image-box img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.video-section .lower-content .image-box:hover img {
	transform: scale(1.05);
	opacity: 0.5;
}

.video-section .lower-content .image-column {
	padding: 0px 30px;
}

.video-carousel {
	position: relative;
}

.video-carousel .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 30px;
}

.video-carousel .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	background: transparent;
	border: 1px solid #7f8081;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
}

.video-carousel .owl-dots .owl-dot span:hover,
.video-carousel .owl-dots .owl-dot.active span {
	background: #00529F;
	border-color: #00529F;
}

.video-carousel .owl-nav {}

.video-carousel .owl-nav .owl-prev {}

.video-carousel .owl-nav .owl-prev span {}

.video-carousel .owl-nav .owl-next {}

.video-carousel .owl-nav .owl-next span {}

.news-carousel {
	position: relative;
	width: 100%;
}

.news-carousel .owl-stage {
	display: grid;
	grid-auto-flow: column;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.news-carousel .owl-item .news-block .inner-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	/* 	height: 100%; */
}

.news-carousel .owl-item {
	/* 	height: -webkit-fill-available; */
}

.news-carousel .owl-item .news-block {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 20px #edf1f2;
	padding-top: 0;
	padding-right: 0;
}

.news-carousel .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 30px;
}

.news-carousel .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	background: transparent;
	border: 1px solid #7f8081;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
}

.news-carousel .owl-dots .owl-dot span:hover,
.news-carousel .owl-dots .owl-dot.active span {
	background: #00529F;
	border-color: #00529F;
}


.composition-section {
	position: relative;
	width: 100%;
}

.composition-section .upper-content {
	position: relative;
	margin: 0px -90px;
}

.composition-section .upper-content .inner-box .single-item {
	position: relative;
	margin-bottom: 145px;
	max-width: 350px;
}

.composition-section .upper-content .left-column .inner-box .single-item:last-child,
.composition-section .upper-content .right-column .inner-box .single-item:last-child {
	margin-bottom: 0px;
}

.composition-section .upper-content .inner-box .single-item .icon-box {
	position: relative;
	top: 6px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box:before {
	right: -95px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box:before {
	left: -95px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box {
	right: 0px;
}

.composition-section .upper-content .left-column .inner-box .single-item {
	padding-right: 90px;
	text-align: right;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box {
	left: 0px;
}

.composition-section .upper-content .right-column .inner-box .single-item {
	padding-left: 90px;
	text-align: left;
	max-width: 100%;
	margin-left: 70px;
}

.composition-section .upper-content .inner-box .single-item .icon-box span {
	/* position: absolute; */
	/* top: -6px; */
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
}

.composition-section .upper-content .inner-box .single-item .icon-box img {
	width: 103px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box span {
	left: -28px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box span {
	/* right: -28px; */
}

.composition-section .upper-content .inner-box .single-item h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 1px;
}

.composition-section .upper-content .inner-box .single-item h3 a {
	display: inline-block;
	color: #3B3B3B;
}

.composition-section .upper-content .inner-box .single-item h3 a:hover {}

.composition-section .upper-content .inner-box .single-item h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 14px;
}

.composition-section .upper-content .inner-box {
	position: relative;
	margin-top: 25px;
}

.composition-section .upper-content .image-box {
	position: relative;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.composition-section .upper-content .image-box .pattern-bg {
	position: absolute;
	left: -20px;
	top: -15px;
	width: 460px;
	height: 460px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 5s infinite linear;
	animation: zoom-fade 5s infinite linear;
}

.composition-section .sec-title {
	margin-bottom: 68px;
}

.composition-section .upper-content {
	position: relative;
	margin-bottom: 85px;
}

.composition-section .lower-content {
	position: relative;
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.composition-section .lower-content .single-item {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
}

.composition-section .lower-content .single-item h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 1px;
}

.composition-section .lower-content .single-item h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #3B3B3B;
}

.composition-section .lower-content .single-item:last-child::before {
	display: none;
}

.composition-section .border-shap .border-2 {
	z-index: 2;
}

.info-section {
	position: relative;
	width: 100%;
}

.info-section .bg-pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.info-section .content-box {
	margin-left: 50px;
	z-index: 1;
}

.info-section .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.info-section .image-layer img {
	position: relative;
}

#content_block_one .content-box {
	position: relative;
	display: block;
}

#content_block_one .content-box .sec-title h2 {
	color: #fff;
	font-weight: 700;
}

#content_block_one .content-box .sec-title h2:before {
	right: inherit;
	left: 0px;
}

#content_block_one .content-box .text {
	position: relative;
	color: #fff;
	margin-bottom: 25px;
}

#content_block_one .content-box .list-item li {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 9px;
	padding-left: 25px;
}

#content_block_one .content-box .list-item li:last-child {
	margin-bottom: 0px;
}

#content_block_one .content-box .list-item li:before {
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 700;
	left: 0px;
	top: 1px;
}

#content_block_one .content-box .list-item {
	position: relative;
	margin-bottom: 57px;
}

#content_block_one .content-box .theme-btn.style-one {
	margin-right: 8px;
}

#content_block_one .content-box .theme-btn.style-two:before,
#content_block_one .content-box .theme-btn.style-two:after {}

#content_block_one .content-box .sec-title {
	margin-bottom: 27px;
}

.testimonial-section {
	position: relative;
	padding: 150px 0px 120px 0px;
}

.testimonial-section .client-thumb-outer {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 32px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel {
	position: relative;
	max-width: 80px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item {
	position: relative;
	width: 80px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
	width: 80px;
	height: 80px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	opacity: 0.3;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box img {
	opacity: 1;
}

.testimonial-section .client-testimonial-carousel .owl-prev,
.testimonial-section .client-testimonial-carousel .owl-next {
	position: absolute;
	display: inline-block;
	bottom: -95px;
	font-size: 20px;
	font-weight: 600;
	color: #3B3B3B;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 500ms ease;
}

.testimonial-section .client-testimonial-carousel .owl-prev:hover,
.testimonial-section .client-testimonial-carousel .owl-next:hover {
	color: #fff;
}

.testimonial-section .client-testimonial-carousel .owl-prev {
	left: 155px;
}

.testimonial-section .client-testimonial-carousel .owl-next {
	right: 155px;
}

.testimonial-section .top-title {
	margin-bottom: 50px;
}

.testimonial-section .inner-content {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.testimonial-section .testimonial-content {
	position: relative;
	text-align: center;
	margin-top: 60px;
}

.testimonial-section .testimonial-content .inner-box .text {
	position: relative;
	font-size: 22px;
	line-height: 36px;
	color: #3B3B3B;
	font-style: italic;
	margin-bottom: 48px;
}

.testimonial-section .testimonial-content .inner-box .text:before {
	position: absolute;
	content: "\f111";
	font-size: 200px;
	line-height: 150px;
	font-family: 'Flaticon';
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	z-index: -1;
}

.testimonial-section .testimonial-content .inner-box .author-info .name {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.testimonial-section .testimonial-content .inner-box .author-info .designation {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.border-shap .border-3 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 17px;
	background-repeat: repeat-x;
	animation: slide 300s linear infinite;
	-webkit-animation: slide 300s linear infinite;
}

.news-section {
	position: relative;
	width: 100%;
}

.news-section .sec-title {
	margin-bottom: 60px;
}

.news-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.news-block-one .inner-box .image-box img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.news-block-one:hover .inner-box .image-box img {
	transform: scale(1.05);
	opacity: 0.5;
}

.news-block-one .inner-box .lower-content {
	position: relative;
	display: block;
	/*     margin: 0px 30px; */
}

.news-block-one .inner-box .lower-content .inner {
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 0 30px 30px 30px;
}

.news-block-one .inner-box .lower-content .inner .info-box li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin-right: 15px;
}

.news-block-one .inner-box .lower-content .inner .info-box li:last-child {
	margin-right: 0px;
}

.news-block-one .inner-box .lower-content .inner .info-box li a {
	color: #3B3B3B;
}

.news-block-one .inner-box .lower-content .inner .info-box li a:hover {}

.news-block-one .inner-box .lower-content .inner .info-box li i {
	font-weight: 600;
	margin-right: 6px;
}

.news-block-one .inner-box .lower-content .inner .info-box li:before {
	position: absolute;
	content: '';
	background: #b7b7b7;
	width: 1px;
	height: 15px;
	top: 7px;
	right: -9px;
}

.news-block-one .inner-box .lower-content .inner .info-box li:last-child::before {
	display: none;
}

.news-block-one .inner-box .lower-content .inner .info-box {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 27px;
}

.news-block-one .inner-box h2 {
	position: relative;
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #3B3B3B;
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 30px 30px 0 30px;
}

.news-block-one .inner-box h2 a {
	display: inline-block;
	color: #3B3B3B;
}

.news-block-one .inner-box h2 a:hover {}

.news-block-one .inner-box .lower-content .inner .text {
	position: relative;
	padding: 30px 0;
}

.news-block-one .inner-box .lower-content .lower-box .btn-box a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #3B3B3B;
	border-radius: 30px;
	text-align: center;
	padding: 10px 30px;
}

.news-block-one .inner-box .lower-content .lower-box .btn-box a:hover {
	color: #fff;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}

.news-block-one .inner-box .lower-content .lower-box .share-box {
	position: relative;
	margin-top: 12px;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link i {
	margin-right: 8px;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link:hover {}

.news-block-one .inner-box .lower-content .lower-box .share-box:hover .social-links {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share {
	position: relative;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #3B3B3B;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links li a:hover {}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links {
	position: absolute;
	left: 0%;
	bottom: -30px;
	width: 100px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 500ms ease;
}

.clients-section {
	position: relative;
	width: 100%;
}

.clients-section .top-title {
	margin-bottom: 87px;
}

.clients-section .image-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.clients-section .image-box img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .image-box:hover img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

.main-footer {
	position: relative;
	background: #00d1f9;
}

.main-footer .footer-top {
	position: relative;
	padding: 60px 0px 77px 0px;
}

.main-footer .subscribe-form {
	position: relative;
	max-width: 650px;
	width: 100%;
}

.main-footer .subscribe-form .form-group {
	position: relative;
	margin: 0px;
}

.main-footer .subscribe-form .form-group input[type='email'] {
	position: relative;
	width: 100%;
	height: 60px;
	background: #fff;
	font-size: 18px;
	border: 3px solid #fff;
	padding: 10px 200px 10px 40px;
	border-radius: 30px;
	transition: all 500ms ease;
}

.main-footer .subscribe-form .form-group input:focus {}

.main-footer .subscribe-form .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main-footer .subscribe-form .form-group .theme-btn.style-two {
	padding: 17px 50px;
}

.main-footer .footer-social {
	position: relative;
	margin-top: 12px;
}

.main-footer .footer-social .social-links li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.main-footer .footer-social .social-links li:last-child {
	margin-right: 0px;
}

.main-footer .footer-social .social-links li a {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	background: #ffffff;
	color: #00529f;
	border-radius: 50%;
	text-align: center;
}

.main-footer .footer-social .social-links li a:hover {}

.main-footer .footer-upper {
	position: relative;
	padding: 80px 0px 75px 0px;
}

.main-footer .footer-upper .logo-widget .footer-logo {
	position: relative;
	margin-bottom: 1em;
}

.main-footer .footer-upper .logo-widget .footer-logo img {
	height: 100px;
}

.main-footer .footer-upper .logo-widget .text {
	position: relative;
	color: #fff;
	margin-bottom: 1em;
}

.main-footer .footer-upper .footer-widget .widget-title {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 1em;
}

.main-footer .footer-upper .links-widget .widget-content .list li {
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.main-footer .footer-upper .links-widget .widget-content .list li:last-child {
	margin-bottom: 0px;
}

.main-footer .footer-upper .links-widget .widget-content .list li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.main-footer .footer-upper .links-widget .widget-content .list li a:hover {}

.main-footer .footer-upper .footer-widget {
	position: relative;
}

.main-footer .footer-upper .links-widget {
	margin-left: 100px;
}

.main-footer .footer-upper .logo-widget {
	margin-right: -30px;
	margin-top: 3px;
}

.main-footer .footer-upper .shediul-widget .widget-content .list li {
	position: relative;
	font-size: 16px;
	display: block;
	color: #fff;
	margin-bottom: 6px;
}

.main-footer .footer-upper .shediul-widget .widget-content .list li:last-child {
	margin-bottom: 0px;
}

.main-footer .footer-upper .shediul-widget,
.main-footer .footer-upper .contact-widget {
	margin-left: 60px;
}

.main-footer .footer-upper .contact-widget .widget-content .list li {
	position: relative;
	font-size: 16px;
	line-height: 32px;
	display: block;
	color: #fff;
}

.main-footer .footer-upper .contact-widget .widget-content .list li a {
	color: #fff;
}

.main-footer .footer-upper .contact-widget .widget-content .list li a:hover {}

.main-footer .footer-bottom {
	position: relative;
	background: #00529F;
	padding: 1em 0;
	text-align: center;
	color: #fff;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	font-size: 14px;
	color: #fff;
}

.main-footer .footer-bottom .copyright a {
	color: #a5a9b0;
}

.main-footer .footer-bottom .copyright a:hover {}

.main-header.style-two {
	position: relative;
}

.main-header.style-two .header-top {
	position: relative;
	background: #f3f9ff;
	padding: 17px 0px 16px 0px;
}

.main-header.style-two .outer-container {
	position: relative;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.main-header.style-two .header-top .top-left .info-box li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #333333;
	margin-right: 30px;
}

.main-header.style-two .header-top .top-left .info-box li:last-child {
	margin-right: 0px;
}

.main-header.style-two .header-top .top-left .info-box li a {
	color: #333;
}

.main-header.style-two .header-top .top-left .info-box li a:hover {}

.main-header.style-two .header-top .top-left .info-box li i {
	margin-right: 8px;
}

.main-header.style-two .header-top .top-left .info-box li a.phone {
	font-weight: 700;
}

.main-header.style-two .header-top .top-right .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.main-header.style-two .header-top .top-right .social-links li:last-child {
	margin-right: 0px;
}

.main-header.style-two .header-top .top-right .social-links li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #2f3753;
}

.main-header.style-two .header-top .top-right .social-links li a:hover {}

.main-header.style-two .outer-container .header-upper .upper-left .logo-box {
	padding: 25px 0px;
}

.main-header.style-two .main-menu .navigation>li {
	padding-top: 46px;
}

.main-header.style-two .outer-container .header-upper .upper-right .menu-right-content {
	margin-top: 36px;
}

.main-header.style-two .search-box-btn {
	border: 1px solid #e6eef8;
}

.main-header.style-two .search-box-btn:hover {}

.main-slider.style-two {
	position: relative;
}

.main-slider.style-two .content-box {
	max-width: 560px;
	padding-top: 0px;
}

.main-slider.style-two h1 {
	margin-bottom: 53px;
}

.main-slider.style-two .content-box .btn-box .video-btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 30px;
	padding: 17px 30px 17px 67px;
	z-index: 1;
}

.main-slider.style-two .content-box .btn-box .video-btn:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.main-slider.style-two .content-box .btn-box .video-btn:hover::before {
	width: 100%;
	left: 0px;
}

.main-slider.style-two .content-box .btn-box .video-btn i {
	position: absolute;
	left: 6px;
	top: 6px;
	font-size: 18px;
	border: 2px solid #fff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
}

.main-slider.style-two .content-box .btn-box .theme-btn.style-two {
	margin-right: 10px;
}

.main-slider.style-two .slide {
	padding: 133px 0px 270px 0px;
}

.select-box .ui-state-default {
	position: relative;
	display: block;
	background: #f8f8f8;
	border: none !important;
	border-radius: 0;
	color: #3B3B3B;
	font-size: 16px;
	font-weight: 400;
	height: 55px;
	outline: medium none;
	width: 100%;
	cursor: pointer;
	border-radius: 30px;
}

.select-box .ui-selectmenu-button span.ui-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 55px;
	height: 55px;
	text-indent: 0;
	margin: 0;
}

.select-box .ui-selectmenu-button span.ui-icon::before {
	color: #666;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 15px;
	overflow: visible;
	position: absolute;
	right: 21px;
	top: 16px;
}

.select-box .ui-state-default {
	width: 100% !important;
}

.ui-selectmenu-open .ui-widget-content {
	border: none;
	background: #ffffff;
	color: #3B3B3B;
	border-radius: 0;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}

.ui-selectmenu-open .ui-widget-content .ui-state-focus {
	border: none;
	font-weight: normal;
	color: #ffffff;
}

.ui-selectmenu-open .ui-menu .ui-menu-item {
	border-bottom: 1px solid #efebea;
	position: relative;
	margin: 0;
	padding: 10px 15px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	transition: all 500ms ease;
}

.ui-selectmenu-open .ui-menu .ui-menu-item:last-child {
	border-bottom: none;
}

.select-box .ui-selectmenu-button span.ui-selectmenu-text {
	display: block;
	line-height: 18px;
	overflow: hidden;
	padding: 20px 25px;
	text-align: left;
	margin-right: 0px;
}

.ui-selectmenu-menu .ui-menu {
	transform: scaleY(0);
	transform-origin: top center;
	transition: .4s ease;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.ui-selectmenu-open .ui-menu {
	transform: scaleY(1);
	top: 100%;
}

.ui-selectmenu-menu {
	transform: scaleY(0);
	transform-origin: top center;
	display: block;
}

.ui-selectmenu-open {
	transform: scaleY(1);
}

.about-section {
	position: relative;
	padding-bottom: 130px;
}

.about-section #content_block_two .content-box {
	margin-top: 85px;
	margin-right: 10px;
}

#content_block_two .content-box {
	position: relative;
	padding-left: 30px;
}

#content_block_two .content-box:before {
	position: absolute;
	content: '';
	background: #00529F;
	width: 3px;
	height: 95px;
	left: 0px;
	top: 11px;
}

#content_block_two .content-box .sec-title h2:before {
	right: inherit;
	left: 0px;
}

#content_block_two .content-box .sec-title {
	margin-bottom: 27px;
}

#content_block_two .content-box .sec-title h2 {
	padding-bottom: 24px;
}

#content_block_two .content-box .text {
	position: relative;
	margin-bottom: 23px;
}

#content_block_two .content-box .bold-text {
	position: relative;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 4px;
}

#content_block_two .content-box .phone {
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	color: #00529F;
	margin-bottom: 33px;
}

#content_block_two .content-box .phone a {
	display: inline-block;
}

#content_block_two .content-box .phone a:hover {}

#content_block_two .content-box .phone i {
	font-weight: 400;
	font-size: 24px;
	color: #3B3B3B;
	margin-right: 6px;
}

#content_block_two .content-box .link a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}

#content_block_two .content-box .link a:hover {}

.about-section #content_block_three .inner-box {
	margin-left: 60px;
	margin-top: -140px;
	z-index: 2;
}

#content_block_three .inner-box {
	position: relative;
	background: #fff;
	padding: 50px 50px 60px 50px;
	border-radius: 5px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#content_block_three .inner-box h2 {
	position: relative;
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #3B3B3B;
	padding-bottom: 17px;
	margin-bottom: 42px;
}

#content_block_three .inner-box .form-inner .form-group {
	position: relative;
	margin-bottom: 18px;
}

#content_block_three .inner-box .form-inner .form-group input[type='text'],
#content_block_three .inner-box .form-inner .form-group input[type='email'],
#content_block_three .inner-box .form-inner .form-group select {
	position: relative;
	width: 100%;
	height: 55px;
	background: #f8f8f8;
	border: 3px solid #f8f8f8;
	border-radius: 30px;
	padding: 10px 25px;
	transition: all 500ms ease;
}

#content_block_three .inner-box .form-inner .form-group input:focus {}

#content_block_three .inner-box .form-inner .form-group label {
	position: relative;
	display: block;
	font-size: 16px;
	color: #3B3B3B;
	margin-bottom: 8px;
}

#content_block_three .inner-box .form-inner .form-group .btn-box button {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B;
	background: transparent;
	border-radius: 30px;
	text-align: center;
	padding: 13px 30px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 500ms ease;
}

#content_block_three .inner-box .form-inner .form-group .btn-box button:hover {
	color: #fff;
}

#content_block_three .inner-box .form-inner .form-group .btn-box {
	position: relative;
	margin-top: 17px;
}

#content_block_three .inner-box .form-inner .form-group:last-child {
	margin-bottom: 0px;
}

.fact-counter {
	position: relative;
	padding: 80px 0px;
}

.fact-counter .counter-block {
	position: relative;
	display: block;
	text-align: center;
}

.fact-counter .counter-column:last-child .counter-block:before {
	display: none;
}

.fact-counter .counter-block .count-outer {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 3px;
}

.fact-counter .counter-block .text {
	position: relative;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}

.filtration-process {
	position: relative;
	padding: 120px 0px 105px 0px;
}

.filtration-process .bg-pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.filtration-process .border-shap .border-1 {
	top: -45px;
}

.filtration-process .sec-title h2,
.filtration-process .top-title .text-inner .text {
	color: #fff;
}

.filtration-process .top-title {
	margin-bottom: 60px;
}

.filtration-process .top-title .title-inner .sec-title:before {
	background: #fff;
}

.filtration-process .single-item {
	position: relative;
	max-width: 280px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.filtration-process .single-item .icon-box {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 105px;
	line-height: 105px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	background-repeat: no-repeat;
	margin-bottom: 43px;
	transition: all 500ms ease;
}

.filtration-process .single-item:hover .icon-box {
	transform: rotateY(180deg);
}

.filtration-process .single-item h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 27px;
	margin-bottom: 17px;
}

.filtration-process .single-item h3 a {
	display: inline-block;
	color: #fff;
}

.filtration-process .single-item h3 a:hover {}

.filtration-process .single-item .text {
	position: relative;
	color: #fff;
}

.filtration-process .single-column {
	position: relative;
}

.filtration-process .single-column:before {
	position: absolute;
	content: '';
	background: url(../images/icons/arrow-1.png);
	width: 84px;
	height: 26px;
	top: 40px;
	right: -30px;
	background-repeat: no-repeat;
}

.filtration-process .single-column:last-child::before {
	display: none;
}

.video-style-two {
	position: relative;
	padding-bottom: 175px;
}

.video-style-two .image-layer {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.video-style-two .inner-box {
	position: relative;
}

.video-style-two #content_block_four .content-box {
	position: absolute;
	top: 65px;
	right: 0px;
}

.video-style-two #video_block_one .video-inner {
	max-width: 850px;
}

.video-style-two #video_block_one .video-inner .video-box {
	padding: 220px 0px;
}

#content_block_four .content-box {
	position: relative;
	max-width: 500px;
	width: 100%;
}

#content_block_four .content-box .inner {
	position: relative;
	display: block;
	padding: 49px 60px 53px 60px;
	border-radius: 5px;
}

#content_block_four .content-box .inner .sec-title h2 {
	color: #fff;
	font-weight: 700;
	padding-bottom: 24px;
}

#content_block_four .content-box .inner .sec-title {
	margin-bottom: 27px;
}

#content_block_four .content-box .inner .sec-title h2:before {
	right: inherit;
	left: 0px;
}

#content_block_four .content-box .inner .text {
	position: relative;
	color: #fff;
	margin-bottom: 25px;
}

#content_block_four .content-box .inner .list-item li {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 9px;
	padding-left: 25px;
}

#content_block_four .content-box .inner .list-item li:before {
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	left: 0px;
	top: 1px;
}

#content_block_four .content-box .inner .list-item li:last-child {
	margin-bottom: 0px;
}

#content_block_four .content-box .inner .list-item {
	position: relative;
	margin-bottom: 32px;
}

.testimonial-style-two {
	position: relative;
	padding: 100px 0px 120px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-style-two:before {
	position: absolute;
	content: '';
	background: rgba(14, 44, 80, 0.6);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.testimonial-style-two .sec-title {
	margin-bottom: 25px;
}

.testimonial-style-two .sec-title h2 {
	color: #fff;
	padding-bottom: 24px;
}

.testimonial-style-two .sec-title h2:before {
	right: inherit;
	left: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .text {
	position: relative;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	font-style: italic;
	margin-bottom: 33px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .name {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .designation {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-style-two .content-inner {
	position: relative;
	margin-left: 50px;
}

.testimonial-style-two .owl-dots {
	position: absolute;
	right: -125px;
	top: 50%;
	transform: translateY(-50%);
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot {
	display: block;
	margin: 15px 0px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	background: #666666;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover {
	width: 10px;
	height: 10px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.5);
	width: 28px;
	height: 28px;
	left: -9px;
	top: -9px;
	border-radius: 50%;
	z-index: -1;
	transform: scale(0, 0);
	transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span:before,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover::before {
	transform: scale(1, 1);
}

.team-section {
	position: relative;
	padding: 100px 0px;
}

.team-section .top-title {
	margin-bottom: 60px;
}

.team-block-one .inner-box {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.team-block-one .inner-box .image-holder {
	position: relative;
	display: block;
	background: #000000;
	overflow: hidden;
}

.team-block-one .inner-box .image-holder img {
	position: relative;
	display: block;
	width: 100%;
	transition: all 500ms ease;
}

.team-block-one:hover .inner-box .image-holder img {
	opacity: 0.2;
	transform: scale(1.05);
}

.team-block-one .inner-box .image-holder .content-box {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 50px;
}

.team-block-one .inner-box .image-holder .content-box .text {
	position: relative;
	color: #fff;
	opacity: 0;
	transition: all 500ms ease;
	transform: translateY(-20px);
	margin-bottom: 25px;
}

.team-block-one:hover .inner-box .image-holder .content-box .text,
.team-block-one:hover .inner-box .image-holder .content-box .social-links {
	transform: translateY(0px);
	opacity: 1;
}

.team-block-one .inner-box .image-holder .content-box .social-links {
	position: relative;
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease;
}

.team-block-one .inner-box .image-holder .content-box .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}

.team-block-one .inner-box .image-holder .content-box .social-links li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.team-block-one .inner-box .image-holder .content-box .social-links li a:hover {}

.team-block-one .inner-box .lower-content {
	position: relative;
	display: block;
	margin: 0px 30px;
	margin-top: -56px;
}

.team-block-one .inner-box .lower-content .inner {
	position: relative;
	background: #fff;
	padding: 27px 30px 32px 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.team-block-one .inner-box .lower-content .inner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
}

.team-block-one:hover .inner-box .lower-content .inner:before {
	height: 100%;
	top: 0px;
}

.team-block-one .inner-box .lower-content .inner h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 8px;
	transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .inner h3 a {
	display: inline-block;
	color: #3B3B3B;
}

.team-block-one .inner-box .lower-content .inner .designation {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.team-block-one:hover .inner-box .lower-content .inner h3,
.team-block-one:hover .inner-box .lower-content .inner h3 a,
.team-block-one:hover .inner-box .lower-content .inner .designation {
	color: #fff;
}

.team-section .owl-nav {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	color: #3B3B3B;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
	box-shadow: 0 10px 30px #eef1f2;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover {
	color: #fff;
}

.map-section {
	position: relative;
	width: 100%;
}

#contact-google-map {
	position: relative;
	width: 100%;
	height: 630px;
}

.page-title {
	position: relative;
	width: 100%;
	padding: 330px 0px 215px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-title .content-box h1 {
	position: relative;
	font-size: 74px;
	line-height: 80px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.page-title .content-box .text {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #3B3B3B;
}

.feature-section.about-page {
	padding: 80px 0px 0px 0px;
}

.fact-counter .sec-title {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 44px;
}

.fact-counter .sec-title h2 {
	margin-bottom: 38px;
}

.service-section {
	position: relative;
	padding: 100px 0px 70px 0px;
}

.service-section .top-title {
	margin-bottom: 60px;
}

.service-block-one {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}

.service-section .service-block-one {
	margin-bottom: 30px;
}

.service-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.service-block-one .inner-box .image-box a {
	position: relative;
	display: block;
}

.service-block-one .inner-box .image-box a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	top: -100%;
	transition: all 500ms ease-in-out;
	z-index: 1;
}

.service-block-one:hover .inner-box .image-box a:before {
	top: 0%;
	height: 100%;
}

.service-block-one .inner-box .image-box img {
	position: relative;
	display: block;
	width: 100%;
	transition: all 500ms ease;
}

.service-block-one:hover .inner-box .image-box img {
	transform: scale(1.05);
}

.service-block-one .inner-box .lower-content {
	position: relative;
	padding: 38px 30px 45px 30px;
}

.service-block-one .inner-box .lower-content h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 15px;
	transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content h3 a {
	display: inline-block;
	color: #3B3B3B;
}

.service-block-one .inner-box .lower-content h3 a:hover {}

.service-block-one .inner-box .lower-content .text {
	position: relative;
	margin-bottom: 27px;
}

.service-block-one .inner-box .lower-content .price {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 22px;
}

.service-block-one .inner-box .lower-content .btn-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #3B3B3B;
	text-transform: uppercase;
	border-radius: 30px;
	text-align: center;
	padding: 10px 35px;
}

.service-block-one .inner-box .lower-content .btn-box a:hover {
	color: #fff;
}

.request-section {
	position: relative;
	padding-top: 100px;
}

.request-section .sec-title {
	margin-bottom: 60px;
}

.request-section .bg-pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.request-section .sec-title h2 {
	font-weight: 700;
	color: #fff;
}

.request-section .inner-box {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 53px 50px;
	border-radius: 5px;
	margin-bottom: -60px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.request-section .inner-box .form-group .submit-box .checkbox {
	position: relative;
	margin-top: 13px;
}

.request-section .inner-box .form-group .submit-box .checkbox label {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #2b3c6b;
}

.request-section .inner-box .form-group .submit-box .checkbox label span {
	position: relative;
	font-size: 16px;
	color: #3B3B3B;
	font-weight: 400;
	cursor: pointer;
	margin-left: 4px;
	z-index: 1;
}

.request-section .inner-box .form-group .submit-box .checkbox a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
}

.request-section .inner-box .form-group .submit-box .checkbox a:hover {}

.request-section .inner-box .form-group .submit-box .checkbox label input {
	position: relative;
	top: 2px;
}

.request-section .inner-box .request-form .form-group {
	position: relative;
	margin-bottom: 28px;
}

.request-section .inner-box .request-form .form-group:last-child {
	margin-bottom: 0px;
}

.request-section .inner-box .request-form .form-group input[type='text'],
.request-section .inner-box .request-form .form-group input[type='email'] {
	position: relative;
	width: 100%;
	height: 55px;
	background: #f8f8f8;
	border: 3px solid #f8f8f8;
	color: #666;
	font-size: 16px;
	border-radius: 30px;
	padding: 10px 30px;
	transition: all 500ms ease;
}

.request-section .inner-box .request-form .form-group input:focus {}

.request-section .inner-box .select-box .ui-state-default {
	color: #666;
}

.request-section .inner-box .request-form .form-group label {
	position: relative;
	display: block;
	font-size: 16px;
	color: #3B3B3B;
	margin-bottom: 8px;
}

.request-section .inner-box .form-group .submit-box {
	position: relative;
	margin-top: 7px;
}

.request-section .inner-box .form-group .submit-box .theme-btn {
	padding: 15px 90px;
}

.clients-section.service-page {
	padding-top: 160px;
}

.faq-section {
	position: relative;
	padding: 80px 0px 110px 0px;
}

.faq-section .accordion-box .block {
	position: relative;
}

.faq-section .accordion-box .block .acc-content.current {
	display: block;
}

.faq-section .accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.faq-section .accordion-box .block .acc-btn .icon-outer {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 20px;
	color: #3B3B3B;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 500ms ease;
	z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer {}

.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before {
	position: relative;
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	margin: 0px;
	content: "\f107";
}

.faq-section .accordion-box .block .acc-btn h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	padding: 28px 30px 33px 0px;
	color: #3B3B3B;
	cursor: pointer;
	border-bottom: 1px solid #dedede;
	transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h3 {}

.faq-section .accordion-box .block .acc-content .text {
	position: relative;
	font-size: 16px;
	padding: 27px 10px 21px 0px;
}

.faq-section .faq-title {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #3B3B3B;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.error-section {
	position: relative;
	padding: 150px 0px 200px 0px;
}

.error-section .content-box h1 {
	position: relative;
	display: block;
	font-size: 200px;
	line-height: 250px;
	font-weight: 700;
	margin-bottom: 30px;
}

.error-section .content-box h2 {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 52px;
	color: #3B3B3B;
	font-weight: 600;
	margin-bottom: 21px;
}

.error-section .text a {}

.error-section .text a:hover {}

.error-section .image-layer {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.shop-page-section {
	position: relative;
	padding: 100px 0px 110px 0px;
}

.default-sidebar {
	position: relative;
}

.default-sidebar .widget-title {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 30px;
}

.shop-page-section .shop-sidebar {
	position: relative;
}

.shop-page-section .shop-sidebar .sidebar-post .post {
	position: relative;
	padding: 0px 0px 22px 100px;
	min-height: 80px;
	margin-bottom: 15px;
}

.shop-page-section .shop-sidebar .sidebar-post .post:last-child {
	margin-bottom: 0px;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box .cross-btn {
	position: absolute;
	top: 0px;
	right: 8px;
	font-size: 18px;
	z-index: 1;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box img {
	width: 100%;
	transition: all 500ms ease;
}

.shop-page-section .shop-sidebar .sidebar-post .post:hover .image-box img {
	opacity: 0.5;
	transform: scale(1.05);
}

.shop-page-section .shop-sidebar .sidebar-post .post h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #3B3B3B;
	margin-bottom: 4px;
}

.shop-page-section .shop-sidebar .sidebar-post .post h5 a {
	display: inline-block;
	color: #3B3B3B;
}

.shop-page-section .shop-sidebar .sidebar-post .post h5 a:hover {}

.shop-page-section .shop-sidebar .sidebar-post .post .text {
	position: relative;
	font-size: 18px;
	color: #3B3B3B;
}

.shop-page-section .shop-sidebar .sidebar-post .post .text span {}

.shop-page-section .shop-sidebar .sidebar-post .sub-total {
	position: relative;
	display: block;
	padding: 21px 0px 19px 0px;
	border-top: 1px solid #cdddef;
	border-bottom: 1px solid #cdddef;
	margin-bottom: 35px;
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total .price {
	position: relative;
	text-align: right;
	font-size: 18px;
	color: #3B3B3B;
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total .price span {
	font-weight: 700;
}

.shop-page-section .shop-sidebar .sidebar-post .widget-content {
	margin-bottom: 30px;
}

.shop-page-section .shop-sidebar .sidebar-post .btn-box .theme-btn {
	display: block;
	width: 100%;
	padding: 12px 30px;
}

.shop-page-section .shop-sidebar .sidebar-post .btn-box .theme-btn.style-one {
	margin-bottom: 5px;
}

.shop-page-section .shop-sidebar .sidebar-post {
	margin-bottom: 63px;
}

.default-sidebar .sidebar-widget .product-categories li {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.default-sidebar .sidebar-widget .product-categories li:last-child {
	margin-bottom: 0px;
}

.default-sidebar .sidebar-widget .product-categories li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #3B3B3B;
	padding-left: 18px;
}

.default-sidebar .sidebar-widget .product-categories li a:before {
	position: absolute;
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	color: #00d1f9;
	font-weight: 700;
	left: 0px;
	top: 0px;
	transition: all 500ms ease;
}

.default-sidebar .sidebar-widget .product-categories li a:hover {}

.default-sidebar .sidebar-widget .product-categories li a:hover:before {}

.shop-page-section .shop-sidebar .sidebar-widget {
	margin-bottom: 60px;
}

.shop-page-section .shop-sidebar .range-slider {
	position: relative;
	min-height: 48px;
}

.shop-page-section .shop-sidebar .range-slider .title {
	position: relative;
	display: inline-block;
}

.shop-page-section .shop-sidebar .range-slider p {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #3B3B3B;
	font-weight: 400;
	margin-right: 18px;
	top: 3px;
}

.shop-page-section .shop-sidebar .range-slider .title:before {
	position: absolute;
	content: '$';
	left: -14px;
	top: -19px;
	font-size: 24px;
	color: #3B3B3B;
}

.shop-page-section .shop-sidebar .range-slider .input {
	float: right;
	color: #3B3B3B;
	max-width: 75px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}

.shop-page-section .shop-sidebar .range-slider .input input {
	position: relative;
	display: block;
	background: none;
	font-size: 24px;
	color: #3B3B3B;
	text-align: left;
}

.shop-page-section .shop-sidebar .range-slider .ui-widget.ui-widget-content {
	height: 6px;
	border: none;
	margin-bottom: 30px;
	background: #f3f9ff;
}

.shop-page-section .shop-sidebar .range-slider .ui-slider .ui-slider-range {
	top: 0px;
	height: 6px;
}

.shop-page-section .shop-sidebar .range-slider .ui-state-default,
.shop-page-section .shop-sidebar .range-slider .ui-widget-content .ui-state-default {
	top: -7px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 0px;
	border: 0px;
	box-shadow: none;
}

.shop-page-section .shop-sidebar .range-slider .filter-btn {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 45px;
	border-radius: 30px;
	text-align: center;
	transition: all 500ms ease;
}

.shop-page-section .shop-sidebar .range-slider .filter-btn:hover {}

.shop-page-section .shop-sidebar .range-slider .value-box {
	position: relative;
	max-width: 160px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 35px;
}

.shop-page-section .shop-sidebar .range-slider .btn-box {
	position: relative;
	text-align: center;
}

.shop-page-section .shop-sidebar .price-filter .widget-title {
	margin-bottom: 42px;
}

.shop-page-section .shop-sidebar .price-filter {
	margin-bottom: 63px;
}

.default-sidebar .sidebar-tags .tags-list li {
	position: relative;
	display: inline-block;
}

.default-sidebar .sidebar-tags .tags-list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #999;
	padding: 10px 25px;
	border-radius: 30px;
	margin: 0px 7px 10px 0px;
}

.default-sidebar .sidebar-tags .tags-list li a:hover {
	color: #fff;
}

.default-sidebar .sidebar-tags .widget-title {
	margin-bottom: 34px;
}

.shop-page-section .single-shop-block .inner-box {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	margin: 0px 0px 30px 0px;
}

.shop-page-section .pagination-wrapper {
	position: relative;
	display: block;
	margin-top: 50px;
}

.shop-details {
	position: relative;
	padding: 100px 0px 80px 0px;
}

.shop-details .product-details-content .image-box {
	position: relative;
	display: block;
	text-align: center;
	background: #f3f9ff;
	padding: 64px 0px;
	border-radius: 5px;
}

.shop-details .product-details-content .select-box {
	margin-bottom: 15px;
}

.shop-details .product-details-content .image-box img {
	transition: all 500ms ease;
}

.shop-details .product-details-content .image-box:hover img {
	transform: scale(1.05);
}

.shop-details .item-quantity {
	position: relative;
	float: left;
	margin-right: 15px;
}

.item-quantity .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	background: #f8f8f8;
	width: 125px;
	border-radius: 30px;
	height: 55px;
}

.shop-details .item-quantity input.quantity-spinner {
	padding: 10px 15px !important;
	height: 55px;
}

.item-quantity input.quantity-spinner {
	line-height: 28px;
	width: 60px;
	padding: 5px 0px !important;
	box-shadow: none !important;
	background: transparent;
	border: none;
	text-align: center;
	font-size: 16px;
	color: #3B3B3B;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
	position: absolute;
	background: transparent;
	padding: 0px 0px;
	left: -40px;
	top: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
	position: absolute;
	padding: 0px 0px;
	right: 40px;
	top: 25px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "\f106";
	font-size: 16px;
	font-style: normal;
	color: #666666;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "\f107";
	font-size: 16px;
	font-style: normal;
	color: #666666;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.shop-details .product-details-content .addto-cart-box .cart-btn button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B;
	background: transparent;
	text-transform: uppercase;
	border-radius: 30px;
	text-align: center;
	padding: 15px 50px !important;
	cursor: pointer;
	transition: all 500ms ease;
}

.shop-details .product-details-content .addto-cart-box .cart-btn button i {
	margin-right: 10px;
}

.shop-details .product-details-content .addto-cart-box .cart-btn button:hover {
	color: #fff;
}

.shop-details .product-details-content .content-box h2 {
	position: relative;
	font-size: 30px;
	line-height: 40px;
	color: #3B3B3B;
	font-weight: 700;
	margin-bottom: 11px;
}

.shop-details .product-details-content .content-box .size {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	background: #eeeeee;
	padding: 1px 21px;
	text-align: center;
	border-radius: 30px;
	margin-bottom: 27px;
}

.shop-details .product-details-content .addto-cart-box {
	margin-bottom: 27px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.shop-details .product-details-content .content-box .text {
	position: relative;
	margin-bottom: 0;
}

.shop-details .product-details-content .content-box .price {
	position: relative;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 33px;
}

.shop-details .product-details-content .content-box .price del {
	color: #cccccc;
}

.shop-details .product-details-content .content-box .list-item li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #666;
}

.shop-details .product-details-content .content-box .list-item li:first-child {
	color: #3B3B3B;
}

.shop-details .product-details-content .content-box .list-item li a {
	color: #666;
}

.shop-details .product-details-content .content-box .list-item li a:hover {}

.shop-details .product-details-content .content-box {
	margin-left: 30px;
}

.shop-details .product-details-content {
	margin-bottom: 100px;
}

.tabs-box .tab {
	position: relative;
	display: none;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
	display: block;
}

.tabs-box .tab {
	transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
	transform: scale(1) translateY(0px);
}

.shop-details .product-info-tabs .tab-btns {
	position: relative;
	margin-bottom: 28px;
}

.shop-details .product-info-tabs .tab-btns li {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #666;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
}

.shop-details .product-info-tabs .tab-btns li.active-btn,
.shop-details .product-info-tabs .tab-btns li:hover {}

.shop-details .product-info-tabs .tab-btns li.active-btn:before,
.shop-details .product-info-tabs .tab-btns li:hover::before {
	width: 33px;
}

.shop-details .product-info-tabs .tabs-content .text p {
	position: relative;
	margin-bottom: 26px;
}

.shop-details .product-info-tabs .tabs-content .text p:last-child {
	margin-bottom: 0px;
}

.shop-details .product-info-tabs {
	position: relative;
	padding-bottom: 120px;
}

.shop-details .related-product .top-title {
	margin-bottom: 30px;
}

.shop-details .related-product .single-shop-block .inner-box {
	border: 1px solid #eeeeee;
}

.shop-details .related-product {
	position: relative;
	padding-top: 100px;
}

.blog-grid {
	position: relative;
}

.blog-grid .news-block-one,
.blog-classic .news-block-one {
	margin-bottom: 80px;
}

.blog-grid .pagination-wrapper {
	position: relative;
	display: block;
	margin-top: 30px;
}

.sidebar-page-container .blog-sidebar {
	padding-left: 30px;
}

.sidebar-page-container .blog-sidebar .sidebar-search {
	position: relative;
	margin-bottom: 53px;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group {
	position: relative;
	margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input[type='search'] {
	position: relative;
	width: 100%;
	height: 55px;
	border: 1px solid #d8e5f1;
	background: #fff;
	border-radius: 30px;
	padding: 10px 20px 10px 30px;
	font-size: 16px;
	color: #666;
	transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group button {
	position: absolute;
	top: 14px;
	right: 25px;
	background: transparent;
	font-size: 16px;
	color: #666;
	font-weight: 700;
	cursor: pointer;
	transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input:focus+button,
.sidebar-page-container .blog-sidebar .sidebar-search .form-group button:hover {}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input:focus {}

.sidebar-page-container .blog-sidebar .sidebar-post .post {
	position: relative;
	padding: 0px 0px 0px 105px;
	margin-bottom: 33px;
	min-height: 82px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post:last-child {
	margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .image-box {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .image-box img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post:hover .image-box img {
	opacity: 0.5;
	transform: scale(1.05);
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #3B3B3B;
	margin-bottom: 2px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5 a {
	display: inline-block;
	color: #3B3B3B;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5 a:hover {}

.sidebar-page-container .blog-sidebar .sidebar-post .post .post-date {
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.sidebar-page-container .blog-sidebar .sidebar-categories {
	margin-bottom: 50px;
}

.sidebar-page-container .blog-sidebar .sidebar-post {
	margin-bottom: 55px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li:last-child {
	margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #666;
	padding-left: 18px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:before {
	position: absolute;
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 700;
	left: 0px;
	top: 0px;
	transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:hover::before {}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:hover {}

.sidebar-page-container .blog-sidebar .sidebar-archives {
	margin-bottom: 45px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list .image-box {
	position: relative;
	float: left;
	margin: 0px 5px 10px 5px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list {
	position: relative;
	margin: 0px -5px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list li img {
	width: 100%;
	position: relative;
	display: block;
	border-radius: 5px;
	transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list li:hover img {
	opacity: 0.5;
	transform: scale(1.05);
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .widget-title {
	margin-bottom: 35px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram {
	margin-bottom: 43px;
}

.inner-box .upper-box img {
	position: relative;
	display: block;
	width: 100%;
}

.inner-box .upper-box .post-info {
	position: relative;
	display: block;
	margin: 0px 30px;
	text-align: center;
}

.inner-box .upper-box .post-info .info-box {
	position: relative;
	background: #fff;
	padding: 33px 30px;
	border-radius: 5px;
	margin-top: -17px;
	box-shadow: 0 10px 20px #edf1f2;
	margin-bottom: 51px;
}

.inner-box .upper-box .post-info .info-box li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin: 0px 20px;
}

.inner-box .upper-box .post-info .info-box li:before {
	position: absolute;
	content: '';
	background: #b7b7b7;
	width: 1px;
	height: 15px;
	top: 7px;
	right: -20px;
}

.inner-box .upper-box .post-info .info-box li:last-child::before {
	display: none;
}

.inner-box .upper-box .post-info .info-box li a {
	color: #3B3B3B;
}

.inner-box .upper-box .post-info .info-box li i {
	font-weight: 600;
	margin-right: 6px;
}

.inner-box .upper-box .post-info .info-box li a:hover {
	color: #00d1f9;
}

.inner-box .lower-box h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 16px;
}

.inner-box .lower-box .text p {
	position: relative;
	margin-bottom: 26px;
}

.inner-box .lower-box .text p:last-child {
	margin-bottom: 0px;
}

.inner-box .lower-box .text blockquote {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 36px;
	color: #3B3B3B;
	font-weight: 500;
	font-style: italic;
	padding: 27px 0px 76px 0px;
	margin: 76px 0px 26px 0px;
	text-align: center;
}

.inner-box .lower-box .text blockquote:before {
	position: absolute;
	content: "\f111";
	font-size: 170px;
	line-height: 150px;
	font-family: 'Flaticon';
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	z-index: -1;
}

.inner-box .lower-box .text blockquote h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 23px;
}

.inner-box .lower-box .text blockquote .border-shap .border-1,
.inner-box .lower-box .text blockquote .border-shap .border-2 {
	animation: none !important;
}

.post-share-option .share-box .share-link {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}

.post-share-option .share-box {
	position: relative;
	margin-top: 2px;
}

.post-share-option .share-box .share-link i {
	margin-right: 8px;
}

.post-share-option .share-box .share-link:hover {}

.post-share-option .share-box:hover .social-links {
	opacity: 1;
	left: 0%;
	visibility: visible;
	transform: translateY(0px);
}

.post-share-option .share-box .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.post-share-option .share-box .share {
	position: relative;
}

.post-share-option .share-box .social-links li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #3B3B3B;
}

.post-share-option .share-box .social-links li a:hover {}

.post-share-option .share-box .social-links {
	position: absolute;
	left: 0%;
	bottom: -30px;
	width: 100px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 500ms ease;
}

.post-share-option {
	position: relative;
	padding: 35px 0px 68px 0px;
}

.post-share-option .tags-list li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #666;
}

.post-share-option .tags-list li a {}

.post-share-option .tags-list li a:hover {}

.post-share-option .tags-list li h5 {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #3B3B3B;
}

.group-title {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #3B3B3B;
	font-weight: 700;
	margin-bottom: 32px;
	padding-bottom: 20px;
}

.comments-area .comment {
	position: relative;
	padding-left: 90px;
	margin-bottom: 32px;
}

.comments-area .comment:last-child {
	margin-bottom: 0px;
}

.comments-area {
	position: relative;
	margin-bottom: 35px;
}

.comments-area .comment .image-box {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comments-area .comment .image-box img {
	width: 100%;
	border-radius: 50%;
}

.comments-area .comment .comment-inner {
	position: relative;
	padding-bottom: 31px;
	border-bottom: 1px solid #dedede;
}

.comments-area .comment .comment-inner h4 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #3B3B3B;
	margin-bottom: 0px;
}

.comments-area .comment .comment-inner .post-info {
	position: relative;
	display: block;
	margin-bottom: 13px;
}

.comments-area .comment .comment-inner .post-info .post-date {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-right: 20px;
	margin-right: 10px;
}

.comments-area .comment .comment-inner .post-info .post-date:before {
	position: absolute;
	content: '';
	background: #b7b7b7;
	width: 1px;
	height: 15px;
	top: 5px;
	right: 0px;
}

.comments-area .comment .comment-inner .post-info .replay-btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
}

.comments-area .comment .comment-inner .post-info .replay-btn:hover {}

.comments-form-area .text {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	margin-bottom: 23px;
}

.comments-form-area .form-group {
	position: relative;
	margin-bottom: 27px;
}

.comments-form-area .form-group:last-child {
	margin-bottom: 0px;
}

.comments-form-area .form-group label {
	position: relative;
	display: block;
	font-size: 16px;
	color: #3B3B3B;
	margin-bottom: 8px;
}

.comments-form-area .form-group input[type='text'],
.comments-form-area .form-group input[type='email'],
.comments-form-area .form-group textarea {
	position: relative;
	width: 100%;
	height: 55px;
	background: #f8f8f8;
	font-size: 16px;
	color: #666;
	border-radius: 30px;
	padding: 10px 25px;
	border: 3px solid #f8f8f8;
	transition: all 500ms ease;
}

.comments-form-area .form-group input:focus,
.comments-form-area .form-group textarea:focus {}

.comments-form-area .form-group textarea {
	height: 100px;
	resize: none;
}

.comments-form-area .group-title {
	margin-bottom: 18px;
}

.comments-form-area .form-group .theme-btn {}

.contact-section {
	position: relative;
}

.contact-section .title-text {
	position: relative;
	display: block;
	font-size: 30px;
	color: #3B3B3B;
	line-height: 40px;
	padding-bottom: 25px;
	margin-bottom: 40px
}


/* .contact-section .title-text:before {
    position: absolute;
    content: '';
    background: url(../images/icons/wave-icon-2.png);
    width: 33px;
    height: 8px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
} */

.wc-section .title-text {
	position: relative;
	display: block;
	font-size: 30px;
	color: #3B3B3B;
	line-height: 40px;
	padding-bottom: 25px;
	margin-bottom: 40px
}


/* .wc-section .title-text:before {
    position: absolute;
    content: '';
    background: url(../images/icons/wave-icon-2.png);
    width: 33px;
    height: 8px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
} */

.contact-section .info-box .info-list li {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #3B3B3B;
	margin-bottom: 28px;
	padding-left: 60px;
}

.contact-section .info-box .info-list li a {
	color: #3B3B3B;
}

.contact-section .info-box .info-list li a:hover {}

.contact-section .info-box .info-list li:last-child {
	margin-bottom: 0px;
}

.contact-section .info-box .info-list li i {
	position: absolute;
	left: 0px;
	top: -4px;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.contact-section .info-box .info-list li:hover i {
	color: #fff;
}

.contact-section .inner-box .form-inner .form-group {
	position: relative;
	margin-bottom: 17px;
}

.contact-section .inner-box .form-inner .form-group:last-child {
	margin-bottom: 0px;
}

.contact-section .inner-box .form-inner .form-group label {
	position: relative;
	display: block;
	font-size: 16px;
	color: #3B3B3B;
	margin-bottom: 8px;
}

.contact-section .inner-box .form-inner .form-group input[type='text'],
.contact-section .inner-box .form-inner .form-group input[type='email'],
.contact-section .inner-box .form-inner .form-group input[type='tel'],
.contact-section .inner-box .form-inner .form-group input[type='number'],
.contact-section .inner-box .form-inner .form-group textarea {
	position: relative;
	width: 100%;
	height: 55px;
	background: #f3f9ff;
	font-size: 16px;
	color: #666;
	border-radius: 30px;
	padding: 10px 25px;
	border: 3px solid #f3f9ff;
	transition: all 500ms ease;
}

.contact-section .inner-box .form-inner .form-group textarea {
	height: 100px;
	resize: none;
}

.contact-section .inner-box .form-inner .form-group input:focus,
.contact-section .inner-box .form-inner .form-group textarea:focus {}

.contact-section .inner-box .form-inner .form-group button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 13px 42px;
	text-align: center;
	cursor: pointer;
	transition: all 500ms ease;
	background: transparent;
}

.contact-section .inner-box .form-inner .form-group button:hover {
	color: #fff;
}

.contact-section .info-box .info-list li {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #3B3B3B;
	margin-bottom: 28px;
	padding-left: 60px;
}

.contact-section .info-box .info-list li a {
	color: #3B3B3B;
}

.contact-section .info-box .info-list li a:hover {}

.contact-section .info-box .info-list li:last-child {
	margin-bottom: 0px;
}

.contact-section .info-box .info-list li i {
	position: absolute;
	left: 0px;
	top: -4px;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.contact-section .info-box .info-list li:hover i {
	color: #fff;
}

.wc-section .inner-box .form-inner .form-group {
	position: relative;
	margin-bottom: 17px;
}

.wc-section .inner-box .form-inner .form-group:last-child {
	margin-bottom: 0px;
}

.wc-section .inner-box .form-inner .form-group label {
	position: relative;
	display: block;
	font-size: 16px;
	color: #3B3B3B;
	margin-bottom: 8px;
}

.wc-section .inner-box .form-inner .form-group input[type='text'],
.wc-section .inner-box .form-inner .form-group input[type='email'],
.wc-section .inner-box .form-inner .form-group input[type='tel'],
.wc-section .inner-box .form-inner .form-group input[type='number'],
.wc-section .inner-box .form-inner .form-group textarea {
	position: relative;
	width: 100%;
	height: 55px;
	background: #f8f8f8;
	font-size: 16px;
	color: #666;
	border-radius: 30px;
	padding: 10px 25px;
	border: 3px solid #f8f8f8;
	transition: all 500ms ease;
}

.wc-section .inner-box .form-inner .form-group textarea {
	height: 100px;
	resize: none;
}

.wc-section .inner-box .form-inner .form-group input:focus,
.wc-section .inner-box .form-inner .form-group textarea:focus {}

.wc-section .inner-box .form-inner .form-group button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 13px 42px;
	text-align: center;
	cursor: pointer;
	transition: all 500ms ease;
	background: transparent;
}

.wc-section .inner-box .form-inner .form-group button:hover {
	color: #fff;
}

.map-section {
	position: relative;
	width: 100%;
}

#contact-google-map {
	position: relative;
	width: 100%;
	height: 630px;
}

#starshine {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#starshine1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#starshine2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.shine {
	display: block;
	position: absolute;
	background-image: url(../images/icons/glitter.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	width: 130px;
	height: 130px;
	-webkit-animation: glitter 6s linear 0s infinite normal;
	animation: glitter 6s linear 0s infinite normal;
	text-indent: -9999px;
}

.shine-two {
	background-image: url(../images/icons/glitter-2.png) !important;
}

.shine.shine-1 {
	top: 50%;
	left: 5%;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.shine.shine-2 {
	top: 65%;
	left: 40%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.shine.shine-3 {
	top: 26%;
	left: 83%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

@-webkit-keyframes glitter {
	0% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}

	25% {
		-webkit-transform: scale(1) rotate(360deg);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}

@keyframes glitter {
	0% {
		-webkit-transform: scale(0.3) rotate(0deg);
		transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}

	25% {
		-webkit-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(0.3) rotate(720deg);
		transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.3) rotate(0deg);
		transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}

@-moz-keyframes glitter {
	0% {
		-moz-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}

	25% {
		-moz-transform: scale(1) rotate(360deg);
		opacity: 1;
	}

	50% {
		-moz-transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}

	100% {
		-moz-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a price {
	color: #00529F;
	font-size: 10px;
	position: absolute;
	background: #f3f9ff;
	padding: 5px 10px;
	top: 50px;
	left: 50%;
	border: 1px solid #f3f9ff;
	line-height: 1;
	transform: translate(-50%, -50%);
	border-radius: 15px;
}

input#min_price {}

.default-sidebar .widget-content {
	position: relative;
	width: 100%;
}

.default-sidebar .widget-content .price_slider_wrapper {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.default-sidebar .widget-content .price_slider_wrapper .price_slider_amount {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.default-sidebar .widget-content .price_slider_wrapper .price_slider_amount .price_slider_items {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 1em;
}

.default-sidebar .widget-content .price_slider_wrapper .price_slider_amount .price_slider_items .price_slider_item {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
	width: 50%;
}

.default-sidebar .widget-content .price_slider_wrapper .price_slider_amount label {
	position: relative !important;
	display: block;
	overflow: visible;
	width: 100%;
	height: auto;
}

.default-sidebar .widget-content .price_slider_wrapper .price_slider_amount input {
	border: 1px solid #eeeeee;
	position: relative;
	display: block;
	text-align: center;
}

.default-sidebar .widget-content form {
	width: 100%;
	position: relative;
}

.default-sidebar .widget-content .price_slider_wrapper .price_slider_amount .button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #00d1f9;
	text-transform: uppercase;
	border-radius: 30px;
	text-align: center;
	padding: 15px 40px;
	border: 2px solid #00d1f9;
	transition: all 500ms ease;
	background: #fff;
}

.default-sidebar .widget-content .price_slider_wrapper .price_slider_amount .button:hover {
	background: #00d1f9;
	border-color: #00d1f9;
}

.shop-details .product-details-content .product-galeries {
	margin-top: 1em;
	position: relative;
	width: 100%;
}

.shop-details .product-details-content .product-galeries .image-box {
	padding: 1em;
}

.product-tabs ul.tabs {
	position: relative;
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	gap: 1em;
	margin-bottom: 2em;
}

.product-tabs ul.tabs li {
	display: flex;
}

.product-tabs ul.tabs li.active a {
	border-color: #000000;
	background: #00529F;
}

.product-tabs ul.tabs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #00529F;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	padding: 13px 50px;
	cursor: pointer;
	transition: all 500ms ease;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
	display: none;
}

.woocommerce #review_form #respond p {
	margin: 0 0 10px;
	clear: both;
}

.woocommerce p.stars a {
	color: #00d1f9;
	font-size: 2em;
}

.woocommerce .quantity .qty {
	width: 60px;
	text-align: center;
}

.woocommerce-shipping-fields__field-wrapper {
	position: relative;
	width: 100%;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce input {
	float: left;
	box-sizing: border-box;
	border: 1px solid #d3ced2;
	padding: 5px;
	margin: 0 4px 0 0;
	outline: 0;
	width: auto;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #review_form #respond .form-submit input {
	float: none;
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B !important;
	text-transform: uppercase;
	border-radius: 30px;
	text-align: center;
	padding: 10px 39px !important;
	border: 2px solid #00529F;
	background: #fff;
	transition: all 500ms ease;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #review_form #respond .form-submit input:hover {
	background: #00d1f9;
	border-color: #00d1f9;
	color: #fff !important;
}

input#coupon_code {
	border-radius: 30px;
	padding: 5px 15px;
	margin-right: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
	color: inherit;
	background-color: #ebe9eb;
	background: #00d1f9;
	border-color: #00d1f9;
	color: #fff !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
	position: relative;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B !important;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 15px 20px !important;
	border: 2px solid #00529F;
	background: #fff;
	transition: all 500ms ease;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background: #00d1f9;
	border-color: #00d1f9;
	color: #fff !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: none;
	border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	list-style: none outside;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	margin-bottom: 0;
	position: relative;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B !important;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 15px 20px !important;
	border: 2px solid #00529F;
	background: #fff;
	transition: all 500ms ease;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 1em;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: #00d1f9;
	border-color: #00d1f9;
	color: #fff !important;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.breadcrumb a {
	color: #fff;
	margin: 5px;
}

.woocommerce .woocommerce-breadcrumb a {
	color: ##fff;
}

.breadcrumb a:after {
	content: '>';
	display: inline-block;
	margin-left: 5px;
}

.woocommerce .woocommerce-breadcrumb {
	margin-top: 1em;
	padding: 0;
	font-size: inherit;
	color: ##fff;
}

.main-header .search-panel .form-container {
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-slider .top-text:before {
	position: absolute;
	/* content: ''; */
	background: url(../images/icons/wave-icon-1.png);
	width: 33px;
	height: 8px;
	left: 0px;
	top: 10px;
	background-repeat: no-repeat;
}


/* .sec-title h2:before {
    position: absolute;
    content: '';
    background: url(../images/icons/wave-icon-2.png);
    width: 33px;
    height: 8px;
    right: 0;
    bottom: 15px;
    background-repeat: no-repeat;
} */


/* .feature-section .feature-block:before {
    position: absolute;
    content: '';
    background: url(../images/icons/wave-icon-3.png);
    width: 11px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    background-repeat: no-repeat;
} */

.composition-section .upper-content .inner-box .single-item .icon-box:before {
	position: absolute;
	content: '';
	background: url(../images/icons/icon-1.png);
	width: 80px;
	height: 5px;
	top: 50px;
	background-repeat: no-repeat;
}

.composition-section .lower-content .single-item:before {
	position: absolute;
	content: '';
	background: url(../images/icons/wave-icon-3.png);
	width: 11px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	background-repeat: no-repeat;
}

.news-block-one .inner-box .lower-content .inner .info-box:before {
	position: absolute;
	content: '';
	background: url(../images/icons/icon-1.png);
	width: 80px;
	height: 5px;
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.main-slider.style-two:before {
	position: absolute;
	content: '';
	background: url(../images/icons/wave-1.png);
	width: 100%;
	height: 143px;
	left: 0px;
	bottom: 0px;
	background-repeat: repeat-x;
	z-index: 2;
}

#content_block_three .inner-box h2:before {
	position: absolute;
	content: '';
	background: url(../images/icons/icon-1.png);
	width: 80px;
	height: 5px;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}

.fact-counter .counter-block:before {
	position: absolute;
	content: '';
	background: url(../images/icons/wave-icon-3.png);
	width: 11px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	background-repeat: no-repeat;
}

.filtration-process .single-item h3:before {
	position: absolute;
	content: '';
	background: url(../images/icons/wave-icon-2.png);
	width: 33px;
	height: 8px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	background-repeat: no-repeat;
}

.page-title:before {
    position: absolute;
    content: '';
    background: url(../images/wave.png);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 5px;
    right: 0;
    background-repeat: repeat-x;
    transform: rotate(180deg);
    animation: slide 400s linear infinite;
    -webkit-animation: slide 400s linear infinite;
    border: 0;
    padding: 0;
    margin: 0;
}

.faq-section .faq-title:before {
	position: absolute;
	content: '';
	background: url(../images/icons/wave-icon-2.png);
	width: 33px;
	height: 8px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	background-repeat: no-repeat;
}

.default-sidebar .widget-title:before {
	position: absolute;
	/* content: ''; */
	background: url(../images/icons/wave-icon-2.png);
	width: 33px;
	height: 8px;
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.blog-details-content .group-title:before {
	position: absolute;
	content: '';
	background: url(../images/icons/wave-icon-2.png);
	width: 33px;
	height: 8px;
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.contact-section .title-text:before {
	position: absolute;
	content: '';
	background: url(../images/icons/wave-icon-2.png);
	width: 33px;
	height: 8px;
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/preloader.gif);
}

.theme-btn.style-one {
	background: #00529F;
	border: 2px solid #fff;
}

.theme-btn.style-two {
	background: #00d1f9;
	border: 2px solid #ffff;
}

.theme-btn.style-one:before {
	border-bottom: 60px solid #00d1f9;
}

.theme-btn.style-one:after {
	border-bottom: 60px solid #00d1f9;
}

.theme-btn.style-two:before {
	border-bottom: 60px solid #00529F;
}

.theme-btn.style-two:after {
	border-bottom: 60px solid #00529F;
}

.bg-color-1 {
	background: #f3f9ff !important;
}

.bg-color-2 {
	background: #00529F !important;
}

.pagination li a:hover,
.pagination li a.active {
	border-color: #00d1f9;
	background: #00d1f9;
}

.scroll-top {
	background: #00529F;
	border: 1px solid #fff;
}

.scroll-top:hover {
	background: #00d1f9;
}

.main-header .outer-container .header-upper .upper-left .info-box .box .icon-box {
	color: #00d1f9;
}

.main-header .outer-container .header-upper .upper-left .info-box .box h3 a:hover {
	color: #00d1f9;
}

.main-menu .navigation>li:before {
	background: #00d1f9;
}

.main-menu .navigation>li>ul {
	border-top: 3px solid #00d1f9;
}

.main-menu .navigation>li>ul>li:hover {
	background: #00d1f9;
	border-color: #00d1f9;
}

.main-header .search-box-btn:hover {
	background: #00d1f9;
	color: #fff;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a {
	background: #00529F;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a:hover {
	background: #00d1f9;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a span.cart_contents_count {
	background: #00d1f9;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a:hover span.cart_contents_count {
	background: #00529F;
}

.main-slider .top-text {
	color: #fff;
}

.main-slider .owl-nav [class*="owl-"] {
	background: #00d1f9;
}

.main-slider .owl-nav [class*="owl-"]:hover {
	background: #00529F;
	color: #fff;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
	background: #00d1f9;
	color: #fff !important;
}

.mobile-menu .close-btn:hover {
	color: #00d1f9;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
	color: #00d1f9;
}

.mobile-menu .navigation li>a:before {
	border-left: 5px solid #00d1f9;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	background: #00d1f9;
}

.menu-area .mobile-nav-toggler .icon-bar {
	background-color: #00d1f9;
}

.feature-block-one .inner-box .icon-box {
	color: #00d1f9;
}

.feature-block-one:hover .inner-box .icon-box {
	color: #00529F;
}

.feature-block-one .inner-box h3:hover {
	color: #00529f;
}

.feature-block-one .inner-box .link a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #3B3B3B;
	text-transform: uppercase;
	border-radius: 30px;
	text-align: center;
	padding: 10px 32px;
	border: 2px solid #00529F;
}

.feature-block-one .inner-box .link a:hover {
	color: #fff;
	background: #00529F;
}

.single-shop-block h3 a:hover {
	color: #00d1f9;
}

.single-shop-block .price {
	color: #00d1f9;
}

.single-shop-block .cart-btn a {
	border: 2px solid #00d1f9;
}

.single-shop-block .cart-btn a.added_to_cart {
	padding-top: 0.5em;
	display: inline-block;
	background: #00d1f9 !important;
	color: #fff !important;
}

.single-shop-block .cart-btn a:hover {
	background: #00d1f9;
	border-color: #00d1f9;
}

.single-shop-block .inner-box .border-one:before {
	background-color: #00d1f9;
}

.single-shop-block .inner-box .border-one:after {
	background-color: #00d1f9;
}

.single-shop-block .inner-box .border-two:before {
	background-color: #00d1f9;
}

.single-shop-block .inner-box .border-two:after {
	background-color: #00d1f9;
}

.delivery-section .owl-theme .owl-dots .owl-dot.active span,
.delivery-section .owl-theme .owl-dots .owl-dot span:hover {
	background: #00529F;
	border-color: #00529F;
}

.video-section .lower-content .image-box {
	background: #00529F;
}

.composition-section .upper-content .inner-box .single-item h3 a:hover {
	color: #00d1f9;
}

.composition-section .upper-content .inner-box .single-item .icon-box span {
	color: #00529F;
}

#content_block_one .content-box .list-item li:before {
	color: #00d1f9;
}

#content_block_one .content-box .theme-btn.style-one {
	background: #00529F;
	border: 2px solid #ffff;
}

#content_block_one .content-box .theme-btn.style-two:before,
#content_block_one .content-box .theme-btn.style-two:after {
	border-bottom: 60px solid #00529F;
}

.testimonial-section .testimonial-content .inner-box .text:before {
	color: #f3f9ff;
}

.testimonial-section .testimonial-content .inner-box .author-info .name {
	color: #00529F;
}

.testimonial-section .client-testimonial-carousel .owl-prev:hover,
.testimonial-section .client-testimonial-carousel .owl-next:hover {
	background: #00d1f9;
}

.news-block-one .inner-box .image-box {}

.news-block-one .inner-box .lower-content .inner .info-box li a:hover {
	color: #00d1f9;
}

.news-block-one .inner-box .lower-content .inner .info-box li {
	color: #00529F;
}

.news-block-one .inner-box .lower-content .inner h2 a:hover {
	color: #00d1f9;
}

.news-block-one .inner-box .lower-content .lower-box .btn-box a {
	border: 2px solid #00529F;
}

.news-block-one .inner-box .lower-content .lower-box .btn-box a:hover {
	background: #00529F;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link {
	color: #00529F;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link i {
	color: #00d1f9;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link:hover {
	color: #00d1f9;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links li a:hover {
	color: #00d1f9;
}

.main-footer .footer-top .subscribe-form .form-group input:focus {
	border-color: #00d1f9 !important;
}

.main-footer .footer-top .footer-social .social-links li a:hover {
	background: #00529F;
}

.main-footer .footer-upper .footer-widget .widget-title:before {
	background: #00529F;
}

.main-footer .footer-upper .links-widget .widget-content .list li a:hover {
	color: #00d1f9;
}

.main-footer .footer-upper .contact-widget .widget-content .list li a:hover {
	color: #00d1f9;
}

.main-footer .footer-bottom .copyright a:hover {
	color: #00d1f9;
}

.main-header.style-two .header-top .top-left .info-box li a:hover {
	color: #00d1f9;
}

.main-header.style-two .header-top .top-right .social-links li a:hover {
	color: #00d1f9;
}

.main-header.style-two .search-box-btn:hover {
	border-color: #00d1f9;
}

.main-slider.style-two .content-box .btn-box .video-btn:before {
	background: #00d1f9;
}

#content_block_two .content-box .phone a {
	color: #00529F;
}

#content_block_two .content-box .phone a:hover {
	color: #00d1f9;
}

#content_block_two .content-box .link a {
	color: #00529F;
	border-bottom: 1px solid #00529F;
}

#content_block_two .content-box .link a:hover {
	color: #00d1f9;
	border-color: #00d1f9;
}

#content_block_three .inner-box .form-inner .form-group input:focus {
	border-color: #00d1f9 !important;
}

.ui-selectmenu-open .ui-widget-content .ui-state-focus {
	background: #00529F;
}

#content_block_three .inner-box .form-inner .form-group .btn-box button {
	border: 2px solid #00d1f9;
}

#content_block_three .inner-box .form-inner .form-group .btn-box button:hover {
	background: #00d1f9;
}

.fact-counter .counter-block .count-outer {
	color: #00529F;
}

.filtration-process .single-item h3 a:hover {
	color: #00d1f9;
}

#content_block_four .content-box .inner {
	background: #00529F;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover {
	background: #00d1f9;
}

.team-block-one .inner-box .image-holder .content-box .social-links li a:hover {
	color: #00d1f9;
}

.team-block-one .inner-box .lower-content .inner:before {
	background: #00529F;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover {
	background: #00d1f9;
}

.service-block-one .inner-box .image-box a:before {
	background: rgba(19, 187, 234, 0.6);
}

.service-block-one .inner-box .lower-content h3 a:hover {
	color: #00d1f9;
}

.service-block-one .inner-box .lower-content .price {
	color: #00d1f9;
}

.service-block-one .inner-box .lower-content .btn-box a {
	border: 2px solid #00529F;
}

.service-block-one .inner-box .lower-content .btn-box a:hover {
	background: #00529F;
}

.request-section .inner-box .request-form .form-group input:focus {
	border-color: #00d1f9 !important;
}

.request-section .inner-box .form-group .submit-box .checkbox a {
	color: #00529F;
	border-bottom: 1px solid #00529F;
}

.request-section .inner-box .form-group .submit-box .checkbox a:hover {
	color: #00d1f9;
	border-color: #00d1f9;
}

.faq-section .accordion-box .block .acc-btn.active h3 {
	color: #00529F;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer {
	color: #00529F;
}

.error-section .content-box h1 {
	color: #00529F;
}

.error-section .text a {
	color: #00529F;
}

.error-section .text a:hover {
	color: #00d1f9;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box {
	background: #00529F;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box .cross-btn {
	color: #ff0000;
}

.shop-page-section .shop-sidebar .sidebar-post .post h5 a:hover {
	color: #00d1f9;
}

.shop-page-section .shop-sidebar .sidebar-post .post .text span {
	color: #00529F;
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total .price span {
	color: #00529F;
}

.shop-page-section .shop-sidebar .sidebar-post .btn-box .theme-btn.style-one {
	background: #00529F;
}

.default-sidebar .sidebar-categories .categories-list li a:hover {
	color: #00529F;
}

.default-sidebar .sidebar-categories .categories-list li a:hover:before {
	color: #00d1f9;
}

.shop-page-section .shop-sidebar .range-slider .ui-slider .ui-slider-range {
	background: #00529F;
}

.shop-page-section .shop-sidebar .range-slider .ui-state-default,
.shop-page-section .shop-sidebar .range-slider .ui-widget-content .ui-state-default {
	background: #00529F;
}

.shop-page-section .shop-sidebar .range-slider .filter-btn {
	background: #00529F;
}

.shop-page-section .shop-sidebar .range-slider .filter-btn:hover {
	background: #00d1f9;
}

.default-sidebar .sidebar-tags .tags-list li a {
	background: #f3f9ff;
}

.default-sidebar .sidebar-tags .tags-list li a:hover {
	background: #00d1f9;
}

.shop-details .product-details-content .content-box .price {
	color: #00d1f9;
}

.shop-details .product-details-content .addto-cart-box .cart-btn button {
	border: 2px solid #00529F;
}

.shop-details .product-details-content .addto-cart-box .cart-btn button:hover {
	background: #00d1f9;
	border-color: #00d1f9;
}

.shop-details .product-details-content .content-box .list-item li a:hover {
	color: #00d1f9;
}

.shop-details .product-info-tabs .tab-btns li.active-btn,
.shop-details .product-info-tabs .tab-btns li:hover {
	color: #00529F;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input:focus+button,
.sidebar-page-container .blog-sidebar .sidebar-search .form-group button:hover {
	color: #00d1f9;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input:focus {
	border-color: #00d1f9 !important;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .image-box {
	background: #00529F;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5 a:hover {
	color: #00d1f9;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .post-date {
	color: #00529F;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:before {
	color: #00529F;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:hover::before {
	color: #00d1f9;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:hover {
	color: #00529F;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list .image-box {
	background: #00529F;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li {
	color: #00529F;
}

.blog-details-content .inner-box .lower-box .text blockquote:before {
	color: #f3f9ff;
}

.blog-details-content .inner-box .lower-box .text blockquote h5 {
	color: #00529F;
}

.blog-details-content .post-share-option .tags-list li a {
	color: #00529F;
}

.blog-details-content .post-share-option .tags-list li a:hover {
	color: #00d1f9;
}

.blog-details-content .post-share-option .share-box .share-link {
	color: #00529F;
}

.blog-details-content .post-share-option .share-box .share-link i {
	color: #00d1f9;
}

.blog-details-content .post-share-option .share-box .share-link:hover {
	color: #00d1f9;
}

.blog-details-content .post-share-option .share-box .social-links li a:hover {
	color: #00d1f9;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .replay-btn {
	color: #00529F;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .replay-btn:hover {
	color: #00d1f9;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus {
	border-color: #00d1f9 !important;
}

.blog-details-content .comments-form-area .form-group .theme-btn {
	background: #00529F;
}

.contact-section .info-box .info-list li i {
	color: #00d1f9;
	background: #f3f9ff;
}

.contact-section .info-box .info-list li:hover i {
	background: #00d1f9;
}

.contact-section .info-box .info-list li a:hover {
	color: #00d1f9;
}

.contact-section .inner-box .form-inner .form-group input:focus,
.contact-section .inner-box .form-inner .form-group textarea:focus {
	border-color: #00d1f9 !important;
}

.contact-section .inner-box .form-inner .form-group button {
	border: 2px solid #00d1f9;
}

.contact-section .inner-box .form-inner .form-group button:hover {
	background: #00d1f9;
}

@media only screen and (max-width: 5000px) {
	.boxed_wrapper {
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 1599px) {
	.main-header .outer-container .header-upper .upper-left .info-box {
		margin-left: 30px;
	}

	.main-header .outer-container {
		padding: 0 2em;
	}

	.main-header .outer-container .header-upper .upper-right .menu-right-content {
		margin-left: 20px;
	}

	.main-menu .navigation>li {
		margin: 0px 12px;
	}

	.feature-section .inner-content,
	.video-section .lower-content,
	.composition-section .upper-content {
		margin: 0px 0px;
	}

	.composition-section .upper-content {
		margin-bottom: 85px;
	}

	.testimonial-style-two .owl-dots {
		position: relative;
		right: 0px;
		top: 0px;
		transform: translateY(0px);
		margin-top: 40px;
	}

	.testimonial-style-two .owl-theme .owl-dots .owl-dot {
		display: inline-block;
		margin: 0px 10px;
	}
}

@media only screen and (max-width: 1200px) {

	.main-header .outer-container .header-upper .upper-left .info-box,
	.info-section .image-layer {
		display: none;
	}

	.video-style-two #content_block_four .content-box {
		position: relative;
		top: 0px;
		max-width: 100%;
	}

	#video_block_one .video-inner {
		max-width: 100%;
	}

	.main-footer .footer-upper .links-widget {
		margin-left: 60px;
	}

	.main-footer .footer-upper .shediul-widget,
	.main-footer .footer-upper .contact-widget {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 768px) {

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>ul>li>ul {
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}
}

@media only screen and (max-width: 991px) {

	.main-menu,
	.sticky-header {
		display: none !important;
	}

	.menu-area .mobile-nav-toggler {
		display: block;
		/* margin-top: 58px; */
		/* padding: 10px; */
	}

	.main-slider .content-box {
		max-width: 100%;
	}

	.feature-section .feature-block:before {
		display: none;
	}

	.top-title .title-inner .sec-title:before {
		display: none;
	}

	.top-title .title-inner .sec-title {
		text-align: left;
		padding: 0px;
		margin-bottom: 20px;
	}

	.top-title .title-inner,
	.top-title .text-inner {
		float: none;
		display: block;
		width: 100%;
	}

	.sec-title h2:before {
		right: inherit;
		left: 0px;
	}

	.top-title .text-inner .text {
		padding: 0px;
		margin: 0px;
	}

	.video-section .lower-content .image-box {
		margin-bottom: 30px;
	}

	.composition-section .upper-content .single-items {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.composition-section .upper-content .inner-box .single-item .icon-box {
		position: relative;
		top: 0;
	}

	.composition-section .upper-content .inner-box .single-item {
		max-width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 0 !important;
		width: 100%;
		text-align: center;
	}

	.composition-section .upper-content .inner-box .single-item .icon-box:before {
		display: none;
	}

	.composition-section .upper-content .right-column .inner-box .single-item {
		margin-left: 0px;
		padding: 0;
		padding-left: 0;
		text-align: center;
	}

	.composition-section .upper-content .inner-box {
		margin-bottom: 50px;
	}

	.composition-section .upper-content {
		margin-bottom: 0px;
	}

	.composition-section .upper-content .image-box .pattern-bg {
		display: none;
	}

	.news-block-one .inner-box .lower-content .inner {
		padding: 43px 30px 50px 30px;
	}

	.main-footer .footer-upper .footer-widget {
		margin: 0px 0px 30px 0px !important;
	}

	.main-footer .footer-upper {
		padding-bottom: 45px;
	}

	.main-header.style-two .menu-area .mobile-nav-toggler {
		margin-top: 48px;
	}

	.about-section #content_block_three .inner-box {
		margin-left: 0px;
	}

	.fact-counter .counter-block {
		margin: 15px 0px;
	}

	.fact-counter .counter-block:before,
	.filtration-process .single-column:before {
		display: none;
	}

	.filtration-process .single-item {
		max-width: 100%;
		margin: 15px auto;
	}

	.main-footer .footer-top .subscribe-form {
		max-width: 100%;
		float: none;
		display: block;
		margin-bottom: 30px;
	}

	.main-footer .footer-top .footer-social {
		float: none;
		display: block;
	}

	.news-block-one .inner-box .lower-content {
		margin: 0px;
	}

	.news-block-one .inner-box .lower-content .inner {
		margin-top: 0px;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
	}

	.main-header.style-two .header-top .top-left {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.main-header.style-two .header-top .top-right {
		float: none;
		display: block;
		text-align: center;
	}

	.shop-page-section .shop-sidebar {
		padding-right: 0px;
	}

	.shop-details .product-details-content .image-box {
		margin: 0px 0px 30px 0px;
	}

	.sidebar-page-container .blog-sidebar {
		padding-left: 0px;
		margin-top: 40px;
	}

	.contact-section .info-box {
		margin-bottom: 30px;
	}

	.shop-page-section .shop-sidebar {
		margin-bottom: 40px;
	}

	.request-section .inner-box .form-group .submit-box .checkbox {
		float: none;
		display: block;
		margin-bottom: 15px;
	}

	.request-section .inner-box .form-group .submit-box .btn-box {
		float: none;
		display: block;
	}
}

@media only screen and (max-width: 767px) {

	.owl-nav,
	.owl-dots {
		display: none !important;
	}

	.main-slider .content-box {
		padding: 0px;
	}

	.feature-section {
		padding-bottom: 50px;
	}

	.single-shop-block .inner-box {
		padding: 60px 30px;
	}

	.delivery-section,
	.video-section,
	.news-section,
	.team-section,
	.service-section {}

	.top-title {
		margin-bottom: 50px !important;
	}

	.composition-section,
	.info-section,
	.testimonial-section,
	.testimonial-style-two {
		padding: 70px 0px;
	}

	.composition-section .lower-content .single-item {
		width: 50%;
		margin: 15px 0px;
	}

	.composition-section .lower-content .single-item:before {
		display: none;
	}

	.news-block-one {
		margin-bottom: 30px;
	}

	.main-slider.style-two .slide {
		padding: 100px 0px 150px 0px;
	}

	.about-section #content_block_two .content-box {
		margin: 70px 0px 30px 0px;
	}

	.about-section #content_block_three .inner-box {
		margin: 0px;
	}

	.about-section {
		padding-bottom: 100px;
	}

	.fact-counter {
		padding: 55px 0px;
	}

	.filtration-process {
		padding: 70px 0px 55px 0px;
	}

	#video_block_one .video-inner .video-box {
		padding: 160px 0px !important;
	}

	.video-style-two {
		padding-bottom: 70px;
	}

	.team-block-one .inner-box .lower-content .inner {
		padding: 30px 20px;
	}

	.page-title {
		padding: 280px 0px 215px 0px;
	}

	.page-title:before {
		/* bottom: 50px; */
	}

	.feature-section.about-page {
		padding-top: 50px;
	}

	.request-section {
		padding-top: 70px;
	}

	.clients-section.service-page {
		padding-top: 110px;
	}

	.faq-section,
	.shop-page-section {
		padding: 70px 0px 70px 0px;
	}

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

	.shop-details {
		padding: 70px 0px 40px 0px;
	}

	.shop-details .product-info-tabs .tab-btns li {
		margin-bottom: 15px;
	}

	.sec-pad {
		padding: 70px 0px !important;
	}
}

@media only screen and (max-width: 599px) {

	.main-slider h1,
	.page-title .content-box h1 {
		font-size: 45px;
		line-height: 55px;
	}

	.sec-title h1 {
		font-size: 36px;
		line-height: 45px;
	}

	.news-block-one .inner-box .lower-content .inner h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.main-header .outer-container .header-upper .upper-left {
		float: none;
		display: block;
		text-align: center;
	}

	.main-header .outer-container .header-upper .upper-left .logo-box {
		float: none;
	}

	.main-header .outer-container {
		position: relative;
		/* padding-bottom: 30px; */
	}

	.main-slider .slide {
		padding: 175px 0px 0 0px;
	}

	.menu-area .mobile-nav-toggler {
		/* margin-top: 10px; */
	}

	.main-header .outer-container .header-upper .upper-right .menu-right-content {
		margin-top: 0px;
	}

	.main-header .outer-container .header-upper .upper-right {
		width: 100%;
	}

	.main-header .outer-container .header-upper .upper-right {
		justify-content: space-between;
	}

	.main-header .outer-container .header-upper .upper-right .menu-right-content {
		float: right !important;
		margin-left: 0px;
	}

	.info-section .content-box {
		margin-left: 0px;
	}

	.testimonial-style-two .content-inner {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 499px) {
	.main-header .outer-container {
		padding-left: 30px;
		padding-right: 30px;
		background: #fff;
	}

	#content_block_three .inner-box {
		padding: 50px 30px;
	}

	#content_block_four .content-box .inner {
		padding: 50px 30px;
	}

	.main-footer .footer-top .subscribe-form .form-group .theme-btn.style-two {
		padding: 17px 20px;
	}

	.main-footer .footer-top .subscribe-form .form-group input[type='email'] {
		padding-right: 140px;
	}

	.shop-details .product-details-content .content-box {
		margin-left: 0px;
	}

	.shop-details .product-info-tabs .tab-btns li {
		font-size: 20px;
		line-height: 30px;
	}

	.blog-details-content .post-share-option .tags-list {
		float: none;
		display: block;
		margin-bottom: 15px;
	}

	.blog-details-content .post-share-option .share-box {
		float: none;
		display: block;
	}

	.main-header .search-box-outer .dropdown-menu {
		width: 300px;
		right: -80px;
	}
}

@media only screen and (max-width: 399px) {
	.news-block-one .inner-box .lower-content .lower-box .btn-box {
		float: none;
		display: block;
	}

	.news-block-one .inner-box .lower-content .lower-box .share-box {
		float: none;
	}

	.main-header.style-two .header-top .top-left .info-box li {
		display: block;
		margin-right: 0px;
	}

	.composition-section .lower-content .single-item {
		width: 100%;
	}

	.error-section .content-box h1 {
		font-size: 160px;
		line-height: 200px;
	}

	.pagination li {
		margin: 5px;
	}

	.shop-details .item-quantity {
		float: none;
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.item-quantity .input-group,
	.shop-details .product-details-content .addto-cart-box .cart-btn button {
		width: 100%;
	}
}

.meta-views.very-hot svg {
	color: red;
}

.meta-views.hot svg {
	color: orange;
}

.meta-views.warm svg {
	color: royalblue;
}

input.invalid,
textarea.invalid {
	border: 1px solid red !important;
}

span.span_invalid {
	position: absolute;
	z-index: 9;
	right: 30px;
	background: red;
	color: #fff;
	padding: 1px 15px;
	font-size: 11px;
	top: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.gorsenme {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}


/*================================================
8. Testimonial area CSS
=================================================*/

.testimonial-content-slide-box h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 29px;
	line-height: 60px;
	letter-spacing: 0.2px;
}

.testimonial-content-slide-box p {
	font-size: 18px;
	margin-top: 23px;
	margin-bottom: 46px;
}

.testimonial-img-slide-box {
	position: relative;
}

.testimonial-img-slide-box.slick-active img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.testimonial-img-slide-box img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s ease-in;
	transition: all .7s ease-in;
}

.testimonial-img-slide-box i {
	font-size: 100px;
	position: absolute;
	color: #183B56;
	left: 23%;
	bottom: 38px;
}

.testimonial-content-slide-wrap .tst {
	position: absolute;
	color: #183B56;
	border-radius: 50%;
	cursor: pointer;
	font-size: 35px;
	bottom: -89px;
	left: 0;
	z-index: 3;
	-webkit-transition: .3s;
	transition: .3s;
}

.testimonial-content-slide-wrap .tst:hover {
	color: #5A7184;
}

.testimonial-content-slide-wrap .tst.tst-2 {
	margin-left: 62px;
}

.testimonial-area {
	position: relative;
	width: 100%;
}

.testimonial-area .testimonial-area-silder {
	position: relative;
	width: 100%;
}

.testimonial-area .testimonial-area-silder .owl-stage-outer {
	position: relative;
	width: 100%;
	background: #fff;
	transition: all 500ms ease;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.testimonial-area .testimonial-area-silder .testimonial-area-silder-ico {}

.testimonial-area .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	background: transparent;
	border: 1px solid #7f8081;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
}

.testimonial-area .owl-dots .owl-dot span:hover,
.testimonial-area .owl-dots .owl-dot.active span {
	background: #00529F;
	border-color: #00529F;
}

.testimonial-area .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translate(-50%, -50%);
}

.testimonial-area .owl-nav .owl-prev {
	border: 0;
	outline: 0;
	background: transparent;
}

.testimonial-area .owl-nav .owl-next {
	border: 0;
	outline: 0;
	background: transparent;
}

.testimonial-area .owl-nav i {
	font-size: 2rem;
	cursor: pointer;
}

.testimonial-area .testimonial-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

.testimonial-area .testimonial-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	text-align: center;
	margin-bottom: 0.5em;
}

.testimonial-area .testimonial-content-slide-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 3em 5em;
}

.testimonial-area .testimonial-content-slide-box .testimonial-area-name {
	color: #3B3663;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	font-weight: 700;
}

.testimonial-area .testimonial-content-slide-box .testimonial-area-role {
	font-size: .875em;
	color: #696687;
}

.testimonial-area .testimonial-content-slide-box .testimonial-area-quote {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.testimonial-area .testimonial-content-slide-box .testimonial-area-quote i {
	color: #3B3663;
	font-size: 10rem;
	opacity: .1;
	z-index: -1;
	transform: rotate(180deg);
}

.testimonial-area .testimonial-area-images {}

.testimonial-area img {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50px;
}

.testimonial-area img:nth-child(2) {
	top: 15%;
	left: 5%;
	-webkit-animation: up-dn 2.5s alternate linear infinite;
	animation: up-dn 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(3) {
	top: 15%;
	left: 25%;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(4) {
	top: 55%;
	left: 5%;
	-webkit-animation: up-dn 2.5s alternate linear infinite;
	animation: up-dn 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(5) {
	top: 55%;
	left: 25%;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(6) {
	top: 30%;
	right: 15%;
	-webkit-animation: up-dn-cart-time 2s alternate linear infinite;
	animation: up-dn-cart-time 2s alternate linear infinite;
}

.testimonial-area img:nth-child(7) {
	top: 55%;
	right: 25%;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(8) {
	top: 55%;
	right: 5%;
	-webkit-animation: up-dn 2.5s alternate linear infinite;
	animation: up-dn 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(9) {
	top: 15%;
	right: 25%;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(10) {
	top: 15%;
	right: 5%;
	-webkit-animation: up-dn-cart-time 2s alternate linear infinite;
	animation: up-dn-cart-time 2s alternate linear infinite;
}

.testimonial-area img:nth-child(11) {
	top: 30%;
	left: 15%;
	-webkit-animation: up-dn-cart-time 2s alternate linear infinite;
	animation: up-dn-cart-time 2s alternate linear infinite;
}

@-webkit-keyframes up-dn-cart-testimonial {
	0% {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes up-dn-cart-testimonial {
	0% {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

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

	100% {
		transform: rotate(-8deg)
	}
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	margin-bottom: 0;
	position: relative;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #3B3B3B !important;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 15px 20px !important;
	border: 2px solid #00529F;
	background: #fff;
	transition: all 500ms ease;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
	background: #00d1f9;
	border-color: #00d1f9;
	color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	margin-bottom: 0;
	position: relative;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #00d1f9 !important;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 15px 20px !important;
	border: 2px solid #00d1f9;
	background: #fff;
	transition: all 500ms ease;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background: #00d1f9;
	border-color: #00d1f9;
	color: #fff !important;
}

.delivery-info {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1em;
}

.delivery-info h2 {
	position: relative;
	font-size: 48px;
	line-height: 58px;
	color: #00529F;
	font-weight: 700;
}

.delivery-info h2 span {
	color: #00d1f9;
}

.delivery-info p {}

.delivery-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1em;
}

.delivery-info ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	width: 100%;
	gap: 1em;
}

.delivery-info ul li img {
	width: 60px;
}

.delivery-info ul li span {
	font-weight: bold;
}

.delivery-info ul li span::before {
	content: '';
	background-color: red;
	width: 2px;
	height: 3px;
}

.callto-area {
	position: relative;
	width: 100%;
}

.callto-area h2 {
	position: relative;
	font-size: 48px;
	line-height: 58px;
	color: #00529F;
	font-weight: 700;
}

.callto-area h2 span {
	color: #00d1f9;
}

.callto-area p {}

.callto-area p span {
	color: red
}

.callto-area .callto-btn-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1em;
	flex-wrap: wrap;
}

.callto-area .callto-btn-box a {
	position: relative;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	/* text-transform: uppercase; */
	border-radius: 30px;
	text-align: center;
	padding: 15px 40px;
	border: 0;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.callto-area .callto-btn-box a:hover {
	scale: 1.1
}

.callto-area .callto-btn-box a i {
	margin-right: 5px;
	line-height: 1;
}

.callto-area .callto-btn-box a.cd-whatsapp {
	background-color: #128C7E;
}

.callto-area .callto-btn-box a.cd-telegram {
	background-color: #0088cc;
}

.callto-area .callto-btn-box a.cd-phone {
	background-color: #00d1f9;
}

.callto-area .callto-btn-box a.cd-tawk {
	background-color: #cf0db1;
}

.custom-header {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 5em 0 3em 0;
}

.custom-header h2,
.custom-header span {
	color: #fff;
	font-size: 5em;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	line-height: 1.2;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-weight: 500;
	margin: 0px;
	display: flex;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	width: 100%;
	justify-content: center;
	align-items: center;
}

@media (max-width: 992px) {

	.custom-header h2,
	.custom-header span {
		font-size: 3em;
	}
}

.custom-header h2:nth-child(1),
.custom-header span:nth-child(1) {
	color: transparent;
	-webkit-text-stroke: 2px #00d1f9;
}

.custom-header h2:nth-child(2),
.custom-header span:nth-child(2) {
	color: #00d1f9;
	animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

	0%,
	100% {
		clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
	}

	50% {
		clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
	}
}

.custom-cards .drop {
	position: relative;
	box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.1), 25px 35px 20px rgba(0, 0, 0, 0.1), 25px 30px 30px rgba(0, 0, 0, 0.1), inset -20px -20px 25px rgba(255, 255, 255, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem 0;
	padding: 4rem;
	transition: border-radius 0.5s;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

.custom-cards .drop.drop1 {
	border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
	animation: drop1 1.6s infinite alternate ease-in-out;
}

.custom-cards .drop.drop2 {
	border-radius: 46% 51% 49% 54% / 38% 62% 46% 54%;
	animation: drop2 1.6s infinite alternate ease-in-out;
}

.custom-cards .drop.drop3 {
	border-radius: 62% 46% 38% 54% / 46% 54% 51% 49%;
	animation: drop3 1.6s infinite alternate ease-in-out;
}

@keyframes drop1 {
	from {
		border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
	}

	to {
		border-radius: 50%;
	}
}

@keyframes drop2 {
	from {
		border-radius: 46% 51% 49% 54% / 38% 62% 46% 54%;
	}

	to {
		border-radius: 50%;
	}
}

@keyframes drop3 {
	from {
		border-radius: 62% 46% 38% 54% / 46% 54% 51% 49%;
	}

	to {
		border-radius: 50%;
	}
}


.custom-cards .drop::before {
	content: "";
	position: absolute;
	top: 50px;
	left: 75px;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.7;
}

.custom-cards .drop::after {
	content: "";
	position: absolute;
	top: 90px;
	left: 100px;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.7;
}

.custom-cards .read-btn {
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	font-family: inherit;
	color: inherit;
	font-weight: 600;
	padding: 0.5rem;
	cursor: pointer;
}

.process-area {
	position: relative;
	width: 100%;
}

.callto-area p {
	text-align: center;
}

@media(max-width: 992px) {
	.callto-area p {
		margin-bottom: 3em;
	}

	.testimonial-area img {
		display: none;
	}
}

.single-shop-block .image-box {
	width: 100%;
	min-height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 0;
	border-radius: 5px;
}

.news-block-one .inner-box .image-box {
	width: 100%;
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 0;
	border-radius: 0;
}

.footer-column {
	position: relative;
	margin-bottom: 1em;
}

@media(max-width: 992px) {

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		overflow: hidden;
	}

	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		gap: 1em;
	}

	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text+.button {
		width: 100%;
	}

	input#coupon_code {
		margin-right: 0;
	}

	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text,
	.woocommerce input {
		width: 100%;
	}

	td.product-quantity .quantity {
		float: right;
	}

	.wc-section .title-text {
		margin-bottom: 0;
	}

	.woocommerce form.checkout_coupon,
	.woocommerce form.login,
	.woocommerce form.register {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		position: relative;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
	}

	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
		width: 100%;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.main-header .outer-container .header-upper .upper-left {
		justify-content: flex-start;
	}
}

@media (max-width: 991px) {
	.main-header .outer-container {
		padding: 2em 2em;
	}

	.main-slider h1,
	.main-slider h2 {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.main-slider .active .text {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.main-slider .btn-box .theme-btn {
		font-size: 15px;
		padding: 10px 30px;
	}

	.main-slider .content-box .content-box-info {
		padding: 1em;
	}
}

.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}