@font-face {
	font-family: 'Figtree';
	src: url('../fonts/fingtree/Figtree-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/Inter_18pt-Regular.ttf') ('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/manrope/Manrope-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: 300;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/bebusneue/BebasNeue-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.navbar-brand img {
	max-width: 230px !important;

}

.footer-main-logo {
	max-width: 250px !important;

}



#iq1dd {
	transition: box-shadow 0.3s ease-in-out;
	background-color: #101820;
	padding: 15px 0;
	height: 90px !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	width: 100%;
	z-index: 1030;
	border: 0;
}

#HeaderSection {
	position: sticky;
	top: 0;
	z-index: 1030;
	background-color: #101820 !important;
	width: 100%;
}

#iq1dd.scrolled,
#iq1dd.navbar.scrolled {
	position: relative !important;
	background-color: #101820 !important;
	padding: 15px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	transition: box-shadow 0.3s ease-in-out !important;
}

.pipeline-container {
	max-width: 1200px !important;
	margin: auto !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 74px;
}






.project-list-view-section .project-item {
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.project-list-view-section .project-section-flex-container {
	height: 100%;
}

.project-list-view-section .col-lg-6 {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.project-list-view-section .col-lg-6 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.project-list-view-section .project-section-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .5rem;
	padding: 2rem;

}


.project-list-view-section .project-section-learn-more {
	color: #000;
	background-color: rgba(255, 223, 73, 1);
	text-decoration: none;
	padding: 0.625rem 1.25rem;
	display: inline-block;
	font-weight: 600;
	transition: all 0.3s ease;
	width: 150px;

}

.project-list-view-section .project-section-learn-more:hover {
	background-color: rgb(247, 209, 42);

	color: #000;

	text-decoration: none;

}

.project-list-view-section .project-main-heading {
	text-transform: uppercase;
}


/* On small screens, allow items to stack naturally */
@media (max-width: 767.98px) {
	.project-list-view-section .project-item {
		height: auto;
	}

	.project-list-view-section .col-lg-6 {
		height: auto;
	}

	.project-list-view-section .col-lg-6 img {
		height: auto;
		max-height: 300px;
		object-fit: cover;
	}

	.project-list-view-section .project-section-card {
		padding: 1.5rem;
	}
}


/* hero section ends */


.news-list-section .news-card {
	background-color: rgba(0, 132, 83, 0.08);
	border-radius: 0;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.news-list-section .news-title {
	font-weight: 700;
	text-transform: uppercase;
}

.news-list-section .news-date {
	font-size: 0.875rem;
	color: #6c757d;
}

.news-list-section .news-body {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.news-list-section .read-more-btn {
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 0;
	background-color: #fff !important;
}

.news-list-section .read-more-btn:hover {
	color: #272525;
}

.news-list-section .pagination-container {
	margin-top: 2rem;
	text-align: left;
}

.news-list-section .page-item #page-link {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #000000;
	color: #000000;
	transition: 0.2s ease;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
}

.news-list-section .page-item #page-link:hover {
	background-color: #e2e6ea;
	border-radius: 5px;
}

.news-list-section .page-item.active #page-link {
	background-color: rgba(0, 132, 83, 1);
	color: white;
	border-radius: 5px;
	border: none;
}


section.contact_section_form {
	display: flex;
	justify-content: center;
	align-items: stretch;
	background-color: #ebf5f1;
	flex-wrap: wrap;
	min-height: 50vh;
}

.contact_section_form .contact_img {
	width: 50%;
}

.contact_section_form .contact_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	display: block;
}

.contact_section_form .contact_field {
	width: 50%;
	padding: 0 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact_section_form .contact_field button {
	background-color: #028554;
	width: 100%;
	padding: 15px;
	color: white;
	font-size: 16px;
	border: none;
}

.contact_section_form .contact_field label {
	width: 100%;
	display: block;
	font-size: 14px !important;
	margin-bottom: 10px;
}

.contact_field input,
.contact_field select,
.contact_field textarea {
	width: 100%;
	display: block;
	outline: none;
	border: none;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	box-sizing: border-box;
}

.contact_section_form .contact_field textarea {
	height: 150px;
	color: grey;
	font-family: "Inter", sans-serif;
}

.contact_section_form .input_radio,
.contact_section_form .input_checkbox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	margin-bottom: 10px;
}

.contact_section_form .input_radio input,
.contact_section_form .input_checkbox input {
	width: auto;
	margin: 0;
}

.contact_section_form .input_radio label,
.contact_section_form .input_checkbox label {
	width: auto;
	margin-left: 5px;
}

@media (max-width: 991px) {
	#HeaderSection .navigation li a span {
		margin: 0px !important;

	}

	section.contact_section_form {
		min-height: auto;
	}

	.contact_section_form .contact_img,
	.contact_section_form .contact_field {
		width: 100%;

	}

	.contact_section_form .contact_img {
		height: 400px;
		object-fit: cover;
	}

	.contact_section_form .contact_img img {
		height: 100%;
	}

	.contact_section_form .contact_field {
		padding: 30px;
	}
}

@media (max-width: 576px) {
	.contact_section_form .contact_field {
		padding: 20px;
	}


	.contact_section_form .contact_field button {
		padding: 12px;
		font-size: 14px;
	}

	.contact_field input,
	.contact_field select,
	.contact_field textarea {
		padding: 12px;
		font-size: 13px;
	}

	.contact_section_form .contact_img {
		height: 250px;
	}
}

.table_section {
	padding: 20px;
	line-height: 1.6;
}

.table_section .search_section label {
	display: block;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.table_section .search_section input[type="search"] {
	width: 100%;
	min-width: 250px;
	height: 52px;
	background-color: transparent;
	border: 1px solid #cccccc;
	border-radius: 7px;
	padding: 0 15px;
	font-size: 16px;
}

/* Table styles */
.table_section .table-container {
	overflow-x: auto;
	margin: 25px 0;

	border-radius: 5px;
	background: rgba(235, 245, 241, 1);
}

.table_section .styled-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	min-width: 600px;
}

.table_section .styled-table caption {
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}

.table_section .styled-table thead tr {
	background-color: #ebf5f1;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.table_section .styled-table th,
.styled-table td {
	padding: 16px 20px;
	text-align: left;
}

.table_section .styled-table tbody tr:nth-of-type(odd) {
	background-color: #fafdfc;
}

.table_section .styled-table tbody tr:nth-of-type(even) {
	background-color: #f5faf8;
}

.table_section .styled-table tbody tr:hover {
	background-color: #d8efe5;
}

/* Mobile card view */
.mobile-cards {
	display: none;
}

.mobile-card {
	background: white;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-card-row {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.mobile-card-row:last-child {
	border-bottom: none;
}

.mobile-card-label {
	font-weight: bold;
	color: #555;
	min-width: 120px;
}

/* Pagination styles */
.table_section .button_pagination {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.table_section .button_secion button {
	padding: 8px 15px;
	border: none;
	color: white;
	font-weight: 400;
	background-color: rgba(0, 132, 83, 1);
	border-radius: 0px;
}

.table_section select.rows-per-page {
	border: none;
	background: transparent;
	margin-right: 20px;
	font-size: 18px;
}

.table_section span.page-info {
	font-size: 18px;
	margin-right: 20px;
	font-weight: 500;
}

.table_section button.nav-btn {
	border: 1.5px solid black;
	padding: 10px;
	border-radius: 5px;
	background: transparent;
}

.table_section button.nav-btn.active {
	background: black;
}

.table_section button.nav-btn.active svg path {
	stroke: white;
}

.table_section .top-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 3;
}

@media (max-width: 767px) {
	.d-flex.justify-content-between {
		flex-direction: column;
		gap: 15px;
	}

	.table_section .top-container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
		gap: 10px;
		margin-bottom: 3;
	}

	.table_section .search_section {

		width: 100%;
	}

	.table_section .search_section input[type="search"] {
		max-width: 100%;
	}

	.table_section .styled-table {
		display: none;
	}

	.mobile-cards {
		display: block;
	}

	.table_section .button_pagination {
		justify-content: space-between;
	}
}

.table_section button.nav-btn {

	cursor: pointer;
	/* Added this line */
}

.table_section button.nav-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	border-color: #ccc;
}

.table_section button.nav-btn:disabled svg path {
	stroke: #ccc;
}

/* Add these styles to your existing CSS */
.table_section button.nav-btn.active {
	background: black;
}

.table_section button.nav-btn.active svg path {
	fill: white;
	/* Changed from stroke to fill */
}



.image-gallery-section {
	width: 100%;
	padding: 0 60px;
}

.image-gallery-section .main-image-wrapper {
	position: relative;
	margin-bottom: 120px;
	max-width: 100%;
}

.image-gallery-section .main-image {
	width: 100%;
	height: 500px;
	min-width: 250px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	cursor: pointer;
	transition: transform 0.3s;
	display: block;
	margin: 0 auto;
}

.image-gallery-section .thumbnails-scroll-container {
	position: absolute;
	bottom: -50px;
	left: -50px;
	right: 0;
	overflow-x: auto;
	padding: 0 10px;
	margin: 0 auto;
}

.image-gallery-section .thumbnails-container {
	display: flex;
	/* gap: 10px;s */
	width: max-content;
	padding: 10px 0;
}

.image-gallery-section .thumbnail,
.image-gallery-section .add-thumbnail {
	width: 90px;
	height: 90px;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: cover;
	cursor: pointer;
	transition: all 0.3s;
}

.image-gallery-section .active-thumbnail {
	border: 2px solid #007bff;
}

.image-gallery-section .add-thumbnail {
	background-color: #f8f9fa;
	font-size: 1.8rem;
	color: #6c757d;
	border: 1px dashed #ccc;
}

/* Scrollbar styling */
.image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar {
	height: 6px;
}

.image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 5px;
}

.image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.image-gallery-section .main-image-wrapper {
		margin-bottom: 100px;
	}

	.image-gallery-section .thumbnail,
	.image-gallery-section .add-thumbnail {
		width: 70px;
		height: 70px;
	}

	.image-gallery-section .image-gallery-section {
		width: 100%;
		padding-left: 50px;
		padding-right: 20px;
	}

	.image-gallery-section .main-image {
		height: 400px;
	}

	.image-gallery-section .thumbnails-scroll-container {
		bottom: -45px;
		left: -50px;
	}
}

@media (max-width: 576px) {
	.image-gallery-section .main-image-wrapper {
		margin-bottom: 90px;
	}

	.image-gallery-section .thumbnail,
	.image-gallery-section .add-thumbnail {
		width: 60px;
		height: 60px;
	}

	.image-gallery-section .image-gallery-section {
		width: 100%;
		padding-left: 50px;
		padding-right: 20px;
	}

	.image-gallery-section .main-image {
		height: 300px;
	}

	.image-gallery-section .thumbnails-scroll-container {
		bottom: -40px;
		left: -40px;
	}
}


.custom-swipper-slider-new .slider-container {
	position: relative;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	display: flex;
	gap: 1rem;
	padding: 1rem;
	/* Hide scrollbar */
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.custom-swipper-slider-new .slider-container::-webkit-scrollbar {
	display: none;
}

.custom-swipper-slider-new .slide {
	scroll-snap-align: start;
	background: #007bff;
	color: white;
	border-radius: 10px;
	height: 300px;
	padding: 2rem;
	text-align: center;
	flex: 0 0 calc(100% / var(--slides-per-view) - 1.5rem);
}

.custom-swipper-slider-new .slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 1;
}

.custom-swipper-slider-new .slider-nav button {
	pointer-events: all;
	background: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.3s ease;
}

.custom-swipper-slider-new .slider-nav button:hover {
	background: #f8f9fa;
	transform: scale(1.05);
}

.custom-swipper-slider-new .slider-nav button i {
	font-size: 1.2rem;
	color: #007bff;
}

.custom-swipper-slider-new .slider-wrapper {
	position: relative;
}





/* Search Panel Fullscreen Modal Style */
.search-panel {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1055;
	width: 100%;
	background-color: #fff;
	max-width: 600px;
	max-height: 500px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
	padding: 10px 16px;
	display: none;
}

#searchInput:focus {
	outline: none !important;
	box-shadow: none !important;
}

.search-body .list-group-item h6,
.search-body .list-group-item p {
	word-break: break-word;
	white-space: normal;
}

#searchLoader .spinner-border {
	width: 1.2rem;
	height: 1.2rem;
}

.search-panel.active {
	display: block;
}

.search-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #A7A9AC;
}

.search-header input {
	flex: 1;
	border: none;
	padding: 12px;
	font-size: 16px;
	border-radius: 0px
}

#searchInput:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: none !important;
}

.search-header .btn-close {
	margin-left: 10px;
}



/* Mobile Navbar Styles */
@media (max-width: 991.98px) {
	.navbar-collapse {
		position: fixed !important;
		top: 0;
		right: -90%;
		bottom: 0;
		width: 90%;
		background-color: #222;
		overflow-y: auto;
		transition: right 0.3s ease-in-out;
		z-index: 999;
		padding-top: 60px;
	}

	.navbar-collapse.show {
		right: 0;
	}

	.mobile-search-container {
		display: flex;
		align-items: center;
		padding: 15px;
		background-color: #333;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}

	.mobile-search-container input {
		flex: 1;
		background: transparent;
		border: none;
		color: white;
		padding: 8px;
	}

	.mobile-search-container .btn-close {
		margin-left: 10px;
		filter: invert(1);
	}

	/* Updated Toggler Styles */
	.navbar-toggler {
		position: absolute;
		right: 20px;
		z-index: 1050;
		color: #ffffff;
		border: none;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s ease;
	}

	/* Hamburger state (closed) */
	.navbar-toggler[aria-expanded="false"] {
		top: 50%;
		transform: translateY(-50%);
		color: #ffffff;
	}

	/* Cross state (open) */
	.navbar-toggler[aria-expanded="true"] {
		top: 20px;
		transform: none;
		color: #ffffff;
	}

	.navbar-toggler .toggler-icon {
		transition: all 0.3s ease;
	}

	/* Updated Search Panel for Mobile */
	.search-panel {
		position: fixed;
		top: 115px;
		left: 0;
		right: 0;
		width: 94%;
		max-width: 100%;
		margin: 0 auto;
		z-index: 1040;
		display: none !important;
	}

	.search-panel.active {
		display: block !important;
	}
}



#HeaderSection #logo {
	padding: 15.1px 0px;
	display: inline-block;
}



.navbar {
	padding: 0px !important;
	height: 100%;
	position: fixed;
	background-color: #214a7a;
	top: 0;
	width: 100%;
	height: 126px;
	z-index: 1030;
}

.navbar.scrolled {
	height: 88px;
	background: rgba(32, 32, 32, 0.9);
	transition: all ease-in-out 0.2s;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#iq1dd.navbar,
#iq1dd.navbar.scrolled {
	position: relative !important;
	top: auto !important;
	height: 74px !important;
	min-height: 74px !important;
	background-color: #101820 !important;
}





.navbar-brand {
	padding: 0px !important;
	margin: 0px !important;
}

#HeaderSection .navigation li {
	font-size: 14px;
	font-weight: 400;

}


#HeaderSection .navigation li a span {
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.07, 0.99, 0.49, 0.99);
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
}

.search-icon-container .search-icon:hover {
	color: #D45D00 !important;
}

.nav-link {
	padding: 0px !important;
	font-weight: 600 !important;
}

#navbarNav .search-icon-container i {
	font-size: 14px;
	color: #ffffff;
	padding-left: 5px;
}

#navbarNav .search-icon-container {
	margin: 16px 20px;
}

@media (max-width: 1350px) {
	#HeaderSection .navigation li a {
		color: #ffffff !important;
		padding: 10px 10px;
		margin: 0 8px;
		text-decoration: none;
	}

	.nav-link {
		font-weight: 600 !important;
	}

	#navbarNav {
		padding-right: 15px;
	}

	#HeaderSection #logo {
		padding: 15px;
		display: inline-block;
	}
}

@media (max-width: 991.98px) {
	#HeaderSection .navigation {
		padding: 0px 0px;
		margin-top: 10px;
	}

	#HeaderSection .navigation li a {
		color: #ffffff !important;
		padding: 15px 20px;
		margin: 0px;
		display: block;
		text-transform: uppercase;
	}

	.nav-link {
		padding: 20px 20px !important;
	}
}














:root {
	--primary-color: #002147;
	--secondary-color: #3c8ae3;
	--secondary-hover: #0055b8;
	--text-light: white;
	--text-dark: #111;
	--dropdown-bg: #3c8ae3;
}




#HeaderSection .navigation {
	padding: 5px 0px;
}

.navbar {
	padding: 0px !important;
	height: 100%;
}



.navbar-brand {
	padding: 0px !important;
	margin: 0px !important;
}

#HeaderSection .navigation li {
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;

}

#HeaderSection .navigation li a span {
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.07, 0.99, 0.49, 0.99);
	box-sizing: border-box;

}


.scrolled .custom-dropdown a i {
	color: #ffffff !important;
}

.search-icon-container .search-icon:hover {
	color: #D45D00 !important;
}

.nav-link {
	padding: 0px !important;
	font-weight: 600 !important;
}

.dropdown-menu {
	background-color: #D45D00;
	border: none;
	border-radius: 0;
	padding: 5px 0px 0px;
	transition: max-height 0.3s ease;
	overflow: hidden;
}

.dropdown-menu li:first-of-type .dropdown-item {
	padding-top: 27px;
}

.dropdown-menu .dropdown-item {
	margin: 16px 10px !important;
}

.dropdown-item {
	font-size: 14px;
	padding: 15px 0px !important;
	color: var(--text-light);
}

.dropdown-item:hover {
	background-color: var(--secondary-hover);
}

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

.chevron-icon {
	transition: transform 0.3s ease;
	margin-left: 5px;
}

.dropdown.show .chevron-icon {
	transform: rotate(180deg);
}

.custom-toggler {
	border: none;
	background: none;
	padding: 0.25rem 0.75rem;
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	width: 1.5em;
	height: 1.5em;
}

#navbarNav .search-icon-container i {
	font-size: 14px;
	padding-left: 5px;
}




#navbarNav .search-icon-container {
	margin: 16px 20px;
}

.dropdown-menu {
	background-color: #D45D00;
	border: none;
	border-radius: 0;
	padding: 0;
	min-width: 160px;
	width: auto;
	position: relative;
	overflow: visible !important;
}

/* Dropdown items */
.dropdown-menu>li>.dropdown-item {
	background-color: #D45D00 !important;
	padding: 8px 30px 6px !important;
	border-top: 5px solid #D45D00 !important;
	border-bottom: 3px solid #D45D00 !important;
	transition: all 0.15s !important;
	margin: 0 !important;
}




/* Hover styles for items */
.dropdown-menu>li>.dropdown-item:hover,
.dropdown-menu>li>.dropdown-item:focus {
	background-color: #D45D00 !important;
	color: #fff !important;
	opacity: 1 !important;
	border-top: 5px solid #D45D00 !important;
	border-bottom: 3px solid #D45D00 !important;
}

/* Remove arrow from .dropdown-menu */
.dropdown-menu::before {
	content: none;
}

/* Add arrow to the first <li> only */
.dropdown-menu>li:first-child::before {
	content: "";
	position: absolute;
	top: -7.2px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 8px solid #D45D00;
	z-index: 1001;
	transition: border-bottom-color 0.15s ease;
}

.dropdown-menu>li:first-child>.dropdown-item {
	padding-top: 6px !important;
}

.dropdown-menu>li:last-child>.dropdown-item {
	padding-bottom: 6px !important;
}

/* Change arrow color ONLY when first item is hovered */
.dropdown-menu>li:first-child:hover::before {
	border-bottom-color: #D45D00;
}

/* Desktop styles */
@media (min-width: 992px) {
	#HeaderSection .custom-dropdown {
		position: relative;
	}

	#HeaderSection .custom-dropdown:hover,
	#HeaderSection .custom-dropdown.dropdown-hover-open {
		z-index: 30;
	}

	#HeaderSection .custom-dropdown > .dropdown-menu {
		position: absolute;
		top: 55px;
		left: 0;
		width: auto;
		min-width: 200px;
		display: block;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.2s ease, visibility 0.2s ease;
		background-color: #D45D00;
	}

	/* Narrow bridge — only nav-item width, not full menu width */
	#HeaderSection .custom-dropdown::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 30px;
		background: transparent;
		z-index: 2;
		pointer-events: none;
	}

	#HeaderSection .custom-dropdown:hover::after,
	#HeaderSection .custom-dropdown.dropdown-hover-open::after {
		pointer-events: auto;
	}

	#HeaderSection .custom-dropdown:hover > .dropdown-menu,
	#HeaderSection .custom-dropdown.dropdown-hover-open > .dropdown-menu {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

	.navbar-collapse {
		top: 125px !important;
	}

	.navbar-nav {
		display: flex;
		align-items: center;
	}

	.navbar-brand img {
		width: auto !important;
	}

	.custom-dropdown .chevron-icon {
		display: none !important;
	}

}

@media (max-width: 1350px) {
	#HeaderSection .navigation li a {
		color: #fff !important;
		padding: 10px 10px;
		/* Changed from margin to padding for better control */
		margin: 0 8px;
		/* Reduced margin */
		text-decoration: none;
	}

	.nav-link {
		font-weight: 500 !important;
	}

	#navbarNav {
		padding-right: 16px;
	}

	#HeaderSection #logo {
		padding: 15px;
		display: inline-block;
	}
}

/* Mobile styles */
@media (max-width: 991.98px) {
	.navbar {
		background-color: #222;
		padding: 10px 0;
		min-height: 100px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
	}

	#HeaderSection .navigation {
		padding: 0px 0px;
	}



	.search-icon-container .search-icon:hover {
		color: rgb(255, 255, 255) !important;
	}

	.nav-link {
		padding: 20px 20px !important;
		font-weight: 600 !important;
		margin: 0px !important;
	}

	#HeaderSection .navigation li a {
		color: #ffffff !important;
		padding: 27px 20px;
		/* Changed from margin to padding for better control */
		margin: 0 8px;
		/* Reduced margin */
		text-decoration: none;
	}



	#navbarNav {
		padding-right: 0px;
	}



	.dropdown-menu {
		max-height: 0;
		width: 100% !important;
		display: block !important;
		visibility: hidden;
		opacity: 0;
		transition: max-height 0.3s ease, opacity 0.3s ease,
			visibility 0.3s ease;
	}

	.dropdown.show .dropdown-menu {
		max-height: 1500px;
		visibility: visible;
		min-width: 160px;
		opacity: 1;
	}

	.dropdown.show .dropdown-toggle {
		background-color: var(--secondary-hover);
	}

	.nav-item {
		padding: 0px 0px;
	}



	.navbar-nav {
		margin-bottom: 20px;
	}

	.custom-dropdown .dropdown-toggle-wrapper {
		display: flex;
		justify-content: space-between;
		overflow: hidden;
	}

	#HeaderSection ul li {
		border: 1px solid #000;
	}

	.custom-dropdown .expertise-link {
		flex: 1;
		color: #fff;
		text-decoration: none;
		padding: 17px 15px;
		margin: 0px !important;
		font-weight: 600;
	}

	.custom-dropdown .expertise-link:hover {
		background-color: #D45D00 !important;
		transition: all;
	}

	.custom-dropdown .dropdown-toggle-btn {
		padding: 27px 25px;
		background-color: #222;
		border: 0px;
		outline: none;
		flex-shrink: 0;
		width: 80px;
		text-align: center;
		border-left: 1px solid #000;
	}

	.custom-dropdown .dropdown-toggle-btn:focus {
		background-color: rgba(255, 255, 255, 0.04);
	}

	.custom-dropdown .dropdown-toggle-btn:hover {
		background-color: #D45D00;
		transition: all;
	}

	.custom-dropdown .dropdown-menu {
		background-color: rgba(255, 255, 255, 0.04);
	}

	.custom-dropdown .dropdown-menu li {
		border-top: 1px solid rgba(0, 0, 0, 0.3);
	}

	.dropdown-menu>li>.dropdown-item {
		background-color: rgba(255, 255, 255, 0.04) !important;
		padding: 8px 30px 6px 10px !important;
		border-top: none !important;
		border-bottom: none !important;
		transition: all 0.15s !important;
		margin: 0 !important;
	}



	/* Search field styles */
	#HeaderSection .search-field-container {
		display: flex;
		align-items: center;
		padding: 20px 20px;
		background-color: #333;
	}

	#HeaderSection .search-field-container input {
		flex: 1;
		background: transparent;
		border: none;
		color: white;

		outline: none;
	}

	#HeaderSection .search-field-container i {
		color: white;
		padding: 0 10px;
	}





	.navbar-toggler:focus,
	.navbar-toggler:active {
		outline: none !important;
		border: none !important;
		box-shadow: none !important;
	}
}


/* Hide arrow on small screens */
@media (max-width: 991.98px) {
	#HeaderSection .dropdown-menu>li:first-child::before {
		display: none;
	}

	#HeaderSection .navigation .ul-sublink-hover:hover {
		background-color: #D45D00;
	}

	#HeaderSection .dropdown-menu>li:first-child>.dropdown-item {
		padding-top: 14px !important;
	}

	#HeaderSection .dropdown-menu>li:last-child>.dropdown-item {
		padding-bottom: 14px !important;
	}

	#HeaderSection .dropdown-menu>li>.dropdown-item {
		padding: 17px 30px !important;
		margin: 0px !important;
		font-size: 14px;
		font-weight: 400 !important;
		color: #999999 !important;
	}

	#HeaderSection .dropdown-menu>li {
		font-weight: 600 !important;
	}

	.dropdown-menu>li>.dropdown-item:hover,
	.dropdown-menu>li>.dropdown-item:focus {
		background-color: #0056b8 !important;
		color: #fff !important;
		opacity: 1 !important;
		border-top: none !important;
		border-bottom: none !important;
	}

}

/* Chevron wrapper */
.chevron-icon {
	position: relative;
	display: inline-block;
	width: 12px;
	/* fixed width */
	height: 6px;
	/* fixed height */
	margin-left: 8px;
	vertical-align: middle;
}

/* Triangle using ::after */
.chevron-icon::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	transition: transform 0.2s ease;
	transform-origin: center;
}

/* Rotate in-place when expanded */
.dropdown-toggle-btn[aria-expanded="true"] .chevron-icon::after {
	transform: rotate(180deg);
}



/* Hide chevron on desktop */
@media (min-width: 992px) {
	.dropdown-toggle-wrapper .chevron-icon {
		display: none;
	}
}

.navbar {
	position: fixed;

	background-color: #214a7a;
	top: 0;
	width: 100%;
	height: 126px;
	z-index: 9999;
}

.navbar.scrolled {
	height: 88px;
	background: rgba(32, 32, 32, 0.9);
	transition: all ease-in-out 0.2s;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#iq1dd.navbar,
#iq1dd.navbar.scrolled {
	position: relative !important;
	top: auto !important;
	height: 74px !important;
	min-height: 74px !important;
	background-color: #101820 !important;
}





.navbar {
	height: auto;
	/* let it size naturally */
	overflow: visible;
	/* avoid clipping */
	z-index: 9999;
}




.container-fluid-custom {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}


* {
	box-sizing: border-box;
}

.graph-outer-container {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	padding: 10px;
}

.graph-outer-container .flex-thirty {
	flex-basis: 30%;
}

.graph-outer-container .flex-seventy {
	flex-basis: 70%;
}

.graph-cell {
	min-height: 75px;
	flex-grow: 1;
	flex-basis: 100%;
}

.fixed-3-7 .col-sm-3 {
	width: 25%;
}

.fixed-3-7 .col-sm-9 {
	width: 75%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.graph-cell {
		min-height: 100px;
	}

	.graph-outer-container {
		flex-wrap: wrap;
	}
}



.construction_section {
	padding: 50px 60px;
}

.join_us_text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.join_us h3 {
	color: #081A31;
	font-size: 32px;
	line-height: 42px;
	font-weight: 300;
	margin-bottom: 30px;
}

.join_us h3 strong {
	font-weight: 600;
}

.custom_slider_classes .text-justify {
	text-align: justify;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
	border-radius: 0px !important;
	display: none;
	/* Hide Bootstrap's default arrow */
}

.custom_slider_classes .carousel-control-prev,
.custom_slider_classes .carousel-control-next {}

.custom_slider_classes h3 {
	color: #000000;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
}

.custom_slider_classes p_arrow_slide_icon svg {
	fill: #000000;
}

.custom_slider_classes .slider-preview {
	background: #f4f4f4;

	border-radius: 0px !important;
	height: 400px;
	width: 100%;
}

.project-list-view-section .project-item {
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.project-list-view-section .project-section-flex-container {
	height: 100%;
}

.project-list-view-section .col-lg-6 {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.project-list-view-section .col-lg-6 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.project-list-view-section .project-section-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .5rem;
	padding: 2rem;

}


.project-list-view-section .project-section-learn-more {
	color: #000;
	background-color: rgba(255, 223, 73, 1);
	text-decoration: none;
	padding: 0.625rem 1.25rem;
	display: inline-block;
	font-weight: 600;
	transition: all 0.3s ease;
	width: 150px;

}

.project-list-view-section .project-section-learn-more:hover {
	background-color: rgb(247, 209, 42);

	color: #000;

	text-decoration: none;

}

.project-list-view-section .project-main-heading {
	text-transform: uppercase;
}


/* On small screens, allow items to stack naturally */
@media (max-width: 767.98px) {
	.project-list-view-section .project-item {
		height: auto;
	}

	.project-list-view-section .col-lg-6 {
		height: auto;
	}

	.project-list-view-section .col-lg-6 img {
		height: auto;
		max-height: 300px;
		object-fit: cover;
	}

	.project-list-view-section .project-section-card {
		padding: 1.5rem;
	}
}

#HeaderSection .dropdown-item {
	letter-spacing: 1px !important;
}

/* hero section ends */


.news-list-section .news-card {
	background-color: white !important;
	border-radius: 0;
	padding: 0px 1.5rem;

}

.news-list-section .news-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #0057B8;
}

.news-list-section .news-date {
	font-size: 14px;
	color: #333;
}

.news-list-section .news-body {
	margin-bottom: 1rem;
}

.news-list-section .read-more-btn {
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 0;
	background-color: #fff !important;
}

.news-list-section .read-more-btn:hover {
	color: #272525;
}

.news-list-section .pagination-container {
	margin-top: 2rem;
	text-align: left;
}

.news-list-section .page-item #page-link {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #000000;
	color: #000000;
	transition: 0.2s ease;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
}

.news-list-section .page-item #page-link:hover {
	background-color: #0057B8;
	border-radius: 5px;
}

.news-list-section .page-item.active #page-link {
	background-color: #0057B8;
	color: white;
	border-radius: 5px;
	border: none;
}



/* Hover styles for items */
#HeaderSection .dropdown-menu>li>.dropdown-item:hover,
#HeaderSection .dropdown-menu>li>.dropdown-item:focus {
	background-color: #D45D00 !important;
	color: #fff !important;
	opacity: 1 !important;

}

#navbarList a.nav-current {
	position: relative;
}

#navbarList a.nav-current::before {
	content: "";
	position: absolute;
	top: -10px;
	/* adjust based on spacing */
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 100%;

}


@media (max-width: 992px) {
	#navbarList a.nav-current {
		background-color: #d45d00 !important;
		color: #fff !important;
	}

	#navbarList a.nav-current::before {
		display: none;
	}

	.navbar-brand img {
		max-width: 230px !important;

	}

	.footer-main-logo {
		max-width: 200px;

	}
}



.about-wrapper {
	color: #fff !important;
	padding: 70px 0 40px;
	margin-top: 50px;
}

.about-wrapper:after {
	content: "";
	height: 90px;
	background: url('/Images/_98_e72e863d-0b1b-4356-a7e6-a58aacf9065f.png') 0 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: calc(50% - 395px);
}

.about-wrapper .container {
	align-items: flex-end;
	justify-content: flex-end;
	max-width: 1250px;
	background: url('/Images/_98_2d6fd843-6ead-437d-8266-2c163036c754.jpg') bottom 0px right no-repeat;
	padding: 24px;
	z-index: 1;
}

.about-wrapper .video-box {
	display: block;
	flex: 0 0 auto;
	width: calc(420px * 16 / 9);
	height: auto;
	max-height: 420px;
	aspect-ratio: 16 / 9;
	align-self: flex-end;
	background-size: cover;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.about-wrapper .video-box>* {
	display: block;
	min-height: inherit;
}

.about-wrapper .btn-play {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34.5px 0 34.5px 69px;
	border-color: transparent transparent transparent #D45D00;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about-wrapper .btn-play>span,
.about-wrapper .btn-play>span:before,
.about-wrapper .btn-play>span:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
	left: -64.5px;
	top: 0;
	transform: translate(-50%, -50%) translateZ(-1px) scale(0.99);
	display: inline-block;
	height: 70px;
	z-index: 2;
	opacity: 0;
	transition: all 0.25s ease 0s;
}

.about-wrapper .btn-play>span:before,
.about-wrapper .btn-play>span:after {
	content: "";
	height: 74px;
	left: 0;
}

.about-wrapper .btn-play>span:before {
	transform: rotate(243deg) translate(-8px, 16px) translateZ(-1px) scale(0.99);
	transition-delay: 0.1s;
}

.about-wrapper .btn-play>span:after {
	transform: rotate(-243deg) translate(-31px, -2px) translateZ(-1px) scale(0.99);
	transition-delay: 0.2s;
}

:hover>.about-wrapper .btn-play>span,
:hover>.about-wrapper .btn-play>span:before,
:hover>.about-wrapper .btn-play>span:after {
	opacity: 1;
}

.about-wrapper .about-text {
	width: 420px;
	line-height: 24px;
	padding: 35px 35px 0 40px;
}

.about-wrapper .about-text h1 {
	font: 20px/1.2 'RBNo31-Book';
}

.about-wrapper .about-text p {
	line-height: inherit;
}

.about-wrapper .relative {
	position: relative;
}

.about-wrapper .flexbox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.about-wrapper .close-btn {
	font: 24px;
	color: #fff !important;
	text-align: center;
	position: absolute;
	top: 58px;
	right: 15px;
	z-index: 5;
}

.about-wrapper .btn {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff !important;
	background: #D45D00;
	text-align: center;
	min-width: 148px;
	padding: 10px 15px 9px;
	border: 2px solid #D45D00;
	border-radius: 0px;
}

.about-wrapper .userway-s14-1 .userway-s14-active {
	word-spacing: .16em !important;
}

.about-wrapper .btn-light {
	border-color: #fff !important;
	background: none;
}

.about-wrapper .btn-light:hover,
.about-wrapper .btn-dark-border:hover {
	background: #D45D00;
	border-color: #D45D00;
	color: #000;
}

.about-wrapper a:link,
.about-wrapper a:visited,
.about-wrapper a:hover,
.about-wrapper a:active {
	text-decoration: none;
	outline: none;
}

.about-wrapper .video-box>* {
	display: block;
	min-height: inherit;
}

@media (max-width: 992px) {

	.about-wrapper {
		color: #fff !important;
		padding: 0px 0 40px;
		margin-top: 0px;
	}

	.about-wrapper .container.flexbox {
		flex-direction: column;
		justify-content: flex-start;
		padding: 0 0px !important;
	}

	.about-wrapper:after {
		display: none;
	}

	.about-wrapper .container {
		background: url('/Images/_98_2d6fd843-6ead-437d-8266-2c163036c754.jpg') no-repeat;
		width: 100% !important;
	}

	.about-wrapper .about-text {
		order: 1;
		width: 100%;
		padding: 25px !important;
		text-align: center;
	}

	.about-wrapper .video-box {
		order: 2;
		flex: 1 1 auto;
		width: 100%;
		height: auto;
		max-width: 100%;
		aspect-ratio: 16 / 9;
		min-height: 260px;
		align-self: stretch;
	}
}


.facebook-icon {
	margin: 0 15px 0 0;
	width: 25px;
}

.youtube-icon {
	margin: 0 15px 0 0;
	width: 25px;
}

.linkedin-icon {
	margin: 0 15px 0 0;
	width: 25px;
}

.instagram-icon {
	margin: 0px 0px 0px 0px;
	width: 25px;
}

.twitter-icon {
	width: 25px;
	margin: 0px 0px 0px 10px;
}

.services-contact-div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px !important;
	gap: 10px;
}

.services-contact-div li {
	list-style-type: none !important;
}

.tab-section-custom .tab {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	min-width: 0;
	box-sizing: border-box;
	padding: 0 15px;
}

#i5upkz {
	padding: 10px 20px 10px 20px;
	border: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-width: 1px;
	border-color: white;
	border-radius: 0px 0 0px 0px;
	color: white;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

#io6he2 {
	padding: 10px 20px 10px 20px;
	color: white;
	border: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-width: 1px;
	border-color: white;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
}

#i3mf2r {
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
}

#idk9xk {
	color: black;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 30px 0px 0px;
}

#iobg2r {
	color: black;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#HeaderSection .navigation li {
	padding: 12px !important;
	width: auto !important;
}

@media (max-width: 992px) {
	#HeaderSection .navigation li {
		margin: 0px !important;
		width: 100% !important;
	}
}

#HeaderSection .dropdown-menu li {
	margin: 0px !important;
	padding: 0px !important;
}



#i2n4wc {
	font-family: 'RBNo31 Black Italic', sans-serif !important;
}

#ime032 {
	font-family: 'RBNo31 Black Italic', sans-serif !important;

}

.content-text p {
	font-family: Arial, Helvetica, sans-serif !important;
}

.hero-section-pipeline .hero-overlay {
	background-color: #D45D00E5 !important;
	max-width: 620px !important;
	padding: 34px 45px 30px 45px !important;

}

#HeaderSection .custom-dropdown > .dropdown-menu {
	top: 55px;
	left: 0;
}

@media (max-width:768px) {
	.hero-section-pipeline .hero-overlay {
		background-color: transparent !important;
		max-width: 100% !important;
		
	}
}

@media (max-width:1240px) {
	#HeaderSection .navigation li {
		padding: 0px !important;
	}

	#navbarNav .search-icon-container {
		margin: 16px 5px;
	}

	.dropdown-menu>li>.dropdown-item {

		padding: 10px !important;

	}
}

.precision-search {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}


.search-pannel-section {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}




.custom-dropdown {
	width: 100%;
	font-family: Arial, sans-serif;
	position: relative;
}

/* Hide inputs */
.custom-dropdown input {
	display: none;
}

.Pipeline-websites-form .pipeline-form .field-heading {
	display: block;
	font-size: 16px !important;
	margin-bottom: 0.3em;
}

/* Selected area */
.dropdown-selected {
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
}

button.dropdown-selected {
	margin: 0;
	font: inherit;
	color: inherit;
	width: 30%;
	box-sizing: border-box;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
}

/* Dropdown list */
.dropdown-options {
	position: absolute;
	width: 30%;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	display: none;
	z-index: 10;
}

.dropdown-options label {
	display: block;
	padding: 10px;
	cursor: pointer;
}

.dropdown-options label:hover {
	/* background: #f2f2f2; */
	background: #D45D00;
	color: #ffffff;
}

.dropdown-options .dd-option {
	display: block;
	padding: 10px;
	cursor: pointer;
}

.dropdown-options .dd-option:hover {
	background: #D45D00;
	color: #ffffff;
}

/* Open only the list inside the same .custom-dropdown as the checked toggle */
.custom-dropdown>.custom-dd-toggle:checked~.dropdown-options {
	display: block;
}

/* Show selected value */
.dropdown-selected::after {
	content: "Select Option";
}

.dropdown-selected::after {
	content: attr(data-placeholder);
	color: #999;
}

.dropdown-selected:not([data-placeholder])::after {
	content: attr(data-value);
	color: #000;
}



.main_footer05 {
	background-color: #101820 !important;

	font-family: 'Arial', sans-serif;

}




.main_footer05 .wrapper-on-desktops {
	display: flex;
	justify-content: space-between;
}

.main_footer05 .custom_container {
	max-width: 1400px;
	margin: auto;
	padding: 50px 20px;
}

.main_footer05 .footer-column {
	flex: 1 1 200px;
	min-width: 200px;
}

.main_footer05 .logo-column img.footer-logo {
	width: 120px;
}

.main_footer05 .sub-text {
	margin: 10px 0;
	font-size: 14px;
	color: #444;
}

.main_footer05 .company_column h4 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: white;
}

.main_footer05 .company_column ul {
	list-style: none;
	padding-left: 0px;
}

.main_footer05 .company_column ul li {
	margin-bottom: 8px;
}

.main_footer05 .company_column ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.main_footer05 .company_column .address {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #444;
}

.main_footer05 .latest_news input[type="email"] {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.main_footer05 .latest_news button {
	margin-top: 10px;
	background-color: #000;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

.main_footer05 .footer-bottom {
	text-align: center;
	border-top: 1px solid #ddd;
	margin-top: 40px;
	padding-top: 40px;
	font-size: 13px;
	color: #ffffff;
}

.main_footer05 .footer-bottom p {
	text-align: left;

	color: rgb(255, 255, 255);
	margin: 0px;
	font-size: 14px;
}

.main_footer05 .footer-links {

	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 10px;
}

.main_footer05 .address {
	font-size: 14px;
	margin-top: 0px;
	color: white !important;
}

.footer-links a {
	color: #fff !important;
}

.main_footer05 .footer-links a {

	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
}

.main_footer05 .logo_address img.footer-logo {
	width: 150px;
}

/* Responsive */
@media (max-width: 768px) {
	.main_footer05 .logo_address {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_1 {
		width: 50%;
	}

	.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_2 {
		width: 50%;
	}

	.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_3 {
		width: 50%;
	}

	.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_4 {
		width: 50%;
	}

	.main_footer05 ul.margin_bottom {
		margin-bottom: 40px;
	}

	.main_footer05 .latest_news button {
		float: left;
	}

	.main_footer05 .footer-bottom p {
		text-align: center;
	}

	.main_footer05 .footer-links {
		float: none;
		padding-right: 0;
	}

	.main_footer05 .address {
		width: 50%;
		padding-left: 12px;
	}

	.main_footer05 .footer-bottom p {
		padding-left: 0px;
		margin-bottom: 6px;
	}

	.main_footer05 .footer-column {
		width: 100%;
	}

	.main_footer05 .footer-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_footer05.footer-links a {
		margin: 5px;
	}

}

@media (max-width: 480px) {
	.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_4 {
		width: 100%;
	}

	.main_footer05 .logo_address img.footer-logo {
		width: 150px;
	}

	.main_footer05 .footer-bottom p {
		padding-left: 0px;
	}
}


.centered-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.right-aligned-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

@media (max-width: 992px) {
	.wrapper-on-tablets {

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}

	.right-aligned-content {
		justify-content: center;
	}

	.services-contact-div {
		justify-content: center;
		height: auto;
	}

	.centered-logo {
		padding: 10px 0px;
	}

	.main_footer05 .footer-bottom {
		margin-top: 25px;
		padding-top: 25px;
	}

}

.services-contact-div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px !important;
	gap: 10px;
}

.services-contact-div li {
	list-style-type: none !important;
}

.services-contact-div li a {
	padding: 10px 20px 10px 20px;
	color: white;
	border: none;
	border: 1px solid white;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

.services-contact-div li a:hover {
	background-color: #D45D00;
	color: #fff;
	border: 1px solid #D45D00;
	font-size: 14px;

}

.vertical-space {
	margin-top: 8px !important;
}



/* Banner Wrapper */
#customTopBanner {
	width: 100%;
	background: #D45D00;
	height: 40px;
	font-size: 14px;
}

.banner-divider {
	color: white;
	margin-right: 15px;
}

.banner-contact {
	color: white;
	margin-right: 15px;
	text-decoration: none;
}

.banner-contact:hover {
	text-decoration: underline;
}


.banner-phone {
	color: white;
	margin-right: 15px;
}

.banner-phone a {
	color: white;
	text-decoration: none;
}

.banner-phone a:hover {
	text-decoration: underline;
}

.banner-divider {
	color: white;
	margin-right: 15px;
}


/* Inner Container */
.top-banner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 16px;
}

.banner-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 1rem;
	/* equivalent to px-4 */
}

/* Text */
.top-banner__text {
	color: #fff;
}

/* Links */
.top-banner__link {
	color: #fff;
	text-decoration: none;
	margin-left: 4px;
}

.top-banner__link:last-child {
	margin-left: 0;
	margin-right: 15px;
}

/* Divider */
.top-banner__divider {
	color: #fff;
	margin: 0 15px;
}

/* Mobile */
@media (max-width: 736px) {
	#customTopBanner {
		display: none;
	}
}

#HeaderSection .navigation li a {
	color: #fff;
}

.dropdown-menu li a {
	color: #ffffff !important;
}

.plus-accordion-icon {
	-webkit-text-stroke: 1.2px currentColor;
	font-size: 20px;
}

.custom-dropdown {
	width: 100%;
	font-family: Arial, sans-serif;
	position: relative;
}

/* Hide inputs */
.custom-dropdown input {
	display: none;
}

.field-heading {
	display: block;
	font-size: 16px !important;
	margin-bottom: 0.3em;
}

/* Selected area */
.dropdown-selected {
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
}

button.dropdown-selected {
	margin: 0;
	font: inherit;
	color: inherit;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
}

/* Dropdown list */
.dropdown-options {
	position: absolute;
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	display: none;
	z-index: 10;
}

.dropdown-options label {
	display: block;
	padding: 10px;
	cursor: pointer;
}

.dropdown-options label:hover {
	/* background: #f2f2f2; */
	background: #D45D00;
	color: #ffffff;
}

.dropdown-options .dd-option {
	display: block;
	padding: 10px;
	cursor: pointer;
}

.dropdown-options .dd-option:hover {
	background: #D45D00;
	color: #ffffff;
}

/* Open only the list inside the same .custom-dropdown as the checked toggle */
.custom-dropdown>.custom-dd-toggle:checked~.dropdown-options {
	display: block;
}

/* Show selected value */
.dropdown-selected::after {
	content: "Select Option";
}

.dropdown-selected::after {
	content: attr(data-placeholder);
	color: #999;
}

.dropdown-selected:not([data-placeholder])::after {
	content: attr(data-value);
	color: #000;
}

.bread-crumbs-container {
	max-width: 1140px !important;
}

.hanging_h_prefooter .prefooter {
	position: relative;
	min-height: 565px;
	overflow: hidden;
	background-image: url('/Images/_98_4c9e265e-94ed-42ad-ac4d-fcd9b11ef3e9.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	background-attachment: fixed;
}

.hanging_h_prefooter .prefooter::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;

}

.hanging_h_prefooter .prefooter__content {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
  max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.hanging_h_prefooter .prefooter__text {
	margin: 0;
	max-width: 760px;
	font-family: 'RBNo31 Black Italic', sans-serif;
	font-weight: 700;
	font-size: 50px;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #111;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.hero-section-pipeline .container {
  max-width: 1230px !important;
  width: 100%;
  margin: 0 auto !important;
}

.hanging_h_prefooter .prefooter__text .accent {
	color: #D45D00;
}

.hanging_h_prefooter .prefooter__text .dark {
	color: #000;
}

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

	.hanging_h_prefooter .prefooter__text {
		font-size: clamp(48px, 8vw, 58px);
		max-width: 640px;
	}
}

@media (max-width: 992px) {
	.hanging_h_prefooter .prefooter__text {
		font-size: 42px;
	}
}

@media (max-width: 768px) {
	.hanging_h_prefooter .prefooter {
		min-height: 62.5vh;
	}

	.hanging_h_prefooter .prefooter__content {
		padding: 0 24px
	}

	.hanging_h_prefooter .prefooter__text {
		font-size: 36px;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.hanging_h_prefooter .prefooter__text {
		font-size: 32px;
	}
}

/* Contact form custom dropdown (Precision West #d45d00) */
.Pipeline-websites-form .pipeline-form .form-group.my-custom-dd {
	overflow: visible;
	position: relative;
	z-index: 1;
}

.Pipeline-websites-form .pipeline-form .form-group.my-custom-dd:has(.custom-dd-toggle:checked) {
	z-index: 50;
}

.my-custom-dd .custom-dropdown {
	width: 100%;
	font-family: Arial, sans-serif;
	position: relative;
}

.my-custom-dd .custom-dropdown input {
	display: none;
}

.my-custom-dd .field-heading {
	display: block;
	font-size: 16px !important;
	margin-bottom: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
}

.my-custom-dd .dropdown-selected {
	padding: 6px 15px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
	cursor: pointer;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	box-sizing: border-box;
}

.my-custom-dd button.dropdown-selected {
	margin: 0;
	font: inherit;
	color: inherit;
	width: 30% !important;
	min-width: 260px;
	box-sizing: border-box;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
}

.my-custom-dd .dropdown-selected-label {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.my-custom-dd .dropdown-selected[data-placeholder] .dropdown-selected-label {
	color: #999;
}

.my-custom-dd .dropdown-selected:not([data-placeholder]) .dropdown-selected-label {
	color: inherit;
}

.my-custom-dd .dropdown-chevron {
	flex-shrink: 0;
	width: 0.55em;
	height: 0.55em;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	transform: rotate(45deg);
	margin-top: -0.2em;
	margin-left: 0 !important;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.my-custom-dd .custom-dropdown > .custom-dd-toggle:checked ~ .dropdown-selected .dropdown-chevron {
	transform: rotate(225deg);
	margin-top: 0.12em;
}

.my-custom-dd .dropdown-selected:hover .dropdown-chevron {
	border-color: #d45d00 !important;
}

.my-custom-dd .dropdown-options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 30% !important;
	min-width: 260px;
	margin-top: -1px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	display: none;
	z-index: 100;
	box-sizing: border-box;
}

.my-custom-dd .dropdown-options label,
.my-custom-dd .dropdown-options .dd-option {
	display: block;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 10px !important;
	margin: 0;
}

.my-custom-dd .dropdown-options label:hover,
.my-custom-dd .dropdown-options .dd-option:hover,
.my-custom-dd .dropdown-options label:focus,
.my-custom-dd .dropdown-options .dd-option:focus {
	background: #d45d00 !important;
	color: #ffffff !important;
}

.my-custom-dd .custom-dropdown > .custom-dd-toggle:checked ~ .dropdown-options {
	display: block;
}

.my-custom-dd .dropdown-selected::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 550px) {
	.my-custom-dd button.dropdown-selected {
		width: 100% !important;
		min-width: 0;
	}

	.my-custom-dd .dropdown-options {
		width: 100% !important;
		min-width: 0;
	}
}

#FooterSection {
	background-color: #101820 !important;
}