/* ----------------------------------------------------------------
	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: #183862 !important;
}

.breaking-news a {
	color: #fff;
}

.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: 2.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;**/
	background-color: lightgray;
}

#header-wrap #logo .logo-default {
	max-width: 185px;
	height: auto;
}

#header-wrap #logo .logo-dark {
	max-width: 185px;
	height: auto;
}

#secondary .widget_links h5 {
	font-size: 16px;
}

.slider-caption p {
	line-height: normal;
}

.feature-box h3 {
	text-transform: uppercase;
}

.entry-title h3{
	text-transform: uppercase;
}
#copyrights a {
	color: #fff;
}

.logo-default {
	margin: 5px 0 5px 0;
}

/* Center content in left + right columns only */
footer .col-md-4:first-child,
footer .col-md-4:last-child {
  display: flex;
  justify-content: center;
}

/* Optional: limit width so they don't look stretched */
footer .col-md-4:first-child .widget,
footer .col-md-4:last-child .widget {
  max-width: 240px;
  width: 100%;
}

.hot-spot a.social-icon {
	width: 30px;
	height: 30px;
}

.hot-spot a.social-icon i {
	margin-right:0px;
}

.logo-btm-border {
    border-bottom: 5px #e8e8e8 solid;
    margin-bottom: 15px;
	padding-bottom: 30px;
}

#secondary .single-project .logo-btm-border {
	max-width: 200px; 
}

#secondary .single-project .divider {
	margin: 0px 0 30px 0;
}

#secondary .offset-right-xl-15 img {
	border: 1px solid #000;
}

#history-years  {
	padding: 0px;
	margin: 20;
}


#history-years .row div {
	background-color: black;
	color: #fff;
	border-radius: 12px;
	padding: 12px;
}

#history-years .row h2 {
	color: #fff;
	margin: 0;
	line-height: normal;
}

#history-years .row {
    display: flex;
    gap: 20px;
}