@font-face {
  font-family: muli;
  src: url("/assets/info_assets/fonts/Gotham-Light.otf");
}

* {
  font-family: muli;
}

.in_content-block {
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 0%;
	padding-bottom: 5%;
	width: 100%;
}

.in_card-head {
	font-weight: 900;
}

.in_card-desc {
	color: white;
}
.in_card-desc-grey {
	color: #363636;
}

.btn-orange {
	background-color: #f25f33;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	
	border:0px;
	color: white;
}
.btn-blue {
	background-color: #113c6f;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	
	border:0px;
	color: white;
}

.btn-red {
	background-color: #ec1c24;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	
	border:0px;
	color: white;
}

.btn-enquire {
	background-color: #ec1c24;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	border:0px;
	color: white;
}
.btn-enquire:hover {

	background-color: white;
	border:1px solid #ec1c24;
	color: #ec1c24 !important;
}
.btn-video {
	border: 2px solid black;
	background-color: white;
	color: black;
	padding: 14px 28px;
	font-size: 16px;
	cursor: pointer;
}
.btn-video:hover {
	color: black;
}

.in_card-head-grey {
	color: #363636 !important;
	font-weight: 600;
	font-size: 20px;
}

.grp-head {
	color: #372f2b !important;
	font-size: .95em;
	font-weight: 746;
	line-height: 1.15;
	margin: 1.25em 0 .75em;
	text-transform: uppercase;
	text-decoration: none;
}
.grp-head:hover {
	color: red !important;
}
.product-item {
	color: #372f2b;
	font-size: .7em;
	font-weight: 446;
	line-height: 1.15;
	margin: 1.25em 0 .75em;
	text-transform: uppercase;
	text-decoration: none;
}
.product-item:hover {
	color: red !important;
}
.item-col {
	padding-left: 30px !important;
}
.nav-mob {

}

.mob-menu-item {
	border-width: 1px;
	list-style: none;
	padding: 1px;
}
.mob-menu-item a {
	color: #000;
}

.menuitem a:hover {
	color: red;
}
.menuitem a {
	text-decoration:none !important;
}

.a-link {
	text-decoration: none;
}
.a-link:hover {
	text-decoration: none;
	color: #ad161c !important;
}