:root {
	--primary: #8fc04e;
}

.cstm_section {
	--black-2: #fff;
	--white: #121212;
}

.cstm_section h6 {
	color: var(--white) !important;
}


.cstm_section p {
    color: var(--white) !important;
    font-weight: 300;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase !important;
}

b, strong {
        font-weight: 500;
}

/* .dark p {
	color: #fff;
} */

.container-preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	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: var(--primary);
	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: var(--primary);
	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: var(--primary);
	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;
	}
	.about__left-7 {
    height: 220px;
}
}

.swiper-button-prev,
.swiper-button-next {
	position: relative;
	width: 50px;
	height: 50px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100%;
	transition: all .8s;
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

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

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

.header__inner-3 {
	position: relative;
	padding: 15px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 99999;
}

.header__inner-3.header__area-3.sticky-3 {
	position: fixed;
	padding: 5px 50px;
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8);
}

.main-menu-3>li>a {
	transition: .9s;
	font-size: 16px;
	line-height: 16px;
	color: var(--white);
}

.main-menu-3>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	width: 30px;
	height: 2px;
	bottom: 5px;
	background: var(--primary);
	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 {
	color: var(--primary);
}

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

.main-menu-3>li>a:hover .menu-text {
	text-shadow: 0 16px 0 var(--primary);
}

@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: 180px 40px 80px;
	display: unset;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
	z-index: -1;
}

.main-menu-3>li:hover .mega-menu {
	top: 0px;
	/*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: 16px;
	text-transform: uppercase;
	margin-bottom: unset;
}

.main-menu-3>li>.mega-menu>li>a:hover {
	color: var(--primary) !important;
	letter-spacing: unset;
}

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

.main-menu-3>li.has-megamenu:hover>a:after {
	rotate: -90deg;
	color: var(--primary);
}

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

.main-menu-3>li>.mega-menu li a {
	font-weight: 100;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: unset;
}

.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: 30px;
}

.main-menu-3>li.has-megamenu>.mega-menu:before {
	content: "";
	background: #121212;
	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 {
	color: var(--primary) !important;
}

.hero__area-2 {
    height: 100vh;
    min-height: 700px;
    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: rgba(0, 0, 0, 0.3);
}

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

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

.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: var(--primary);
}

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

.hero__area-2 .sec-title-3.home_title {
	font-size: 60px;
	line-height: 70px;
}

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

.hero__area-2 h5 {
    color: var(--primary);
}

.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: var(--primary);
}

.hero__text-2 .wc-btn-pink span {
	background-color: var(--primary);
}

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

/* .about_area .sec-title {
	font-size: 50px;
	line-height: 1.2;
	color: var(--primary);
} */

.sec-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
    color: var(--primary) !important;
}

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

.about__area-3 {
	background-image: unset;
}

.about__area-3::before,
.about__area-3::after {
	display: none;
}

.services_area .item-box {
	padding: 30px 30px;
	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: 30px;
}

.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: rgba(0, 0, 0, 0.15);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 10px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 999999;
}

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

.top_bar .cstm_menu_1 > li {
    margin: unset;
}

.top_bar .cstm_menu_2 > li:last-child {
    margin-right: unset;
}

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

.top_bar .main-menu-4 li a:hover {
	color: var(--primary);
}

.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: var(--primary) !important;
} */

.cover_bg {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 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;
    padding: 15px 0;
}

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

.footer__item-title {
	color: var(--primary);
}

.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: var(--primary) !important;
}

.footer_area .footer__item-6 img {
    width: 180px !important;
}

.team__slide {
    padding: 30px;
    border: 1px solid #ddd;
}

.team__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team__info .team__member-name-6 {
    font-size: 16px;
    font-weight: 400;
}

.team__info p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}

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

.btn-item:hover {
	color: #fff;
	border-color: var(--primary);
}

.btn-item span {
	background-color: var(--primary);
}

.btn-item.btn_light {
	color: #000;
	border-color: #000;
}

.btn-item.btn_light:hover {
	color: #fff;
	border-color: var(--primary);
}

.btn-item.btn_light span {
	background-color: var(--primary);
}

.sec-title-wrapper h6 {
    color: #fff;
    font-size: 20px;
	line-height: 1.5;
}

.sec-title-wrapper h6>b {
	color: var(--primary);
}

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

.scroll-top:hover {
	background: var(--primary);
	border: 1px solid var(--primary);
}

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

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

	50% {
		transform: scaleY(1);
		background: var(--primary);
	}

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

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

	50% {
		transform: scaleY(1);
		background: var(--primary);
	}

	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 var(--primary);
	box-shadow: 0 0 0 0 var(--primary);
	animation: ripple 3s infinite;
	transition: .5s;
}

.map_address .pointer_block:hover .point {
	border-color: var(--primary);
}

.map_address .pointer_block .point:after {
	position: absolute;
	content: '';
	left: 9px;
	top: 9px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: var(--primary);
	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: var(--primary);
}

.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: 16px;
	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%;
}

.location_block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 400px;
    z-index: 9;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    background: rgb(0 0 0 / 30%);
    padding: 30px;
}

.location_block .btn-item {
    position: relative;
}

.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: 370px;
	padding-bottom: 200px;
    /* height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center; */
}

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

.services_header ul li.active a,
.services_header ul li a:hover {
	color: var(--primary);
	border-bottom: 3px solid var(--primary);
}

.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;
	grid-template-columns: 1fr;
        padding: unset;
            border: unset;
}

.values_area .service__item:hover .service__number span,
.values_area .service__item:hover .service a {
    color: #000;
}

.values_area .service__item:hover .service__title {
    color: #000;
}

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

.values_area .service__text p {
    color: #000;
    font-weight: 300;
    text-align: justify;
}

.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;
	top: 0 !important;
	overflow: hidden;
	height: 100vh;
	background: #fff !important;
}

.portfolio_area .portfolio_inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 250px;
	height: calc(100vh - 0px);
	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.6);
}

.portfolio_area .portfolio_content {
	opacity: 0;
	transform: translateY(50px);
	will-change: opacity, transform;
	/* transition: opacity 1s ease-in-out, transform 1s ease-in-out; */
}

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

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

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

.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: var(--primary);
}

.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 var(--primary);
	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: uppercase;
}

.sitemap_area .job__detail-content ul li a:hover {
	color: var(--primary);
}

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

.cstm_product_image {
	width: 360px;
	max-width: 100%;
	height: 360px;
	float: left;
	margin-right: 30px;
}

.cstm_product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

.counter__item-2 {
    position: relative;
    display: flex;
    height: 200px;
    flex-direction: column;
    justify-content: center;
}

.counter__number {
    font-weight: 400;
    font-size: 40px;
    text-transform: capitalize !important;
    margin-bottom: 5px;
    color: #ffffff;
}

.counter__item-2 p {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; */
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.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: var(--primary);
	border: 1px solid var(--primary);
	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: 16px;
	color: #fff;
	margin: 1.5rem 1.5rem 0;
	z-index: 3;
}

.rad_card_title {
	position: relative;
	font-size: 16px;
	color: #fff;
	margin: 1.5rem 1.5rem 0;
	text-transform: uppercase;
	z-index: 3;
}

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

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

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

.careers_portal .careers_item h6 span {
	color: var(--primary);
}

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

.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: var(--primary);
	font-size: 40px;
	margin-bottom: 30px;
}

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

.branches_portal .branches_item p {
	color: #fff;
	font-size: 16px;
	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: var(--primary);
}

.offcanvas__area {
	z-index: 99999;
}

.offcanvas__logo a img {
	width: 150px;
}

.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: 16px;
	padding-left: 16px;
}

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

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

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

.marquee_area .label {
	background-color: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}

.marquee_area .label p {
	color: #000 !important;
	font-size: 32px;
	text-transform: capitalize;
}

.marquee_area .marquee {
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 100%;
	animation: marquee 200s linear infinite;
	color: #fff;
	font-size: 32px;
}

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

.transparent-search {
	position: relative;
	overflow: hidden;
}

.transparent-search .form-control.search-input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #fff;
	box-shadow: none;
	border-radius: unset;
}

.transparent-search .btn {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #fff;
	box-shadow: none;
	border-radius: unset;
}

.transparent-search .btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.transparent-search .form-control:focus,
.transparent-search .btn:focus {
	box-shadow: none;
	outline: none;
}

.search-input {
	position: absolute !important;
	right: -100%;
	transition: all 0.5s ease;
	opacity: 0;
}

.search-input.show {
	position: relative !important;
	right: 0;
	opacity: 1;
}

#search-results {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	background: #000;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 30px;
	z-index: 99999;
	display: none;
}

#search-results a {
	color: #fff;
}

#search-results-mobile {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	background: #000;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 30px;
	z-index: 99999;
	display: none;
}

#search-results-mobile a {
	color: #fff;
}

.cstm_products li a {
    background: #000000;
    border-bottom: 1px solid #f2f8ff;
    color: #fff;
    padding: 15px;
    display: block;
}

.cstm_products li a:hover {
    background: var(--primary);
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.main-menu-3>li {
        margin: 0 20px;
        padding: 0;
    }
	.main-menu-3>li:last-child {
		margin-right: unset;
	}

	.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: 50px;
		line-height: 60px;
	}

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

@media screen and (min-width: 1366px) and (max-width: 1399px) {
	.main-menu-3>li {
		margin: 0 30px;
        padding: 0;
	}
	.main-menu-3>li:last-child {
		margin-right: unset;
	}

	.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: 50px;
		line-height: 60px;
	}

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

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

	.main-menu-3>li>a {
		font-size: 13px;
	}

	.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: 45px;
					line-height: 55px;
	}

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

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

	.scene {
		display: none;
	}

	.top_bar {
		display: none;
	}

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

	.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: 90vh;
		min-height: 650px;
	}

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

	.hero__area-2 .sec-title-3.home_title {
				font-size: 40px;
					line-height: 50px;
		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%;
		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;
	}

	.hero__inner-2 {
		padding: 100px 15px 30px;
	}

	/* .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 {
        color: #fff;
        font-weight: normal;
        font-size: 34px;
    }

	.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 .sec-title-wrapper {
		text-align: center;
	}

	.services_area .swiper-arrow-control {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-100%);
		z-index: 9;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.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 {
		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: 80px;
	}
}

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

	.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: 90vh;
		min-height: 650px;
	}

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

	.hero__area-2 .sec-title-3.home_title {
				font-size: 34px;
					line-height: 44px;
		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;
	}

	.hero__inner-2 {
		padding: 100px 15px 30px;
	}

	/* .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 {
		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 .sec-title-wrapper {
		text-align: center;
	}

	.services_area .swiper-arrow-control {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-100%);
		z-index: 9;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.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 {
		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: 80px;
	}
}

@media screen and (max-width: 1200px) {

.header__nav-icon-3 img {
    filter: invert(1);
}
.text-justify {
	text-align: justify;
}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.team__slide {
    max-width: 400px;
}
.counter__item-2 {
    height: auto;
    padding: 10px 0;
}
	.scene {
		display: none;
	}

	.top_bar {
		display: none;
	}

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

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

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

	.header__inner-3.header__area-3 .header__logo-2 {
		margin-right: 15px;
	}

	    .hero__area-2 {
        height: 95vh;
        min-height: 600px;
        max-height: 700px;
    }

	.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: 24px;
        line-height: 34px;
        /* padding-right: unset; */
        padding-bottom: unset;
        margin-bottom: 30px;
        text-align: left;
    }

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

	.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: 16px;
	}

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

	.sec-title-wrapper h2 {
		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: 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;
	}

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

	.services_area .swiper-arrow-control {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-100%);
		z-index: 9;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.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 {
		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: left !important;
		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;
	}
	.text-left{
		text-align: left;
	}
	
}


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

	.duration__btm .duration {
		min-height: 300px;
		padding: 30px;
	}
		.cstm_product_image.mb-3 {
			width: 100%;
		}
}

.cstm_section ul li {
    text-align: justify;
}
ul.cstm_products li {
    text-align: left !important;
}

video.image-bg.cover-bg.dsn-video.dsn_video {
    height: 100%;
    object-fit: cover;
}