.sub-body {
	max-width: 1000px;
	margin: 0 auto;
}
/*=== HEADER ===*/
.desktop-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.desktop-nav nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.desktop-nav nav > div:last-child {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.desktop-nav nav > div:not(.logo-wrapper) {
	width: 45%;
	height: 80px;
}
.desktop-nav nav > div:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-menu .btn {
	top: 0px !important;
	right: 0px !important;
	margin-left: 0px !important;
}
.social-link {
	color: #FFF;
	font-size: 25px;
	margin-left: 25px;
}
.desktop-nav ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.desktop-nav nav > a {
	width: 10%;
}
#inner .social-link,
#inner .nav-list > li a{
	color: #000000;
}
#header {
    height: 120px;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    height: 120px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.header-menu {
	background-color: #000000;
}
.header-menu .container {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.header-menu .container {
    max-width: 1920px;
}
.logo-wrapper .logo {
    width: auto;
    background-image: url("../images/layout/logo-white.png");
    height: 80px;
    position: relative;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#inner .logo-wrapper .logo {
	background-image: url("../images/layout/sub-logo.png");
}
.header-menu-right {
    height: 100%;
    display: flex;
    flex-grow: 1;
}
.footer-btm h4 {
	font-size: 20px;
	color: #CE1728;
}
.footer-text span,
.footer-text a {
	font-size: 18px;
}
.header-menu .btn,
.footer-btm .btn {
        display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 0;
    border: solid;
    border-color: #FFF;
    height: 60px;
    position: relative;
    top: 30px;
    right: 15px;
    margin-left: 50px;
    max-width: 200px;
    font-family: 'Liberator', sans-serif;
}
#nav-btn,
#nav-close-btn {
    display: none;
}
#inner #nav-btn {
	color: #000000;
}
#home #nav-btn {
	color: #FFF;
}
.nav-list li a:hover,
.social-link:hover {
  color: #CE1728 !important;
}
.main-nav, .nav-menu,
.main-nav nav {
    height: 100%;
}
.main-nav {
    padding-top: 48px;
    width: 40%
}
.nav-menu {
    display: flex;
}
.nav-menu > li {
    height: 100%;
}
.nav-menu > li:not(:last-child) {
    margin-right: 40px;
}
.nav-menu > li.has-child {
    position: relative;
}
.nav-list > li a {
	color: #FFF;
}
.nav-list > li:not(:last-child) {
	margin-right: 25px;
}
.mobile-nav-container {
	display: none !important;
}
.nav-menu a {
    font-size: 18px;
    line-height: 1.2;
}
#inner .nav-menu > li > a {
	color: #FFF;
}
#inner .header-menu {
	background-color: #FFF;
}
#inner .right-nav span {
	color: #000000;
}
.nav-menu > li > a {
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    height: 100%;
    color: #FFF;
}
.nav-menu > li > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #436843;
    height: 8px;
    opacity: 0;
    visibility: hidden;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.sub-menu li a:hover {

}
.sub-menu {
    width: 250px;
    text-align: left;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 73px;
	left: 50%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-top: 15px solid #CE1728;
    background: #fff;
    padding: 0 15px;
	box-shadow: 0px 0px 3px #000000;
}
.sub-menu:before {
	content: '';
	width: 100%;
	height: 50px;
	top: -50px;
	left: 0px;
	position: absolute;
}
li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.sub-menu li:not(:last-child) a {
    border-bottom: 2px solid rgba(3, 3, 3, .09);
}
.sub-menu li a{
    display: block;
    padding: 20px 10px;
    position: relative;
}
#home .sub-menu li a{
	color: #000000;
}
/* Search */
.header-wrapper .search-btn {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    color: #FFF;
}
.header-wrapper .search-box {
    position: absolute;
    width: 100%;
    right: 120px;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 40px 0 45px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-left: 75px;
}
.header-wrapper.show-search .search-box {
    visibility: visible;
    opacity: 1;
}
.header-wrapper.show-search .search-btn:before {
    content: '\f00d';
}
.header-wrapper .search-box:before {
    content: "\f002";
    font: 400 30px/1 "Font Awesome 6 Pro";
    margin-right: 15px;
    flex-shrink: 0;
}
.header-wrapper .search-box form {
    flex-grow: 1;
}
.header-wrapper .search-box input {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.header-wrapper .search-box input::-webkit-input-placeholder{
/* WebKit browsers */
    color: #9A9797;
}
.header-wrapper .search-box input:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #9A9797;
    opacity: 1;
}
/*=== TOP BANNER ===*/

.banner {
	position: relative;
	height: 700px;
	display: flex;
}
.banner .slick-slide:not(.slick-active) {
   opacity: 1 !important;
}
#hero-banner {
	width: 88%;
}
.banner-con	{
	height: 700px;
	position: relative;
	display: flex;
	width: 100%;
}
.banner-con .img-box {
	width: 60%;
}
.banner-con .banner-text {
	width: 40%;
	color: #FFF;
	background-color: #000000;
	padding-left: 25px;
	opacity: 1 !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.banner-con .banner-text > div {
	position: relative;
}
.banner-con .banner-text .large-text {
	font-family: 'Liberator', sans-serif;
	color: #FFF;
}
.banner-con .banner-text .top-text {
	font-family: 'Liberator', sans-serif;
    color: #818181;
    font-size: 35px;
}
.banner-con .banner-text > div:before {
	content: '';
    position: absolute;
    background-color: #CE1728;
    width: 10px;
    height: 80px;
    top: 0px;
    left: -25px;
}
.banner-con .banner-text p {
	padding: 0 85px 0 0;
	font-size: 18px;
	font-family: 'Poppins';
}
.banner .side-bar {
	width: 12%;
	background-color: #000000;
	height: 100%;
}
.banner .side-bar span {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-content: center;
	position: relative;
    top: -175px;
	left: 35px;
}
.banner-text a {
	font-family: 'Liberator', sans-serif;
	text-align: left;
	padding: 0px;
}
.banner .pagingInfo {
	position: absolute;
    left: 12%;
    top: -10px;
    font-size: 40px;
    font-family: 'Liberator', sans-serif;
}
.banner .pagingInfo .current_slide {
	color: #CE1728 !important;
}
/*=== CALLOUTS ===*/
.callout-con {
	padding: 100px 0 100px 0;
	text-align: center;
}
.callout-main h1,
.icon-con .icon-text h1 {
    font-size: 35px;
    color: #CE1728;
}
.callout-main h2,
.icon-con .icon-text h2 {
	color: #818181;
	font-size: 25px;
	margin-bottom: 0px;
}
.callout-main h1, 
.callout-main h2,
.icon-con .icon-text h2,
.icon-con .icon-text h1 {
	font-family: 'Liberator', sans-serif;
}
.callout-main p {
	font-size: 15px;
	max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.callout-btn {
	font-family: 'Liberator', sans-serif;
	border: solid;
    padding: 13px 25px 10px 25px;
    transition: all 0.3s ease 0s;
	cursor: pointer;
}
.callout-btn:hover {
	color:  #CE1728 !important;
	border-color:  #CE1728 !important; 
}
.icon-con {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.icon-text {
	width: 30%;
	position: relative;
	padding: 75px;
}
.icon-text:before {
	content: '';
    position: absolute;
    background-color: #CE1728;
    width: 10px;
    height: 55px;
    top: 75px;
    left: 50px;
}

.icon-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.icon-img-box {
	width: 25%;
	display: block;
	margin: 60px 25px 50px 25px;
	cursor: pointer;
}
.icon-img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 125px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.icon-img-box:hover span {
	color: #CE1728;
}
.icon-img-box:hover .icon-img {
	transform: scale(1.05);
}
.icon-img-box span{
	height: 100px;
	display: block;
	padding-top: 25px;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	font-weight: bold;
}
.icon-img-box span span {
	font-weight: normal !important;
}
.icon-img-box a {
	font-size: 13px;
}
.icon-con .icon-text {
	text-align: left;
}
.icon-con .icon-text p {
	font-size: 15px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}
/*=== PAGE SECTIONS & PROJECTS CONTENT ===*/
.page-sections {
    padding-bottom: 60px;
    text-align: left;
}
.info-section {
    background: rgba(3, 3, 3, .05);
}
.info-section.no-bg {
    background: none;
}
.page-sections h2 {
	color: #818181;
	font-size: 25px;
	margin-bottom: 0px;
}
.page-sections h1 {
	font-size: 45px;
    color: #CE1728;
}
#home .info-section .section-image {
    min-height: 750px;
}
.info-section .img-box,
.single-project-wrapper .project-image {
    width: calc(50% - 140px);
    background-position: top center;
}
.info-section .section-content {
    align-self: center;
	width: 60%;
}
.info-section .img-box {
	width: 40% !important;
}
.info-section:nth-child(even) .section-content {
    padding: 80px 0 80px 70px;
}
.info-section .section-content .inner-box {
    width: 100%;
    max-width: 975px;
    padding: 60px 60px 25px 60px;
}
.info-section .section-content .text-box {
    width: 100%;
    max-width: 675px;
    font-size: 15px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.info-section .section-content h4,
.single-project-wrapper .project-content h4 {
    margin: -10px 0 35px;
}
.info-section ul,
.single-project-wrapper .project-content ul {
    column-count: 2;
    column-gap: 50px;
    max-width: 550px;
    margin-top: 50px;
}
.info-section ul li,
.single-project-wrapper .project-content ul li {
    color: #007DB6;
    font-size: 20px;
    font-weight: bold;
}
.info-section .section-content .btn {

}
.info-section + .info-section {
    margin-top: 100px;
}
.info-section:nth-child(even) {
    flex-direction: row-reverse;
}
.info-section:nth-child(even) .section-content .inner-box {
    float: right;
    padding-left: 0;
    padding-right: 80px;
    max-width: 820px
}
.info-section:nth-child(even) .text-box {
    margin-left: 0;
}
.single-project-wrapper {
    padding: 100px 0;
}
.single-project-wrapper .project-content {
    padding-top: 5px;
}
.single-project-wrapper .back-link {
    margin-bottom: 80px;
}
/*===TESTIMONIALS===*/
.testimonial-name {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 24px !important;
	line-height: 26px;
	margin-bottom: 0px;
	padding-bottom: 25px !important;
}
.testimonial-box {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
}
.testimonial-box .testimonial-img {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 50%;
}
.testimonial-box .testimonial-text {
	width: 50%;
	text-align: left;
}
.testimonials-slider {
    max-width: 1080px;
    margin: 0 auto;
}
.testimonial-text h2, 
.testimonial-text h1 {
	font-family: 'Liberator', sans-serif;
}
.testimonial-text:before {
	content: '';
    position: absolute;
    background-color: #CE1728;
    width: 10px;
    height: 55px;
    top: 75px;
    left: 50px;
}
.testimonial-text {
	position: relative;
	padding: 75px;
}
.testimonial-text h1 {
    font-size: 35px;
    color: #CE1728;
}
.testimonial-text h2 {
	color: #818181;
	font-size: 25px;
	margin-bottom: 0px;
}
.testimonial-text .red {
	color: #CE1728;
} 
.testimonial-text p {
	font-size: 15px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 25px;
}
/*=== Brands ===*/
.brand-con h1 {
	font-size: 35px;
}
.brand-con {
	text-align: center;
	position: relative;
	padding-top: 100px;
}
.brand-img {
	background-size: contain;
	background-position: center center !important;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.brand-con .pagingInfoBrand {
	position: absolute;
    left: 289px;
    top: -10px;
    font-size: 40px;
    font-family: 'Liberator', sans-serif;
}
.brand-con .pagingInfoBrand .current_slide {
	color: #CE1728 !important;
}
/*=== FOOTER ===*/
.footer-btm .btn {
	margin-left: 0px;
}
.footer-logo {
	background-size: contain;
	background-repeat: no-repeat;
	width: 350px;
	height: 90px;
	margin-bottom: 25px;
}
.footer-wrapper {
    height: auto;
}
.footer-wrapper .flexbox {
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-wrapper .logo {
    display: block;
    max-width: 400px;
}
.footer-wrapper .btn {
    padding-left: 25px;
    padding-right: 25px;
}
.footer-top {
    padding: 55px 0 60px;
}
.footer-menu li {
	padding-bottom: 15px;
}
.footer-top .flexbox > div:first-child {
    width: 410px;
}
.footer-top .flexbox > div:not(:first-child),
.footer-btm .flexbox > div:not(:first-child)  {
    min-width: fit-content;
    padding-left: 25px;
}
.footer-top .flexbox > div:nth-child(2) {
    margin-left: auto;
}
.footer-top .flexbox > div:nth-child(3):not(:last-child) {
    margin-right: auto;
}
.footer-btm {
    background: #000000;
    color: #fff;
    padding: 30px 0 26px;
}
.footer-btm .flexbox {
    justify-content: flex-start;
}
.footer-btm .flexbox > div:nth-child(1) {
    width: 30%;
}
.footer-btm .flexbox > div:nth-child(2) {
    width: 30%;
}
.footer-btm .flexbox > div:nth-child(3) {
    width: 20%;
}
.footer-btm .flexbox > div:nth-child(4) {
    width: 20%;
}
.footer-btm .flexbox > span:first-child {
    padding-right: 20px;
}
.footer-btm .flexbox > div {
	height: 100%;
}
.jbsystems {
    font-size: 14px;
}
.jbsystems a {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    width: 122px;
    height: 46px;
    margin-left: 30px;
    background: url(../images/logos/logo-jb-systems.png) no-repeat;
    background-size: contain;
}
/*=== MAIN CONTENT ===*/

/* Sub Banner */
.sub-banner {
    height: 275px;
    color: #fff;
    position: relative;
}
.sub-banner:after {
    background: rgba(18, 18, 18, .25);
}
.sub-banner .container {
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
}
.sub-banner .banner-text{
    text-align: center;
    z-index: 10;
    padding-bottom: 60px;
}
.sub-banner .banner-text h1 {
	color: #FFF;
}
.sub-banner {
	position: relative;
}
.sub-banner:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .7);
}
.sub-banner .large-text {
    color: inherit;
    margin-bottom: 25px;
}
/* Breadcrumbs */
.breadcrumbs {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    text-align: left;
	padding: 25px 0px;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    font-family: 'Liberator', sans-serif;
    
}
.breadcrumbs li:after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 10px;
    height: 10px;
    border-radius: 3px 0px;
    margin: 0 4px;
    background: #CE1728;
}
.breadcrumbs li:last-child:after {
    content: none;
}
.breadcrumbs li:last-child span {
    font-family: 'Liberator', sans-serif;
    text-transform: uppercase;
    color: #CE1728;
}
/* Main Content */
.main-content .content ul:not(:last-child),
.main-content .content ol:not(:last-child){
    margin-bottom: 30px;
    text-align: left;
}
.main-content .content .btn {
    margin-top: 25px;
}
.main-content .sidebar  {
    width: 420px;
    padding-left: 80px;
}
.sidebar > *:not(:last-child){
    margin-bottom: 120px;
}
/*=== GALLERY ===*/
.altCaption {
	display: none;
}
.gallery-item {
	transition: all 0.3s ease 0s;
}
.gallery-item:hover {
	transform: scale(1.02);
}
.gallery-wrapper {
     padding: 0 0 100px;
     margin-top: 100px;
}
.photo-gallery {
    margin: 0 -10px;
}
.photo-gallery .gallery-item {
    width: calc(25% - 20px);
    height: 325px;
    margin: 0 10px;
    margin-bottom: 20px;
}
.photo-gallery .gallery-item:before {
    content: '';
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.photo-gallery a:nth-child(7n + 3),
.photo-gallery a:nth-child(8n + 5) {
    height: 670px;
}
.photo-gallery a:nth-child(5n + 4),
.photo-gallery a:nth-child(11n + 6),
.photo-gallery a:nth-child(7n + 3) {
    width: calc(50% - 20px);
}
.gal-inner-img {
	background-size: 100px;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center center;
	z-index: 20;
	position: relative;
}
.gal-inner-img h2 {
	position: absolute;
	font-size: 25px;
	color: #FFF;
	left: 50%;
	transform: translateX(-50%);
	top: 70%;
}
.photo-gallery a:nth-child(7n + 3) .gal-inner-img h2,
.photo-gallery a:nth-child(8n + 5) .gal-inner-img h2 {
    top: 60%;
}
/*==== PRODUCTS ======*/
.prod-box {
		display: flex;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}
	.prod-box .prod-link-inner {
		background-size: contain;
		background-repeat: no-repeat;
		width: 70%;
		margin: 0 auto;
		height: 70%;
		position: relative;
	}
	.prod-box a {
		width: 20%;
		min-width: 300px;
		height: 325px;
		margin: 50px;
	}
	.prod-box .prod-link-content h3 {
		color: #000000;
		font-size: 18px;
		font-family: 'Liberator', sans-serif;
	}
	.prod-box .prod-link-content span {
		font-family: 'Poppins';
		color: #bfbfbf;
		font-size: 15px;
	}
	.prod-box .prod-link-content {
		height: 30%;
		text-align: left;
		position: relative;
		padding: 10px;
	}
	.listing-wrapper {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.filter-con {
		width: 10%;
	}
	.prod-con {
		width: 90%;
	}
	.filter-con .filter-menu{
		list-style-type: none;
		text-align: left;
	}
	.filter-con .filter-menu li:before {
		content: '';
		display: none;
	}
	.filter-con h4 {
		font-family: 'Liberator', sans-serif;
		color: #CE1728;
		font-size: 18px;
		text-align: left;
	}
	.filter-con .filter-menu li a {
		font-family: 'Poppins';
		font-size: 15px;
	}
	.filter-con .filter-menu li {
		text-align: left;
		padding-left: 0px;
	}
	.prod-link-content:before {
		content: '';
		color: #fff;
		height: 0px;
		width: 100%;
		background: rgb(206,23,40);
		background: linear-gradient(0deg, rgba(206,23,40,1) 0%, rgba(206,23,40,1) 35%, rgba(0,0,0,0) 100%);
		position: absolute;
		left: 0px;
		bottom: -1px;
		transition: all 0.3s ease 0s;
		border-radius: 10px;
		z-index: 10;
		align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
	}
	.prod-box a:hover .prod-link-content:before{
		height: 225px;
	}
	.prod-box a:hover .prod-link-content h2 {
		display: block;
		opacity: 1;
	}
	.prod-box a:hover .prod-link-content h3 {
		display: none;
	}
	.prod-link-content h2 {
		display: none;
    z-index: 20;
    color: #FFF;
    font-family: 'Liberator', sans-serif;
    font-size: 25px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
		
	}
	.main-prod-filters {
		width: 100%;
		height: 150px;
		display: flex;
		flex-wrap: wrap;
	}
	.main-prod-filters div {
		width: 50%;
	}
	.main-prod-filters .filter-box {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.main-prod-filters .filter-box a {
		font-family: 'Liberator', sans-serif;
		border: solid;
		padding: 13px 25px 10px 25px;
	}
	.main-prod-filters .rel-sort {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.main-prod-filters .rel-sort select {
		width: 250px;
		font-family: 'Liberator', sans-serif;
		border: solid;
		padding: 13px 25px 10px 25px;
		cursor: pointer;
	}
	.main-prod-filters {
		margin-bottom: 50px;
	}
	.filter-con div {
		margin-bottom: 50px;
	}
	.prod-detail-box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		min-height: 600px;
	}
	.prod-detail-box .prod-detail-box-img{
		width: 50%;
		height: 600px;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.prod-detail-box .prod-detail-box-content{
		width: 50%;
		height: 600px;
		text-align: left;
	}
	.detail-sku {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding-bottom: 15px;
	}
	.detail-sku p {
		width: 50%;
	}
	.prod-detail-box-content span,
	.prod-detail-box-content p {
		font-family: 'Poppins';
		color: #bfbfbf;
		font-size: 20px;
	}
	.prod-detail-box-content h1 {
		font-size: 35px;
	}
	.detail-sku {
		font-family: 'Poppins';
		color: #bfbfbf;
		font-size: 18px;
	}
	.prod-detail-box-content h3 {
		font-family: 'Liberator', sans-serif;
		color: #000000;
		font-size: 20px;
		font
	}
	.product-search {
		height: 100px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    box-shadow: 0px 0px 10px #bfbfbf;
    z-index: 100;
    top: 345px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
	}
	.product-search-bar {
		width: 75%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.product-search-type {
		width: 25%;
		height: 100%;
		display: flex;
		flex-wrap: nowrap;
	}
	.product-search-type:before {
		content: '';
    display: flex;
    width: 2px;
    height: 90px;
    background-color: #dbdbdb;
    position: relative;
    top: 5px;
	}
	.product-search-bar:before {
		content: "\f002";
		font: 400 30px/1 "Font Awesome 6 Pro";
		margin-right: 15px;
		flex-shrink: 0;
		width: 10%;
		position: relative;
		top: 35px;
		left: 35px;
		color: #CE1728;
	}
	.product-search-bar form {
		width: 90%;
	}
	.product-search-bar .search-box {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
/* MODALS */
.modal-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	min-height: 100px;
	background-color: #FFF;
	z-index: 750;
	cursor: default;
	padding: 25px;
	justify-content: space-between;
}
.modal-content {
	width: 60%;
	height: 100%;
	padding: 50px 100px 50px 100px;
}
.modal-image {
	width: 50%;
	height: 100%;
	min-height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.benefit-modal > .modal-wrap {
	display: flex;
}
.modal-slides {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100px;
	width: 200px;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-slides > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-slides > div > p {
	margin-bottom: 0px;
	font-size: 16px;
	font-family: 'Montserrat';
}
.modal-slides > div > p:nth-child(2) {
	margin: 0px 5px;
}
.modal-first {
	font-weight: bold;
	color: #0C73AA;
	font-size: 25px !important;
}
.modal-prev,
.modal-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 800;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
.modal-prev i,
.modal-next i {
	font-weight: 900;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.modal-prev:hover i,
.modal-next:hover i {
	color: #CE1728;
}
.modal-prev {
	left: -10px;
}
.modal-next {
	right: -10px;
}
.modal-container {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 700;
	background-color: rgba(52, 52, 52, 0.9);
	display: none;
	cursor: pointer;
}
.modal-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}.modal-heading {
	font-weight: bold !important;
	text-align: left;
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
}
.modal-content {
	text-align: left;
}
.modal-arrows {
	position: relative;
	width: 100px;
	height: 50px;
	margin-top: 50px;
}
.modal-content .callout-btn {
	margin-top: 100px;
}
.heading-image {
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 15px;
}
.has-child {
	position: relative;
}

.uniform-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.uniform-container > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 33%;
	margin-bottom: 20px;
}
.uniform-container > div a {
	margin-right: 15px;
	width: 200px;
	min-width: 200px;
	text-align: center;
}
.uniform-container > div p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.corp-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 900px;
	padding: 50px 0px;
	flex-wrap: wrap;
}
.corp-item {
	width: 350px;
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 50px;
}
.col-left p > a,
.col-right p > a {
	font-weight: bold;
	color: #CE1728;
}
.prod-detail-con {
	padding-bottom: 50px;
}
.page-photos {
	width: 100%;
	min-height: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.page-photo {
	width: 350px;
	height: 350px;
	margin: 25px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.contact-page-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.contact-page-section > div {
	width: 100%;
	height: 100%;
}
.contact-page-section > div:first-child {
	padding-right: 50px;
}
.content-full .inner-box {
	width: 100% !important;
	max-width: 100% !important; 
	padding-right: 0px !important;
	padding: 50px !important;
}
.content-full .inner-box .text-box {
	padding-bottom: 0px !important;
	max-width: 100% !important;
}
.content-full {
	padding-right: 0px !important;
	padding: 0px !important;
}
.contact-staff-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.contact-staff-list > div {
	max-width: 400px;
	width: 100%;
}
.contact-header {
	font-family: 'Liberator', sans-serif;
	text-transform: uppercase;
	color: #CE1728;
	font-size: 25px !important;
	margin-bottom: 25px !important;
}
.contact-staff-list > div p,
.contact-staff-list > div a {
	text-align: left !important;
	display: block;
	width: fit-content;
	margin-bottom: 0px;
}
.staff-item {
	margin-bottom: 25px;
}
.staff-item > p:first-child {
	font-weight: bold;
	font-size: 20px !important;
	margin-bottom: 15px
}
.staff-item > a {
	font-size: 16px !important;
	margin-bottom: 10px !important;
}
.staff-item > a:hover {
	color: #CE1728;
}
.bold-text span {
	font-weight: bold;
	color: #CE1728;
}
.col-left {
	padding-bottom: 50px;
}