/* CSS Stylesheet */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto+Condensed:300,400,700");

body {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: "Raleway", sans-serif;
}
.top-header {
	width: 100%;
	float: left;
	background: transparent;
	position: absolute;
	z-index: 35;
}
.side-info {
	float: left;
	width: 100%;
}
.side-info ul {
	float: right;
	margin: 0;
}
.side-info ul li {
	float: left;
	color: #fff;
	padding: 5px 10px;
	font-family: "Roboto Condensed", sans-serif;
}
.side-info ul li a {
	color: #ffffff;
	text-decoration: none;
}

.side-info ul li i {
	margin-right: 5px;
}
.main-header {
	width: 100%;
	float: left;
	padding: 10px 0;
	position: absolute;
	z-index: 35;
	border-bottom: 1px solid rgba(232, 232, 232, 0.5);
	transition: all ease-in 0.5s;
}
.main-header.sticky {
	position: fixed;
	width: 100%;
	background: rgba(33, 33, 33, 0.79);
	top: 0;
	padding: 5px 0;
	box-shadow: 0px 0px 5px #8c8c8c;
	-webkit-box-shadow: 0px 0px 5px #8c8c8c;
	-moz-box-shadow: 0px 0px 5px #8c8c8c;
	z-index: 99995;
	border: none;
	transition: all ease-in 0.5s;
}
.logo {
	width: 100%;
	float: left;
}
.logo img {
	width: 100%;
}
.tp-caption h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	padding: 8px 15px;
}
.tp-caption p {
	font-size: 21px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
	padding: 2px 15px;
	font-family: "Roboto Condensed", sans-serif;
}
.tp-caption a {
	font-size: 21px;
	color: #fefefe !important;
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
	padding: 8px 15px;
	background: rgb(0, 162, 221);
	font-family: "Roboto Condensed", sans-serif;
}
section {
	float: left;
	width: 100%;
	padding: 70px 0;
}
.text-heading {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.text-heading h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 300;
	color: #333;
	margin-bottom: 20px;
}
/*.text-heading h3:after{
	content:'';
	background:#232323;
	height:1px;
	width:130px;
	margin:15px auto;
	display:block;
}*/
.titleline-center:after,
.titleline:after {
	top: -3px;
	content: "";
}
.titleline-center {
	position: relative;
	max-width: 150px;
	border-top: 1px solid #167ab0;
	margin: 0 auto 0px;
}
.titleline-center:after {
	position: absolute;
	left: 30%;
	right: 30%;
	border-top: 5px solid #167ab0;
}
.welcome-inner {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.welcome-inner p {
	line-height: 28px;
	font-weight: 500;
	text-align: justify;
	color: #404040;
}
.mini-feature {
	width: 100%;
	float: left;
	border: 1px solid #7c3c8e;
	padding: 25px 35px;
	margin-top: 50px;
	position: relative;
	min-height: 224px;
}
.mini-feature h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	color: #7c3c8e;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 2px;
	border-bottom: 1px solid #7c3c8e;
	display: inline-block;
}
.mini-feature p {
	line-height: 24px;
	font-weight: 400;
	color: #585858;
	margin: 0;
}
.icons {
	display: inline-block;
	position: absolute;
	top: -31px;
	border-radius: 5px;
	border: 1px solid #7c3c8e;
	width: 62px;
	height: 62px;
	background: #7c3c8e;
	text-align: center;
}
.icons i {
	font-size: 34px;
	color: #eaebec;
	/* background: #000; */
	/* padding: 8px; */
	line-height: 61px;
	text-align: center;
}
a.banner_href {
	background-color: transparent;
}

.products-range {
	background: #fbfbfb;
}
.range-inner {
	text-align: center;
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 30px;

	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	position: relative;
	border: 1px solid transparent;
	z-index: 9;
}
.range-inner:before,
.range-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.range-inner:before {
	border-left: 1px solid #167ab0;
	border-right: 1px solid #167ab0;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
}
.range-inner:after {
	border-top: 1px solid #167ab0;
	border-bottom: 1px solid #167ab0;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
}
.range-inner:hover:before,
.range-inner:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.range-inner img {
	width: 100%;
	padding: 5px;
}
.range-inner h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	color: #167ab0;
	margin-bottom: 15px;
	padding: 15px 25px 0;
}
.range-inner p {
	line-height: 24px;
	font-weight: 400;
	color: #585858;
	padding: 0 25px;
}
.range-inner a {
	text-transform: uppercase;
	color: #167ab0;
	display: inline-block;
	font-size: 14px;
	margin: 10px 0 15px;
	font-family: "Roboto Condensed", sans-serif;
	transition: all ease-in 0.6s;
}
.range-inner a i {
	margin-left: 5px;
}
.range-inner a:hover {
	color: #4c4c4c;
	text-decoration: none;
	transition: all ease-in 0.6s;
}
.range-inner a:hover i {
	margin-left: 10px;
	transition: all ease-in 0.6s;
}
.product-box {
	float: left;
	width: 100%;
	/* border: 1px solid #f1f1f1; */
	background: #fff;
	margin-bottom: 30px;
}
.box-image {
	width: 40%;
	float: left;
}
.box-image img {
	width: 100%;
	/* height: 275px; */
}
.box-text {
	width: 60%;
	float: left;
	padding: 30px;
}
.box-text h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	color: #167ab0;
	margin-bottom: 15px;
	padding: 0;
}
.box-text p {
	line-height: 25px;
	font-weight: 400;
	color: #585858;
	padding: 0;
}
.box-text a {
	text-transform: capitalize;
	color: #5a5a5a;
	display: inline-block;
	font-size: 14px;
	margin: 10px 0 0;
	font-family: "Roboto Condensed", sans-serif;
	transition: all ease-in-out 0.6s;
	padding: 7px 15px;
	background: #f5f5f5;
}
.box-text a i {
	margin-left: 5px;
	transition: all ease-in-out 0.6s;
}
.box-text a:hover {
	color: #4c4c4c;
	text-decoration: none;
	transition: all ease-in-out 0.6s;
}
.box-text a:hover i {
	margin-left: 10px;
	transition: all ease-in-out 0.6s;
}
/* Underline From Left */
.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #565656;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
	right: 0;
}

.our-portfolio {
	padding-bottom: 0;
}
.portfolio-inner {
	width: 100%;
	float: left;
}
.portfolio-inner ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	word-spacing: -4px;
}
.portfolio-inner ul li {
	display: inline-block;
	float: left;
	position: relative;
	margin-bottom: 0;
	padding: 1.5%;
	width: 20% !important;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
}
/* .portfolio-inner ul li::after,
.portfolio-inner li::before {
	content: "";
	position: absolute;
	display: block;
}
.portfolio-inner ul li::before {
	bottom: -1px;
	left: 5%;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
	width: 90%;
	z-index: 2;
}
.portfolio-inner ul li::after {
	top: 5%;
	left: -1px;
	border-left: 1px dashed rgba(0, 0, 0, 0.15);
	height: 90%;
} */
.light .portfolio-inner ul li::after,
.light .portfolio-inner ul li::before {
	border-color: rgba(255, 255, 255, 0.3);
}
.portfolio-inner ul li img {
	width: 100%;
}
.portfolio-inner ul li h5 {
	font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	padding: 10px 0;
	background: #f5f5f5;
}
.main-footer {
	padding: 60px 0 10px;
	float: left;
	width: 100%;
	background: #000000;
}
.footer-inner h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	color: #ebebeb;
	margin-bottom: 25px;
	padding: 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #ebebeb;
}
.footer-inner p {
	line-height: 24px;
	font-weight: 400;
	color: #a7a7a7;
	margin: 0;
}
.footer-inner p span {
	font-weight: 700;
	border-bottom: 1px solid #a7a7a7;
	padding: 0px 0;
	margin-top: 5px;
	display: inline-block;
}
.footer-inner ul {
	margin: 0;
	padding: 0;
}
.footer-inner ul li {
	line-height: 24px;
	font-weight: 400;
	color: #a7a7a7;
	padding-bottom: 4px;
	margin-bottom: 5px;
	/* border-bottom: 1px solid #525252; */
}
.footer-inner ul li a {
	color: #a7a7a7;
	align-items: center;
	gap: 4px;
	display: flex;
	text-decoration: none;
	text-transform: capitalize;
}
.footer-inner ul li a i {
	font-size: 12px;
	transition: all ease-in-out 0.3s;
}
.footer-inner ul.footer_contact li a i {
	font-size: 16px;
	transition: all ease-in-out 0.3s;
}
.footer-inner ul.footer_contact li a:first-child {
	align-items: start;
}
.footer-inner ul.footer_contact li a:first-child i {
	margin-top: 5px;
}

.footer-inner ul li a:hover {
	color: #03a3dd;
}
.footer-inner ul li a:hover i {
	margin-right: 4px;
}
ul.social {
	margin: 0;
	padding: 0;
}
ul.social li {
	width: 13%;
	float: left;
	padding: 5px;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-right: 7px;
}
.footer-bottom {
	text-align: center;
	border-top: 1px solid #525252;
	margin-top: 30px;
	padding-top: 20px;
}
.footer-bottom p {
	color: #a7a7a7;
	font-size: 13px;
	/* float: left; */
	display: inline-block;
	width: 100%;
	margin: 0;
}

.footer-bottom p a {
	color: #00a2dc;
}
.footer-bottom p a:hover {
	text-decoration: none;
	color: #a7a7a7;
}

.footer-whatsapp.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.scroll-top a,
.scroll-top a:visited {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	-webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 22px;
	color: #ffffff;
	border-radius: 5px;
}
.footer-bdm-logo {
	width: 150px;
	display: inline-block;
}

.page-location {
	/*background:#797979;*/
	background: url(../images/location-banner.jpg) no-repeat;
	background-size: cover;
	padding: 101px 0 20px;
}
#hager-back-banner {
	background: url(../images/hager-back-banner.jpg) no-repeat;
}
#crompton-back-banner {
	background: url(../images/crompton-back-banner.jpg) no-repeat;
}
#numeric-back-banner {
	background: url(../images/numeric-back-banner.jpg) no-repeat;
}
#honeywell-back-banner {
	background: url(../images/honeywell-back-banner.jpg) no-repeat;
	background-position: 100% 100%;
}
.location-inner {
	text-align: center;
}
.location-inner h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	text-shadow: 1px 2px 4px #232323;
	font-weight: 400;
	color: #e8e8e8;
	margin: 20px 0;
	padding: 3px 10px;
	display: inline-block;
	width: 100%;
}
.left-sidebars h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	padding-bottom: 5px;
	color: #5d5d5d;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
.left-sidebars h5 {
	width: 100%;
	display: inline-block;
	padding: 5px 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	color: #177bb0;
	font-weight: 400;
	transition: all ease-in 0.8s;
	font-family: "Roboto Condensed", sans-serif;
}
.left-sidebars ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.left-sidebars ul li {
	line-height: 25px;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.left-sidebars ul li:after {
	display: block;
	content: "\f105";
	right: 6px;
	top: 0;
	line-height: 35px;
	font-family: "FontAwesome";
	position: absolute;
	color: #686366;
}
.left-sidebars ul li a {
	width: 100%;
	display: inline-block;
	padding: 5px 0;
	text-transform: capitalize;
	font-size: 14px;
	color: #686366;
	font-weight: 300;
	transition: all ease-in 0.8s;
	font-family: "Roboto Condensed", sans-serif;
}
.left-sidebars ul li a:hover {
	background: #f7f7f7;
	text-decoration: none;
	transition: all ease-in 0.8s;
	padding-left: 10px;
	color: #177bb0;
}
.left-sidebars ul li a.activate {
	background: #f7f7f7;
	padding-left: 10px;
	color: #177bb0;
}
.right-sidebars {
	width: 100%;
	float: left;
	border-left: 1px solid #eaeaea;
	padding-left: 30px;
}
.right-images {
	float: right;
	margin-left: 10px;
}
.right-images img {
	margin-bottom: 10px;
}
.right-sidebars h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	padding-bottom: 5px;
	color: #5d5d5d;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
.right-sidebars h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	padding-bottom: 5px;
	color: #5d5d5d;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
.right-sidebars p {
	line-height: 26px;
	font-weight: 400;
	color: #585858;
	margin: 0;
	margin-bottom: 10px;
}
.right-sidebars > a {
	padding: 7px 7px;
	border: 1px solid #eaeaea;
	display: inline-block;
	transition: all ease-in 0.8s;
	margin-left: 5px;
}
.right-sidebars > a:hover {
	border: 1px solid #686366;
	text-decoration: none;
}
.right-sidebars > a > img {
	margin-right: 5px;
	width: 24px;
	float: left;
}
.right-sidebars > a > h4 {
	text-transform: capitalize;
	font-size: 14px;
	color: #686366;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
	float: left;
	margin: 0;
	padding-left: 5px;
	line-height: 24px;
}
.prd-collage {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.prd-collage ul {
	margin: 0;
	padding: 0;
}
.prd-collage ul li {
	width: 32.333%;
	float: left;
	margin: 0.5%;
	border: 1px solid #d8d8d8;
	box-shadow: 0px 0px 3px #d0d0d0;
}
.prd-collage ul li h4 {
	margin: 0;
	padding: 11px;
	font-size: 14px;
	width: 75%;
	float: left;
	line-height: 21px;
}
.prd-collage ul li img {
	float: right;
	width: 25%;
	/* padding-right: 5px; */
}
.prd-collage ul li a {
	width: 100%;
	float: left;
	padding: 5px 0;
	color: #555;
}
.prd-detail {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.prd-detail > ul {
	margin: 0;
	padding: 0;
}
.prd-detail > ul > li {
	width: 32.333%;
	float: left;
	border: 1px solid #eaeaea;
	text-align: center;
	margin: 0.5%;
}
.prd-detail > ul > li > img {
	width: 80%;
	padding: 15px;
}
.prd-detail > ul > li > h4 {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	margin: 0;
	text-transform: capitalize;
	font-size: 14px;
	color: #ffffff;
	background: #177bb0;
	font-weight: 300;
	font-family: "Roboto Condensed", sans-serif;
}
.inner-main-details {
	width: 100%;
	margin-bottom: 20px;
}
.inner-main-details img {
	width: 100%;
	border: 1px solid #ececec;
}
.inner-main-details h4 {
	font-weight: 400;
	font-size: 19px;
	padding: 5px 0 0;
	color: #016695;
	border-bottom: 1px solid #016695;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
}
.inner-main-details h4 a {
	font-weight: 400;
	font-size: 15px;
	padding: 5px 0 0;
	color: #016695;
}
.inner-main-details h3 a:hover {
	color: #016695;
}
.inner-main-details ul {
	margin: 0;
	margin-left: 20px !important;
}
.inner-main-details ul li {
	font-size: 13px;
	list-style: circle;
	line-height: 25px;
}
.inner-main-details ul li a {
	color: #313131;
}
.inner-main-details ul li a:hover {
	color: #016695;
}
.inner-main-details p {
	font-size: 14px;
	margin: 0;
}
.cns-inner {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.cns-inner img {
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.cns-inner h3 {
	font-weight: 400;
	font-size: 19px;
	padding: 5px 0 0;
	color: #016695;
	border-bottom: 1px solid #016695;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Roboto Condensed", sans-serif;
}
.cns-inner h4 {
	font-weight: 400;
	font-size: 16px;
	padding: 0 0 5px;
	color: #3a3a3a;
	margin: 0;
	text-transform: capitalize;
	font-family: "Roboto Condensed", sans-serif;
}
.cns-inner ul {
	margin: 0;
	margin-left: 20px !important;
	margin-bottom: 10px;
}
.cns-inner ul li {
	font-size: 14px;
	color: #313131;
	line-height: 25px;
	list-style: circle;
	text-transform: capitalize;
}
a.dwld-cat,
a.dwld-cat:hover {
	display: inline-block;
	width: 100%;
	background: #016695;
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-transform: capitalize;
	padding: 5px 0;
	/* text-decoration: none; */
}
.contact-info,
.contact-enquiry {
	width: 85%;
	margin: 0 auto;
	display: table;
	margin-bottom: 50px;
}
.contact-info-inner {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 15px;
}
.contact-info-inner img {
	width: 21%;
}
.contact-info-inner h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 30px 0 20px;
	font-weight: 400;
	color: #7c3c8e;
}
.contact-info-inner h4 span {
	padding-bottom: 2px;
	border-bottom: 1px solid #7c3c8e;
}
.contact-info-inner p {
	line-height: 25px;
	font-weight: 400;
	color: #353535;
	margin: 0;
	font-size: 15px;
	font-family: "Roboto Condensed", sans-serif;
}
.contact-info-inner p a {
	font-weight: 400;
	text-decoration: none;
	color: #353535;
}
.contact-button {
	text-transform: capitalize;
	color: #5a5a5a;
	display: inline-block;
	font-size: 15px;
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	transition: all ease-in-out 0.6s;
	padding: 7px 25px;
	background: #f5f5f5;
	border: none;
	border: 1px solid #dedede;
}
.pricelist-page {
}
.pricelist-inner,
.clients-inner,
.about-inner {
	width: 100%;
	float: left;
}
.pricelist-inner ul {
	margin: 0;
	padding: 0;
}
.pricelist-inner ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.pricelist-inner ul li h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 23px;
	text-transform: capitalize;
	font-weight: 300;
	color: #7c3c8e;
	padding: 14px 10px 0;
	color: #177bb0;
	display: inline-block;
	margin: 0;
}
.pricelist-inner ul li span {
	float: right;
	margin-right: 10px;
}
.pricelist-inner ul li a {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	color: #7c3c8e;
	border: 1px solid #177bb0;
	padding: 9px 20px 7px;
	color: #177bb0;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 22px;
	transition: all ease-in-out 0.6s;
}
.pricelist-inner ul li a i {
	margin-right: 5px;
}
.pricelist-inner ul li a:hover {
	background: #177bb0;
	color: #fff;
	text-decoration: none;
	transition: all ease-in-out 0.6s;
}
.clients-inner p {
	line-height: 25px;
	font-weight: 400;
	color: #353535;
	font-size: 17px;
	text-align: center;
	font-family: "Roboto Condensed", sans-serif;
	width: 79%;
	margin: 0 auto 30px;
}
.clients-inner ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.clients-inner ul li {
	width: 32%;
	margin: 0.5%;
	display: inline-block;
	border: 1px solid #bbbbbb;
}
.clients-inner ul li img {
	width: 100%;
}
.clients-inner ul li h3 {
	font-weight: 400;
	color: #353535;
	font-size: 17px;
	text-align: center;
	font-family: "Roboto Condensed", sans-serif;
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
.about-inner h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 400;
	color: #177bb0;
	margin: 0 0 15px;
	width: 100%;
	padding: 3px 10px;
	border-left: 2px solid;
	display: inline-block;
	text-shadow: 2px 3px 3px #c3c3c3;
}
.about-inner p {
	line-height: 25px;
	font-weight: 400;
	color: #585858;
	padding: 0;
	margin-bottom: 25px;
}

.honeywell-inner {
	width: 100%;
	float: left;
	background: #f7f7f7;
	padding: 15px;
	border: 1px solid #efefef;
	margin-bottom: 30px;
}
.honeywell-image {
	width: 25%;
	float: left;
}
.honeywell-image img {
	width: 100%;
}
.honeywell-text {
	width: 75%;
	float: left;
	padding-left: 20px;
}
.honeywell-text h3 {
	margin: 0;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #177bb0;
	border-bottom: 1px solid #177bb0;
	padding-bottom: 3px;
}
.honeywell-text p {
	line-height: 26px;
	font-size: 14px;
}
.honeywell-text a {
	display: inline-block;
	padding-right: 10px;
	line-height: 33px;
	border: 1px solid #177bb0;
	margin-top: 10px;
	margin-right: 10px;
	color: #177bb0;
	font-size: 13px;
	transition: all 0.6s ease 0.2s;
}
.honeywell-text a:hover {
	background: #177bb0;
	transition: all 0.6s ease 0.2s;
	text-decoration: none;
	color: #fff;
}
.honeywell-text a i {
	display: inline-block;
	height: 34px;
	float: left;
	width: 34px;
	text-align: center;
	line-height: 34px;
	background: #177bb0;
	color: #fff;
	font-size: 17px;
	margin-right: 10px;
}

/* New CSS 17 Jan 2024 */

/* enquire div */

.enquire_div {
	display: flex;
	gap: 20px;
}

.enquire_div > a {
	padding: 7px 7px;
	border: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: all ease-in 0.8s;
	width: fit-content;
	text-decoration: none;
}
.enquire_div > a > h4 {
	padding: 0px;
}

.enquire_div > a > img {
	/* margin-right: 5px; */
	width: 25px;
	margin-bottom: 0px;
	border: unset;
}

.cns_anchor {
	margin: 10px 0px;
	text-align: center;
}

.bulletul {
	padding-left: 15px;
}
.bulletlist {
	list-style-type: square;
	line-height: 25px;
}
.img-fluid {
	width: 100%;
	height: auto;
}

/* New Changes  */

.p30 {
	padding: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.plz-wait {
	display: none;
	margin-bottom: 20px;
}
.about_image {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
		rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.iframe_map {
	height: 450px;
	box-shadow: 2px 3px 20px 4px #dddddd;
}
.get_quote_line {
	font-size: 16px;
	margin-bottom: 30px;
}
.btn.get_quote_btn,
.btn.get_quote_btn:hover,
.btn.get_quote_btn:focus {
	background-color: #03a3dd;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: unset;
	outline: unset;
}
.footer_logo {
	width: 350px;
	margin-bottom: 20px;
}
.align_inline {
	display: flex;
	align-items: center;
	gap: 5px;
}
.read_more_btn,
.read_more_btn:hover {
	background-color: #7c3c8e;
	color: #ffffff;
	width: 110px;
	padding: 5px 10px;
	text-align: center;
	border-radius: unset;
	font-weight: 500;
}
.read_more_btn:hover i {
	transition: all ease-in-out 0.4s;
	margin-left: 4px;
}

/* client slider */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.clientSwiper {
	height: 300px;
}
.product_range_card {
	height: fit-content;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product_range_image {
	height: 200px;
}

.box-image {
	position: relative;
}
/* .box-image img {
	position: relative;
	z-index: 3;
}

.box-image::before {
	content: "";
	position: absolute;
	border: 2px solid #000000;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.box-image::after {
	content: "";
	position: absolute;
	border: 2px solid #00a2dc;
	bottom: 20px;
	right: 20px;
	width: 100%;
	height: 100%;
	z-index: 1;
} */
