/* ----------------------------------------------------------------
	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;
}

#header-wrap {
	background-color: #fff;
}

#top-bar {
	background-color: #044f7c;
}

#top-bar a {
  color: #fff;
}

#top-bar .top-links-sub-menu .top-links-item a  {
  color: #1983b2;
}

#footer {
  background-color: #2f3031;
}
#copyrights {
  background-color: #000;
  color: #fff;
}

.breaking-news {
	background-color: #183862 !important;
}

.breaking-news a {
	color: #fff;
}

.bg-danger {
	background-color: #930a13 !important;
}

.grid-filter li.activeFilter a {
	background-color: #a81d06;
}

.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;
}

: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");
}

.bg-color, .bg-color #header-wrap {
  background-color: #044f7c;
}

.safe-icons {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  width: 100px;
  clear: both;
  overflow: hidden;
}
.safety-reimagined-badge {
  width: 400px;
}
.button-safe, .button-safe:focus {
	color: #fff;
	background-color: #F00;
	border-color: #F00;
}

.button-safe:hover, .button-safe:active {
	color: #000;
	background-color: #fff;
	border-color: #F00;
}
/* Tablet Media Styles */

.solutions-list-table-wrap {
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 30px;
	background-color: #f8f8f8;
}

.solutions-list-table {
	position: relative;
	width: 48%;
	padding: 15px 20px;
}

.caption-txt {
  font-size: 13px !important;
  font-weight: 400;
  margin-top: 0px;
}

.sidebar_widget h5 {
	font-weight: 600;
	margin-bottom: 20px;
}

.sidebar_widget h5::after {
  display: block;
  content: "";
  background: #0060ba;
  border: 1px solid #0060ba;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
}


.tm-index-img {
	float: right;
	max-width: 550px;
	padding: 10px;
}

.oiw-50 {
  width: 49%;
  margin: 0 0 30px 0; /* optional: vertical spacing between rows */
}

  @media (max-width: 768px) {
    .oiw-50 {
      width: 100%;
    }
  }
/*
*
* Panels Custom
* --------------------------------------------------
*/
.panel {
	margin-bottom: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.panel-custom {
	padding: 22px 0 20px;
}

@media (min-width: 768px) {
	.panel-custom {
		padding: 20px 0 20px 0;
	}
}

.panel-custom + .panel-custom {
	border-top: 1px solid #ececee;
	margin-top: 0;
}

.panel-custom .panel-custom-title > a {
	display: block;
	position: relative;
	padding-right: 40px;
	color: #333333;
	background: transparent;
	transition: .3s all ease;
}

.panel-custom .panel-custom-title > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	font: 400 24px/24px "Linearicons";
	color: #0060ba;
	transform: translateY(-50%) rotate(0deg);
	transition: .35s all ease-in-out;
}

.panel-custom .panel-custom-title > a span {
	padding-left: 8px;
	color: #777777;
	font-size: 14px;
}

.panel-custom .panel-custom-title > a.collapsed {
	background: #ffffff;
}

.panel-custom .panel-custom-title > a.collapsed:before {
	content: '\e936';
	transform: translateY(-50%) rotate(180deg);
}

.panel-custom .panel-custom-title > a:hover {
	text-decoration: none;
	background: transparent;
}

.panel-custom .panel-custom-collapse {
	background: transparent;
}

.panel-custom .panel-custom-collapse .panel-custom-body {
	padding: 15px 25px 30px 0;
}

@media (min-width: 768px) {
	.panel-custom .panel-custom-collapse .panel-custom-body {
		padding: 30px 30px 22px 0;
	}
}

h3 + .panel-custom-group-wrap {
	margin-top: 30px;
}

.panel-classic .panel-custom-title > a {
	padding-left: 35px;
	padding-right: 0;
}

.panel-classic .panel-custom-title > a:before {
	content: "\e93c";
	top: 47%;
	left: 0;
	right: auto;
	transform: translateY(-50%) rotate(90deg);
	transition: .35s all ease-in-out;
}

.panel-classic .panel-custom-title > a.collapsed:before {
	content: '\e93c';
	transform: translateY(-50%) rotate(0deg);
}

.panel-classic .panel-custom-title > a:hover {
	text-decoration: none;
	background: transparent;
}