
/* ## Global */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;	
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Container */
.container {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.container-fluid {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}

/* - Form */
.form-group {
	margin-bottom: 15px;
}
.form-control {
	border: 1px solid #ccc;
	min-height: 34px;
	padding: 5px 15px;
	background-color: #fff;
	color: #000;
	display: block;
	width: 100%;
	font-size: 15px;
}
.form-group label{
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 600;
}
textarea.form-control {
	font-family: 'Open Sans', sans-serif;
}
.btn-submit {
	background-color: #d01820;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 35px;
    text-transform: capitalize;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.btn-submit:hover {
	background-color: #000;
}
.form-group select option {
	padding: 2px 5px;
}

/* ## Header */
.header_s > .container {
	position: relative;
	z-index: 5;
}

/* - Top Header */
.top-header {
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 20px;
}

.th-box {
	width: 50%;
	float: left;
}
.header-logo img {
	float: left;
}
.header-logo .headerlogo-box {
	display: inline-block;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #ddd;
	padding-left: 15px;
	margin-left: 20px;
    margin-top: 40px;
}
.headerlogo-box span {
	display: block;
}
.headerlogo-box .logo-title {
	font-size: 20px;
	color: #be0000;
	font-weight: 600;
	border-bottom: 1px solid #be0000;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.headerlogo-box .logo-subtitle {
	color: #333333;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-family:Arial, Helvetica, sans-serif
}


.header-contact {
	padding-top: 30px;
}
.header-contact ul {
	display: inline-block;
}
.header-contact ul li {
	display: inline-block;
}
.header-contact ul li a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header-contact ul li a:hover {
	opacity: 0.8;
}
.header-contact-infobar {
	display: inline-block;
	margin-left: 40px;
}
.header-contact-infobar p {
	margin-bottom: 5px;
}

.header-contact {
	float: right;
	text-align: right;
}
.header-contact a {
	text-decoration: none;
	color: #555555;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header-contact img {
	padding-left: 10px;
	display: inline-block;
}
.header-contact a:hover {
	color: #be0000;
}


.menu-block {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

/* - Section Header */
.section-header {	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.section-header h3  {
	color: #000;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.3px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	color: #be0000;
}
.section-header h3 span {
	color: #c79a66;
}
.section-header p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	letter-spacing: 0.16px;
}

/* ## Pagebanner */
.pagebanner-section {
	background-image: url("images/icon/pagebanner.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	position: relative;
	background-position: center center;
}
.pagebanner-content {
	position: relative;
	min-height: 200px;
}
.pagebanner-section::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
}
.pagebanner-content h3 {
	font-size: 28px;
	line-height:  32px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
}
.pagebanner-section .breadcrumb {
	display: inline-block;
	width: 100%;
	background-color: #be0000;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	z-index: 2;
}
.pagebanner-section .breadcrumb li {
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	padding: 0 10px;
	font-size: 13px;
}
.pagebanner-section .breadcrumb li::after {
	position: absolute;
	right: 0;
	content: "";
	background-color: #fff;
	width: 1px;
	height: 15px;
	top: 4px;
}
.pagebanner-section .breadcrumb li:last-child::after {
	width: 0;
}
.pagebanner-section .breadcrumb li a {
	color: #fff;
	text-decoration: none;
}
.pagebanner-section .breadcrumb li a:hover {
	color: #000;
}

/* - Slider Section */
.slider-section {
	position: relative;
}

.slider-section .bxslider li {
	position: relative;
}
.slider-section .bxslider li.slider2 {
	position: relative;
}
.slider-section .slider2 .sliderbanner-content h3 {
	color: #fff;
}
.slider-section .slider3 .sliderbanner-content h3 span, .slider-section .slider2 .sliderbanner-content h3 span {
	color: #fff;
}
.slider-section .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 85px;
	padding: 0 15px;
	max-width: 1030px;	
	z-index: 2;
}
.sliderbanner-content {
	max-width: 410px;
}
.sliderbanner-content h3 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 300;
	color: #c79a66;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.sliderbanner-content h3 span {
	font-weight: 700;
	color: #be0000;	
	margin-left: 10px;
}
.sliderbanner-content p {
	font-size: 16px;
	line-height: 24px;	
	color: #575757;
	font-weight: 400;
	margin-top: 15px;
}
.slider2 .sliderbanner-content p {
	color: #fff;
}
.sliderbanner-content a {
	padding: 7px 17px;
	background-color: #be0000;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
	margin-top: 25px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border: 1px solid transparent;
}
.sliderbanner-content a:hover {
	background-color: transparent;
	color:#be0000;
	border: 1px solid #be0000;
}
.slider-section .bx-wrapper {
	margin-bottom: 0;
}
.slider-section .bx-wrapper .bx-controls-direction a {
	top: 50%;	
}
.slider-section .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #be0000;
}
.slider-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-section .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-section .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #be0000;
}

/* - FireABC Section */
.fire-abc-section {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;
}
.section_divider::after {
	position: absolute;
	content: "";
	background-image: url("images/section-divider.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	background-position: center center;
	/* width: 940px; */
	height: 19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.fireabc-box {
	float: left;
	padding: 0 15px 0 85px;
	width: 25%;
	position: relative;
}
.fireabc-box img {
	position: absolute;
	left: 0;
	top: -10px;
}
.fireabc-box p {
	display: inline-block;
}
.fireabc-box.lg {
	width: 50%;
}
.fireabc-box.lg p {
	padding-right: 100px;
}
.fireabc-box.lg span > img {
	right: 0;
	bottom: 0;
	left: auto;	
}

/* - AboutUs Section */
.aboutus-section {
	display: inline-block;
	width: 100%;
	padding: 25px 0;
	position: relative;
}
.aboutus-block {
	margin-top: 34px;
	margin-left: -26px;
	margin-right: -26px;
}
.aboutus-box {
	padding: 0 26px;
	float: left;
	width: 50%;	
	margin-bottom: 30px;
}
.aboutus-box h3	{
	font-size: 18px;
	color: #c79a66;
	line-height: 24px;
	letter-spacing: 0.18px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 13px;
}
.aboutus-box p {
	font-size: 16px;
	color: #666666;
	line-height: 25px;	
}
.aboutus-content {
	max-width: 450px;
}

/* - Product Section */
.product-section {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
	display: inline-block;
	width: 100%;
}
.productbox-carousel {
	padding-top: 80px;
}
.productbox-carousel .item {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.productbox-carousel .item a {
	text-align: center;
	font-size: 16px;
	color: #be0000;
	letter-spacing: 0.16px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
	margin-top: 30px;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.productbox-carousel.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;	
}
.pcarousel-box {
	min-height: 220px;
}
.productbox-carousel .item a:hover {
	color: #000;
}
.productbox-carousel .item {
	text-align: center;
	float: none;
} 
.product-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	height: 40px;
	width: 40px;
	font-size: 0;
	line-height: 36px;
	position: absolute;
	border: 1px solid transparent;
	top: 20px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.product-section .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -55px;
}
.product-section .owl-theme .owl-controls .owl-nav .owl-next {
	right: -55px;
}
.product-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #be0000;
}
.product-section .owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
	content:"";
	width: 20px;
	height: 34px;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 5px;
}
.product-section .owl-theme .owl-controls .owl-nav .owl-prev::before { 
	background-image: url("images/icon/angle-left.png");
	left: 2px;
	
}
.product-section .owl-theme .owl-controls .owl-nav .owl-next::before{
	background-image: url("images/icon/angle-right.png");
}

/* - Firefighting Accessories */
.firefighting-accessories {
	display: inline-block;
	width: 100%;
	background-color: #666;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
.firefighting-accessories .section-header h3 {
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.24px;
}
.accessories-block {
	display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.accessories-box {
	float: left;
	width: 16.66%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 30px;
}
.accessoriesimg-box {
	display: inline-block;
	border: 5px solid #fff;
	background-color: #c79a66;
	width: 100px;
	height: 100px;
	line-height: 150px;
	border: 3px solid #fff;
	border-radius: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-bottom: 5px;
}
.accessoriesimg-box:hover {
	border-color: #be0000;
}
.accessories-box h4 {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	line-height: 20px;
	padding: 0 5px;
}

/* - Service Section */
.services-section {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	position: relative;
	padding-bottom: 50px;
}
.services-block {
	position: relative;
	padding-left: 195px;
	min-height: 180px;
}
.services-imgbox img {
	position: absolute;
	left: 0;
	top: 0;
}
.services-contentbox .section-header {
	text-align: left;
}
.services-contentbox p {
	font-size: 14px;
	color: #444;
	line-height: 24px;
	letter-spacing: 0.14px;
}
.services-contentbox p a {
	color: #be0000;
	font-weight: 700;
	text-decoration:  underline;
	margin-right: 10px;
}


/* - Footer Menu */
.footer-section .menu-block {
	background-color: transparent;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 30px;
}
.footer-section .aegis-navigation {
	text-align: center;
}
.footer-section .menu-block .navigation-menu li a {
	color: #be0000;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 500;
}
.footer-section .menu-block .navigation-menu li.active a,
.footer-section .menu-block .navigation-menu li a:hover {
	color: #000;
}

/* - CityBlock */
.footer-section .menu-block.city-block {
	background-color: #ddd;
	border: medium none;
	padding: 0 15px;
	margin-top: 0;
}
.menu-block.city-block > h3 {
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}
.footer-section .city-block .aegis-navigation {
	text-align: left;
	display: inline-block;
	margin-left: 15px;
}
.city-block.menu-block .navigation-menu li {
	margin: 0 3px;
}
.footer-section .city-block.menu-block .navigation-menu li a {
	font-size: 12px;
	padding: 3px 5px;
}


/* - CopyRight Section */
.copyright-block {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.copyright-block p {
	width: 70%;
	float: left;
	margin-top: 7px;
	font-size: 14px;
	color: #5e686e;
}
.footer-social {
	float: right;
	position: relative;
	top: 5px;
}
.footer-social li {
	display: inline-block;
	margin-right: 8px;
}
.footer-social li a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-social li a:hover {
	opacity: 0.7;
}
.footer-social li:last-child {
	margin-right: 0;
}

/* - Contact Section */
.contactus.contact-section {
	padding: 60px 0 0;
}
.contact-form {
	width: 60%;
	float: left;
	padding: 0 15px;
}
.contact-section .section-header {
	text-align: left;
	margin-bottom: 20px;
}
.contact-detail {
	width: 40%;
	float: left;
	padding: 0 15px;
}
.contact-content {
	padding-top: 110px;
	padding-bottom: 120px;
}
.contact-section .contact-form  .form-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.contact-form  .form-group:last-of-type {
	margin-bottom: 0;
}
.contact-form  .form-group .form-control {
	background-color: #f1f1f1;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	min-height: 40px;
	padding: 10px 15px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	border: 1px solid transparent;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-form .form-group .form-control:focus{
	border-color: #666666;
}
.contact-form .form-group textarea.form-control {
	height: 165px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #000;
}
.contact-form .form-group .form-control:-moz-placeholder {
	color: #000;
}
.contact-form .form-group .form-control::-moz-placeholder {
	color: #000;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
	color: #000;
}

/* - Contact Detail */
.block-title {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.contact-detail .address-note {
	margin-bottom: 20px;
}
.contact-detail .address-note span {
	display: block;
	color: #5e686e;
    font-size: 14px;
    line-height: 22px;
}
.contact-detail .detail-box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}
.contact-detail .detail-box > h4 {
	float: left;
	font-size: 14px;
	margin: 0;
	margin-right: 5px;
}
.contact-detail .detail-box > p {
	color: #222222;
	line-height: 1.6;
	margin-bottom: 0;
}
.contact-detail .detail-box > p > a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-detail .detail-box > p > a:hover {
	color: #be0000;
}
.contact-detail > ul {
	padding-left: 0;
	margin-top: 15px;
}
.contact-detail > ul > li {
	display: inline-block;
	margin-bottom: 10px;
}
.contact-detail > ul > li + li {
	margin-left: 5px;
}
.contact-form .btn-submit {
	font-size: 16px;
	line-height: 28px;
	border-radius: 0;
}

/* - Map Section */
.map-section {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.map-section iframe {
	height: 350px;
	width: 100%;
	border: none;
}


/* - Enquiry Section */
.enquiry-section {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	position: relative;
}
.enquiry-form {
	padding-bottom: 30px;
    padding-top: 50px;
}
.enquiry-form .form-group label {
	width: 20%;
	float: left;
}
.enquiry-form .form-group .form-control {
	width: 80%;
}
.enquiry-form .btn-submit {
	margin-left: 20%;
}

/* - Services Section */
.company-section {
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.company-section .section-header {
	margin-bottom: 20px;
}
.service-block h3 {
	font-size: 20px;
	text-transform: capitalize;	
	margin-bottom: 20px;
	margin-top: 20px;
}
.service-block h3 a { color:#be0000;}
.service-block h3 a:hover { color:#333;}

.service-block p {
	font-size: 16px;
	color: #555;
	line-height: 26px;
	margin-bottom: 20px;
	letter-spacing: 0.16px;
}
.service-block p a {
	text-decoration: none;
	color: #be0000;
}

.widget-area,
.content-area {
	float: left;
	padding: 0 15px;
}
.content-area {
	width: 75%;	
}
.widget-area {
	width: 25%;	
}

.widget {
	display: block;
	margin-bottom: 20px;
}
.widget-area .widget-title {
	position: relative;
	padding-bottom: 5px;
	font-size: 16px;
	margin-bottom: 20px;
}
.widget-area .widget-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #e60000;
	width: 50px;
	height: 2px;
}

/* - Query Form */
.query-form {
	background-color: #ddd;
	border-radius: 3px;
	padding: 15px 10px;
}
.query-form .btn-submit {
	font-weight: 400;
	font-size: 13.5px;
	line-height: 22px;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
}
.query-form .btn-submit:last-child {
	margin-right: 0;
}
.query-form .form-group {
	margin-bottom: 10px;
}
.query-form .form-group:last-of-type {
	margin-bottom: 0;
}
.query-form .form-control {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.query-form .form-control:focus {
	border-color: #e60000;
}
.query-form .form-group select,
.query-form .form-group select option {
	font-size: 13px;
    padding: 3px 5px;
    text-transform: capitalize;
}

.captcha-bg {
	padding: 5px 25px;
	display: inline-block;
	width: 100%;
	background-image: url("images/captcha-bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
}
.captcha-text {
	font-weight: 700;
	letter-spacing: 1px;
}

/* - Products Section Blok */
.products-section-block {
	position: relative;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.products-section-block .section-header {
	margin-bottom: 20px;
}
.products-section-block ul li {
	display: inline-block;
	width: 100%;
	color: #555;
	margin-bottom: 10px;
	color: #be0000;
}
.products-section-block  p {
	line-height: 24px;
	margin-bottom: 15px;
}
.products-blocks {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.product-box {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 30px;
}
.product-imgbox {
	position: relative;
	text-align:center;
	border: 1px solid #ddd;
}
.product-imgbox::before{
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;	
	opacity: 0;
}
.zooom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	width: 35px;
	margin: 0 auto;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 0;
}
.product-imgbox:hover::before{
	opacity: 1;
}
.product-imgbox:hover .zooom {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: 1;
}

.product-title {
	margin: 10px 0 10px;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}
.product-content p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.product-content .readmore {
	background-color: #e60000;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
	font-weight: 400;
    line-height: 20px;
    padding: 5px 30px;
    text-transform: capitalize;
	cursor: pointer;
	margin-top: 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-content .readmore:hover {
	background-color: #000;
}

.products-category-box {
	padding: 5px 1px;	
	margin-top: 20px;
	margin-bottom: 10px;
}
.products-category-title {
	background-color: #be0000;
	font-size: 16px;
	text-transform: capitalize;	
	font-weight: 400;
	color: #fff;
	padding: 6px 15px;
}
.products-category-title span {
	font-size: 14px;
	color: #c79a66;
}

/* - singleproducts Section */
.singleproducts-section {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.singleproducts-section .section-header {
	margin-bottom: 15px;
	text-align: left;
}
.singleproduct-image {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.singleproduct-imag.fullimg {
	width: 100%;
}
.singleproduct-content p { 
	margin-bottom: 15px;
	color: #222;
	line-height: 22px;
}
.singleproduct-content p > a {
	text-decoration: none;
	color: #be0000;
}
.singleproduct-content h3 {
	color: #be0000;
	margin-bottom: 5px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.singleproduct-table_specifications {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.singleproduct-table_specifications h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 15px;
}
.singleproduct-table_specifications table {
	border-collapse: collapse;
    float: left;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.singleproduct-table_specifications table tr.Title-Blue {
	background-color: #1661b5;
    color: #fff;
}
.singleproduct-table_specifications table tr.Title-Yellow { 
	background-color: #eea21e; 
	color: #222;
}
.singleproduct-table_specifications table tr.Title-Black { 
	background-color: #222; 
	color: #fff;
}
.singleproduct-table_specifications table td {
	border: 1px solid #ccc; 
	padding: 5px 10px;
}
.singleproduct-table_specifications table .Title-Blue td {
	padding: 8px 10px;
}
.singleproduct-table_specifications table tr.sec { 
	background-color: #ddd; 
	color: #333;
}
.singleproduct-content ul {
	margin-bottom: 20px;
	padding-left: 15px;
}
.singleproduct-content ul li {	
	line-height: 22px;		
}

.product_specification_table table {
    border-collapse: collapse;
    margin: 10px 0;
	max-width: 100%;
	display: inline-block;
	
}
.product_specification_table tr.sec {
    background-color: #f9f9f9;
}
.product_specification_table td {
    border: 1px solid #e1e1e1;
    color: #717170;
    font-size: 13px;
    padding: 5px 20px;
    text-align: center;
}
.product_specification_table tbody tr.title td {
	color: #000;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
}

/*----------------------------------------------------
	## Responsive
------------------------------------------------------*/

/* - Min Width: */
@media (min-width: 992px) {
	
	.container {
		max-width: 1030px;
		width: 100%;
	}	
	.menuswitch {
		display: none;
	}
	.desktop-hide {
		display: none;
	}
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	/* - Slider Section */
	.slider-section .container {
		top: 40px;
	}
	.sliderbanner-content h3 {
		font-size: 36px;
		line-height: 40px;
	}
	.sliderbanner-content p {
		font-size: 15px;
		line-height: 24px;
	}
	.sliderbanner-content a {
		margin-top: 15px;
	}
}


/* - Max Width: 991 */
@media (max-width: 991px) {
	
	/* - Ages Navigation */	
	.header_s {
		padding: 0;
	}
	.top-header {
		display: none;
	}
	
	.logo-block {
		width: auto;
		float: none;
	}
	.logo-block .navbar-brand > img {
		margin-bottom: 0;
		margin-top: 0;
		max-width: 60px;
		padding: 5px 0;
		position: relative;
		top: 0;
	}
	
	.menu-block {
		float:none;
		width: 100%;
	}
		
	/* - Slider Section */
	.slider-section .container {
		top: 25px;
		left: 40px;
	}		
	.sliderbanner-content {
		max-width: 600px;
	}
	.sliderbanner-content h3 {
		font-size: 30px;
		line-height: 35px;
	}
	.sliderbanner-content p {
		font-size: 15px;
		line-height: 24px;
	}
	.sliderbanner-content a {
		margin-top: 15px;
	}
	
	
	/* - FireABC Section */
	.fireabc-box {
		padding: 0 15px 0 75px;
		width: 30%;
	}
	.fireabc-box img {
		max-width: 70px;
	}
	.fireabc-box.lg p {
		padding-right: 58px;
	}
	.fireabc-box.lg {
		width: 40%;
	}
	
	.aboutus-block {
		margin-left: 0;
		margin-right: 0;
	}
		
	/* - Footer Section */
	.footer-section .menu-block .navigation-menu {
		display: block;
		text-align: center;
		background-color: transparent;
	}
	.footer-section .menu-block .navigation-menu li {
		width: auto;
		margin: 0 auto;		
	}
	.footer-section .menu-block .navigation-menu li a {
		padding: 10px 6px;
	}
	
	.menu-block.city-block > h3 {
		width: 100%;
		margin-top: 10px;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-section .city-block .aegis-navigation {
		margin-bottom: 10px;
	}
	.footer-section .city-block.menu-block .navigation-menu li a {
		padding: 3px 8px;
	}
}

/* - Max Width: 767 */
@media (max-width: 767px) {
	
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* - Section Header */
	.section-header h3 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	
	/* - Slider Section */
	.slider-section .container {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		display: inline-block;
		width: 100%;
		padding: 0;
	}
	.sliderbanner-content {
		max-width: 100%;
		display: inline-block;
		width: 100%;
		background-color: #ddd;
		padding: 15px;
	}	
	.sliderbanner-content p {
		margin-top: 5px;
	}
	.slider-section .bx-wrapper .bx-pager,
	.slider-section .bx-wrapper .bx-controls-auto {
		bottom: 0;
		display: none;
	}
	.sliderbanner-content a {
		margin-top: 12px;
		padding: 3px 15px;	
		font-size: 13px;
	}
	.slider2 .sliderbanner-content p {
		color: #575757;
	}	
	.sliderbanner-content h3 {
		font-weight: 700;
		color: #A0733F;
	}
	.slider-section .slider2 .sliderbanner-content h3 {
		color: #c79a66;
	}
	.slider-section .slider3 .sliderbanner-content h3 span,
	.slider-section .slider2 .sliderbanner-content h3 span {
		color: #be0000;
	}
	
	.slider-section .bx-wrapper .bx-controls-direction a {
		top: 30%;
	}
	
	/* - FireABC Section */	
	.fireabc-box.lg,
	.fireabc-box {
		min-height: 68px;
		padding: 0 0 0 80px;
		width: 100%;
	}
	.fireabc-box img {
		position: absolute;
		top: 0;
		float: left;
	}
	.fireabc-box p {
		margin-top: 15px;
		display: block;
	}
	.fireabc-box.lg p {
		padding-right: 90px;
	}
	.fireabc-box.lg span > img {
		position: absolute;
	}
	
	/* - Firefighting Accessories */
	.accessories-box {
		width: 33.33%;
	}
	
	.services-block {
		padding-left: 130px;
	}
	.services-imgbox img {
		max-width: 100px;
	}
	.services-contentbox .section-header h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}	
	
	/* - Products Block */
	.singleproduct-image {
		width: auto;
	}
	.products-blocks .product-box {
		width: 50%;
	}
	
	.content-area,
	.widget-area {
		width: 100%;
		padding: 0;
	}
	
	.singleproduct-table_specifications table {
		overflow-x: scroll;
	}
	
	
	/* - Contact Section */
	.contact-form,
	.contact-detail {
		float: none;
		width: 100%;
		padding: 0;	
	}
	.contact-detail {
		margin-top: 30px;
	}
	.google-map iframe {
		width: 100%;
	}
	
	.enquiry-form input[type="file"],
	.enquiry-form .form-group .form-control,
	.enquiry-form .form-group label {
		float: none;
		width: 100%;
	}
	.enquiry-form .btn-submit {
		margin-left: 0;
	}
	
	/* - Footer Menu */
	.footer-section .menu-block .navigation-menu li {
		margin: 5px auto;
	}		
	.footer-section .menu-block .navigation-menu li {
		margin: 2px auto;
	}
	.footer-section .menu-block .navigation-menu li a {
		font-size: 13px;
		padding: 4px 14px;
	}	
}

/* - Max Width: 639 */
@media (max-width: 639px) {	
	
	.copyright-block p,
	.footer-social p,
	.footer-social {
		float: none;
		text-align: center;
		width: 100%;
	}
	.footer-social {
		margin-top: 10px;
	}
	
	.fireabc-box.lg span > img {
		display: none;
	}
	.fireabc-box.lg p {
		padding-right: 0;
	}
	
	/* - AboutUs Section */
	.aboutus-box {
		width: 100%;
		padding: 0;
	}
	.aboutus-box h3 {
		margin-bottom: 10px;
	}
	
	.slider-section .bx-wrapper .bx-controls-direction a {
		top: 22%;
	}
}

/* - Min Width: 480 to Max Width: 767 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.accessories-block .accessories-box:nth-child(3n+1){
		clear: both;
	}
	
	/* - Products Block */
	.products-blocks .product-box:nth-child(2n+1) {
		clear: both;
	}
}


/* - Max Width: 479 */
@media (max-width: 479px) {
	
	/* - Section Header */
	.section-header h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	
	.section-header p {
		font-size: 15px;
	}
	
	/* - Slider Section */
	.slider-section .bx-wrapper .bx-controls-direction a {
		top: 40%;
	}
	
	.slider-section .bx-viewport {
		height: 320px !important;
	}
	.sliderbanner-content {
		top: 15px;
	}
	.sliderbanner-content p {
		font-size: 12px;
		line-height: 20px;
	}
	.sliderbanner-content h3 {
		font-size: 16px;
		line-height: 20px;
	}
	
	.productbox-slider li {
		width: 150px !important;		
	}
	
	.accessories-box {
		width: 50%;	
	}
	.accessories-block .accessories-box:nth-child(2n+1){
		clear: both;
	}
	
	.services-block {
		padding-left: 0;
	}
	.services-imgbox {
		text-align: center;
		margin-bottom: 15px;
	}
	.services-imgbox img {
		position: relative;
	}
	
	/* - Products Block */
	.products-blocks .product-box {
		width: 100%;
	}
	
	.singleproduct-image {
		width: 100%;
	}
	
	.slider-section .bx-wrapper .bx-controls-direction a {
		top: 25%;
	}
	
	.fire-abc-section {
		padding-top: 10px;
	}
}



/* - Max Width: 360 */
@media (max-width: 360px) {
	.slider-section .bx-wrapper .bx-controls-direction a {
		top: 16%;
	}
}

.red-border { border:solid 1px #CD2828!important; }
#lblInfo {
    color: green;
    font-size: 14px;
}

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}