@font-face {
	font-family: omnes-pro;
	src: url(https://use.typekit.net/af/682cfa/000000000000000077359c3a/30/l?subset_id=2&fvd=n3&v=3) format("woff2"),
		url(https://use.typekit.net/af/682cfa/000000000000000077359c3a/30/d?subset_id=2&fvd=n3&v=3) format("woff"),
		url(https://use.typekit.net/af/682cfa/000000000000000077359c3a/30/a?subset_id=2&fvd=n3&v=3) format("opentype");
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	font-display: auto;
}

@font-face {
	font-family: omnes-pro;
	src: url(https://use.typekit.net/af/b6e4b0/000000000000000077359c3e/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
		url(https://use.typekit.net/af/b6e4b0/000000000000000077359c3e/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
		url(https://use.typekit.net/af/b6e4b0/000000000000000077359c3e/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: auto;
}

@font-face {
	font-family: omnes-pro;
	src: url(https://use.typekit.net/af/046cb1/000000000000000077359c1e/30/l?subset_id=2&fvd=i3&v=3) format("woff2"),
		url(https://use.typekit.net/af/046cb1/000000000000000077359c1e/30/d?subset_id=2&fvd=i3&v=3) format("woff"),
		url(https://use.typekit.net/af/046cb1/000000000000000077359c1e/30/a?subset_id=2&fvd=i3&v=3) format("opentype");
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	font-display: auto;
}

@font-face {
	font-family: omnes-pro;
	src: url(https://use.typekit.net/af/228d07/000000000000000077359c44/30/l?subset_id=2&fvd=i7&v=3) format("woff2"),
		url(https://use.typekit.net/af/228d07/000000000000000077359c44/30/d?subset_id=2&fvd=i7&v=3) format("woff"),
		url(https://use.typekit.net/af/228d07/000000000000000077359c44/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
	font-display: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: josefin sans, sans-serif;
	text-transform: capitalize;

}

li {
	list-style: disc;
	position: relative;
	z-index: 1;
	font-size: 15px;
	margin-left: 15px;
}

.dark p {
	color: #000;
}

.container-preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-preloader .animation-preloader {
	position: relative;
	z-index: 9;
}

/*.container-preloader .animation-preloader .triangle {
	stroke-dasharray: 17;
	animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

@keyframes dash {
	to {
		stroke-dashoffset: 136;
	}
}*/

.x-shape {
	fill: none;
	stroke: #27aae1;
	stroke-width: 2;
	stroke-dasharray: 0;
	stroke-dashoffset: 100;
	animation: dash 4s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

@keyframes dash {
	0% {
		stroke-dasharray: 0, 100;
		stroke-dashoffset: 0;
	}

	25% {
		stroke-dasharray: 100, 0;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 0, 100;
		stroke-dashoffset: 100;
	}

	75% {
		stroke-dasharray: 100, 0;
		stroke-dashoffset: 100;
	}

	100% {
		stroke-dasharray: 0, 100;
		stroke-dashoffset: 100;
	}
}

/*.container-preloader .animation-preloader .spinner {
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	height: 5em;
	width: 5em;
	border: 6px solid #fff;
	border-top-color: #27aae1;
	margin: 0 auto 1.5em auto;
}*/

.container-preloader .animation-preloader .txt-loading {
	font: bold 3em "Montserrat", sans-serif;
	text-align: center;
	user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters {
	position: relative;
	color: #fff;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
	color: #fff;
	content: attr(data-text);
	animation: characters 5s infinite;
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
	animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
	animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
	animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
	animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
	animation-delay: 1s;
}

.container-preloader .loader-section {
	background-color: #000;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
	left: 0;
}

.container-preloader .loader-section.section-right {
	right: 0;
}

.loaded .animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
	transform: translateX(-101%);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
	transform: translateX(101%);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/*@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}*/

@keyframes characters {

	0%,
	75%,
	100% {
		opacity: 0;
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

@media only screen and (max-width: 767px) {
	/*.container-preloader .animation-preloader .spinner {
		margin: 0 auto 0.2em auto;
	}*/

	.container-preloader .animation-preloader .txt-loading .characters {
		font-size: 50px;
	}
}

.swiper-button-prev,
.swiper-button-next {

	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #212121;
	color: #212121;
	border-radius: 100%;
	transition: all .8s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #212121;
	border: 1px solid #212121;
	color: #fff;
}


.header__logo-2 a img {
	width: 150px;
}

.dark .header__area-3.sticky-3 .header__logo-2 a img {
	width: 150px;
}

.header__inner-3 {
	position: relative;
	padding: 0px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.menu-area {
	background: #212121;
}

.dark .header__inner-3.header__area-3.sticky-3 {
	position: fixed;
	padding: 5px 50px;
	background-color: rgb(255 255 255);
	border-color: rgb(44 44 44 / 13%);
}

.main-menu-3>li>a {
	transition: .9s;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1.5px;
}

.slider_text {
	font-size: 22px !important;
	text-transform: capitalize;
	letter-spacing: 1px !important;
}

.search-trigger {
	cursor: pointer;
}

.main-menu-3>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	width: 30px;
	height: 2px;
	bottom: 2px;
	background: #212529;
	animation-fill-mode: forwards;
	opacity: 0;
}

.main-menu-3>li>a:hover:before {
	animation-name: cta-in;
	animation-duration: 0.6s;
	animation-timing-function: cubic-bezier(1, 0, 0, 1);
	animation-fill-mode: forwards;
	opacity: 1;
}


.main-menu-3>li>a.active:before {
	width: 100%;
	opacity: 1;
}

.main-menu-3>li>a:hover .menu-text {}

@keyframes cta-in {
	0% {
		width: 0px;
		left: 0;
		right: auto;
	}

	49% {
		width: 100%;
		left: 0;
		right: auto;
	}

	50% {
		width: 100%;
		left: auto;
		right: 0;
	}

	100% {
		width: 0px;
		left: auto;
		right: 0;
	}
}

.main-menu-3>li>.mega-menu {
	/*transition: all 0.32s ease-in-out;
     transform: translate3d(0, -100%, 0);
     z-index: -1;
     */
	padding: 22px 50px 30px;
	display: unset;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	border-top: 1px solid rgb(23 23 23 / 15%);
	z-index: -1;
	border-bottom: 1px solid rgb(23 23 23 / 15%);
}

.main-menu-3>li:hover .mega-menu {
	top: 44px;
	/*transform: translate3d(0, 0, 0);
     */
}

.main-menu-3>li>.mega-menu {
	grid-template-columns: repeat(4, 1fr);
}

.main-menu-3>li>.mega-menu>li>a {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: unset;
}

.main-menu-3>li>.mega-menu>li>a:hover {
	color: #27aae1 !important;
	letter-spacing: unset;
}

.main-menu-3>li.has-megamenu>a:after {
	content: '>';
	position: absolute;
	top: 10px;
	right: -14px;
	rotate: 90deg;
	transition: all 0.3s;
}

.main-menu-3>li.has-megamenu:hover>a:after {
	rotate: -90deg;
	color: #000;
}

.main-menu-3>li>.mega-menu li a {
	color: var(--white) !important;
}

.main-menu-3>li>.mega-menu li a {
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: unset;
	padding-left: 0;
	padding-right: 0;
}

.underline__hover:after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 5px;
	left: 0;
	background-color: currentcolor;
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.max-w-100 {
	max-width: 100%;
}

.underline__hover:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.main-menu-3>li>.mega-menu li a img {
	width: auto;
	height: 30px;
	position: relative;
	margin-right: 15px;
}

.main-menu-3>li>.mega-menu ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 13px;
}

.main-menu-3>li.has-megamenu>.mega-menu:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease-in-out 0.3s;
}

.main-menu-3>li.has-megamenu>.mega-menu:before {
	height: 100% !important;
}

.main-menu-3>li>.mega-menu li:hover a {}

.hero__area-2 {
	height: 90vh;
	min-height: 500px;
	background-image: url(../img/icons/lines.png);
}

.hero__area-2 .home_swiper {
	height: 100%;
}

.hero__area-2 .home_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.hero__area-2 .home_swiper .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(26 26 26 / 29%);
}

.search-canvas-popup {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	padding: 0 !important;
	-webkit-backface-visibility: hidden;
	visibility: hidden
}

.minisearch-popup .search-label {
	color: #000;
	font-weight: 600;
	margin-bottom: 40px;
	display: block;
	font-size: 35px;
}

.no-search-result a,
.search-results-wrapper .details {
	color: var(--dark-color);
	display: inline-block;
	font-weight: var(--font-weight-500);
	line-height: normal
}

.minisearch-popup .search-form-wrapper button {
	color: var(--search-icon-color);
	font-weight: var(--font-weight-600);
	border: none;
	background-color: transparent;
	padding: 0 10px;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center
}

.minisearch-popup .search-close {
	font-size: 0;
	color: var(--dark-color);
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	z-index: 1046;
	opacity: 1;
	right: 15px;
	top: 15px;
	cursor: pointer;
	webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-align: center
}

.minisearch-popup .search-form-wrapper input[type=text] {
	margin-bottom: 0;
	border: 1px solid #232323;
	padding: 13px 38px 13px 30px;
	font-size: var(--font_size_plus2);
	color: var(--search-input-text-color);
	background-color: var(--search-input-bg-color);
	border-radius: 60px;
	width: 100%;
	font-size: 15px;
}

.minisearch-popup .search-form-wrapper button {
	right: 10px
}

.search-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: var(--dark-color);
	opacity: 0;
	transition: 1s cubic-bezier(.19, 1, .22, 1)
}

.active-search .search-overlay {
	opacity: .7;
	visibility: visible
}

body.active-search #shopify-section-mini-header {
	z-index: 98
}

.minisearch-popup .search-form-wrapper input[type=text]::-webkit-input-placeholder {
	color: var(--search-input-placeholder-color)
}

.minisearch-popup .search-form-wrapper input[type=text]::-moz-placeholder {
	color: var(--search-input-placeholder-color)
}

.minisearch-popup .search-form-wrapper input[type=text]:-ms-input-placeholder {
	color: var(--search-input-placeholder-color)
}

.minisearch-popup .mfp-close,
.minisearch-popup .mfp-close:before {
	color: var(--search-close-icon-color)
}

.mfp-bg,
.mfp-fade.mfp-bg.mfp-ready {
	background-color: var(--dark-color);
	opacity: .7
}

.search-result {
	margin-bottom: 30px;
	overflow: hidden;
	flex-wrap: nowrap
}

.search-result .no-result {
	width: 100%;
	margin-top: 20px;
	color: var(--dark-color)
}

.search-results-wrapper {
	padding: 30px 100px 0
}

.search-results-wrapper .details {
	width: 100%;
	padding: 20px 0 0;
	text-align: center
}

.search-results-wrapper img {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 6px
}

.search-results-wrapper .details span {
	font-size: var(--font_size_minus1);
	line-height: var(--font_size_plus5);
	color: grey;
	font-weight: var(--font-weight-400);
	margin-top: 5px
}

.search-results-wrapper .quick-search {
	padding-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}

.search-results-wrapper .quick-search .quick-search-title,
.wrapper-brands .brands-list-code li.disable a {
	color: #848484;
	font-weight: 600;
}

.search-results-wrapper .quick-search-list {
	color: #000;
	font-weight: 600;
	margin-left: 10px;
}

.minisearch-popup .search-popup-inner {
	width: 45%;
}

.minisearch-popup .search-popup-wrap {
	padding: 80px 0;
	background-color: #fff;
	position: relative;
	z-index: 1043;
	max-height: calc(100vh - 56px);
	overflow: hidden;
	overflow-y: auto;
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), visibility 1s cubic-bezier(.19, 1, .22, 1);
	transform: translateY(-100%);
	visibility: hidden
}

.active-search .minisearch-popup .search-popup-wrap,
.active-search .search-canvas-popup {
	visibility: visible;
	transform: translateY(0)
}

.hero__area-2 .home_swiper .swiper-slide .silder-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero__area-2 .swiper-pagination {
	line-height: 40px;
	color: #fff;
	transition: all 0.8s;
}

.hero__area-2 .swiper-pagination-bullet {
	position: relative;
	background: #0d0d0d;
	border-radius: 0;
	margin: auto 5px 70px !important;
	vertical-align: middle;
	width: 20%;
	height: 4px;
	opacity: 0.5;
	transition: all 0.8s;
	/* line-height:1.5; */
}

.hero__area-2 .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0d0d0d;
	color: #fff;
	line-height: 50px;
	z-index: 1;
	white-space: nowrap;
}

.hero__area-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 4px;
	opacity: 1;
}

.hero__area-2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	animation: countingBar 4s ease-in 1 alternate forwards;
	background: #27aae1;
}

@keyframes countingBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.hero__area-2 .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0px;
	display: block;
	transition: ease-in-out 0.3s;
	background: var(--background-image) no-repeat center center;
	background-size: cover !important;
}

.hero__area-2 .swiper-pagination-bullet:hover:after {
	height: 250px;
}

.hero__area-2 .hero2-shape {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 15%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero__area-2 .sec-title-3 {
	font-size: 65px;
}

.hero__area-2 .sec-title-3.home_title {
	font-size: 100px;
}

.hero__area-2 .sec-title-wrapper .bg-shape {
	background-image: unset;
}

.hero__text-2 {
	background-image: unset;
}

.hero__text-2 p {
	max-width: 600px;
}


.hero__text-2 .wc-btn-pink {
	color: #fff;
	border-color: #fff;
}

.hero__text-2 .wc-btn-pink:hover {
	color: #000;
	border-color: #27aae1;
}

.hero__text-2 .wc-btn-pink span {
	background-color: #27aae1;
}

.animate-text {
	overflow: hidden;
	display: inline-flex;
}

.animate-text span {
	display: none;
}

.animate-text span.text-in {
	display: block;
	animation: textIn .5s ease;
}

.animate-text span.text-out {
	animation: textOut 1s ease;
}

@keyframes textIn {
	0% {
		transform: translateY(100%);
	}

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

@keyframes textOut {
	0% {
		transform: translateY(0%);
	}

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

.about_area .container {
	max-width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.product-card .pc__img-wrapper {
	/* background: #f5f5f5; */
	border: 0px solid #dbd8d8;
	/* padding: 5px; */
}

.sec-subtile-2 {
	font-size: 15px;
}

.about_area .sec-title {
	font-size: 70px;
}

/*.about_area p {
	font-size: 24px;
}*/

.item-product-cat-content .item-image img {
	width: 100%;
	transition: opacity 1s ease 0s, transform 1s ease 0s;

}

.item-product-cat-content .item-image {
	overflow: hidden;

}

.item-product-cat-content:hover .item-image img {
	transform: scale3d(1.1, 1.1, 1);
}

.item-product-cat-content .product-cat-content-info .item-title a {
	font-size: 15px;
	font-family: josefin sans, sans-serif;
	text-transform: capitalize;
}

.item-product-cat-content .product-cat-content-info .item-title1 a {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-top: 30px;
	display: block;

}

.item-product-cat-content .product-cat-content-info .item-title1 {
	line-height: 1 !important;
	margin-bottom: 15px;
}

.item-product-cat-content .product-cat-content-info .item-title a:before {
	position: absolute;
	content: "";
	width: 0;
	height: .75pt;
	background: #000;
	bottom: 0;
	transition: all .3s ease;
}

.item-product-cat-content:hover .product-cat-content-info .item-title a:before {
	width: 100%;
}

.footer-middle {
	border-top: 1px solid #dad6d6
}

.footer-middle .widget ul li {
	font-size: 14px;
	margin-bottom: 10px;
}

.footer-middle .widget .widget-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 13px;
	font-family: josefin sans, sans-serif;
}

.footer-middle .widget .underline__hover:after {
	bottom: -4px;
}

.footer-middle .social-icons a {
	font-size: 18px;
	margin: 0 5px;
}

.footer-bottom {
	border-top: 1px solid #cccbcb;
	padding: 8px 0;
	background: #f6f6f6;
}

.footer-bottom figure {
	margin-bottom: 0;
}

.services_area .item-box {
	padding: 0px 0px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 15px;
	margin-bottom: 1.5rem;
}

.services_area .swiper-arrow-control {
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
}

.services_area .swiper-button-next {
	margin-left: 30px !important;
}

.woocomerce__feature-categorytitle {
	color: #ffffff;
	background: rgb(0 0 0 / 30%);
}

.woocomerce__feature-producttitle {
	color: #fff;
}

.woocomerce__feature-newprice {
	color: #fff;
}

.woocomerce__feature-oldprice {
	color: #fff;
}

.top_bar {
	background-color: #212121;
	color: #fff;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
	padding: 5px 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 9;
}

.top_bar .main_menu_4 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top_bar .main-menu-4 li a {
	padding: unset !important;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: unset;
}

.scene {
	position: absolute !important;
	z-index: 9;
}

.scene.shap_1 {
	top: 60%;
	left: 10%;
}

.scene.shap_2 {
	top: 80%;
	left: 25%;
}

.scene.shap_2 img {
	width: 30px !important;
}

.scene.shap_3 {
	top: 20%;
	right: 30%;
}

.scene.shap_4 {
	top: 80%;
	right: 10%;
}

.scene.shap_5 {
	top: 20%;
	left: 40%;
}

.scene img {
	width: 25px !important;
}

.contact_area {
	position: relative;
}

.contact_area input,
.contact_area textarea {
	color: #fff;
	border-color: #ffffff !important;
}

.contact_area input:hover,
.contact_area textarea:hover {
	color: #fff;
	border-color: #27aae1 !important;
}

.cover_bg {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: bottom center !important;
}

.footer_area {
	position: relative;
}

.footer_area>* {
	position: relative;
	z-index: 1;
}

.footer_area:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.footer_area .footer__btm-6 {
	border-color: #fff;
}

.footer_area .footer__link-6 li a {
	color: #fff;
}

.footer_area .footer__item-6 p {
	color: #fff;
}

.footer_area .footer__social-6 li a {
	color: #fff;
}

.footer_area .footer__info-6 li {
	color: #fff;
}

.footer_area .footer__info-6 li a {
	color: #fff;
}

.footer_area p {
	color: #fff;
}

.footer_area a:hover {
	color: #27aae1 !important;
}

.btn-item {
	color: #fff !important;
	border-color: #fff !important;
}

.btn-item:hover {
	color: #000;
	border-color: #27aae1;
}

.btn-item span {
	background-color: #27aae1;
}

.sec-title-wrapper h6 {
	color: #fff;
	font-weight: normal;
	font-family: josefin sans, sans-serif;
}

.sec-title-wrapper h6>b {
	color: #27aae1;
}

.scroll-top {
	background: transparent;
	border: 1px solid #fff;
}

.scroll-top:hover {
	background: #27aae1;
	border: 1px solid #27aae1;
}

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

@-webkit-keyframes wcLoading {
	0% {
		transform: scaleY(0.1);
		background: #fff;
	}

	50% {
		transform: scaleY(1);
		background: #27aae1;
	}

	100% {
		transform: scaleY(0.1);
		background: transparent;
	}
}

@keyframes wcLoading {
	0% {
		transform: scaleY(0.1);
		background: #fff;
	}

	50% {
		transform: scaleY(1);
		background: #27aae1;
	}

	100% {
		transform: scaleY(0.1);
		background: transparent;
	}
}

.fancy_box_area {
	position: relative;
	overflow: hidden;
}

.fancy_box_area .fancy_box_item {
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.fancy_box_area .fancy_box_item:last-child {
	border-right: unset;
}

.fancy_box_area .fancy_box_item .bg_banner_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transform: scale(0.99);
	transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.fancy_box_area .fancy_box_item.active .bg_banner_image,
.fancy_box_area .fancy_box_item:hover .bg_banner_image {
	opacity: 1;
	transform: scale(1.05);
}

.fancy_box_area .fancy_box_item .bg_banner_image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
}

.fancy_box_area .fancy_box_item.active .bg_banner_image:before,
.fancy_box_area .fancy_box_item:hover .bg_banner_image:before {
	opacity: 1;
}

.fancy_box_area .fancy_box_item .fancy_text_box {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px;
}

.fancy_box_area .fancy_box_item .fancy_text_box .icon {
	margin-bottom: 30px;
}

.fancy_box_area .fancy_box_item .fancy_text_box .icon img {
	width: auto;
	height: 80px;
}

.fancy_box_area .fancy_box_item .fancy_text_box h3 {
	color: #fff;
	margin-bottom: 30px;
}

.fancy_box_area .fancy_box_item .fancy_text_box .fancy_text_box_overlay {
	max-height: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.fancy_box_area .fancy_box_item.active .fancy_text_box_overlay,
.fancy_box_area .fancy_box_item:hover .fancy_text_box_overlay {
	opacity: 1;
	max-height: 300px;
}

.fancy_box_area .fancy_box_item .fancy_text_box .fancy_text_box_overlay p {
	color: #fff;
	margin-bottom: 30px;
}

.fancy_text_box {
	backdrop-filter: blur(10px);
}

.fancy_box_item.active .fancy_text_box,
.fancy_box_item:hover .fancy_text_box {
	backdrop-filter: blur(0px);
}

.duration__area {
	background-color: #171717;
}

.duration__top {
	text-align: center;
	padding-bottom: 60px;
}

.duration__btm {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 100px;
	align-items: flex-start;
}

.duration__btm h3 {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 25px;
}

.duration__btm p {
	color: #fff;
	line-height: 1.4;
}

.duration__btm .duration {
	width: 335px;
	padding: 110px 40px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	background: rgba(75, 75, 75, 0.2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.duration__btm .duration:nth-child(1) {
	margin-top: 120px;
	transform: rotate(-20deg) translate(45px, 0);
}

.duration__btm .duration:nth-child(2) {
	margin-top: 270px;
	transform: rotate(-30deg) translate(40px, 0);
}

.duration__btm .duration:nth-child(3) {
	transform: rotate(15deg) translate(-100px, 0);
}

.duration__btm .duration:nth-child(4) {
	margin-top: 130px;
	transform: rotate(-20deg) translate(-90px, 0);
}

.map_address {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map_address .pointer_block {
	position: absolute;
	left: 18%;
	top: 40%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9;
}

.map_address .pointer_block .point {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #27aae1;
	box-shadow: 0 0 0 0 #27aae1;
	animation: ripple 3s infinite;
	transition: .5s;
}

.map_address .pointer_block:hover .point {
	border-color: #27aae1;
}

.map_address .pointer_block .point:after {
	position: absolute;
	content: '';
	left: 9px;
	top: 9px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #27aae1;
	transition: .5s;
}

.map_address .pointer_block .point:before {
	position: absolute;
	content: '';
	left: 2px;
	top: 2px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #fff;
	transition: .5s;
}

.map_address .pointer_block:hover .point:before {
	background-color: #27aae1;
}

.map_address .pointer_block:hover .point:after {
	background-color: #fff;
}

.map_address .pointer_block:nth-child(1) .point:before,
.map_address .pointer_block:nth-child(3) .point:before {
	animation-delay: .7s;
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

.map_address .pointer_block .content {
	opacity: 0;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 430px;
	padding: 33px 50px;
	padding-left: 55px;
	bottom: 30px;
	left: -100px;
	transition: 1s;
	transform: translateY(-110%);
	background-color: #fff;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
	pointer-events: none;
	z-index: 999;
}

.map_address .pointer_block .content:before {
	position: absolute;
	content: '';
	left: 94px;
	bottom: -38px;
	border: 20px solid transparent;
	border-top-color: #fff;
	overflow: hidden;
	z-index: 999
}

.map_address .pointer_block:hover .content {
	opacity: 1;
	transform: translateY(-100%);
}

.map_address .pointer_block .content h4 {
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.map_address .pointer_block .content p {
	position: relative;
	font-size: 14px;
	color: #000;
}

.pointer_block.pointer_block_1 {
	left: 42%;
	top: 30%;
}

.pointer_block.pointer_block_2 {
	left: auto;
	right: 30%;
	top: 50%;
}

.section_image {
	position: relative;
}

.section_image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}

.brdcrmb {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}

.img-res {

	max-width: 100%;
}

.banner-cat .banner-title {
	margin-bottom: .1rem;
	margin-top: 0
}

.banner-cat .banner-subtitle {
	margin-bottom: 1.6rem
}

.banner-content-overlay {
	overflow: hidden;
	padding: 0.8rem 2rem .7rem;
	background-color: rgba(0, 0, 0, 0.9);
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	transform: translateY(0);
	-ms-transform: translateY(0);
	transition: all .3s ease
}

.banner-content-overlay .banner-subtitle {
	margin-bottom: .9rem
}

.banner-content-overlay .banner-link {
	opacity: 0;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	transition: all .3s ease;
	transform: translateY(30px);
	-ms-transform: translateY(30px)
}

.banner:hover .banner-content-overlay {
	padding-bottom: 3.7rem;
	background-color: #000
}

.banner:hover .banner-content-overlay .banner-link {
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0)
}

.banner-content-static {
	overflow: hidden;
	display: block;
	width: 100%;
	margin-top: 0;
	padding: 1.2rem 2rem;
	background-color: #fff;
	position: static;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	transform: translateY(0);
	-ms-transform: translateY(0);
	transition: all .3s ease
}

.banner-content-static .banner-subtitle {
	transition: all .25s ease;
	margin-bottom: .9rem
}

.banner-content-static .banner-link {
	opacity: 0;
	position: absolute;
	bottom: 19px;
	left: 0;
	right: 0;
	transition: all .3s ease;
	transform: translateY(30px);
	-ms-transform: translateY(30px)
}

.banner:hover .banner-content-static {
	background-color: #fff
}

.banner:hover .banner-content-static .banner-subtitle {
	opacity: 0
}

.banner:hover .banner-content-static .banner-link {
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0)
}

.banner-content.banner-content-top {
	top: 105px
}

.banner-content.banner-content-bottom {
	top: auto;
	bottom: 60px;
	transform: translateY(0);
	-ms-transform: translateY(0)
}

.banner-content.banner-content-right {
	left: auto;
	right: 30px
}

.banner-link-anim .banner-content {
	transition: all .3s ease
}

.banner-link-anim .banner-subtitle {
	margin-bottom: 0
}

.banner-display img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.banner-display:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.banner-display {
	overflow: hidden;
}

.banner-link-anim .banner-link {
	opacity: 0;
	position: absolute;
	bottom: -25px;
	left: 0;
	min-width: 130px;
	padding-left: .5rem;
	padding-right: .5rem;
	transition: all .3s ease;
	transform: translateY(-20px);
	-ms-transform: translateY(-20px)
}

.banner-link-anim .banner-content-center .banner-link {
	left: 50%;
	transform: translateY(-20px) translateX(-50%);
	-ms-transform: translateY(-20px) translateX(-50%)
}

.banner-link-anim:hover .banner-content {
	padding-bottom: 4rem
}

.banner-link-anim:hover .banner-link {
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0)
}

.banner-link-anim:hover .banner-content-center .banner-link {
	transform: translateY(10%) translateX(-50%);
	-ms-transform: translateY(10%) translateX(-50%)
}

.banner-badge .banner-link {
	font-size: 1.7rem;
	display: inline-block;
	background-color: #fff;
	padding: 1.2rem 2rem;
	text-align: center;
	min-width: 170px;
	border-radius: .2rem;
	position: absolute;
	top: auto;
	bottom: 3.2rem;
	right: auto;
	left: 50%;
	transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	overflow: hidden
}

.banner-badge .banner-title,
.banner-badge .banner-subtitle {
	transition: all .3s ease
}

.banner-badge .banner-subtitle {
	margin-bottom: 0
}

.banner-badge .banner-link-text {
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	transition: all .3s ease;
	transform: translateY(100%);
	-webkit-transform: translateY(100%)
}

.banner-badge .banner-link:hover,
.banner-badge .banner-link:focus {
	text-decoration: none
}

.banner-badge .banner-link:hover .banner-title,
.banner-badge .banner-link:hover .banner-subtitle,
.banner-badge .banner-link:focus .banner-title,
.banner-badge .banner-link:focus .banner-subtitle {
	opacity: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%)
}

.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
	opacity: 1;
	background-color: #000;
	transform: translateY(0);
	-webkit-transform: translateY(0)
}

.pa-t-b50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.brdcrmb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.services_header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background-color: #121212;
	border-bottom: 1px solid #2c2c2c;
}

.services_header ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	display: block;
	text-align: center;
	text-transform: capitalize;
}

.services_header ul li.active a,
.services_header ul li a:hover {
	color: #27aae1;
	border-bottom: 3px solid #27aae1;
}

.features_area .feature__list {
	-ms-grid-columns: 1fr 1fr 1fr !important;
	grid-template-columns: 1fr 1fr 1fr !important;
	grid-gap: 75px;
}

.values_area .service__item {
	-ms-grid-columns: 1fr 1.5fr 3.5fr;
	grid-template-columns: 1fr 1.5fr 3.5fr;
}

.values_area .service__text {
	max-width: 100%;
}

.values_area .service__img.active {
	opacity: 1;
	-webkit-transform: rotate(0deg) translateX(0) translateY(0);
	transform: rotate(0deg) translateX(0) translateY(0);
}

.values_area .service__img-wrapper span {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(18, 18, 18, 0.8);
	border-bottom: 1px solid #2c2c2c;
	color: #fff;
}

.values_area .service__img {
	width: 100%;
	min-height: 400px;
}

.careers_area h4 {
	margin-bottom: 15px;
}

.careers_area p {
	margin-bottom: 15px;
}

.careers_area p:last-child {
	margin-bottom: unset;
}

.careers_area p>i {
	color: #fff;
}

.portfolio_area {
	position: relative;
}

.portfolio_area .portfolio_inner {
	position: relative;
	display: flex;
	align-items: center;
	background-position: center center;
	background-size: cover;
	border-radius: 250px;
	height: calc(100vh - 80px);
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -100px;
}

.portfolio_area .portfolio_inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.touch-btn {
	padding: 10px 20px;
	width: 185px;
	font-size: 20px;
	color: #fff;
	justify-content: center;
}

.rot60 {
	transform: rotate(60deg);
	transition: all .4s;
}

.touch-btn {
	border: 1px solid #fff;
	padding: 15px 24px;
	position: relative;
	z-index: 1;
	font-weight: 500
}

.touch-btn:hover {
	border-color: #000;
}

.touch-btn span i {
	color: #fff
}

.touch-btn:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: -1;
	transition: all .5s;
	opacity: 0
}

.touch-btn:hover {
	color: #fff !important
}

.touch-btn:hover:before {
	width: 100%;
	height: 100%;
	opacity: 1
}

.touch-btn:hover i,
.touch-btn:hover span {
	color: #fff
}

@media (max-width: 1600px) {
	.touch-btn {
		padding: 10px 20px
	}
}

@media (max-width: 1199px) {
	.touch-btn {
		padding: 9px 14px
	}
}

.product-card {
	position: relative;
	overflow: hidden;
}

.product-card .hover-container::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease;
	background-color: rgba(234, 234, 234, 0.9);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.product-card:hover .pc__img-next,
.product-card:hover .pc__img-prev,
.product-card:hover .pc__img-second {
	opacity: 1;
}

.product-card:hover .hover-container::before {
	opacity: 1;
	visibility: visible;
}

.anim_appear-fade {
	transition: all 0.2s ease;
	font-size: 0.875rem;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.product-card:hover .anim_appear-fade {
	opacity: 1;
	visibility: visible;
}

.anim_appear-bottom {
	bottom: -0.625rem;
	transition: all 0.2s ease;
	font-size: 0.875rem;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.product-card:hover .anim_appear-bottom {
	bottom: 0.625rem;
	opacity: 1;
	visibility: visible;
	width: 90%;
}

.anim_appear-right {
	right: -0.625rem;
	transition: all 0.2s ease;
	font-size: 0.875rem;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.product-card:hover .anim_appear-right {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.pc__img {
	width: 100%
}

.pc__img-wrapper {}

.pc__atc {
	display: inline-block;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	/* text-align: center; */
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: #000;
	border: 1px solid transparent;
	padding: 0.375rem 3.125rem;
	font-size: 0.875rem;
	border-radius: 0;
	transition: all 0.15s ease-in-out;
	font-size: 14px;
	padding-top: 0.703125rem;
	padding-bottom: 0.703125rem;
	white-space: nowrap;
}

.pc__atc_white {
	display: inline-block;
	font-weight: 600;
	line-height: 1.5;
	color: #000;
	/* text-align: center; */
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: #fff;
	border: 1px solid transparent;
	padding: 0.375rem 3.125rem;
	font-size: 0.875rem;
	border-radius: 0;
	transition: all 0.15s ease-in-out;
	font-size: 14px;
	padding-top: 0.703125rem;
	padding-bottom: 0.703125rem;
	white-space: nowrap;
}

.addtocart {
	display: flex;
	justify-content: center;
}

.pc__atc:hover {
	filter: brightness(0.95);
}

@media (max-width: 767.98px) {
	.pc__atc {
		padding-top: .625rem;
		padding-bottom: .375rem;
		font-size: .75rem;
	}
}

.pc__swatch-color {
	display: block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .375rem;
	margin-bottom: .375rem;
	border-radius: 50%;
}

.pc__swatch-color:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.625rem;
	height: 0.625rem;
	margin-top: -0.3125rem;
	margin-left: -0.3125rem;
	border-radius: 100%;
	background-color: currentColor;
	color: inherit;
	content: '';
}

.product-card:hover .anim_appear-bottom {
	bottom: 0.625rem;
	opacity: 1;
	visibility: visible;

}

.anim_appear-bottom:hover {

	background: #000;
	color: #fff;
}

.pc__swatch-color.swatch_active {
	border: 2px solid #141F46;
}

.pc__img-wrapper .pc__btn-wl {
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	padding: 0.625rem .5rem 0.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.pc__img-wrapper .pc__btn-wl .flaticon-heart {
	line-height: 1;
}

@media (min-width: 768px) {
	.pc__img-wrapper .pc__btn-wl {
		top: 1.25rem;
		right: 1.25rem;
		width: 2.5rem;
		height: 2.5rem;
		padding: 0.8125rem 0.75rem 0.6875rem;
	}
}

.pc-wide__img-wrapper {
	padding-top: 60.606061%;
}

.pc__img-wrapper_wide2 {
	padding-top: 90.9091%;
}

.pc__img-wrapper_wide3 {
	padding-top: 78.43137%;
}

.pc__img-second {
	opacity: 0;
	transition: opacity 0.3s linear;
}

.pc__img-next,
.pc__img-prev {
	position: absolute;
	top: 50%;
	margin-top: -0.5rem;
	color: #767676;
	font-size: 1rem;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.35s;
	width: 1rem;
	text-align: center;
}

.pc__img-next>svg,
.pc__img-prev>svg {
	height: auto;
	width: 0.625rem;
}

.pc__img-next {
	right: 1.25rem;
}

.pc__img-prev {
	left: 1.25rem;
}

.pc__info {
	margin-top: 1rem;
	padding: 0 3%;
	text-align: center;
}

.pc__info.hover__content {
	margin-top: 0;
	min-width: auto;
	height: 100%;
	transform: translateY(1.125rem);
	-webkit-transform: translateY(1.125rem);
	background: transparent;
}

.pc__info.hover__content .pc__atc {
	max-width: 19.375rem;
}

.product-card:hover .pc__info.hover__content {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.product-label {
	position: absolute;
	left: 0;
	top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	padding: 0.1875rem 0.625rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
}

.pc__category {
	margin: 0;
	margin-bottom: .25rem;
	color: #767676;
	font-weight: 400;
	line-height: 1.7143;
}

.pc__title {
	margin: 0;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	font-family: josefin sans, sans-serif;
	text-transform: capitalize;

}


.lightbox {
	position: relative;
}

.lightbox .product-hero {
	width: 100%;
}

.lightbox .previous {
	left: 4%;
}

.lightbox .previous:hover {
	left: 3%;
}

.lightbox .next {
	right: 4%;
}

.lightbox .next:hover {
	right: 3%;
}

.lightbox .arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: white;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9;
}

.lightbox .thumb-gallery {
	display: none;
}

.product {
	padding: 2.0rem 2.4rem 4.4rem 2.4rem;
}

.product .company-name {
	text-transform: capitalize;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ff7d1a;
	letter-spacing: 0.18rem;
}

.product .title {
	color: #1d2025;
	font-size: 2.8rem;
	font-weight: 700;
	margin-top: 1.3rem;
	line-height: 118%;
}

.product .description {
	font-size: 1.5rem;
	color: #68707d;
	line-height: 165%;
	margin-top: 1.6rem;
}

.product .price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2rem;
}

.product .price-wrapper .group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.product .price-wrapper .group .price {
	font-size: 3rem;
	font-weight: 700;
}

.product .price-wrapper .group .discount {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ff7d1a;
	background-color: #ffede0;
	margin-left: 1.4rem;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
}

.product .price-wrapper .old-price {
	font-size: 1.7rem;
	font-weight: 700;
	color: #b6bcc8;
	text-decoration: line-through;
}

.product .counter-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #f7f8fd;
	padding: 1.2rem 2.4rem;
	margin-top: 2rem;
	border-radius: 1rem;
}

.product .counter-wrapper .counter {
	font-size: 1.5rem;
	font-weight: 700;
}

.product .counter-wrapper #btnMinus,
.product .counter-wrapper #btnPlus {
	cursor: pointer;
	padding: 1rem;
	border-radius: 0.5rem;
}

.product .counter-wrapper #btnMinus:hover,
.product .counter-wrapper #btnPlus:hover {
	opacity: 0.5;
	background-color: #ffede0;
}

.product .btn {
	background-color: #ff7d1a;
	color: white;
	margin-top: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.5rem;
	font-size: 1.55rem;
	font-weight: 700;
	border-radius: 1rem;
	padding: 1.9rem;
	-webkit-box-shadow: 0px 20px 30px 0px #ffede0;
	box-shadow: 0px 20px 30px 0px #ffede0;
	cursor: pointer;
}

.product .btn img {
	height: 1.5rem;
	-webkit-filter: brightness(300%);
	filter: brightness(300%);
}

@media screen and (min-width: 1440px) {
	.container {
		width: 77%;
		margin: 0 auto;
	}

	header {
		padding: 0;
		
	}

	header .hamburger-logo-group {
		gap: 5.4rem;
	}

	header .hamburger-logo-group .hamburger {
		display: none;
	}

	header .hamburger-logo-group .menu {
		display: block;
		position: unset;
		height: unset;
		z-index: unset;
	}

	header .hamburger-logo-group .menu .slide-menu {
		width: unset;
		padding: 0;
	}

	header .hamburger-logo-group .menu .slide-menu img {
		display: none;
	}

	header .hamburger-logo-group .menu .slide-menu ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0;
		font-size: 1.5rem;
		font-weight: 400;
		color: #68707d;
		gap: 3.4rem;
	}

	header .hamburger-logo-group .menu .slide-menu ul a {
		display: block;
		padding: 4rem 0;
		border-bottom: 3px solid transparent;
	}

	header .hamburger-logo-group .menu .slide-menu ul a:hover {
		color: #1d2025;
		text-decoration: none;
		font-weight: 700;
		border-bottom: 3px solid #ff7d1a;
	}

	header .cart-avatar-group {
		gap: 4.5rem;
	}

	header .cart-avatar-group .avatar {
		width: 5rem;
	}

	header .cart {
		right: -7rem;
		top: 90%;
	}

	.content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 10rem;
		padding: 9rem 5rem;
	}

	.lightbox {
		width: 100%;
	}

	/* .lightbox .product-hero {
		border-radius: 1.5rem;
	} */

	.lightbox .previous,
	.lightbox .next {
		display: none;
	}

	.lightbox .thumb-gallery {
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify; */
		/* justify-content: space-between; */
		margin-top: 3rem;
		display: flex;
  		justify-content: center;
	}

	.lightbox .thumb-gallery .pic {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 20%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		overflow: hidden;
		border: 2px solid #000;
		height: 105px;
		margin-left: 15px;
	}

	.lightbox .thumb-gallery .pic:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 20%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		overflow: hidden;
		border: 2px solid #000;
		height: 105px;
		margin-left: 0px;
	}

	.lightbox .thumb-gallery .pic img {
		width: 100%;
	}

	.lightbox .thumb-gallery .pic img:hover {
		opacity: 0.75;
	}

	.lightbox .thumb-gallery .active {
		border: 2px dotted #000;
	}

	.lightbox .thumb-gallery .active img {
		opacity: 0.5;
	}

	.product {
		width: 100%;
		padding: 3rem 0 3rem 3rem;
	}

	.product .title {
		font-size: 4.4rem;
		margin-top: 1.8rem;
	}

	.product .description {
		margin-top: 3.5rem;
		font-size: 1.63rem;
	}

	.product .price-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 2.4rem;
		gap: 0.8rem;
	}

	.product .count-btn-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 1.5rem;
		margin-top: 1.5rem;
	}

	.product .count-btn-group .counter-wrapper {
		width: 62%;
		border-radius: 1rem;
		padding: 1.2rem 0.5rem;
	}

	.product .count-btn-group .btn {
		width: 100%;
	}
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.75);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.overlay .btnClose {
	width: 57rem;
	text-align: end;
	padding: 2rem 0;
}

.overlay .btnClose img {
	cursor: pointer;
	-webkit-filter: brightness(300%);
	filter: brightness(300%);
}

.overlay .lightbox {
	max-width: 57rem;
}

.overlay .lightbox .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.overlay .lightbox .previous {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.overlay .lightbox .arrow {
	top: 40%;
}

/*# sourceMappingURL=style.css.map */
a {
	color: #000;
	cursor: pointer;
}

.price {
	font-size: 28px;
	font-weight: 600;

}

.price-sale {
	color: #d6001c;
}

.price-old {
	margin-right: .625rem;
	color: #767676;
	text-decoration: line-through;
}

.review-star {
	width: 9px;
	height: 9px;
	margin-right: .25rem;
	fill: #ffc78b;
}

.portfolio_area .portfolio_content {
	opacity: 0;
	transform: translateY(50px);
	will-change: opacity, transform;
}


.box_item {
	position: relative;
	backface-visibility: hidden;
	margin-bottom: 35px;
}

.grd-portfolio-shortcode .portfolio-sizer {
	width: 25%;
	float: left
}

.grd-portfolio-shortcode .gutter-sizer {
	width: 0
}

.grd-portfolio-shortcode .portfolio-horizontal {
	width: 50%
}

.grd-portfolio-shortcode .portfolio-nomal {
	width: 25%
}

.grd-portfolio-shortcode .portfolio-vertical {
	width: 25%
}

.grd-portfolio-shortcode .portfolio-item {
	margin: 15px 0;
	float: left
}

.grd-portfolio-shortcode .portfolio-item .content-item {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0px
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-header {
	-webkit-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 100%;
	position: relative
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-header .entry-thumbnail {
	float: left;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-header .entry-thumbnail img {
	width: 100%
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-header .entry-title {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .54))
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-header .entry-title .title {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	padding: 30px;
	color: #fff;
	position: absolute;
	bottom: 0
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(21, 21, 21, .3);
	bottom: -100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.grd-portfolio-shortcode1 .portfolio-item .content-item .entry-content {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(21, 21, 21, .3);
	bottom: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	top: AUTO;
	left: auto;
	right: auto;
}

.grd-portfolio-shortcode1 .portfolio-item:hover .content-item .entry-content {
	opacity: 1
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-title {
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-title .title {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	padding: 27px 30px;
	color: #fff;
	bottom: 0;
	padding-bottom: 0
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-title .entry-meta {
	float: left;
	width: 100%
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-meta {
	margin-top: 5px;
	padding: 0 30px;
	margin-bottom: 0
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-meta .category {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 400
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-read-more .read-more {
	float: left;
	padding: 23px 20px;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all .2s;
	transition: all .2s;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	/* TOP: 69%; */
	PADDING-TOP: 32%;
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-read-more .read-more:hover span {
	margin-left: 0;
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-read-more .read-more i {
	margin-right: 5px;
	font-size: 35px;
	position: relative;
	top: 2px;
	color: #fff;
}

.grd-portfolio-shortcode .portfolio-item .content-item .entry-content .entry-read-more:hover .read-more {
	color: #ed232a
}

.grd-portfolio-shortcode .portfolio-item:hover .entry-content {
	bottom: 0
}

.grd-portfolio-shortcode .portfolio-item:hover .entry-header .title {
	display: none
}

.grd-portfolio-shortcode .portfolio-item:hover .entry-thumbnail {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.grd-portfolio-shortcode .portfolio-item:first-child {
	margin-left: 0;
	left: 0 !important
}

.grd-portfolio-shortcode .item-full-width {
	padding: 0;
	margin: 0
}

.grd-portfolio-shortcode .item-full-width .content-item {
	-webkit-border-radius: 0;
	border-radius: 0
}

.grd-portfolio-shortcode .item-full-width .entry-thumbnail {
	padding-top: 83.333%
}

.grd-portfolio-shortcode .item-full-width .entry-thumbnail img {
	float: left;
	position: absolute;
	left: 0;
	bottom: 0
}

.grd-portfolio-shortcode .grd_portfolio_grid {
	float: left;
	width: 100%
}

.grd-portfolio-shortcode .grd_portfolio_grid {
	margin: 0
}

.grd-portfolio-shortcode .grd_portfolio_grid_ez {
	padding: 0 15px
}

.grd-portfolio-shortcode .portfolio-cats-filters {
	margin-bottom: 50px;
	z-index: 999;
	margin-top: 20px
}

.grd-portfolio-shortcode .portfolio-cats-filters #filters {
	border-bottom: 1px solid #f2f2f2;
	height: 37px
}

.active>.page-link,
.page-link.active {
	z-index: 3;
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.grd-portfolio-shortcode1 .portfolio-item .content-item .entry-content {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(21, 21, 21, .3);
	bottom: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	top: AUTO;
	left: auto;
	right: auto;
	z-index: 9
}

.grd-portfolio-shortcode .portfolio-cats-filters #filters .button {
	color: #444;
	padding: 15px 20px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #f4f4f4;
	margin: 0 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px
}

.grd-portfolio-shortcode .portfolio-cats-filters #filters .active {
	color: #fff;
	background-color: #ed232a;
	text-decoration: none
}

.flip_box {
	transform-style: preserve-3d;
	perspective: 1000px;
}

.contact-list li,
.widget-list li,
.woocomerce__account-menus li,
.card-dashboard li,
.main-menu-3 li,
.woocomerce__sortbuttons li,
.pagination li,
.woocomerce__cart-amountlist li,
.woocomerce__cart-header li,
.woocomerce__cart-menuitems li,
.woocomerce__cart-pinfo li {
	list-style: none;
	margin-left: 0;
}

.error {
	color: red;
}

.input-group label.error {
	position: absolute;
	bottom: -25px;
	width: 100%;
}

.fs-18 {
	font-size: 18px;
	font-weight: 600
}

.flip_box_front,
.flip_box_back {
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	min-height: 475px;
	transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	backface-visibility: hidden;
}

.flip_box_front:before,
.flip_box_back:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.flip_box_front {
	transform: rotateY(0deg);
	transform-style: preserve-3d;
}

.flip_box:hover .flip_box_front {
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
}

.flip_box_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}

.flip_box:hover .flip_box_back {
	transform: rotateY(0deg);
	transform-style: preserve-3d;
}

.flip_box .inner {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 60px;
	outline: 1px solid transparent;
	perspective: inherit;
	z-index: 2;
	transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%;
}

.flip_box h3 {
	text-transform: capitalize;
	color: #fff;
}

.flip_box p {
	font-size: 20px;
	color: #fff;
}

.flip_box_img {
	filter: invert(1);
	width: 70px;
	margin-bottom: 30px;
}

.flip_box_button {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	padding: 15px 20px;
	text-transform: capitalize;
}

.blogs_area .testimonial__slide-4 {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #171717;
	background-size: 100% 50% !important;
	background-position: 0 -110%;
	transition: all 0.3s;
	min-height: 535px;
}

.blogs_area .testimonial__slide-4:hover {
	background-size: 100% 100% !important;
}

.blogs_area .testimonial__slide-4::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
	background-color: rgba(23, 23, 23, 0.7);
}

.blogs_area .testimonial__slide-4:hover::before {
	opacity: 1;
}

.blogs_area .testimonial__slide-4 a:hover {
	color: #27aae1;
}

.blogs_area .testimonial__slide-4 p {
	margin-bottom: 15px;
	height: 145px;
	overflow-y: auto;
}

.blogs_area .testimonial__slide-4 p::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-clip: padding-box;
	background-color: #000;
}

.blogs_area .testimonial__slide-4 p::-webkit-scrollbar-thumb {
	background: padding-box #27aae1;
	border-radius: 8px
}

.wipe_area {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.wipe_area .panel {
	position: absolute;
	width: 100%;
	height: 100%;
}

.wipe_area .panel_1 {
	z-index: 4;
}

.wipe_area .panel_1 .img_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.wipe_area .column:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

/*.wipe_area .panel_2 {
     z-index: 3;
        }
 */
.wipe_area .panel_2 .img_2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.wipe_area .panel_2 .animate_title {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	z-index: 4;
}

.wipe_area .panel_2.isactive .animate_title {
	opacity: 1;
}

.sitemap_area .job__detail-content ul li {
	color: #fff;
	padding-bottom: 0;
	padding-top: 30px;
	list-style: upper-alpha;
}

.sitemap_area .job__detail-content ul li:before {
	display: none;
}

.sitemap_area .job__detail-content ul li a {
	color: #fff;
	text-transform: capitalize;
}

.sitemap_area .job__detail-content ul li a:hover {
	color: #27aae1;
}

.footer__link-6 li a {
	text-transform: capitalize;
}

.counter_area .counter__wrapper-2 {
	-ms-grid-columns: (1fr);
	grid-template-columns: repeat(3, 1fr);
}

.cascade_area {
	position: relative;
	background-color: #121212;
}

.cascade_area .cascade_slider {
	position: relative;
	min-height: 600px;
}

.cascade_area .cascade_slide img {
	width: 100%;
}

.cascade_area .cascade_slide {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateY(0%) translateX(-50%) scale(0.3);
	transition: all 1s ease;
	opacity: 0;
}

.cascade_area .cascade_slide.next {
	transform: translateY(0%) translateX(-150%) scale(0.65);
	opacity: 1;
}

.cascade_area .cascade_slide.prev {
	transform: translateY(0%) translateX(50%) scale(0.65);
	opacity: 1;
}

.cascade_area .cascade_slide.active {
	transform: translateY(0%) translateX(-50%) scale(1);
	opacity: 1;
}

.cascade_area .cascade_slide.next img {
	transition: .3s;
	transform: perspective(400px) rotateY(-30deg);
	opacity: .7;
}

.cascade_area .cascade_slide.prev img {
	transition: .3s;
	transform: perspective(400px) rotateY(30deg);
	opacity: .7;
}

.cascade_area .cascade_slide.active img {
	transition: .3s;
	transform: rotateY(0deg);
	opacity: 1;
}

.cascade_area .cascade_slider_arrow {
	position: absolute;
	bottom: 10%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100%;
	cursor: pointer;
	text-align: center;
	transition: all .8s;
	z-index: 5;
	margin: 5px auto;
}

.cascade_area .cascade_slider_arrow:hover {
	background: #27aae1;
	border: 1px solid #27aae1;
	color: #fff;
}

.cascade_area .cascade_slider_arrow-left {
	left: 12%;
}

.cascade_area .cascade_slider_arrow-right {
	right: 12%;
}

.cascade_area .cascade_slide .cascade_content {
	pointer-events: none;
	opacity: 0;
}

.cascade_area .cascade_slide.active .cascade_content {
	pointer-events: visible;
	opacity: 1;
}

.rad_card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 500px;
	transition: all 0.5s cubic-bezier(0.85, 0, 0, 1);
}

.rad_card:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.rad_card_full-image {
	position: absolute;
	pointer-events: none;
	transition: filter 0.55s cubic-bezier(0.85, 0, 0, 1), opacity 0.55s cubic-bezier(0.85, 0, 0, 1), width 0.55s cubic-bezier(0.85, 0, 0, 1);
	user-select: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rad_card_label {
	position: relative;
	font-size: 18px;
	color: #fff;
	margin: 1.5rem 1.5rem 0;
	z-index: 3;
}

.rad_card_title {
	position: relative;
	font-size: 23px;
	color: #fff;
	margin: 1.5rem 1.5rem 0;
	/* text-transform: capitalize; */
	z-index: 3;
	font-weight: 600;
	font-family: josefin sans, sans-serif;
	letter-spacing: 1px;
}

.rad_card_sliding_content {
	display: flex;
	flex-grow: 1;
	left: 100%;
	position: relative;
	transition: left 0.55s cubic-bezier(0.85, 0, 0, 1);
}

.rad_card_content {
	margin: 1.5rem;
	position: relative;
	left: 0;
	width: 100%;
	transition: left 0.55s cubic-bezier(0.85, 0, 0, 1);
	z-index: 3;
}

.rad_card_content p {
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: .5px;
}

.rad_card_content p:last-child {
	margin-bottom: unset;
}

.rad_card_button {
	bottom: 0;
	margin-right: 1.5rem;
	position: absolute;
	right: 0;
	transition: bottom 0.55s cubic-bezier(0.85, 0, 0, 1), right 0.55s cubic-bezier(0.85, 0, 0, 1), transform 0.55s cubic-bezier(0.85, 0, 0, 1);
	transform: translateY(100%);
	z-index: 2;
	color: #fff;
	font-size: 18px;
}


.rad_card_button_text {
	display: flex;
	align-items: center;
}

.rad_card_button_text i {
	margin-left: 0.5rem;
}

.rad_card:hover .rad_card_full-image {
	filter: blur(75px);
	opacity: 0.5;
	width: 800px;
}

.rad_card:hover .rad_card_sliding_content {
	left: 0;
}

.rad_card:hover .rad_card_button {
	bottom: 0.75rem;
	right: 0;
	transform: translateY(0);
}

.careers_portal .careers_item {
	padding: 30px 30px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	background: rgba(75, 75, 75, 0.2);
	border-radius: 30px;
	margin-bottom: 1.5rem;
}

.careers_portal .careers_item h6 {
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
}

.careers_portal .careers_item h6 span {
	color: #27aae1;
}

.careers_portal .careers_item h2 {
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
}

.careers_portal .careers_item p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

.careers_portal .careers_item p:last-child {
	margin-bottom: unset;
}

.emp_area {
	position: relative;
}

.branches_portal .branches_item {
	padding: 50px 30px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	background: rgba(75, 75, 75, 0.2);
	border-radius: 30px;
	min-height: 400px;
	margin-bottom: 1.5rem;
}

.branches_portal .branches_item i {
	color: #27aae1;
	font-size: 40px;
	margin-bottom: 30px;
}

.branches_portal .branches_item h2 {
	font-size: 40px;
	line-height: 50px;
	text-transform: capitalize;
}

.branches_portal .branches_item p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.branches_portal .branches_item p:last-child {
	margin-bottom: unset;
}

.branches_portal .branches_item p a {
	color: #fff;
}

.branches_portal .branches_item p a:hover {
	color: #27aae1;
}

.offcanvas__area {
	z-index: 99999;
}

.offcanvas__logo a img {
	width: 130px;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
	padding-left: 60px;
	font-size: 24px;
	display: block;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a img {
	width: auto;
	height: 30px;
	position: relative;
	margin-right: 15px;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
	font-size: 18px;
	padding-left: 16px;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
	height: 11px;
	width: 15px;
	font-size: 24px !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li ul li a {
	font-size: 14px;
	padding-left: 20px;
}

.marquee_area {
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ede8e8;
}

.mar-50 {
	margin: 0 50px;
}

.mar-0 {
	margin: 0 0;
}

.marquee_area .label {
	background-color: #fff;
	color: #000;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	padding: 5px 50PX;
	OVERFLOW: hidden;
	position: absolute;
	top: 0;
	z-index: 9;
}

.marquee_area .label p {
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	FONT-WEIGHT: 700;
}

.marquee_area .marquee {
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 100%;
	animation: marquee 200s linear infinite;
	color: #212121;
	font-size: 14px;
	MARGIN-TOP: 5PX;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
}

.marquee-item {
	display: inline-block;
	margin-right: 50px;
}

.marquee_area .marquee:hover {
	animation-play-state: paused;
}

@keyframes marquee {

	/* from { transform: translateX(0); }
	to { transform: translateX(-100%); } */
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.main-menu-3>li {
		padding: 0 15px;
	}

	.hero__text-2 {
		padding-left: unset;
	}

	.hero__area-2 .sec-title-3 {
		font-size: 65px;
	}

	.hero__area-2 .sec-title-3.home_title {
		font-size: 90px;
	}

	.hero__inner-2 {
		padding: 55px 50px;
		display: flex;
		align-items: flex-end;
		height: 100%;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1399px) {
	.main-menu-3>li {
		padding: 0 15px;
	}

	.hero__text-2 {
		padding-left: unset;
	}

	.hero__area-2 .sec-title-3 {
		font-size: 60px;
	}

	.hero__area-2 .sec-title-3.home_title {
		font-size: 90px;
	}

	.hero__inner-2 {
		padding: 220px 100px 0;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
	.main-menu-3>li {
		padding: 0 15px;
	}

	.hero__text-2 {
		padding-left: unset;
	}

	.hero__area-2 .sec-title-3 {
		font-size: 60px;
	}

	.hero__area-2 .sec-title-3.home_title {
		font-size: 90px;
	}

	.hero__inner-2 {
		padding: 220px 100px 0;
	}

	.hero__area-2 .swiper-pagination-bullet {
		width: 24%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.hero__area-2 .swiper-pagination-bullet {
		width: 24%;
	}

	.scene {
		display: none;
	}

	.top_bar {
		display: none;
	}

	.header__logo-2 a img {
		width: 130px;
	}

	.header__inner-3.header__area-3 {
		padding: 15px 30px !important;
	}

	.header__inner-3.header__area-3.sticky-3 {
		padding: 10px 15px !important;
	}

	.hero__area-2 {
		height: 60vh;
		min-height: 500px;
	}

	.hero__area-2 .sec-title-3 {
		font-size: 46px;
		line-height: 56px;
	}

	.hero__area-2 .sec-title-3.home_title {
		font-size: 46px;
		padding-right: unset;
		padding-bottom: unset;
		margin-bottom: 30px;
	}

	.hero__area-2 .sec-title-3:last-child {
		padding-bottom: unset;
		margin-bottom: 30px;
	}

	.animate-text {
		display: block;
	}

	.hero__text-2 {
		padding-left: unset;
	}

	.hero__text-2 p {
		max-width: 50%;

	}

	.hero__area-2 .hero2-shape {
		max-width: 29%;
	}

	.hero__area-2 .swiper-pagination-bullet {
		display: none;
	}

	.hero__area-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 80%;
		display: block;
		margin: 0 auto !important;
		margin-bottom: 60px !important;
		font-size: 13px;
	}

	.hero__inner-2 {
		padding: 50px 15px;
		height: 100%;
		align-items: flex-end;
		display: flex;
	}

	.hero__inner-2 .btn_wrapper {
		margin: 0 auto;
	}

	.btn_wrapper {
		height: 125px;
		width: 125px;
	}

	.btn_wrapper .btn-item {
		height: 120px;
		width: 120px;
		font-size: 14px;
	}

	.sec-title-wrapper h6 {
		color: #fff;
		font-weight: normal;
		font-size: 13px;
	}

	.sec-title-wrapper h3 {
		color: #fff;
		font-weight: normal;
		font-size: 24px;
	}


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

	.abouthome_area .btn_wrapper {
		margin: 0 auto;
	}

	.duration__top {
		text-align: center;
		padding-bottom: 30px;
	}

	.duration__btm {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 30px;
	}

	.duration__btm .duration {
		width: auto;
		min-height: 300px;
		padding: 50px;
	}

	.duration__btm .duration:nth-child(1),
	.duration__btm .duration:nth-child(2),
	.duration__btm .duration:nth-child(3),
	.duration__btm .duration:nth-child(4) {
		margin-top: 30px;
		transform: none;
	}

	.portfolio_area .portfolio_inner {
		width: 100%;
		margin-top: unset;
	}

	.services_header ul {
		display: block;
	}

	.services_area {
		position: relative;
	}




	.services_area .btn_wrapper {
		margin-top: 30px;
	}

	.cascade_area .blog__meta {
		font-size: 13px;
	}

	.cascade_area .blog__title {
		font-size: 14px;
	}

	.fancy_box_area .fancy_box_item .fancy_text_box {
		min-height: 50vh;
		padding: 60px 30px;
	}

	.brdcrmb {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.about_area .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.about_area .sec-title {
		font-size: 32px;
	}

	.about_area .about__left-7 {
		height: auto;
		margin-bottom: 30px;
	}

	.about_area .about__left-7 img {
		position: relative;
	}

	.about_area .about__right-7 img {
		max-width: 100%;
		width: 100%;
	}

	.counter_area .counter__wrapper-2 {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}

	.values_area .service__item {
		display: block;
	}

	.footer_area .footer__copyright-6 {
		color: #fff;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer_area .footer__nav {
		justify-content: center;
	}

	.offcanvas__logo a img {
		width: 130px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.scene {
		display: none;
	}

	.top_bar {
		display: none;
	}

	.header__logo-2 a img {
		width: 130px;
	}

	.header__inner-3.header__area-3 {
		padding: 15px 30px !important;
	}

	.header__inner-3.header__area-3.sticky-3 {
		padding: 10px 15px !important;
	}

	.hero__area-2 {
		height: 50vh;
		min-height: 575px;
	}

	.hero__area-2 .sec-title-3 {
		font-size: 46px;
		line-height: 56px;
	}

	.hero__area-2 .sec-title-3.home_title {
		font-size: 46px;
		padding-right: unset;
		padding-bottom: unset;
		margin-bottom: 30px;
	}

	.hero__area-2 .sec-title-3:last-child {
		padding-bottom: unset;
		margin-bottom: 30px;
	}

	.animate-text {
		display: block;
	}

	.hero__text-2 p {
		max-width: 50%;
		text-align: center;
		margin: 0 auto;
	}

	.hero__area-2 .hero2-shape {
		max-width: 29%;
	}

	.hero__area-2 .swiper-pagination-bullet {
		display: none;
	}

	.hero__area-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 80%;
		display: block;
		margin: 0 auto !important;
		margin-bottom: 60px !important;
		font-size: 13px;
	}

	.mar-50 {
		margin: 0 0px;
	}

	.hero__inner-2 {
		padding: 50px 15px 30px;
		height: 100%;
		display: flex;
		text-align: left;
		align-items: flex-end;
		justify-content: center;
	}

	.hero__inner-2 .btn_wrapper {
		margin: 0 auto;
	}

	.btn_wrapper {
		height: 125px;
		width: 125px;
	}

	.btn_wrapper .btn-item {
		height: 120px;
		width: 120px;
		font-size: 14px;
	}

	.sec-title-wrapper h6 {
		color: #fff;
		font-weight: normal;
		font-size: 13px;
	}

	.sec-title-wrapper h3 {
		color: #fff;
		font-weight: normal;
		font-size: 24px;
	}

	.sec-title-wrapper h2 {

		font-weight: normal;
		font-size: 44px;
	}

	.swiper-wrapper {
		padding: 0 0;
	}


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

	.abouthome_area .btn_wrapper {
		margin: 0 auto;
	}

	.duration__top {
		text-align: center;
		padding-bottom: 30px;
	}

	.duration__btm {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 30px;
	}

	.duration__btm .duration {
		width: auto;
		min-height: 300px;
		padding: 50px;
	}

	.duration__btm .duration:nth-child(1),
	.duration__btm .duration:nth-child(2),
	.duration__btm .duration:nth-child(3),
	.duration__btm .duration:nth-child(4) {
		margin-top: 30px;
		transform: none;
	}

	.portfolio_area .portfolio_inner {
		width: 100%;
		margin-top: unset;
	}

	.services_header ul {
		display: block;
	}

	.services_area {
		position: relative;
	}




	.services_area .btn_wrapper {
		margin-top: 30px;
	}

	.cascade_area .blog__meta {
		font-size: 13px;
	}

	.cascade_area .blog__title {
		font-size: 14px;
	}

	.fancy_box_area .fancy_box_item .fancy_text_box {
		min-height: 50vh;
		padding: 60px 30px;
	}

	.brdcrmb {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.about_area .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.about_area .sec-title {
		font-size: 32px;
	}

	.about_area .about__left-7 {
		height: auto;
		margin-bottom: 30px;
	}

	.about_area .about__left-7 img {
		position: relative;
	}

	.about_area .about__right-7 img {
		max-width: 100%;
		width: 100%;
	}

	.counter_area .counter__wrapper-2 {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}

	.values_area .service__item {
		display: block;
	}

	.footer_area .footer__copyright-6 {
		color: #fff;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer_area .footer__nav {
		justify-content: center;
	}

	.offcanvas__logo a img {
		width: 130px;
	}
}

.tab-style-1 a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-right: 3px;
	color: #696969;
	padding: 6px 3px 3px;
	border: 1px solid #ccc;
	font-family: josefin sans, sans-serif;
	text-transform: capitalize;
	line-height: 24px;
	border-radius: 0px;
	width: 100%;
	text-align: center;
}

.services_slider .product-card {
	text-align: center;
}

/* .swiper-wrapper {
	padding: 0 15px;
} */
.tab-style-1 .swiper-wrapper {
	margin: 0 35px;
	padding: 0;
}

.tab-style-1 .swiper-button-prev,
.tab-style-1 .swiper-button-next {
	width: 34px;
	height: 34px;
	background: #fff;
	border: 1px solid #212121;
	color: #212121;
	border-radius: 100%;
	transition: all .8s;
	border-radius: 0;
	top: 15px;

}

.tradingimg {
	background-attachment: inherit !important;
	background-size: cover !important;
	width: 100%;
	height: 91.5%;
	background-position: center !important;
}

.product.product-7 {

	background-color: transparent
}

.product.product-7 .product-body {
	background-color: transparent;

	padding-bottom: .8rem
}

.product.product-7 .product-title {
	margin-bottom: .3rem;
	font-size: 1.4rem;
	letter-spacing: 0
}

.product.product-7 .product-price {
	margin-bottom: .8rem;
	font-size: 12px;
	letter-spacing: 0;
	color: #000;
	display: flex;
	justify-content: center
}

.product.product-7 .product-action {
	padding-top: 0;
	padding-bottom: 0
}

.product.product-7 .ratings-container {
	display: flex;
	justify-content: center
}

.product.product-7 .product-label {
	text-transform: capitalize;
	font-size: 1.2rem
}

.product.product-7 .product-nav-thumbs a,
.product.product-7 .product-nav-thumbs span {
	height: 5.4rem
}

.product.product-7 .btn-product {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	color: #fff;
	background-color: #000333;
	border-bottom: none
}

.product.product-7 .btn-product span {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	transition: all .35s ease
}

.product.product-7 .btn-product:before {
	display: none
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
	color: #fff;
	background-color: #222
}

.product.product-7 .btn-product:hover span,
.product.product-7 .btn-product:focus span {
	color: #fff;
	box-shadow: none
}

.product.product-7 .product-nav-dots {
	margin-bottom: 1.5rem
}

.product.product-7 .btn-product-icon {
	color: #fff;
	background-color: #000333
}

.product.product-7 .btn-product-icon:hover,
.product.product-7 .btn-product-icon:focus {
	background-color: #222
}

.product.product-7 .btn-product-icon:hover span,
.product.product-7 .btn-product-icon:focus span {
	background-color: #222
}

.product.product-7:hover,
.product.product-7:focus {
	box-shadow: none
}

.product-image {
	display: block;
	position: relative;
}

.product-image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0);
	opacity: 0;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
	visibility: hidden;
	z-index: 9
}

.product-image:hover .overlay {
	visibility: visible;
	background: rgba(255, 255, 255, .9);
	opacity: 1;
}

.product-image .overlay .wrapper {
	display: inline-block;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: relative;
	padding: 25px 0;
	overflow: hidden;
	display: flex;
}

.customizingico {
	width: 36px;
}

.product-image .overlay .wrapper a {
	display: block;
	float: left;
	text-align: center;
	width: 50%;
	padding: 0px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}

.product-image .overlay .wrapper1 a {
	width: 100%;
}


.product-image .overlay .wrapper a .svg {
	z-index: 1;
	position: relative;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
	-webkit-transform: scale(0.0001);
	-ms-transform: scale(0.0001);
	transform: scale(0.0001);
	backface-visibility: hidden;
}

.product-image .overlay .wrapper a.view .svg {
	max-height: 20px;
}

.product-image .overlay .wrapper a.add_to_cart_button .svg,
.product-image .overlay .wrapper a.product_type_external .svg {
	max-height: 30px;
}

.product-image .overlay .wrapper a.added_to_cart img {
	max-height: 20px;
}

.product-body>a>h2 {
	display: block;
	margin-top: 15px;
	color: #000;
	font-family: josefin sans, sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.custome_product_slider {
	height: auto;
	/* Adjust as needed */
	overflow: hidden;
	/* Prevent overflow issues */
}

.custome_product_slider>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: row;
	}

.custome_product_slider .swiper-slide {
	display: flex;
	/* Flexbox for centering */
	justify-content: center;
	align-items: center;
	margin: 0 !important
}
.custome_product_slider .product  {
	padding: 0 !important;
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.minisearch-popup .search-popup-inner {
		width: 98%;
	}

	.minisearch-popup .search-label {

		font-size: 25px;
	}

	.mar-50 {
		margin: 0 0px;
	}

	.scene {
		display: none;
	}

	.top_bar {
		display: none;
	}

	.header__logo-2 a img {
		width: 130px;
	}

	.header__inner-3.header__area-3 {
		padding: 15px 30px !important;
	}

	.header__inner-3.header__area-3.sticky-3 {
		padding: 10px 15px !important;
	}

	.hero__area-2 {
		height: 50vh;
		min-height: 450px;
	}

	.hero__area-2 .sec-title-3 {
		font-size: 32px;
		line-height: 42px;
		text-align: center;
	}

	.hero__area-2 .sec-title-3.home_title {
		font-size: 32px;
		padding-right: unset;
		padding-bottom: unset;
		margin-bottom: 30px;
	}

	.hero__area-2 .sec-title-3:last-child {
		padding-bottom: unset;
		text-align: center;
		margin-bottom: 10px;
	}

	.animate-text {
		display: block;
	}

	.hero__text-2 p {
		max-width: 100%;
		text-align: center;
	}

	.hero__area-2 .hero2-shape {
		top: 160px;
		max-width: 50%;
		display: none;
	}

	.hero__area-2 .swiper-pagination-bullet {
		display: none;
	}

	.hero__area-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 80%;
		display: block;
		margin: 0 auto !important;
		margin-bottom: 40px !important;
		font-size: 13px;
	}

	.hero__inner-2 {
		padding: 0px 15px 0px;
	}

	.hero__inner-2 .btn_wrapper {
		margin: 0 auto;
	}

	.btn_wrapper {
		height: 125px;
		width: 125px;
	}

	.btn_wrapper .btn-item {
		height: 120px;
		width: 120px;
		font-size: 14px;
	}

	.sec-title-wrapper h6 {
		color: #fff;
		font-weight: normal;
		font-size: 18px;
	}

	.sec-title-wrapper h3 {
		color: #fff;
		font-weight: normal;
		font-size: 24px;
	}

	.sec-title-wrapper h2 {

		font-weight: normal;
		font-size: 40px;
	}

	.swiper-wrapper {
		padding: 0 0;
	}


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

	.abouthome_area .btn_wrapper {
		margin: 0 auto;
	}

	.duration__top {
		text-align: center;
		padding-bottom: 30px;
	}

	.duration__btm {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 30px;
	}

	.duration__btm .duration {
		width: auto;
		min-height: 400px;
		padding: 30px;
	}

	.duration__btm .duration:nth-child(1),
	.duration__btm .duration:nth-child(2),
	.duration__btm .duration:nth-child(3),
	.duration__btm .duration:nth-child(4) {
		margin-top: 30px;
		transform: none;
	}

	.portfolio_area {
		padding: unset !important;
	}

	.portfolio_area .portfolio_inner {
		width: 100%;
		margin-top: unset;
	}

	.services_header ul {
		display: block;
	}

	.services_area {
		position: relative;
	}



	.swiper-button-prev,
	.swiper-button-next {

		width: 30px;
		height: 30px;

	}

	.mb-3 {
		margin-bottom: .5rem !important;
	}

	.mb-5 {
		margin-bottom: 2rem !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.services_area .btn_wrapper {
		margin-top: 30px;
	}

	.cascade_area .cascade_slider {
		min-height: unset;
	}

	.cascade_area .cascade_slide {
		position: relative;
		top: 0;
		left: 0;
		transform: unset !important;
	}

	.cascade_area .cascade_slide.next {
		display: none;
	}

	.cascade_area .cascade_slide.prev {
		display: none;
	}

	.cascade_area .cascade_slide.active {
		transition: transform 1s ease, opacity 1s ease, transform 0.5s ease-out;
	}

	.cascade_area .cascade_slider_arrow-left {
		top: 20%;
		left: -5%;
		bottom: unset;
	}

	.cascade_area .cascade_slider_arrow-right {
		top: 20%;
		right: -5%;
		bottom: unset;
	}

	.cascade_area .blog__meta {
		font-size: 12px;
	}

	.cascade_area .blog__title {
		font-size: 13px;
	}

	.fancy_box_area {
		background-color: #171717;
		padding: 30px 0;
	}

	.fancy_box_area .fancy_box_item {
		position: relative;
		margin-bottom: 30px;
	}

	.fancy_box_area .fancy_box_item:last-child {
		position: relative;
		margin-bottom: unset;
	}

	.fancy_box_area .fancy_box_item .bg_banner_image {
		opacity: 1;
		transform: scale(1) !important;
		margin: 0 30px;
		z-index: 1;
	}

	.fancy_box_area .fancy_box_item .bg_banner_image:before {
		opacity: 1;
	}

	.fancy_box_area .fancy_box_item .fancy_text_box {
		min-height: auto;
		backdrop-filter: unset;
	}

	.fancy_box_area .fancy_box_item .fancy_text_box .fancy_text_box_overlay {
		max-height: unset;
		opacity: unset;
	}

	.brdcrmb {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.about_area .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.about_area .sec-title {
		font-size: 32px;
	}

	.about_area .about__left-7 {
		height: auto;
		margin-bottom: 30px;
	}

	.about_area .about__left-7 img {
		position: relative;
	}

	.about_area .about__right-7 img {
		max-width: 100%;
		width: 100%;
	}

	.counter_area .counter__wrapper-2 {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}

	.values_area .service__item {
		display: block;
	}

	.footer_area .footer__logo {
		margin: 0 auto;
		margin-bottom: 30px;
	}

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

	.footer_area .footer__item-6 p {
		text-align: center;
	}

	.footer_area .footer__social-6 {
		justify-content: center;
	}

	.footer_area .footer__item-title {
		text-align: center;
	}

	.footer_area .footer__link-6 {
		text-align: center;
	}

	.footer_area .footer__info-6 {
		text-align: center;
	}

	.footer_area .footer__copyright-6 {
		color: #fff;
		text-align: center;
		margin-bottom: 30px;
	}

	.map_address {
		margin-top: 30px;
	}

	.hero__area-2 .home_swiper .swiper-slide .silder-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.marquee_area .label p {
		font-size: 24px;
	}

	.marquee_area .marquee {
		font-size: 20px;
	}
}

.page-content,
.login-page {
	border-top: 1px solid #e9e9e9;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-prepend>select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-text {
	padding: 0.65rem .75rem;
}

.mandate {
	color: #c00000;
	font-weight: 600;
}

.form-group {
	margin-bottom: 1.3rem;
}

label {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
}

.btnlogininwith {
	border: 1px solid #000;
	transition: all .35s ease;

}

.modal-body .close {
	position: absolute;
	right: 1.5rem;
	top: 0.2rem;
	font-size: 29px;
}

.signinwith {
	border-bottom: 2px solid #808080;
	text-align: center;
}

.signinwith h1 {
	overflow: hidden;
	position: relative;
	line-height: 24px;
	white-space: nowrap;
	text-transform: capitalize;
	bottom: -22px;
	display: inline-block;
	max-width: 80%;
	border: solid #fff;
	border-width: 0 10px;
	font-size: 15px;
	background: #fff;
	margin: 0;



}

#Google:before {
	content: '\f1a0';
	font-family: "Font Awesome 6 Brands";
	margin-right: 12px;
	top: -2px;
	position: relative;
	color: #dd4d43;
}

#Google:hover:before,
#Facebook:hover:before {
	color: #fff;
}

#Google:hover {
	background: #dd4b39;
	border-color: #dd4b39;
	color: #fff !important;
}

#Facebook:before {
	content: '\f39e';
	font-family: "molla";
	margin-right: 12px;
	top: -2px;
	position: relative;
	color: #3b5999;
}

#Facebook:hover {
	background: #3b5999;
	border-color: #3b5999;
	color: #fff !important;
}

@media screen and (max-width: 575px) {
	.duration__btm {
		grid-template-columns: repeat(1, 1fr);
	}

	.duration__btm .duration {
		min-height: 300px;
		padding: 30px;
	}
}

.breadcrumb-item {
	list-style: none;
	margin-left: 0px;
}

.text-overlay.half {
	height: 104px;
}

.text-overlay.full {
	height: auto;
}

.img-res2 {
	height: 434px;
}


.product-media {
    position: relative;
    display: block;
  
    margin-bottom: 0;
    overflow: hidden
}

    .product-media > a {
        display: block
    }

.product-image {
    display: block;
    width: 100%;
    height: auto
}

.product-image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: auto;
    transition: all .4s ease
}

.product:hover .product-image-hover {
    opacity: 1
}

hr {
	margin: 10px 0 !important;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.border1px{
	border: 1px solid #000;
}
/* .container-fluid{
	max-width:1800px;
	padding:0 40px;
} */

.form-check-label{
	cursor: pointer;
	width: 100%;
}

.fluid-p0 {
	padding: 0px !important;
}