/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.top-advert {
	border: 0;
}

.breaking-news {
	background-color: #f5f5f5 !important;
}

.breaking-news a {
	color: #000000;
}

.bg-danger {
	background-color: #930a13 !important;
}

.grid-filter li.activeFilter a {
	background-color: #1a3764;
}

.bi-phone::before {
  content:url("/images/home/services-1.webp");
}

.bi-eye::before {
  content:url("/images/home/services-2.webp");
}

.bi-star::before {
  content:url("/images/home/services-3.webp");
}

.bi-camera-video::before {
  content:url("/images/home/services-4.webp");
}

.bi-mouse::before {
  content:url("/images/home/services-5.webp");
}

.bi-fire::before {
  content:url("/images/home/services-6.webp");
}
.top-links-contact {
  padding: 12px;
  line-height: calc(var(--cnvs-topbar-height) - 24px);
  font-weight: var(--cnvs-topbar-font-weight);
  text-transform: var(--cnvs-topbar-font-transform);
  color: var(--cnvs-topbar-color);
}

.slider-caption h2 {
	font-size: 3.6rem;
	text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
	margin-top: 60px;
}

:root {
  --cnvs-slider-caption-width: 950px;
  --cnvs-slider-caption-p-size: 2.5rem;
}

.header-stick .col-lg-3 {
	align-self: center;
}

.product .product-image img {
	width: auto;
}

.bi-heart::before {
  content:url("/images/home/moto-icon-1.webp");
}

.bi-file-earmark-richtext::before {
  content:url("/images/home/moto-icon-2.webp");
}

.bi-moto3::before {
  content:url("/images/home/moto-icon-3.webp");
}

.bi-moto4::before {
  content:url("/images/home/moto-icon-4.webp");
}

.bi-check-lg::before {
  content:url("/images/home/moto-icon-5.webp");
}

.bi-lightbulb::before {
  content:url("/images/home/moto-icon-6.webp");
}

#secondary ul {
	margin-left: 20px;
}


#secondary ol {
	margin-left: 20px;
}


.fslider .slide > a > img {
	width:75%;
}

.product {
	padding-top: 0px;
}

.product-image {
	padding-top:0px;
	margin-top:0px;
}


h4.team-corporate-name {
	font-size: 1.25rem;
}

.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;
}

a.services-classic-figure img {
	width: 100%;
	object-fit: cover;
}

#header-wrap #logo .logo-default {
	max-width: 185px;
	height: auto;
}

#header-wrap #logo .logo-dark {
	max-width: 294px;
	height: auto;
}

#secondary .widget_links h5 {
	font-size: 16px;
}

.slider-caption p {
	line-height: normal;
}

/* Reset and base styles */
.top-links-container {
  list-style: none;
  margin: 0;
  padding: 0;
}



.top-links-item a {
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
}

/* Hide submenu by default */
.top-links-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999;
}

/* Show submenu when hovering over parent item */
.top-links-item:hover > .top-links-sub-menu {
  display: block;
}

/* Optional submenu styling */
.top-links-sub-menu .top-links-item a {
  display: block;
  padding: 10px 15px;
  color: #333;
  background: #fff;
}

.top-links-sub-menu .top-links-item a:hover {
  background: #f5f5f5;
  color: #00538e;
}

@media screen and (max-width: 1198px) {
  .menu-link {
    font-size: 0.8rem;
	  	padding-left: 8px;
  padding-right: 8px;
  }

}