* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

body {
	font-family: "Inter", serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	overflow-x: hidden;

}

/*#contact {*/
/*	scroll-margin-top: 150px !important;*/
/*}*/

#contact-us {
	scroll-margin-top: 150px !important;
}

a {
	text-decoration: none;
}

ul li {
	list-style-type: none !important;
}

:root {
	--primary: #04243d;
	--secondary: #202020;
	--underline: #04243d;
	--bg-color: #3F6A86;
	--before-icon-color: #3C6B89;
	--contact-background: #3C6B89;
	--contact-background-hover: #083a5a;
	/* Define global icon color */
}

b,
strong {
	font-weight: bolder;
	color: #242424;
}

.color-primary {
	color: #0c9bee;
	font-family: "Roboto", serif;
}

.text-white {
	color: white !important;
}

.btn-outline {
	border: 1px solid var(--primary);

}

.btn-outline:hover {
	background-color: var(--primary);
	color: White;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	line-height: 24px;
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	background: #3F6A86;
	display: inline-block;
	padding: 11px 50px;
	border-radius: 50px;
	border: 2px solid #3F6A86;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
	color: #3F6A86 !important;
	border-color: #3F6A86;
	background: none;
}


/*Btn Style Two*/

.btn-style-two {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background: none;
	display: inline-block;
	padding: 11px 50px;
	border-radius: 50px;
	border: 2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover {
	color: #242424;
	border-color: #3F6A86;
	background: #3F6A86;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background: #242424;
	display: inline-block;
	padding: 11px 32px;
	border-radius: 50px;
	border: 2px solid #242424;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover {
	color: #242424;
	border-color: #3F6A86;
	background: #3F6A86;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	line-height: 24px;
	color: #4349d9;
	font-size: 16px;
	font-weight: 600;
	background: none;
	display: inline-block;
	padding: 7px 29px;
	border-radius: 50px;
	border: 2px solid #4349d9;
	font-family: 'Poppins', sans-serif;
}

.btn-style-four:hover {
	color: #242424;
	border-color: #3F6A86;
	background: #3F6A86;
}

/*Btn Style Five*/

.btn-style-five {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background: none;
	display: inline-block;
	padding: 12px 37px;
	border-radius: 50px;
	border: 2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-five:hover {
	color: #242424;
	border-color: #3F6A86;
	background: #3F6A86;
}

/*List Style One*/

.list-style-one {
	position: relative;
	margin-bottom: 40px;
}

.list-style-one li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
	color: #424242;
	font-size: 17px;
	font-weight: 500;
}

.list-style-one li:before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 2px;
	color: #3F6A86;
	font-size: 18px;
	font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	font-size: 16px;
	/* padding-left:20px; */
	margin-bottom: 15px;
}

.list-style-two li:before {
	position: absolute;
	content: "\f0a9";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: -26px;

	/* top: 2px; */
	font-size: 16px;
	color: var(--before-icon-color);
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
}


.list-style-two li span {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;

}

.list-style-two li a {
	color: #ffffff;
}

/*List Style Three*/

.list-style-three {
	position: relative;
}

.list-style-three li {
	position: relative;
	color: #797979;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 8px;
}

.list-style-three li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #656565;
}

.list-style-three li a {
	color: #ffffff;
}

/*List Style Four*/

.list-style-four {
	position: relative;
	margin-bottom: 30px;
}

.list-style-four li {
	position: relative;
	color: #797979;
	font-size: 15px;
	padding-left: 30px;
	margin-bottom: 8px;
}

.list-style-four li:before {
	position: absolute;
	content: "\f10d";
	left: 0px;
	top: 0px;
	font-size: 16px;
	color: #757779;
	font-family: "Flaticon";
}



.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.topbar {
	background: #181617;
	padding: 5px 0;

}

.topbar .contact-info {
	display: flex;
	align-items: center;
	color: white;
}

.topbar .contact-info i {
	margin-right: 5px;
}

.topbar .contact-info span {
	display: none;
}

@media (min-width: 576px) {
	.topbar .contact-info span {
		display: inline;
	}
}

.navbar {
	background: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
	height: 60px;
}

.navbar-toggler {
	border: none;
	outline: none;
}

.navbar-nav .nav-item {
	margin-left: 15px;
	padding: 20px 10px;


}

.nav-link {
	color: #181617 !important;
}

.dropdown-item {
	padding: 10px;
}

.navbar-nav .nav-link.active {
	color: var(--primary) !important;
	/* Highlight color */
	font-weight: bold;
	border-bottom: 2px solid var(--primary);
	/* Underline effect */
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
	display: block;
	/* margin-top: 25px; */
	top: 100%;
}

.dropdown-item:hover {
	background-color: var(--primary) !important;
	color: white;

}

.dropdown-item.active {
	background-color: var(--primary) !important;
	color: white;
}

@media (max-width: 991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		right: 0;
		background: white;
		width: 250px;
		height: 100vh;
		box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease-in-out;
		transform: translateX(100%);
	}

	.navbar-collapse.show {
		transform: translateX(0);
	}
}

.carousel-item {
	transition: transform 1s ease-in-out;
	height: 600px;
}

.banner-button {
	color: white;
	border: 2px solid white;
	border-radius: 30px;
}

.banner-button:hover {
	background-color: var(--primary);
	color: white;

}

.carousel-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner-text h1 span {
	color: #0c9bee;
}

@media (max-width: 768px) {
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.company-section {

	padding: 10px;


}

.company-section .content-column {
	position: relative;
	margin-bottom: 40px;

}


.company-section .content-column .sec-title {
	margin-bottom: 0px;
	padding-bottom: 10px;
	position: relative;
}


.company-section .content-column .sec-title h2 {
	padding-bottom: 0px;
	position: relative;
	display: inline-block;
}

.sec-title h1,
.sec-title h2 {
	padding-bottom: 10px !important;
}

.sec-title1 h1,
.sec-title1 h2 {
	padding-bottom: 10px !important;
}

.sec-title1 h1::after,
.sec-title1 h2::after {
	content: "";
	display: block;
	width: 20%;
	height: 3px;
	background-color: #406984 !important;
	margin: 3px;
}

.sec-title h1::after,
.sec-title h2::after {
	content: "";
	display: block;
	width: 20%;
	height: 3px;
	background-color: #406984 !important;
	margin: auto;
}

.sec-title1 h1::after,
.sec-title1 h2::after {
	content: "";
	display: block;
	width: 20%;
	height: 3px;
	background-color: #406984 !important;
	margin: 3px;
}

.image-slider-section {
	padding: 50px 20px;
	text-align: center;
	background-color: #f5f5f5;
	position: relative;
	max-height: 70vh;
}

.section-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

/* Swiper Image Styling */
.swiper-slide {
	height: 300px !important;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}


.company-section .content-column .text {
	position: relative;
	color: var(--secondary);
	font-size: 16px;
	line-height: 1.9em;

}

.company-section .content-column .bold-text {
	position: relative;
	color: var(--primary);
	font-size: 20px;
	font-style: italic;
}



.company-section .image-column {
	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;



}

.company-section .image-column .inner-column {
	position: relative;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 20px;
}

.company-section .image-column .image {
	position: relative;
}

.company-section .image-column .image {
	position: relative;

	display: inline-block;
	z-index: 2;
	width: 450px;
	height: 430px;
}

/* .image-column img {
    width: 100%;
    display: block;
    height: 100% !important;
    z-index: 10;
} */

.company-section .image-column .image::before {
	position: absolute;
	content: '';
	/* Content should be empty for pseudo-elements used for styling */
	right: -20px;
	top: -20px;
	left: 20px;
	bottom: 20px;
	z-index: -1;
	background-image: url('../images/graphic-img.png') !important;
	/* Correct way to add an image */
	background-size: cover;
	background-position: center;
	animation: rotatePause 6s ease-in-out infinite;
}

@keyframes rotatePause {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(10deg);
	}

	50% {
		transform: rotate(0deg);
		/* Back to original */
	}

	75% {
		transform: rotate(-8deg);
	}

	100% {
		transform: rotate(0deg);
		/* Reset again */
	}
}

/* Rotate slightly when the mouse hovers */
.company-section .image-column .image:hover::before {
	transform: rotate(20deg) scale(1.1);
	transition: transform 0.3s ease-in-out;
}

/* Base Styles */
.fluid-section-one {
	position: relative;
	background-color: rgb(255, 255, 255);

}

.fluid-section-one .outer-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	padding: 20px;
}

/* Image Column */
.fluid-section-one .image-column {
	flex: 1 1 50%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-one .image-column img {
	width: 100%;
	height: 100% !important;
	display: block;
}


.sec-title h2 {
	color: #1f1f1f;
}

/* Content Column */
.fluid-section-one .content-column {
	flex: 1 1 50%;
	padding: 40px;
	text-align: left;
}

.fluid-section-one .content-column .sec-title h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.fluid-section-one .content-column .text p {
	font-size: 16px;
	line-height: 1.7;
	color: var(--secondary);
	margin-bottom: 15px;
}

/* Icons List */
.fluid-section-one .icons-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 15px;
}

.fluid-section-one .icons-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: var(--secondary);
	flex: 1 1 30%;
	border-right: 1px solid black;
}

.icon-list1 {
	border: none !important;
}

.fluid-section-one .icons-list img {
	width: 30px !important;
	height: 30px !important;
}

.featured-blocks {
	position: relative;
	border-bottom: 0px;
	margin-top: 20px;
	z-index: 2;

}

.featured-block {
	position: relative;
	padding: 0px;

}


.featured-block:nth-child(1) .featured-inner,
.featured-block:nth-child(3) .featured-inner {
	background-color: #eeeeee;
	border: none !important;
}


.featured-block:nth-child(2) .featured-inner {
	background-color: #ffffff;
	height: auto;
	border: none !important;
}

.video-section {
	position: relative;
	width: 100%;

	/* Full-screen height */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	/* Text color on top of the video */
}

/* Background Video */
.background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures the video covers the entire section */
	z-index: -1;
}

.title1 {
	z-index: 2 !important;
	color: rgb(255, 255, 255) !important;
	font-style: normal !important;
}

.title2 {
	z-index: 2 !important;
	color: rgb(0, 0, 0) !important;

}

.title1::after,
.title2:after {
	content: "";
	display: block;
	width: 10%;
	height: 3px;
	background-color: white !important;
	margin: 5px auto;
}

.featured-block .featured-inner {
	position: relative;
	padding: 25px 25px;

	border-bottom: none;
}

.featured-block .featured-inner .content {
	position: relative;
	padding-left: 70px;
}

.featured-block .featured-inner .content .icon-box {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 70px;
	height: 70px;
	line-height: 1em;
}

.featured-block .featured-inner .content .icon-box img {
	width: 100%;
	height: 100%;
}

.featured-block .featured-inner .content h3 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.featured-block .featured-inner .content h3 a {
	position: relative;
	color: var(--primary);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.featured-block .featured-inner .content h3 a:hover {
	color: var(--underline);
}

.we-do-section {
	position: relative;
	padding: 90px 0px 50px;
}

.services-block {
	position: relative;
	margin-bottom: 48px;
}

.services-block .inner-box {
	position: relative;
}

.services-block .inner-box .image {
	position: relative;
	background-color: #0b0b0b;
	overflow: hidden;
	height: 300px;
	border-bottom: 3px solid var(--underline);
}

.services-block .inner-box .image img {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.services-block .inner-box:hover .image img {
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.services-block .inner-box .lower-content {
	position: relative;
	padding-top: 16px;
}

.services-block .inner-box .lower-content h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 14px;
}

.services-block .inner-box .lower-content h3:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 2px;
	background-color: #9b9b9b;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.services-block .inner-box:hover .lower-content h3:after {
	width: 100%;
	background-color: var(--underline);
}

.services-block .inner-box .lower-content h3 a {
	color: #242424;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.services-block .inner-box .lower-content h3 a:hover {
	color: var(--underline);
}

.typing-container {
	font-size: 24px;
	font-weight: bold;
	min-height: 40px;
	/* Adjust based on the largest text */
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--underline);
	background-color: #ffffff;
	margin: 20px 0px;
}

.cursor {
	color: #353535;
	animation: blink 0.5s infinite;
	font-weight: bold;
}

/* Blinking cursor effect */
@keyframes blink {
	50% {
		opacity: 0;
	}
}

.footer {

	background-color: white;
}

.footer-widget {
	position: relative;
	margin-bottom: 30px;

}

.footer-widget h5 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: back;
	line-height: 1.2em;
	margin-bottom: 25px;
	text-transform: capitalize;
	display: inline-block;
}

.footer-widget h5:after {
	position: absolute;
	content: '';
	left: 110%;
	bottom: 5px;
	width: 20px;
	height: 1px;
	background-color: black;
}


.logo-widget .logo {

	margin-bottom: 30px;
	width: 150px !important;
	height: 50px;
}

.logo-widget p {

	color: black;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7rem;

}

.list li a {

	color: black;
	font-size: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	line-height: 1.8rem;


}

.list li a:hover {
	color: gray;
	/* letter-spacing: 1px; */

}

.list li i {
	font-size: 12px;

}


.info-widget p {

	color: black !important;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0px;
	margin-bottom: 12px;
}

.info-widget p a {
	color: black !important;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0px;
	margin-bottom: 12px;
}

/* _--------------------------------------------------------------- */
.video-section {
	position: relative;
	padding: 75px 0px;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(38, 37, 43, 0.60);
}

.video-section .title {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.4em;
	font-style: italic;
	margin-bottom: 10px;
	display: inline-block;

}


.video-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 18px;
}

.fluid-section-two {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: var(--primary);
}

.fluid-section-two .outer-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.fluid-section-two-content {
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fluid-section-two-content .inner-box {
	max-width: 600px;
	width: 100%;
	padding: 20px;
}

.fluid-section-two-content .inner-box h2 {
	font-size: 32px;
	text-align: center;
}

.fluid-section-two-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;
}

.fluid-section-two .form-group {
	width: 100%;
	margin-bottom: 15px;
}

.fluid-section-two input,
.fluid-section-two textarea {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border-radius: 20px;
}

.fluid-section-two button {
	width: 100%;
	padding: 12px;
	font-size: 18px;
	cursor: pointer;
}

@media only screen and (max-width: 992px) {
	.fluid-section-two .outer-container {
		flex-direction: column;
	}

	.fluid-section-two-content,
	.fluid-section-two-image {
		width: 100%;
		padding: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.fluid-section-two-content {
		padding: 20px;
	}

	.fluid-section-two-content .inner-box h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 576px) {
	.fluid-section-two-content .inner-box h2 {
		font-size: 24px;
	}

	.fluid-section-two input,
	.fluid-section-two textarea {
		font-size: 14px;
	}

	.fluid-section-two button {
		font-size: 16px;
	}
}

.form-section-full {
	background: url('../images/3d-modaling-page/ideas.jpg') center top/cover no-repeat;
	height: 400px;
	/* Full viewport height */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 20px;
}

/* Centered Form */
.form-section {
	background-color: rgba(6, 40, 136, 0.322);
	/* Light background for visibility */
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 500px;
	/* Keeps form width reasonable */
}

/* Responsive */
@media (max-width: 768px) {
	.form-section-full {
		padding: 30px 15px;
	}

	.form-section {
		width: 90%;
	}
}

.cutout-text {
	font-size: 100px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	background: url('../images/new/ahu001.jpg') center/cover !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: transparent !important;
	display: inline-block !important;
	white-space: nowrap !important;
}

.video-section1 {
	position: relative;
	width: 100%;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background: url(../images/about.jpg);
	/* Full-screen height */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	/* Text color on top of the video */
}

.video-section1:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(2, 2, 2, 0.652);
}

.video-section1 {
	position: relative;
	padding: 75px 0px;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-section1 h4 {
	font-size: 16px;
	flex-wrap: wrap;
	line-height: 2rem;
	padding: 0px 70px;
}


.page-title {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-position: center center;
	display: flex;
	align-items: center;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(38, 37, 43, 0.55);
}

.page-title h1 {
	position: relative;
	font-size: 52px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3em;
	z-index: 99;
	margin-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
}

.map-section {
	position: relative;
	padding: 50px 0;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.map-canvas iframe {
	width: 100%;
	height: 500px;
}

.contact-section {
	position: relative;
	padding: 50px 0px 50px;
}

.contact-section .contact-title {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 50px;
}

.contact-section .contact-title h2 {
	position: relative;
	color: #242424;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.contact-section .contact-title .text {
	position: relative;
	color: #797979;
	font-size: 16px;
}

.contact-section .contact-title:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 45px;
	height: 2px;
	background-color: #3F6A86;
}

.contact-section .form-column {
	position: relative;
}

.contact-section .form-column .inner-column {
	position: relative;
}

/*Contact Form*/

.contact-form {
	position: relative;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	line-height: 28px;
	height: 50px;
	font-size: 16px;
	padding: 10px 22px;
	background: #ffffff;
	color: #000000;
	border: 1px solid #dddddd;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form textarea {
	height: 71px;
	resize: none;
	font-size: 16px;
	background: #ffffff;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #3F6A86;
}

.contact-form .theme-btn {
	font-size: 18px;
	margin-top: 10px;
	padding: 11px 36px;
	color: #fff;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-section .info-column {
	position: relative;
}

.contact-section .info-column .inner-column {
	position: relative;
	padding-left: 50px;
}

.contact-section .info-column ul {
	position: relative;
}

.contact-section .info-column ul li {
	position: relative;
	color: #797979;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}

.contact-section .info-column ul li span {
	color: #242424;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
	text-transform: capitalize;
}


.faq-section {
	position: relative;
	padding: 95px 0px 80px;
}

.faq-section .sec-title {
	margin-bottom: 0px;
}

.faq-section .sec-title .text {
	font-size: 17px;
	color: rgba(0, 0, 0, 0.70);
}

/*Sidebar Search Form*/

.faq-search-box {
	position: relative;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 50px;
}

.faq-search-box .form-group {
	position: relative;
	margin: 0px;
}

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	color: #222222;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	padding: 15px 15px 15px 20px;
	border: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 65px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	display: block;
	font-size: 22px;
	color: #c0c0c0;
	background: none;
	font-weight: normal;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-search-box .form-group input:focus {
	border-color: #e7c330;
}

.contact-info {
	list-style: none;
	padding: 0;
}

.contact-info li {
	display: flex;
	align-items: flex-start;
	/* Aligns icons at the top */
	gap: 10px;
	/* Space between icon and text */
	margin-bottom: 10px;
}

.contact-info i {
	font-size: 18px;
	color: #333;
	/* Icon color */
	width: 20px;
	/* Keeps icons aligned */
	margin-top: 5px;
}

.contact-info div {
	line-height: 1.5;
}

.contact-info span {
	font-weight: bold;
}

.project-fullwidth-section {
	position: relative;
}

.project-fullwidth-section .outer-container {
	position: relative;
	padding: 90px 15px 60px;
}

.gallery-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 50px;
}

.gallery-item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	transition: transform 0.3s ease-in-out;
}

.gallery-item:hover {
	transform: translateY(-5px);
}

.image-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	/* height: 200px; */
}

.image-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	transition: transform 0.3s ease-in-out;
}

.gallery-item:hover .image-box img {
	transform: scale(1.1);
}

.overlay-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	border-radius: 10px;
}

.gallery-item:hover .overlay-box {
	opacity: 1;
}

.overlay-inner .icon {
	font-size: 24px;
	color: #fff;
}

.gallery-item h3 {
	margin-top: 10px;
	font-size: 18px;
}

.text {
	font-size: 14px;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.gallery-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.gallery-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 30px;
	padding: 10px 50px 10px 20px;
	background: #2c2c2c;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 52px;
	color: #ffffff;
	font-weight: 400;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 52px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	font-weight: normal;
	background: none;
}

/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-title h2 {
	font-size: 22px;
	color: #242424;
	font-weight: 600;
	line-height: 1.2em;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar-title h2:after {
	position: absolute;
	content: '';
	left: 105%;
	bottom: 2px;
	width: 30px;
	height: 2px;
	background-color: #3F6A86;
}

.sidebar-title.style-two h2 {
	padding-bottom: 18px;
}

.sidebar-title.style-two h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 35px;
	height: 2px;
}

/*Blog Category*/

.cat-list {
	position: relative;
}

.cat-list li {
	position: relative;
}

.cat-list li a {
	position: relative;
	color: #797979;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.cat-list li:last-child a {
	border-bottom: 0px;
}

.cat-list li a:after {
	position: absolute;
	content: '\f105';
	right: 0px;
	top: 0px;
	color: #c8c8c8;
	font-size: 14px;
	font-family: 'FontAwesome';
}

.cat-list li a:hover {
	color: #3F6A86;
}

/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 90px;
	min-height: 90px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
	position: relative;
	top: -4px;
	font-size: 14px;
	margin: 0px 0px 0px;
	font-weight: 400;
	color: #242424;
	line-height: 1.6em;
	text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
	color: #242424;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
	color: #4349d9;
	text-decoration: underline;
}

.sidebar .popular-posts .post-info {
	font-size: 14px;
	color: #9a9a9a;
	font-weight: 500;
}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 6px 18px 6px;
	margin: 0px 6px 10px 0px;
	color: #a6a6a6;
	text-align: center;
	font-size: 14px;
	background: none;
	font-weight: 400;
	border: 1px solid #e4e4e4;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	border-color: #3F6A86;
	background-color: #3F6A86;
	color: #242424;
}

.our-blog.padding-right,
.blog-classic.padding-right,
.blog-single.padding-right {
	padding-right: 30px;
}

.blog-page-section {
	position: relative;
	padding: 20px 0;
}

/*News Block*/

.news-block-three {
	position: relative;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	box-sizing: border-box;
}

.large-image-posts .news-block-three:last-child {
	margin-bottom: 50px;
}

.news-block-three .inner-box {
	position: relative;
}

.news-block-three .inner-box .image {
	position: relative;
	background-color: #0b0b0b;
	overflow: hidden;
}

.news-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.news-block-three .inner-box:hover .image img {
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-three .inner-box .lower-content {
	position: relative;
}

.news-block-three .inner-box .lower-content .upper-box {
	position: relative;
	padding-bottom: 13px;
	border-bottom: 1px solid #e4e4e4;
}

.news-block-three .inner-box .lower-content .upper-box .posted-date {
	position: relative;
	color: #242424;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.2em;
	padding: 13px 32px;
	border-radius: 5px;
	margin-top: -18px;
	margin-left: 22px;
	background-color: #3F6A86;
	font-family: 'Poppins', sans-serif;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta {
	position: relative;
	padding-top: 20px;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li {
	position: relative;
	color: #b8b8b8;
	font-size: 16px;
	padding-right: 12px;
	margin-right: 12px;
	font-weight: 500;
	margin-bottom: 6px;
	display: inline-block;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:after {
	position: absolute;
	content: '/';
	right: -5px;
	top: 0px;
	color: #b8b8b8;
	font-size: 17px;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:last-child::after {
	display: none;
}

.news-block-three .inner-box .lower-content .lower-box {
	position: relative;
	padding-top: 30px;
}

.news-block-three .inner-box .lower-content .lower-box h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 18px;
	color: #242424;
	font-family: 'Poppins', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box h3 a {
	position: relative;
	color: #242424;
	font-family: 'Poppins', sans-serif;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	padding-left: 30px;
}

.news-block-three .inner-box .lower-content .lower-box h3 a:hover {
	color: #3F6A86;
}

.news-block-three .inner-box .lower-content .lower-box .text {
	position: relative;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 35px;
}

.news-block-three .inner-box .lower-content .lower-box .read-more {
	font-size: 15px;
	padding: 7px 32px 7px;
}

.news-block-three .inner-box .lower-content .lower-box .text p {
	position: relative;
	color: #797979;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 35px;
}

.news-block-three .inner-box .lower-content .lower-box .text p a {
	color: #45ae7d;
	text-decoration: underline;
}

.news-block-three .inner-box .lower-content .lower-box h4 {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section {
	position: relative;
	padding: 90px 0px 50px;
}

.services-page-section h2 {
	position: relative;
	color: #242424;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.services-page-section .text {
	position: relative;
	color: #797979;
	font-size: 20px;
	font-style: italic;
	line-height: 1.6em;
	margin-bottom: 40px;
	font-family: 'Lora', serif;
}



/*Blog Category*/

.blog-cat {
	position: relative;
}

.blog-cat li {
	position: relative;
	margin-bottom: 3px;
}

.blog-cat li a {
	position: relative;
	color: #242424;
	font-size: 17px;
	font-weight: 600;
	padding: 14px 15px 14px 25px;
	display: block;
	background-color: #f1f1f1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-left: 4px solid #d2d2d2;
	font-family: 'Poppins', sans-serif;
}

.blog-cat li.active a,
.blog-cat li a:hover {
	color: #242424;
	border-color: #414f1f;
	background-color: #3F6A86;
}

/*Brochure Box*/

.brochure-widget {
	margin-bottom: 40px;
}

.brochure-box {
	position: relative;
	padding: 11px 18px;
	margin-bottom: 10px;
	background-color: #242424;
}

.brochure-box .inner {
	position: relative;
	padding-left: 40px;
}

.brochure-box .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.brochure-box .inner .icon {
	position: absolute;
	left: 0px;
	top: 2px;
	color: #3F6A86;
	font-size: 24px;
	font-weight: 300;
}

.brochure-box .inner .text {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

/*Contact Info Widget*/

.contact-info-widget {
	position: relative;
}

.contact-info-widget .inner-box {
	position: relative;
}

.contact-info-widget .inner-box ul {
	position: relative;
	margin-top: 30px;
}

.contact-info-widget .inner-box ul li {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #242424;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding-left: 40px;
}

.contact-info-widget .inner-box ul li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
	color: #757575;
	font-size: 18px;
}

.contact-info-widget .inner-box ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.services-single {
	position: relative;
	padding-left: 30px;
}

.services-single .inner-box {
	position: relative;
}

.services-single .inner-box .gallery-image {
	position: relative;
	margin-bottom: 45px;
}

.services-single .inner-box .gallery-image .row {
	margin: 0px -5px;
}

.services-single .inner-box .gallery-image .image-column {
	padding: 0px 5px;
	margin-bottom: 10px;
}

.services-single .inner-box .gallery-image .image {
	position: relative;
}

.services-single .inner-box .gallery-image .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-single .inner-box .big-image {
	position: relative;
	margin-bottom: 45px;
}

.services-single .inner-box .big-image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-single .inner-box h2 {
	position: relative;
	color: #242424;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.services-single .inner-box .text {
	position: relative;
}

.services-single .inner-box .text p {
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.services-single .inner-box .text .two-column {
	position: relative;
	margin-top: 40px;
}

.services-single .inner-box .text .two-column .inner-column.right-padd {
	position: relative;
	padding-right: 10px;
}

.services-single .inner-box .text .two-column .inner-column.left-padd {
	position: relative;
	padding-left: 20px;
}

.services-single .inner-box .text .two-column h3 {
	position: relative;
	color: #242424;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 18px;
}

.services-single .inner-box .text .two-column .image-column {
	position: relative;
}

.services-single .inner-box .text .two-column .image-column .image {
	position: relative;
}

.services-single .inner-box .text .two-column .image-column .image img {
	position: relative;
	display: block;
	width: 100%;
}

/*Featured Block*/

.featured-block {
	position: relative;
	padding: 0px;
	/*border-right:1px solid #e9e9e9;*/
	/*border-bottom:1px solid #e9e9e9;*/
	height: 173px;
}

.featured-block:nth-child(3),
.featured-block:nth-child(4) {
	border-bottom: none;
}

.featured-block:nth-child(2),
.featured-block:nth-child(4) {
	border-right: none;
}

.featured-block:nth-child(2) .featured-inner {
	background-color: #ffffff;
}

.featured-block:nth-child(3) .featured-inner {
	background-color: #eeeeee;
}

.featured-block:nth-child(5) .featured-inner {
	background-color: #eeeeee;
}

.featured-block .featured-inner {
	position: relative;
	padding: 25px 25px;
	background-color: #f9f9f9;
	border-bottom: none;
}

.featured-block .featured-inner .content {
	position: relative;
	padding-left: 70px;
}

.featured-block .featured-inner .content .icon-box {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #242424;
	font-size: 50px;
	line-height: 1em;
}

.featured-block .featured-inner .content h3 {
	position: relative;
	color: #242424;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.featured-block .featured-inner .content h3 a {
	position: relative;
	color: #242424;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.featured-block .featured-inner .content h3 a:hover {
	color: #3F6A86;
}

/*Accordian Boxed*/

.accordian-boxed {
	position: relative;
	margin-top: 50px;
}

.accordian-boxed h3 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.service-section {
	padding: 50px 0;
}

/* .blog-page-section .auto-container .row{
    display: inline-block;
} */
.news-block-three .image {
	display: block;
	height: 250px;
}

.news-block-three .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-bottom: 3px solid #007BFF;
}

/*We Did Section*/

.project-detail-section .we-did-section {
	position: relative;
	padding: 90px 0px 30px;
	background-color: #f4f4f4;
}

.we-did-section .content-column {
	position: relative;
}

.we-did-section .content-column .inner-column {
	position: relative;
	padding-right: 40px;
}

.we-did-section .content-column h2 {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 18px;
	margin-top: -15px;
}

.we-did-section .content-column .text {
	position: relative;
	color: #797979;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 25px;
}

.we-did-section .image-column {
	position: relative;
	margin-bottom: 60px;
}

.we-did-section .image-column .image {
	position: relative;
	height: 350px;
}

.we-did-section .image-column .image img {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

/*Result Section*/

.result-section {
	position: relative;
	padding: 75px 0px;
}

.result-section h2 {
	position: relative;
	color: #242424;
	font-weight: 600;
	font-size: 35px;
	line-height: 1.2em;
	margin-bottom: 25px;
}

.result-section .text {
	position: relative;
	margin-bottom: 30px;
}

.result-section .text p {
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
	color: #898989;
}

.result-section .text p:last-child {
	margin-bottom: 0px;
}

.list-style-six li {
	list-style-type: disc !important;
}

.bg-gray {
	background: #f9f9f9;
}

.blog-page-section .auto-container .row h2 {
	position: relative;
	color: #242424;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.lower-box {
	margin: 10px;
}

.icon-badge {
	display: inline-flex;
	align-items: center;
	background-color: #3F6A86;
	border-radius: 50%;
	padding: 1rem;
	margin-right: 0.75rem;
}

.icon-badge svg {
	font-size: 20px;
	color: #fff;
}

.service-card .card-body {
	position: relative;

	padding: 13px 15px;
	background-color: #f9f9f9;
	border-bottom: none;
}

.service-card {
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-badge2 {

	padding: 10px !important;

}

.software-and3d-service-container {
	/* background-color: #eeeeee; */
	padding: 20px;
}

.icon-circle {
	width: 80px;
	height: 80px;
	background-color: #f1f1f1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.icon-circle img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.industry-name {

	font-weight: 600;
	color: #333;
	text-align: center;
}

.ideas-section {
	position: relative;
	overflow: hidden;
	color: white;
	padding: 120px 0;
}

.section-description {
	max-width: 900px;
	margin: 0 auto;
	padding: 10px;
	font-size: 20px;
}

.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* Dark overlay for better text visibility */
}

.container {
	position: relative;
	z-index: 1;
}

.cta-button {
	display: inline-block;
	padding: 12px 24px;
	background-color: var(--contact-background);
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	transition: background 0.3s ease;
}

.cta-button:hover {
	background-color: var(--contact-background-hover);
}






.drafting-benefits {
	padding: 80px 0;
	background-color: #f9f9f9;
}

.section-title {
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}

.benefits-list {
	list-style: none;
	padding: 0;
}

.benefits-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 1.1rem;
	color: #555;
}

/* Custom Rounded Icon */
.benefits-list li:before {
	position: absolute;
	content: "\f0a9";
	/* Font Awesome Check Circle */
	font-family: "Font Awesome 6 Free";
	/* Use Font Awesome */
	font-weight: 900;
	left: 0;
	top: 2px;
	font-size: 16px;
	color: var(--before-icon-color);


	/* Blue background */
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
}

.list-style-six li:before {
	position: absolute;
	content: "\f0a9";
	/* Font Awesome Check Circle */
	font-family: "Font Awesome 6 Free";
	/* Use Font Awesome */
	font-weight: 900;
	left: 0;
	/* top: 2px; */
	font-size: 16px;
	color: var(--before-icon-color);


	/* Blue background */
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
}

.list-style-six li::marker {
	content: none;
}

.benefit-icon {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 16px;
	color: #757779;
	font-family: "Flaticon";
	content: "\f10d";
	/* Flaticon-style checkmark or custom icon */
}

/* Image Styling */
.benefit-img {
	max-width: 100%;
	border-radius: 8px;
	height: 465px;
	object-fit: cover;
}

.benefit-img2 {
	max-width: 100%;
	border-radius: 8px;
	height: 562px;
	object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
	.section-title {
		font-size: 1.8rem;
	}
}





.software-section {
	/* padding: 80px 0; */
	background-color: #f9f9f9;
	/* Light background for a clean look */
	text-align: center;

	padding: 10PX;
}

.software-section-container {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

.section-title {
	/* font-size: 2.5rem; */
	font-weight: 700;
	margin-bottom: 20px;
	color: #333;
}

.software-icon img {
	max-width: 159px;
	margin-bottom: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.software-description {
	font-size: 1.2rem;
	max-width: 700px;
	margin: 0 auto;
	color: #555;
}

/* Responsive */
@media (max-width: 768px) {
	.section-title {
		font-size: 2rem;
	}
}

.tools-section {
	padding: 60px 0;
	text-align: center;
	background-color: #f8f9fa;
	/* Light background for a clean look */
	color: #333;
}

/* .tool-item {
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
} */

.tool-item:hover {
	transform: translateY(-5px);
}

.tool-item img {
	width: 161px;
	height: auto;
	margin-bottom: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tool-name {
	font-size: 16px;
	font-weight: 600;
	color: #555;
}

.tools-description {
	margin-top: 20px;
	font-size: 16px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.software-list,
.services-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.software-list li,
.services-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.software-list li:before,
.services-list li:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "\f0a9";
	/* Right arrow icon */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	color: var(--before-icon-color);
	/* Blue color */
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.modaling-img img {

	height: 426px;
	object-fit: cover;
}

.gallery-item a {
	color: #000;
}
#contact-us {
    scroll-margin-top: 100px;
}
