* {
	padding: 0px;
	margin: 0px
}

h1, h2, h3, h4, h5, h6{font-family: "Monda", sans-serif; margin-bottom:20px}
body {
	font-family: "Vend Sans", sans-serif;
	overflow-x: hidden;
}

.container {
	max-width: 1200px;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

/* Header Styles */
header {
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	position: sticky;
	top: 0;
	z-index: 1000;
}

ul.nav li a {
	text-decoration: none !important;
	text-transform: capitalize;
	color: #000 !important;
	font-weight: 600;
	font-size: 14px;
	transition: color 0.3s ease;
	padding: 5px 0;
	position: relative;
}

	ul.nav li a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: #FE0001;
		transition: width 0.3s ease;
	}

	ul.nav li a:hover,
	ul.nav li a.active {
		color: #FE0001 !important;
	}

		ul.nav li a:hover:after,
		ul.nav li a.active:after {
			width: 100%;
		}

.main-logo {
	max-height: 120px;
	transition: transform 0.3s ease;
}

	.main-logo:hover {
		transform: scale(1.05);
	}

.contact1-section {
	width: 100%;
	float: left;
	display: block;
	padding: 50px 0px;
}

	.contact1-section .title-section {
		text-align: center
	}

		.contact1-section .title-section h2 {
			font-size: 45px
		}

.iconbox-container {
	margin-top: 20px
}

.icon-box {
	border: 2px solid #efefef;
	padding: 20px 30px;
	border-radius: 10px;
	height: 300px;
	text-align:center;
}

	.icon-box .icon-img {
		background: #000;
		padding: 20px;
		width: 80px;
		height: 80px;
		display:inline-block;
		border-radius: 100%;
		line-height: 40px;
		text-align: center;
		margin-bottom: 20px
	}

.contact-form {
	padding: 50px 0px;
	background: #efefef;
	width: 100%;
	float: left;
	display: block
}

	.contact-form .title-section {
		text-align: center
	}

		.contact-form .title-section h2 {
			font-size: 45px
		}

.form-inner {
	width: 90%;
	margin: 0 auto;
	text-align: center
}

	.form-inner input {
		margin-bottom: 20px;
		padding: 20px;
		border-radius: 50px
	}

	.form-inner textarea {
		margin-bottom: 20px;
		padding: 20px;
		border-radius: 20px
	}

	.form-inner button {
		background: #FE0000;
		color: #fff;
		width: 20%;
		font-weight: bold;
		font-size: 18px;
		margin: 0 auto;
		border: 0px;
		display: inline-block;
		padding: 20px 20px;
		border-radius: 100px
	}

.mapping-section {
	width: 100%;
	float: left;
	padding: 0px;
	display: block;
	height: 400px
}

.header-contact-sec {
	gap: 10px;
	white-space: nowrap;
}

.header-btn1, .header-btn2 {
	border-radius: 50px;
	padding: 8px 20px !important;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	border: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-btn1 {
	background: #000;
	color: #fff !important;
}

	.header-btn1:hover {
		background: #333;
	}

.header-btn2 {
	background: #FE0001;
	color: #fff !important;
}

	.header-btn2:hover {
		background: #d60000;
		transform: translateY(-2px);
		box-shadow: 0 4px 10px rgba(254, 0, 1, 0.3);
	}

.icon-wrap {
	background: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 6px;
}

.header-btn2 .icon-wrap {
	background: rgba(255,255,255,0.2);
}

.icon-wrap img {
	width: 100%;
	height: auto !important;
}

.menu-button-sec button {
	padding: 12px 15px;
	border: 0px;
	margin-right: 10px;
	border-radius: 50px;
}

.header-btn1 {
	background: #000;
	color: #fff
}

	.header-btn1 span {
		background: #fff;
		padding: 7px;
		color: #000;
		border-radius: 50px;
		margin-right: 10px
	}

	.header-btn1 img {
		width: 20px;
		height: 20px !important;
		line-height: 25px
	}

.header-btn2 {
	background: #FE0001;
	color: #fff;
	padding: 10px 20px !important;
}

	.header-btn2 img {
		width: 19px;
		height: 19px !important;
		line-height: 25px;
		margin-right: 5px
	}

/************slider*********/
.main-slider {
	width: 100%;
	float: left;
	display: block;
	overflow: hidden;
	margin-top: 0px
}

.slider {
	position: relative;
	height: 100vh;
}

.slider__slides {
	z-index: 1;
	position: relative;
	height: 100%;
}

.slider__control {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border-radius: 50%;
	background: #fe0001;
	transition: background-color 0.3s;
	cursor: pointer;
}

.slider__control--right {
	left: 95%;
}

.slider__control:hover {
	background-color: #000;
}

.slider__control-line {
	position: absolute;
	left: 23px;
	top: 50%;
	width: 3px;
	height: 14px;
	transform-origin: 50% 0;
	transform: rotate(-45deg);
}

	.slider__control-line:nth-child(2) {
		transform: translateY(1px) rotate(-135deg);
	}

.slider__control--right .slider__control-line {
	left: 37px;
	transform-origin: 1px 0;
	transform: rotate(45deg);
}

	.slider__control--right .slider__control-line:nth-child(2) {
		transform: translateY(1px) rotate(135deg);
	}

.slider__control-line:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e2e2e2;
	transition: background-color 0.3s;
}

.slider__control:hover .slider__control-line:after {
	background-color: #fff;
}

.slider__control.a--rotation .slider__control-line:after {
	-webkit-animation: arrowLineRotation 0.49s;
	animation: arrowLineRotation 0.49s;
}

.slider__control.a--rotation .slider__control-line:nth-child(1):after {
	-webkit-animation: arrowLineRotationRev 0.49s;
	animation: arrowLineRotationRev 0.49s;
}

@-webkit-keyframes arrowLineRotation {
	to {
		transform: rotate(180deg);
	}
}

@keyframes arrowLineRotation {
	to {
		transform: rotate(180deg);
	}
}

@-webkit-keyframes arrowLineRotationRev {
	to {
		transform: rotate(-180deg);
	}
}

@keyframes arrowLineRotationRev {
	to {
		transform: rotate(-180deg);
	}
}

.slide {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150vmax;
	height: 150vmax;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: -webkit-clip-path 0s 0.91s;
	transition: clip-path 0s 0.91s;
	transition: clip-path 0s 0.91s, -webkit-clip-path 0s 0.91s;
	-webkit-clip-path: circle(30px at 120vw 50%);
	clip-path: circle(30px at 120vw 50%);
}

	.slide.s--prev {
		-webkit-clip-path: circle(30px at 30vw 50%);
		clip-path: circle(30px at 30vw 50%);
	}

	.slide.s--active {
		z-index: 1;
		transition: -webkit-clip-path 1.3s;
		transition: clip-path 1.3s;
		transition: clip-path 1.3s, -webkit-clip-path 1.3s;
		-webkit-clip-path: circle(120vmax at 120vw 50%);
		clip-path: circle(120vmax at 120vw 50%);
	}

		.slide.s--active.s--active-prev {
			-webkit-clip-path: circle(120vmax at 30vw 50%);
			clip-path: circle(120vmax at 30vw 50%);
		}

	.slide:nth-child(1) .slide__inner {
		background-image: url("../img/banner1.webp");
	}

	.slide:nth-child(2) .slide__inner {
		background-image: url("../img/banner2.webp");
	}

	.slide:nth-child(3) .slide__inner {
		background-image: url("../img/banner3.jpg");
	}

	.slide:nth-child(4) .slide__inner {
		background-image: url("../img/banner4.jpg");
	}

	.slide:nth-child(5) .slide__inner {
		background-image: url("../img/banner5.webp");
	}

.slide__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100vw;
	height: 100vh;
	margin-left: -50vw;
	margin-top: -50vh;
	background-size: cover;
	background-position: center center;
}

	.slide__inner:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
	}

.slide:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgb(0 0 0 / 8%), rgb(0 0 0 / 14%));
	opacity: 1;
	transition: opacity 0.4s ease;
	z-index: 2;
}

.slide__content {
	position: absolute;
	top: 50%;
	/* Moves the top edge of the element to the vertical center of the parent */
	left: 50%;
	/* Moves the left edge of the element to the horizontal center of the parent */
	transform: translate(-50%, -50%);
	text-align: center;
	margin-left: -30px;
	margin-top: 48px;
	max-width: 650px;
	color: #fff;
	z-index: 5;
}

	.slide__content h5:before {
		width: 7px;
		height: 7px;
		background: #FE0001;
		content: "";
		position: absolute;
		inset: 0;
		left: -15px;
		top: 10px;
		opacity: 1;
	}

	.slide__content h5 {
		position: relative;
		display: inline-block
	}

.slide__heading {
	margin-bottom: 20px;
	font-size: 75px;
}

.slide__text {
	font-size: 18px;
}

	.slide__text a {
		color: inherit;
	}

.banner-btn {
	background: #000;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 50px;
	font-size: 18px;
	display:inline-block;
	text-decoration:none;
	border: 0px;
	transition: all 1s;
}

	.banner-btn:hover {
		background: #fe0001
	}

	.banner-btn span {
		padding: 0px;
		margin: 0px
	}

	.banner-btn img {
		width: 18px;
		height: 18px;
		margin-right: 5px
	}

.about-section {
	width: 100%;
	float: left;
	display: block;
	padding: 80px 0px
}

.about-content h2 {
	font-size: 45px
}

.about-content h5 {
	margin-left: 20px
}

/*.title-section h5:before {
	width: 7px;
	height: 7px;
	background: #FE0001;
	content: "";
	position: absolute;
	inset: 0;
	left: -15px;
	top: 10px;
	opacity: 1;
}*/

.breadcrumb-section {
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../img/bread-crumb-bg.jpg);
	background-size: cover;
	height: 300px;
	padding: 50px 0px
}

	.breadcrumb-section h3 {
		font-size: 55px
	}

.about-content1 {
	padding: 50px 0px;
	width: 100%;
	float: left
}

	.about-content1 h2 {
		font-size: 45px
	}

	.about-content1 img {
		border-radius: 20px;
		height: 400px;
		object-fit: cover
	}

.value-content {
	background: #F5F5F5;
	padding: 50px 0px;
	width: 100%;
	float: left
}

	.value-content .value-box {
		text-align: center
	}

		.value-content .value-box img {
			margin-bottom: 20px;
			width: 80px
		}

		.value-content .value-box h4 {
			color: #9F1A2B;
			font-size: 30px;
			font-weight: bold;
		}

	.value-content .title-section {
		text-align: center;
		margin-bottom: 40px
	}

	.value-content h2 {
		font-size: 45px
	}

.process-sec {
	padding: 70px 0px;
	width: 100%;
	float: left;
	color: #fff;
	background: url(../img/bg1.jpg);
}

	.process-sec .container {
		position: relative
	}

/*		.process-sec .container::after {
			content: url(../img/line-shape.png);
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
			z-index: -1;
		}*/

	.process-sec .title-section {
		text-align: center;
		margin-bottom: 20px;
	}

		.process-sec .title-section h2 {
			font-size: 45px
		}

.process-inner {
	text-align: center;
	position: relative
}

	.process-inner img {
		border-radius: 100%;
		border: 10px solid #fff;
		margin-bottom: 20px;
		width: 200px
	}

	.process-inner .process-count {
		position: absolute;
		z-index: 1;
		top: 5%;
		right: 5%;
		background: #000;
		padding: 10px;
		width: 50px;
		height: 50px;
		font-weight: bold;
		border-radius: 100%
	}

.title-section h5 {
	position: relative;
	display: inline-block;
	margin-left: 0px !important;
	margin-bottom:15px;
	color: #FE0001 ;
	font-family: "Kaushan Script", cursive;
}

.about-btn {
	background: #000;
	padding: 10px 30px;
	border-radius: 30px;
	color: #fff;
	border: 0px;
}

.about-section img {
	border-radius: 20px
}

.about-right {
	position: relative
}

.about-img-content {
	background: #fe0001;
	color: #fff;
	padding: 25px;
	margin-top: 20px;
	text-align: center;
	position: absolute;
	width: 180px;
	height: 180px;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*margin-left: 40px;*/
	display: inline-block;
	border-radius: 10px;
	z-index: 999;
	border-radius: 100%;
	font-weight: bold;
}


	.about-img-content span {
		font-size: 55px;
		font-weight: bold;
	}


.center {
	text-align: center
}

.service-section {
	width: 100%;
	float: left;
	display: block;
	padding: 80px 0px;
	background: url("../img/bg1.jpg");
	background-size: cover;
	color: #fff;
}
	.service-section .title-section h5{color:#fff !important; margin-bottom:20px}

	.service-section .title-section h5:before {
		background: #000;
	}

	.service-section h2 {
		font-size: 45px;
	}


.half-center-swiper {
	width: 100%;
	padding: 40px 0 !important;
}

	.half-center-swiper .swiper-slide {
		/*width: 60% !important;*/
		/* 👈 Controls how much side slides show */
		transition: 0.4s ease;
		opacity: 1;
		transform: scale(0.85);
	}
	/*.half-center-swiper .swiper-wrapper{width: 80% !important; margin: 0 auto !important;}*/
	.half-center-swiper .swiper-slide-active {
		opacity: 1;
		transform: scale(1);
	}

	.half-center-swiper .focus-card {
		height: 450px;
		border-radius: 20px;
		background: linear-gradient(135deg, #1e1e1e, #2c2c2c);
		display: flex;
		align-items: start;
		justify-content: flex-end;
		font-size: 32px;
		flex-direction: column;
		color: #fff;
		/*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);*/
		position: relative;
	}

		.half-center-swiper .focus-card:before {
			position: absolute;
			content: "";
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			/*	background: linear-gradient(180deg, rgb(0 0 0 / 19%) 75%, #000000 94%);*/
			border-radius: 20px;
			opacity: 0.9;
			z-index: 1;
		}

		.half-center-swiper .focus-card h1 {
			text-align: left;
			font-size: 25px
		}

		.half-center-swiper .focus-card.slide1 {
			background: url('../img/range/kerala.jpeg') !important;
			background-size: cover !important;
			padding: 20px
		}

			.half-center-swiper .focus-card.slide1 p {
				text-align: left;
				font-size: 16px
			}

		.half-center-swiper .focus-card.slide2 {
			background: url('../img/range/clay.jpeg') !important;
			background-size: cover !important;
			padding: 20px
		}

			.half-center-swiper .focus-card.slide2 p {
				text-align: left;
				font-size: 16px
			}

		.half-center-swiper .focus-card.slide3 {
			background: url('../img/range/double.jpeg') !important;
			background-size: cover !important;
			padding: 10px 20px
		}

			.half-center-swiper .focus-card.slide3 p {
				text-align: left;
				font-size: 16px
			}

		.half-center-swiper .focus-card.slide4 {
			background: url('../img/range/ceramic.jpeg') !important;
			background-size: cover !important;
			padding: 20px
		}

			.half-center-swiper .focus-card.slide4 p {
				text-align: left;
				font-size: 16px
			}

		.half-center-swiper .focus-card.slide5 {
			background: url('../img/range/upvc.jpeg') !important;
			background-size: cover !important;
			padding: 20px
		}

			.half-center-swiper .focus-card.slide5 p {
				text-align: left;
				font-size: 16px
			}

.slider-content {
	z-index: 9999
}

.why-us {
	width: 100%;
	float: left;
	display: block;
	padding: 70px 0px;
}

	.why-us .title-section {
		text-align: center
	}

		.why-us .title-section h2 {
			font-size: 45px;
			margin-bottom: 30px
		}

/*.why-us {
	width: 100%;
	float: left;
	display: block;
	padding: 70px 0px;
}

.why-us .title-section {`
	text-align: center
}

.why-us .title-section h2 {
	font-size: 45px;
	margin-bottom: 30px
}*/

.why1 {
	display: flex;
	flex-direction: column
}

	.why1 .why1-icon {
		display: flex;
		background: url("../img/bg1.jpg");
		background-size: cover;
		color: #fff;
		flex-direction: column;
		justify-content: flex-end;
		border: 0px solid #777;
		padding: 30px;
		border-radius: 20px;
		height: 350px
	}

.why2 .why2-icon {
	display: flex;
	background: url("../img/bg-dark.jpg");
	background-size: cover;
	color: #fff;
	flex-direction: column;
	justify-content: flex-end;
	border: 0px solid #777;
	padding: 30px;
	border-radius: 20px;
	height: 350px
}

.why3 .why3-icon {
	display: flex;
	background: url("../img/bg1.jpg");
	background-size: cover;
	color: #fff;
	flex-direction: column;
	justify-content: flex-end;
	border: 0px solid #777;
	padding: 30px;
	border-radius: 20px;
	height: 350px
}

.why1-icon img {
	width: 64px;
	margin-bottom: 20px
}

.why2-icon img {
	width: 64px;
	margin-bottom: 20px
}

.why3-icon img {
	width: 64px;
	margin-bottom: 20px
}

.why1-img img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	margin-top: 30px;
	border-radius: 20px !important
}

.why2-img img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 30px;
	border-radius: 20px !important
}

.why3-img img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	margin-top: 30px;
	border-radius: 20px !important
}

.portfolio-section {
	width: 100%;
	float: left;
	display: block;
	padding: 70px 0px
}

	.portfolio-section .title-section {
		text-align: center
	}

		.portfolio-section .title-section h2 {
			font-size: 45px;
			margin-bottom: 30px
		}

.masonry-gallery {
	column-count: 3;
	column-gap: 25px;
	padding: 0px;
}

@media (max-width: 1024px) {
	.masonry-gallery {
		column-count: 2;
	}
}

@media (max-width: 600px) {
	.masonry-gallery {
		column-count: 1;
	}
}

.masonry-item {
	position: relative;
	margin-bottom: 25px;
	break-inside: avoid;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

	.masonry-item img {
		width: 100%;
		display: block;
		border-radius: 20px;
		transition: 0.6s ease;
	}

.mg-1 img {
	height: 270px
}

.mg-5 img {
	height: 610px
}

/* Overlay */
.overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
	opacity: 0;
	transition: 0.5s ease;
	display: flex;
	align-items: flex-end;
	padding: 30px;
	backdrop-filter: blur(6px);
}

.content {
	color: #fff;
	transform: translateY(40px);
	transition: 0.5s ease;
}

	.content h3 {
		margin: 0 0 10px;
	}

	.content p {
		margin: 0;
		opacity: 0.8;
	}

/* Hover Effects */
.masonry-item:hover img {
	transform: scale(1.08);
}

.masonry-item:hover .overlay {
	opacity: 1;
}

.masonry-item:hover .content {
	transform: translateY(0);
}

.process-section {
	background: url("../img/bg1.jpg");
	background-size: cover;
	width: 100%;
	float: left;
	display: block;
	padding: 70px 0px;
	color: #fff;
}

	.process-section h2 {
		font-size: 50px
	}

.video-section {
	width: 100%;
	float: left;
	display: block;
	background: #f5f5f5;
	padding: 50px 0px
}

.youtube-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
	gap: 15px;
	padding: 0px;
}

.video-card {
	/* background:#1c1c1c;*/
	border-radius: 16px;
	overflow: hidden;
	transition: 0.4s ease;
	position: relative;
	cursor: pointer;
	/* height: 350px;*/
}

	.video-card:hover {
		transform: translateY(-10px);
	}

.video-thumb {
	position: relative;
	aspect-ratio: 16/9;
	background: #000;
	overflow: hidden;
}

	.video-thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.4s ease;
	}

.video-card:hover img {
	transform: scale(1.05);
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	padding: 5px 30px;
	border-radius: 5px;
	color: white;
	background: #AE0000;
	opacity: 0.9;
	pointer-events: none;
	transition: 0.3s;
}

.video-title {
	padding: 18px;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	background: #00000069;
	margin-top: -58px;
	position: relative;
	z-index: 999;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
	animation: fadeIn 0.4s ease forwards;
}

.process-section .title-section {
	text-align: center
}

/*
*/
.gallery-item {
	overflow: hidden;
	border-radius: 12px;
}

	.gallery-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease;
	}

	.gallery-item:hover img {
		transform: scale(1.1);
	}

/* Responsive */
@media (max-width: 1024px) {
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.gallery-grid {
		grid-template-columns: 1fr;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.tab-content {
	margin-top: 20px
}

#site {
	background: url(../img/process/1.jpg);
	background-size: cover;
	height: 600px;
	border-radius: 20px
}

#material {
	background: url(../img/process/2.jpg);
	background-size: cover;
	height: 600px;
	border-radius: 20px
}

#expert {
	background: url(../img/process/3.jpg);
	background-size: cover;
	height: 600px;
	border-radius: 20px
}

#quality {
	background: url(../img/process/4.jpg);
	background-size: cover;
	height: 600px;
	border-radius: 20px
}

.process-section .nav-tabs {
	justify-content: flex-end;
	border: 0px;
	margin-top: -50px;
	margin-bottom: 40px !important
}

.process-section li .nav-link {
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-left: 20px;
	border-radius: 20px;
	color: #000;
	font-weight: bold
}

.process-section .nav-link.active {
	background: #FE0001;
	color: #fff
}

.process-section .tab-inner {
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	margin-top: 20%;
	display: inline-block;
	width: 400px;
	color: #fff;
	padding: 30px;
	border-radius: 20px
}

	.process-section .tab-inner h2 {
		font-size: 35px
	}

	.process-section .tab-inner img {
		margin-bottom: 20px
	}

.process-section .tab-cont {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	align-items: end;
}

.footer-section {
	background: url(../img/footer-bg1.jpg);
	background-size: cover;
	color: #fff;
	width: 100%;
	float: left;
	display: block;
	padding: 70px 0px 20px 0px
}

	.footer-section h4 {
		margin-bottom: 20px
	}

.footer-btn {
	background: #000;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 50px;
	margin-top: 20px;
	font-size: 18px;
	border: 0px;
	transition: all 1s;
}

.footer-section ul {
	padding: 0px;
	margin: 0px;
	margin-top: 20px
}

	.footer-section ul li {
		list-style-type: none;
		margin-bottom: 20px
	}

		.footer-section ul li a {
			text-decoration: none;
			color: #efefef;
		}

.footer-section p {
	color: #efefef
}

.bottom-footer {
	border-top: 1px solid #efefef78;
	padding-top: 20px;
	margin-top: 20px
}

	.bottom-footer a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}

.gallery-section h2 {
	font-size: 45px
}

.gallery-section {
	padding: 60px 20px;
	font-family: sans-serif;
	width: 100%;
	float: left;
	display: fl;
}

.tabs {
	text-align: center;
	margin-bottom: 40px;
}

.tab-btn {
	padding: 10px 25px;
	border: none;
	margin: 5px;
	cursor: pointer;
	background: #eee;
	border-radius: 30px;
	transition: 0.3s ease;
}

	.tab-btn.active,
	.tab-btn:hover {
		background: #000;
		color: #fff;
	}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 5px;
}

.gallery-caption {
	margin-top: -120px;
	text-align: left !important;
	color: #fff;
	z-index: 999;
	position: relative;
	padding: 30px
}

	.gallery-caption h5 {
		border-left: 5px solid #A10000;
		padding-left: 10px;
		display: inline-block
	}

.gallery-item:before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(0 0 0 / 43%) 75%, #000000 94%);
	opacity: 0.9;
	z-index: 1;
}

.gallery-item {
	overflow: hidden;
	border-radius: 0px;
	transform: scale(1);
	opacity: 1;
	transition: all 0.4s ease;
	/* border-bottom: 5px solid #A10000*/
}

	.gallery-item.hide {
		transform: scale(0.8);
		opacity: 0;
		pointer-events: none;
		position: absolute;
	}

	.gallery-item img {
		width: 100%;
		display: block;
		transition: 0.4s ease;
	}

	.gallery-item:hover img {
		transform: scale(1.1);
	}


/* cube-slider style */
.banner-btn {
	background: #FE0001 !important;
	margin-top: 20px
}

.banner-section {
	width: 100%;
	float: left;
	display: block;
	overflow: hidden
}

.cube-swiper {
	width: 100%;
	height: 80vh;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 50px !important;
	display: block;
	position: relative;
	float: left;
}

	.cube-swiper .swiper-slide {
		background: #000;
		border-radius: 0px;
		overflow: hidden;
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
	}

	.cube-swiper img {
		width: 100%;
		height: 600px;
		object-fit: cover;
	}

	.cube-swiper .swiper-caption {
		position: absolute;
		bottom: 30px;
		left: 30px;
		right: 30px;
		/*		background: rgba(0,0,0,0.75);*/
		/*		backdrop-filter: blur(10px);*/
		color: white;
		padding: 25px;
		border-radius: 12px;
		/*		box-shadow: 0 8px 32px rgba(0,0,0,0.3);*/
		transform: translateZ(20px);
		z-index: 10;
		width: 60%;
	}

		.cube-swiper .swiper-caption h2 {
			margin: 0 0 10px 0;
			font-size: clamp(2rem, 5vw, 3.5rem);
			font-family: "Vend Sans"sans-serif;
		}

		.cube-swiper .swiper-caption p {
			margin: 0;
			font-size: clamp(1rem, 3vw, 1.3rem);
			opacity: 0.9;
			font-family: "Vend Sans"sans-serif;
		}

	.cube-swiper .swiper-button-next, .swiper-button-prev {
		color: white;
		background: rgba(0,0,0,0.5);
		width: 60px !important;
		height: 60px !important;
		border-radius: 50%;
		top: 50%;
		transform: translateY(-50%);
		color: #fff !important;
		font-size: 20px !important;
	}

		.cube-swiper .swiper-button-next:after, .swiper-button-prev:after {
			font-size: 21px !important
		}

	.cube-swiper .swiper-pagination-bullet-active {
		background: #007cba !important;
	}

@media (max-width: 768px) {
	.cube-swiper {
		height: 60vh;
	}

		.cube-swiper .swiper-caption {
			bottom: 20px;
			left: 20px;
			right: 20px;
			padding: 20px;
		}
}

/*** Range Slider*****/
.carousel-container {
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
	position: relative;
}

/* OUTSIDE ARROWS */
.nav-wrapper {
	position: absolute;
	top: 50%;
	left: -60px;
	right: -60px;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.custom-prev,
.custom-next {
	display: none !important;
	pointer-events: all;
	width: 45px;
	height: 45px;
	background: #000;
	border-radius: 50%;
}

/* SLIDE */
.swiper-slide {
	transition: transform 0.4s ease;
	overflow: hidden;
	border-radius: 20px;
}

/* CARD DESIGN */
.focus-card {
	height: 350px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	color: #fff;
	transition: transform 0.5s ease;
}

/* BACKGROUND IMAGES */
.slide1 {
	background: url('https://picsum.photos/400/300?1') center/cover;
}

.slide2 {
	background: url('https://picsum.photos/400/300?2') center/cover;
}

.slide3 {
	background: url('https://picsum.photos/400/300?3') center/cover;
}

.slide4 {
	background: url('https://picsum.photos/400/300?4') center/cover;
}

.slide5 {
	background: url('https://picsum.photos/400/300?5') center/cover;
}

/* ZOOM EFFECT */
.swiper-slide:hover .focus-card {
	transform: scale(1.08);
}

/* DARK OVERLAY */
.focus-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

/* TEXT */
.slider-content {
	position: relative;
	z-index: 2;
}

/* CENTER FOCUS EFFECT */
.swiper-slide {
	transform: scale(0.9);
}

.swiper-slide-active {
	transform: scale(1);
}

.hamburger-menu, .mobile-menu {
	display: none !important;
}



@media screen and (max-width: 480px) {
	.hamburger-menu {
		display: block
	}

	.navbar-nav {
		display: none !important
	}
	.process-inner .process-count{right:15%}
	.about-img-content{top:50%}
	.header-btn1, .header-btn2 {
		font-size: 12px !important;
		padding: 8px 10px !important
	}
	.about-inner-right{margin-top:20px}

	.header-btn-sec {
		width: 100% !important;
		margin-left: 1%
	}

	.title-section h2 {
		font-size: 35px !important
	}

		.title-section h2 br {
			display: none !important
		}

	.why2, .why3 {
		margin-top: 20px
	}

	.about-btn {
		margin-bottom: 10px;
		display: inline-block;
	}

	.about-right-img {
		margin-top: 20px
	}

	.cube-swiper .swiper-caption {
		bottom: 200px !important;
		width: 300px !important
	}

	.hamburger-menu {
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 20px;
		padding-left: 15px;
		width: 100%;
		height: 43px;
		cursor: pointer;
		z-index: 9998;
		background: transparent;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.bar,
	.bar:after,
	.bar:before {
		width: 30px;
		height: 3px;
	}

	.bar {
		position: relative;
		transform: translateY(10px);
		background: black;
		transition: all 0ms 300ms;
	}

		.bar.animate {
			background: rgba(255, 255, 255, 0);
		}

		.bar:before {
			content: "";
			position: absolute;
			left: 0;
			bottom: 10px;
			background: black;
			transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar:after {
			content: "";
			position: absolute;
			left: 0;
			top: 10px;
			background: black;
			transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar.animate:after {
			top: 0;
			transform: rotate(45deg);
			transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar.animate:before {
			bottom: 0;
			transform: rotate(-45deg);
			transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

	/*---------------------
Mobiles Menu 
----------------------*/
	/*---------------------
Mobiles Menu - Design 
----------------------*/
	.mobile-menu ul {
		margin: 0;
		padding: 0;
	}

	.mobile-menu li {
		font-size: 18px;
		line-height: 30px;
		margin: 0;
		overflow: hidden;
		padding: 5px;
		position: relative;
		text-align: left;
		text-transform: uppercase;
		padding-left: 15px;
	}

		.mobile-menu li:first-child {
			margin-top: 70px;
		}

		.mobile-menu li:hover {
			background: #CCCCCC;
		}

		.mobile-menu li a {
			text-decoration: none;
			color: black;
		}

	/*---------------------
Mobiles Menu - Slide IN 
----------------------*/
	.mobile-menu {
		top: 0;
		max-width: 250px;
		left: -100%;
		width: 100%;
		background: #EBEBEB;
		color: black;
		height: 100%;
		position: fixed;
		z-index: 9997;
		overflow-y: auto;
		-webkit-transform: translate3d(0, 0, 205px);
		-moz-transform: translate3d(0, 0, 205px);
		transform: translate3d(0, 0, 205px);
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}

		.mobile-menu.active {
			left: 0;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			-webkit-transition: all 500ms ease-in-out;
			-moz-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
		}

	/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/
	.has-children:hover {
		cursor: hand;
	}

	.children {
		display: none;
	}

	.mobile-menu .children li:first-child {
		margin-top: 0px;
	}

	.icon-arrow {
		position: absolute;
		display: block;
		font-size: 0.7em;
		color: black;
		top: 5px;
		right: 10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transition: 0.6s;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
	}

		.icon-arrow:after {
			content: "▼";
		}

		.icon-arrow.open {
			transform: rotate(-180deg);
			-webkit-transform: rotate(-180deg);
			-moz-transform: rotate(-180deg);
			transition: 0.6s;
			-webkit-transition: 0.6s;
			-moz-transition: 0.6s;
		}

	.hamburger-menu, .mobile-menu {
		display: block !important;
	}

	.form-inner button {
		width: 100%;
		font-size: 18px;
		margin: 0 auto;
	}
}



@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
	.cube-swiper {
		height: 70vh;
	}

	.hamburger-menu {
		display: block
	}

	.navbar-nav {
		display: none !important
	}
	.process-inner .process-count {
		right: 30%
	}
	.header-logo-sec {
		width: 50% !important
	}

		.header-logo-sec img {
			width: 94px;
			margin-left: -51px;
		}

	.header-btn1, .header-btn2 {
		font-size: 11px !important;
		padding: 8px 10px !important
	}

	.header-btn-sec {
		width: 50% !important;
		/*		margin-left: 1%*/
	}

	.title-section h2 {
		font-size: 35px !important
	}

		.title-section h2 br {
			display: none !important
		}

	.why2, .why3 {
		margin-top: 20px
	}

	.about-btn {
		margin-bottom: 10px;
		display: inline-block;
	}

	.about-right-img {
		margin-top: 20px
	}

	.cube-swiper .swiper-caption {
		bottom: 200px !important;
		width: 400px !important
	}

	.hamburger-menu {
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 20px;
		padding-left: 15px;
		width: 100%;
		height: 43px;
		cursor: pointer;
		z-index: 9998;
		background: transparent;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.bar,
	.bar:after,
	.bar:before {
		width: 30px;
		height: 3px;
	}

	.bar {
		position: relative;
		transform: translateY(10px);
		background: black;
		transition: all 0ms 300ms;
	}

		.bar.animate {
			background: rgba(255, 255, 255, 0);
		}

		.bar:before {
			content: "";
			position: absolute;
			left: 0;
			bottom: 10px;
			background: black;
			transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar:after {
			content: "";
			position: absolute;
			left: 0;
			top: 10px;
			background: black;
			transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar.animate:after {
			top: 0;
			transform: rotate(45deg);
			transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar.animate:before {
			bottom: 0;
			transform: rotate(-45deg);
			transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

	/*---------------------
Mobiles Menu 
----------------------*/
	/*---------------------
Mobiles Menu - Design 
----------------------*/
	.mobile-menu ul {
		margin: 0;
		padding: 0;
	}

	.mobile-menu li {
		font-size: 18px;
		line-height: 30px;
		margin: 0;
		overflow: hidden;
		padding: 5px;
		position: relative;
		text-align: left;
		text-transform: uppercase;
		padding-left: 15px;
	}

		.mobile-menu li:first-child {
			margin-top: 70px;
		}

		.mobile-menu li:hover {
			background: #CCCCCC;
		}

		.mobile-menu li a {
			text-decoration: none;
			color: black;
		}

	/*---------------------
Mobiles Menu - Slide IN 
----------------------*/
	.mobile-menu {
		top: 0;
		max-width: 250px;
		left: -100%;
		width: 100%;
		background: #EBEBEB;
		color: black;
		height: 100%;
		position: fixed;
		z-index: 9997;
		overflow-y: auto;
		-webkit-transform: translate3d(0, 0, 205px);
		-moz-transform: translate3d(0, 0, 205px);
		transform: translate3d(0, 0, 205px);
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}

		.mobile-menu.active {
			left: 0;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			-webkit-transition: all 500ms ease-in-out;
			-moz-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
		}

	/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/
	.has-children:hover {
		cursor: hand;
	}

	.children {
		display: none;
	}

	.mobile-menu .children li:first-child {
		margin-top: 0px;
	}

	.icon-arrow {
		position: absolute;
		display: block;
		font-size: 0.7em;
		color: black;
		top: 5px;
		right: 10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transition: 0.6s;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
	}

		.icon-arrow:after {
			content: "▼";
		}

		.icon-arrow.open {
			transform: rotate(-180deg);
			-webkit-transform: rotate(-180deg);
			-moz-transform: rotate(-180deg);
			transition: 0.6s;
			-webkit-transition: 0.6s;
			-moz-transition: 0.6s;
		}

	.hamburger-menu, .mobile-menu {
		display: block !important;
	}

	.form-inner button {
		width: 100%;
		font-size: 18px;
		margin: 0 auto;
	}
}


@media screen and (min-device-width: 769px) and (max-device-width: 991px) {
	.cube-swiper {
		height: 70vh;
	}

	.hamburger-menu {
		display: block
	}

	.navbar-nav {
		display: none !important
	}
	.process-inner .process-count {
		right: 25%
	}
	.header-logo-sec {
		width: 50% !important
	}

	.about-section .about-right .col-md-6 {
		width: 100% !important
	}

	.header-logo-sec img {
		width: 150px;
		/*			margin-left: -51px;*/
	}

	.header-btn1, .header-btn2 {
		font-size: 11px !important;
		padding: 8px 10px !important
	}

	.header-btn-sec {
		width: 50% !important;
		/*		margin-left: 1%*/
	}

	.title-section h2 {
		font-size: 35px !important
	}

		.title-section h2 br {
			display: none !important
		}

	.why2, .why3 {
		margin-top: 20px
	}

	.about-btn {
		margin-bottom: 10px;
		display: inline-block;
	}

	.about-right-img {
		margin-top: 20px
	}

	.cube-swiper .swiper-caption {
		bottom: 200px !important;
		width: 400px !important
	}

	.hamburger-menu {
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 31px;
		padding-left: 15px;
		width: 100%;
		height: 43px;
		cursor: pointer;
		z-index: 9998;
		background: transparent;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.bar,
	.bar:after,
	.bar:before {
		width: 30px;
		height: 3px;
	}

	.bar {
		position: relative;
		transform: translateY(10px);
		background: black;
		transition: all 0ms 300ms;
	}

		.bar.animate {
			background: rgba(255, 255, 255, 0);
		}

		.bar:before {
			content: "";
			position: absolute;
			left: 0;
			bottom: 10px;
			background: black;
			transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar:after {
			content: "";
			position: absolute;
			left: 0;
			top: 10px;
			background: black;
			transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar.animate:after {
			top: 0;
			transform: rotate(45deg);
			transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

		.bar.animate:before {
			bottom: 0;
			transform: rotate(-45deg);
			transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}

	/*---------------------
Mobiles Menu 
----------------------*/
	/*---------------------
Mobiles Menu - Design 
----------------------*/
	.mobile-menu ul {
		margin: 0;
		padding: 0;
	}

	.mobile-menu li {
		font-size: 18px;
		line-height: 30px;
		margin: 0;
		overflow: hidden;
		padding: 5px;
		position: relative;
		text-align: left;
		text-transform: uppercase;
		padding-left: 15px;
	}

		.mobile-menu li:first-child {
			margin-top: 70px;
		}

		.mobile-menu li:hover {
			background: #CCCCCC;
		}

		.mobile-menu li a {
			text-decoration: none;
			color: black;
		}

	/*---------------------
Mobiles Menu - Slide IN 
----------------------*/
	.mobile-menu {
		top: 0;
		max-width: 250px;
		left: -100%;
		width: 100%;
		background: #EBEBEB;
		color: black;
		height: 100%;
		position: fixed;
		z-index: 9997;
		overflow-y: auto;
		-webkit-transform: translate3d(0, 0, 205px);
		-moz-transform: translate3d(0, 0, 205px);
		transform: translate3d(0, 0, 205px);
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}

		.mobile-menu.active {
			left: 0;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			-webkit-transition: all 500ms ease-in-out;
			-moz-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
		}

	/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/
	.has-children:hover {
		cursor: hand;
	}

	.children {
		display: none;
	}

	.mobile-menu .children li:first-child {
		margin-top: 0px;
	}

	.icon-arrow {
		position: absolute;
		display: block;
		font-size: 0.7em;
		color: black;
		top: 5px;
		right: 10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transition: 0.6s;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
	}

		.icon-arrow:after {
			content: "▼";
		}

		.icon-arrow.open {
			transform: rotate(-180deg);
			-webkit-transform: rotate(-180deg);
			-moz-transform: rotate(-180deg);
			transition: 0.6s;
			-webkit-transition: 0.6s;
			-moz-transition: 0.6s;
		}

	.hamburger-menu, .mobile-menu {
		display: block !important;
	}

	.form-inner button {
		width: 100%;
		font-size: 18px;
		margin: 0 auto;
	}

	.footer-section .col-md-5, .col-md-2, .col-md-2, .col-md-3 {
		width: 50% !important;
		padding-top: 20px;
		padding-right: 20px !important
	}

	.why1-icon img, .why2-icon img, .why3-icon img {
		width: 50px;
		margin-bottom: 10px
	}

	.why-us h4 {
		font-size: 21px
	}

	.about-content1 img {
		height: 550px;
		object-fit: cover;
		margin-top: 50px
	}
}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) {
	.main-logo {
		height: 52px !important;
		/*		margin-left:-20px*/
	}

	.header-contact-sec {
		gap: 10px;
		margin-right: -70px !important;
	}
}



@media screen and (min-device-width: 992px) and (max-device-width: 1280px) {
	body{overflow-x:hidden;}
	.cube-swiper {
		height: 70vh;
	}

	.main-logo {
		height: 80px
	}

	/*	.navbar-nav {
		display: none !important
	}*/
	.navbar-nav {
		gap: 0.7rem !important
	}

		.navbar-nav li a {
			font-size: 15px
		}

	.header-btn1, .header-btn2 {
		font-size: 13px !important;
	}
	/*	.header-btn-sec{width:35% !important}*/
	.about-section .about-right img {
		height: 300px;
		object-fit: cover;
	}

	.header-contact-sec {
		gap: 10px;
		margin-right: -30px;
	}

	.title-section h2 {
		font-size: 35px !important
	}

/*		.title-section h2 br {
			display: none !important
		}*/

	.why2, .why3 {
		margin-top: 20px
	}

	.about-btn {
		margin-bottom: 10px;
		display: inline-block;
	}

	.about-right-img {
		margin-top: 20px
	}

	.cube-swiper .swiper-caption {
		bottom: 200px !important;
		width: 650px !important
	}



	.form-inner button {
		width: 100%;
		font-size: 18px;
		margin: 0 auto;
	}

	.footer-section .col-md-5, .col-md-2, .col-md-2, .col-md-3 {
		width: 25% !important;
		padding-top: 20px;
		padding-right: 20px !important
	}

	.why1-icon img, .why2-icon img, .why3-icon img {
		width: 50px;
		margin-bottom: 10px
	}

	.why-us h4 {
		font-size: 21px
	}

	.about-content1 img {
		height: 400px;
		object-fit: cover;
		margin-top: 50px
	}
}

@media screen and (min-device-width: 992px) and (max-device-width: 1400px) {
	.main-logo {
		height: 80px
	}
}


@media screen and (min-device-width: 1401px) and (max-device-width: 1920px) {
	.main-logo {
		height: 100px
	}
}

@media screen and (min-device-width: 992px) and (max-device-width: 1400px) {

	.about-right img{height:250px; object-fit:cover}
}

.footer-social {display:flex; gap:20px; flex-direction:row; margin-left:20px !important}
.footer-description{margin-left:20px !important}
.icon-inner{width:40px; height:40px; padding:5px; background:#fff; border-radius:50px}