/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

a.services-classic-figure img {
  width: 100%;
  height: 100%;
}

.services-classic {
	padding: 0 12px 0 12px;
}


.oiw-row .button {
	background-color: #000;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.oiw-row .button:hover {
    background-color: #28357a;
    color: #fff; 
	transition: all 0.2s ease-in-out;
}

.widget_links li a {
	transition: all 0.2s ease-in-out;
}

.widget_links li a:hover {
	padding-left: 7px;
	transition: all 0.2s ease-in-out;
}

.column-aside .widget_links h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
}

.column-aside .widget_links h4::after {
  display: block;
  content: "";
  background: #28357a;
  border: 1px solid #28357a;
  width: 40px;
  height: 4px;
  margin-top: 13px;

}

h5.services-classic-title {
	margin-top: 10px;
	margin-bottom: -5px;
}

#oiw-accessory h4.oiw-panel-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
}

#oiw-accessory a {
	margin-bottom: 0px !important;
}

.tab-pane ul {
	margin-left: 40px;
}

.map-wrapper {
  width: 100%;          /* or a fixed width like 400px */
  height: 650px;        /* set the height you want */
  overflow: hidden;
  position: relative;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hist-box-one {
	background-color: #f4f4f4;
	margin-right: 15px;
}
.hist-box-two {
	background-color: #e1e1e1;
}
.two-column-row {
  display: flex;
  gap: 30px; /* Adjust as needed */
  flex-wrap: nowrap; /* Prevent columns from stacking */
  
}

.hist-box-one,
.hist-box-two {
  flex: 1; /* Optional: makes both columns grow equally */
	padding: 20px 12px 25px 12px;
	border-top-right-radius: 30px; /* Adjust radius as needed */
}

.hist-box-one h4::after, .hist-box-two h4::after {
  display: block;
  content: "";
  background: #457cc0;
  border: 1px solid #457cc0;
  width: 40px;
  height: 4px;
  margin-top: 13px;
}

.two-column-row .part-logo {
	max-width: 250px;
	height: auto;
	padding: 10px 5px;
	margin-bottom: 15px;
}

.partner-box-one {
	background-color: #f4f4f4;
	transition: background-color 0.3s ease;
}
.partner-box-one:hover {
	background-color: #FBD504;
	transition: background-color 0.3s ease;
}

blockquote h2 {
	color: #999 !important;
}

blockquote h4 {
	color: #FBD504;
	font-weight: 400;
	line-height: 1.1;
	font-size: 1.35rem;
}

blockquote p {
	color: #e9e9e9;
	font-size: 16px;
}

blockquote .highlight {
  background-color: #FBD504; /* bright yellow */
  color: #000000 !important;            /* black text for contrast */
}

#secondary h3 {
	color: #666 !important;
	font-weight: 400;
	line-height: 1.2;
	font-size: 1.35rem;
}

@media (max-width: 399px) {
	.portfolio-item.col-sm-02 {
		width: 100%;
	}
}

.oiw-row .isotope-item {
	padding: 0 10px 0 10px !important;
}

.oiw-row .isotope-item img {
  width: 410px; 
	height: 304px; 
	object-fit: cover;
}

.eco-sect-wrap .heading-block h2 {
  max-width: 650px;       /* Controls line length */
}
.form-note {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 20px;
}
/* Ensure the container height is consistent */
.page-menu-container {
  display: flex;
  height: 100%;
}

/* Make the <li> take full height and allow background color to cover it */
.page-menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}

/* Apply hover background color */
.page-menu-item:hover {
  background-color: #457cc0; /* Or your desired color */
}

/* Optional: remove inner div padding/margin if needed */
.page-menu-item a div {
  padding: 0px 6px; /* Add padding as needed */
}
.page-menu-container .page-menu-item:last-child a div {
  padding-right: 6px;
	margin-right: 0;
}
/* Remove unnecessary padding from the navigation items */
#page-menu .page-menu-item > a {
  padding: 0; /* Adjust as needed */
}

/* Adjust the mega menu positioning */
#page-menu .mega-menu {
  margin-top: 0; /* Remove any top margin */
  padding-top: 0; /* Remove any top padding */
}

/* Ensure the dropdown menus are aligned properly */
#page-menu .mega-menu > li > ul {
  margin-top: 0; /* Remove any top margin */
  padding-top: 0; /* Remove any top padding */
}

p.about-sub-hd {
	margin-top: -5px !important;
	color: #6c757d;
	font-style: italic;
} 

.about-sect-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}
.is-btn-bar {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #28357a;
}
h2.part-txt {
	font-size: 40px;
}
.widget.subscribe-widget a.button {
	color: #fff !important;
}
.body-content ul {
	margin-left: 45px;
}
.widget_links > ul {
	margin-left: 0 !important;
}

h4.job-desc {
	margin-top: 0px;
	margin-bottom: 15px;
}

.safe-icons {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  width: 100px;
  clear: both;
  overflow: hidden;
}

.safe-icons img {
  width: 100px;
}


.safety-reimagined-badge {
  width: 400px;
}

.body-content ul, .body-content ol {
	margin-left: 35px
}

.body-content h4 {
	font-size: 20px;
}

.body-content h4 + p {
  margin-top: -15px !important; 
}.breadcrumb-hero {
  background-attachment: scroll !important;
  background-position: center center !important;
}


.tab-content ul {
	margin-left: 35px
}


/* If the parallax is moved by a transform */
.breadcrumb-hero .bg-parallax {
  transform: none !important;
}

#content > .content-wrap {
  margin-top: 0px;
}


.lte-sol-icon-wrap [class*="col-"]:not([class*="sticky-"]):not([class*="position-"]) {
	width: 23.5% !important;
	position: relative;
	display: inline-block;
	margin-bottom: 55px;
}

.icom-spacing-lte h2 {
	margin-top: 75px;
}

a.services-classic-figure img {
  width: 100%;
  max-height: 270px;	
  object-fit: cover;
}

.is-cta {
	background: #F5F5F5;
	padding: 25px 25px 0 25px;
	border-left: #28357a solid 8px;
	border-right: #28357a solid 8px;
}