@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Catamaran:wght@100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans+Devanagari:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&display=swap");

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Barlow", sans-serif;
}

body {
	font-size: 15px;
	color: #000;
	font-family: "Barlow", sans-serif;
	box-sizing: border-box;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/** **************** **/
html {
	scroll-behvior: smooth;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: none;
	background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
	height: 7px;
}

::-webkit-scrollbar-track {
	background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 14px;
}

.mt25 {
	margin-top: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.pd-0 {
	padding: 0;
}

.pd-lr30 {
	padding: 0 30px;
	align-items: center;
}

/** **************** **/
.align-center {
	align-items: center;
}

/** **************** **/
#header_top {
	background: #384777;
	padding: 8px 0;
	transition: all 0.5s ease;
}

.tag_line span {
	color: #fff;
	line-height: 32px;
	display: block;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-transform: uppercase;
}

.header-call {
	float: right;
	width: auto;
	transition: all 0.6s ease-in-out;
	position: relative;
}

.header-call ul li {
	padding: 4px 12px;
	display: inline-block;
	position: relative;
}

.header-call ul li:last-child {
	padding-right: 0px;
}

.header-call ul li:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background: #fff5;
	right: 0;
	top: 5px;
}

.header-call ul li:last-child:after {
	display: none;
}

.header-call ul li img {
	margin-right: 1px;
	float: left;
}

.header-call img {
	width: 24px;
}

.header-call ul li a {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: inline-block;
	text-transform: lowercase;
	padding: 0 5px;
}

/** **************** **/
.fixed-top {
	position: relative;
	display: block;
	top: 0px;
	padding: 16px 0px;
	background: #fff;
	backdrop-filter: blur(0px);
	/* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
	background: #ffffff;
}

.fixed-top:after {
	content: "";
	/* position: absolute; */
	width: 100%;
	height: 100%;
	/* background: #0000005e; */
	left: 0;
	top: 0;
	z-index: -1;
	/* backdrop-filter: blur(4px); */
}

/*   .logo {    position: relative;  }  .logo:before {    border-radius: 11px;    content: "";    position: absolute;    width: 260px;    height: 64px;    transform: translate(0%, 0%);    background: #ffffff;    left: -5px;    top: -3px;    margin: 0 auto;    z-index: 0;  } */
.header-scrolled .logo {
	bottom: -39px;
	width: 263px;
	margin-top: 0px;
	transition: all.5s ease;
}

.header-scrolled .scrollto img {
	height: auto;
	transition: all.5s ease;
	margin-top: 0px;
}

.header-scrolled .main-nav>ul {
	margin: 10px 0 10px 0;
}

.logo {
	position: absolute;
	transition: all 0.5s ease;
	bottom: -36px;
	right: 0;
	width: 290px;
	left: 0;
	/* background-color: #ffffff; */
	border-radius: 79px;
	margin: 0 auto;
}

.header-scrolled .logo:after {
	height: 78px;
}

.header-scrolled {
	position: fixed;
	padding: 5px 0;
	box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
	background-color: #fff;
}

.scrollto img {
	width: auto;
	height: auto;
	transition: all 0.5s ease;
	position: relative;
	/* top: 0px; */
}

.header-scrolled .scrollto img {
	width: auto;
	height: auto;
	transition: all.5s ease;
	position: relative;
	top: -7px;
}

.main-nav {
	float: right;
	transition: all.3s ease-in-out;
}

.main-nav>ul {
	margin: 0px 0 0px 0;
	display: flex;
	align-items: center;
}

.main-nav>ul>li {
	position: relative;
	white-space: nowrap;
}

.main-nav a {
	color: #1f1f1f;
	font-weight: 500;
	letter-spacing: 0.55px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding: 10px 10px;
}

.main-nav .drop-down ul li:after {
	display: none;
}

.main-nav li:last-child a {
	padding-right: 0px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
	color: #e41d16;
	text-decoration: none;
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
	border: none;
	/* border-radius: 3px; */
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-nav .drop-down li {
	min-width: 220px;
	position: relative;
}

.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top: 0px;
}

.main-nav .drop-down ul li:last-child {
	border-bottom: 0px;
}

.main-nav .drop-down .drop-down>a {
	padding-right: 35px;
}

.main-nav .drop-down ul li a {
	padding: 6px 5px;
	color: #231e1f;
	border-radius: 2px;
	font-weight: 500;
	transition: all 200ms linear;
	font-size: 16px;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	width: 100%;
}

.main-nav .drop-down ul li a span {
	color: #da1214;
}

.main-nav .drop-down ul li a:hover span {
	color: #fff;
}

.main-nav .drop-down ul li a span img {
	width: 20px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
	color: #fff;
	background-color: #e81122;
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.main-nav .drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

/*******************/
.call_start {
	margin-left: 50px !important;
	margin-top: 2px;
	/* position: relative; */
	right: 6px;
	/* transform: translate(23%, -60%); */
}

.call_start:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 24px;
	width: 1px;
	height: 35px;
	background: #e3e3e3;
}

.call_tp {
	border-radius: 50px;
	padding: 0px 10px 0px 10px;
	margin-left: 10px;
	height: 36px;
	display: flex;
	background: #e41d16;
	border: 2px solid #e41d16;
}

.call_tp img {
	margin-right: 8px;
	width: 22px;
	height: 22px;
	margin-top: 4px;
}

.call_tp a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	display: block;
	line-height: 30px;
	padding: 0px;
}

.call_tp a:hover {
	color: #fff !important;
}

.call_tp a span {
	font-weight: 400;
	color: #292929;
}

.call_start a {
	/* padding-top: 6px; */
}

.head-cont {
	position: relative;
	/* margin-left: 55px; */
	/* margin-top: -41px; */
	/* font-size: 20px !important; */
}

.head-cont:after {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 5px;
	width: 137px;
	height: 1px;
	/* background: #292929; */
}

.head-cont:hover {
	color: #ff0000 !important;
}

.head-cont img {
	width: 38px !important;
	height: 38px;
	position: absolute;
	left: -37px;
	top: 5px;
}

.head-call {
	font-size: 15px;
}

.head-cont:hover .head-call {
	color: #e41d16 !important;
}

.head-cont .pbmit-svg-arrow {
	stroke: #fff;
	width: 10px;
	height: 10px;
	fill: none;
	stroke-width: 5px;
	stroke-miterlimit: 10;
	position: relative;
	bottom: 1px;
	left: 6px;
	transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
	position: relative;
	left: 5px;
}

.pbmit-svg-arrow-span:before {
	content: "";
	width: 22px;
	height: 22px;
	background: #e81122;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
	stroke-dasharray: 25px;
	stroke-dashoffset: 50px;
	transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
	stroke-dasharray: 20px;
	stroke-dashoffset: 40px;
	transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
	stroke-dasharray: 20px;
	stroke-dashoffset: 40px;
	transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
	stroke-dashoffset: 0 !important;
	stroke: #fff;
}

.header-scrolled .call_tp a {
	color: #fff !important;
	font-weight: 600;
	font-size: 15px;
	display: block;
	line-height: 12px;
	padding: 0px;
	padding: 10px 5px !important;
}

.header-scrolled .main-nav a {
	color: #231e1f;
	font-weight: 500;
	letter-spacing: 0.25px;
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 10px 10px;
}

.header-scrolled .sidebar-btn button i {
	font-size: 29px;
	border: 0;
	padding: 1px 6px;
	color: #231e1f;
}

.header-scrolled .sidebar-btn button {
	border: 1px solid #231e1f73;
	background-color: #ffffff00;
}

/** *************** **/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: 0.4s;
}

.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #8cc63f;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\f077";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	margin: 0px 0px 0 0;
	color: #004289;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

/** **************** **/
/** **************** **/
#slider {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0px;
}

#carousel {
	overflow: hidden;
}

#carousel .carousel-control {
	background: none;
	top: 45%;
	font-size: 30px;
	text-align: center;
	width: 40px;
	height: 40px;
	opacity: 1;
	position: absolute;
}

#carousel .carousel-control-right {
	right: 4%;
}

#carousel .carousel-control-left {
	left: 0;
}

#carousel .carousel-control-right span {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: hidden;
	transition: transform 0.5s ease;
	opacity: 0;
}

#carousel .carousel-control-left span {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: hidden;
	transition: transform 0.5s ease;
	opacity: 0;
}

#carousel:hover .carousel-control-right span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	opacity: 1;
}

#carousel:hover .carousel-control-left span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	opacity: 1;
}

#carousel .carousel-control span {
	color: #fff;
	background-color: rgb(50 52 51 / 50%);
	height: 45px;
	width: 45px;
	z-index: 121;
	line-height: 45px;
	text-align: center;
	position: absolute;
}

#carousel .carousel-control span:hover {
	background-color: #1e1e1e;
}

#carousel .carousel-item .caption {
	background-color: rgb(0 0 0 / 20%);
	padding: 40px;
	animation-duration: 1s;
	animation-delay: 1s;
}

.carousel-indicators {
	position: absolute;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 10px;
	text-align: left;
	list-style: none;
	bottom: 15px;
	justify-content: left;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #0009;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 0;
}

.carousel-indicators .active {
	background-color: #e81122;
}

.carousel-caption {
	text-align: right;
	text-shadow: none;
	right: 0;
	bottom: 0;
	padding-bottom: 0;
}

.carousel-caption h5 {
	font-size: 30px;
	color: rgb(244, 247, 248);
	font-weight: 600;
	display: block;
	margin-bottom: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: all 0.8s linear;
}

.carousel-caption h5 span {
	padding: 10px 30px !important;
	background: #d52a32;
	position: relative;
	top: -10px;
	font-family: "Jost", sans-serif;
}

.carousel-caption p {
	font-size: 21px;
	color: rgb(244, 247, 248);
	line-height: 1.2;
	width: 450px;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	display: inline-block;
	background-color: rgba(24, 24, 24, 0.902);
	padding: 20px 30px;
	margin-bottom: 0;
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: all 0.8s linear;
}

@-webkit-keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.read_more {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	padding: 4px 2px 4px 30px;
	text-align: center;
	display: inline-block;
	border-radius: 30px 30px 30px 0;
	border: 1px solid #e81122;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	background: #e81122;
	margin-top: 15px;
}

.read_more:hover {
	color: #202020;
	background: #ffffff;
}

.circle {
	background: #ffffff;
	color: #052b45;
	border-radius: 100px;
	height: 35px;
	width: 35px;
	line-height: 35px !important;
	text-align: center;
	margin: 0 3px 0 12px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.circle:before {
	font-size: 18px;
	padding-top: 2px;
	font-family: "FontAwesome";
	transition: all 0.3s ease;
}

.read_more:hover .circle {
	color: #fff;
	background: #e81122;
}

/** **************** **/
/*-- ------------------------ --*/
/************************/
/* .video_wrapper {    width: 100%;    height: 92vh;    overflow: hidden;  }  .video_wrapper video {    object-fit: cover;    width: 100%;    height: 100%;  }  #video_section {    position: relative;    overflow: hidden;  }  #video_section:after {    content: "";    position: absolute;    background: rgb(0 0 0 / 40%);    width: 100%;    height: 100%;    top: 0;    left: 0;    right: 0;    border: 0;  }  #video_overlap_data {    position: absolute;    left: 0;    right: 0;    top: 0;    z-index: 2;    text-align: center;  }  .overlap_heading {    display: block;    text-align: center;    position: relative;    top: 0;    bottom: 0;    transform: translate(0%, 150%);    transform: (-30%, -30%);  }  .overlap_heading h1 {    font-size: 63px;    color: #fff;    display: block;    text-align: justify;    font-weight: 600;    letter-spacing: 1px;    padding-bottom: 20px;    line-height: 1.2;  }  .overlap_heading h1 span {    display: block;    color: #e41d16;    font-size: 28px;    font-weight: 700;    line-height: 1.8;  }  .know_btn {    position: relative;    padding: 10px 30px;    display: block;    width: 200px;    color: #e42127;    line-height: 30px;    font-size: 16px;    top: 21rem;    font-weight: 600;    letter-spacing: 0.3px;    background: #fbfbfb;    transition: all 0.3s;    z-index: 1;    justify-content: center;  }  .know_btn:hover {    background: #e42127;    color: #fff;  }  .know_btn:before {    position: absolute;    content: "";    bottom: 0;    right: 0;    z-index: -1;    background: #e42127;    clip-path: polygon(100% 100%, 0 100%, 100% 0);    height: 20px;    width: 20px;    transition: all 0.3s;  }  .know_btn:hover::before {    width: 100%;    height: 100%;  }  .know_btn:after {    position: absolute;    content: "";    top: 0;    left: 0;    z-index: -1;    background: #e42127;    clip-path: polygon(0 0, 0 100%, 100% 0);    height: 20px;    width: 20px;    transition: all 0.3s;  }  .know_btn:hover::after {    width: 100%;    height: 100%;  } */
/************************/
.main-button {
	margin-top: 25px;
}

.main-button a {
	font-size: 15px;
	background-color: #e2000f;
	padding: 7px 19px;
	border-radius: 21px;
	color: #fff;
	letter-spacing: 0.85px;
	border: 1px solid #ffffff;
}

.main-button a:hover {
	font-size: 15px;
	background-color: #ffffff;
	padding: 7px 19px;
	border-radius: 21px;
	color: #474747;
	letter-spacing: 0.85px;
	border: 1px solid #6cb243;
}

.main-pro {
	top: 140px;
	position: absolute;
	z-index: 99;
	right: 53px;
}

/*   /** **************** **/
.hm-prod-main {
	margin: 0;
	background: url(../images/about-bg-new.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0px 0px;
	position: relative;
	height: 600px;
	width: 100%;
	background-position: bottom;
	background-attachment: fixed;
	/* border-top: 6px solid #e41d16; */
}

.home-about-content h1 {
	font-size: 2.1rem;
	color: #ffffff00;
	font-weight: 800;
	background: linear-gradient(90deg, rgb(255 255 255) 7%, rgb(193 193 193) 73%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	line-height: 1.4;
	font-size: 61px;
	margin-bottom: 5px;
	/* font-family: fantasy; */
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

.home-about-content p {
	font-size: 17px;
	color: #ffffff;
	line-height: 1.7;
	margin-bottom: 9px;
	font-weight: 400;
	letter-spacing: 0.55px;
}

.hm-about-img img {
	width: 100%;
	border: 5px solid #ffffff;
	margin-top: 45px;
	border-radius: 25px;
}

.btn-primary {
	padding: 15px 46px 14px 19px;
	background: #fff;
	color: #000;
	/* text-transform: uppercase; */
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	position: relative;
	letter-spacing: 0.55px;
	border-radius: 50px;
	border: 0;
	margin-top: 20px;
	box-shadow: none;
	outline: none;
}

.btn-primary svg {
	border-color: #fff;
}

.btn-primary {
	background: #e41d16;
	color: #ffffff;
}

.btn-primary:hover {
	background: #ffffff !important;
	color: #e41d16;
}

.home-about-content .bg-text {
	position: absolute;
	top: -1%;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 500;
	color: #e41d16;
	transform: translate(0%, -60%);
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.85px;
	/* opacity: 0.8; */
}

.btn-primary svg {
	position: absolute;
	right: -4px;
	top: 1px;
	border: 2px solid #e3201a;
	border-radius: 50%;
	-webkit-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

/** **************** **/
.about-align-center {
	justify-content: center;
}

.home-about-content {
	text-align: center;
}

.hm-prod {
	padding: 24rem 0 120px 0;
}

.hm-prod-slider {
	height: 450px;
}

@media (min-width: 768px) {
	.hm-prod-section .nav-tabs {
		display: flex;
	}

	.hm-prod-section .card {
		border: none;
	}

	.hm-prod-section .card .card-header {
		display: none;
	}

	.hm-prod-section .card .collapse {
		display: block;
	}
}

@media (max-width: 767px) {
	.hm-prod-section .tab-content>.tab-pane {
		display: block !important;
		opacity: 1;
		margin-bottom: 5px;
	}
}

/**/
.hm-prod-section ul {
	justify-content: space-between;
	border-bottom: 1px solid #ffffffad;
	margin-bottom: 0px;
	align-items: center;
}

.hm-prod-section ul li {
	width: 25%;
	height: 55px;
}

.hm-prod-section ul li a img {
	height: 130px;
}

.hm-prod-section ul li a span {
	color: #5d5d5d;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.25px;
	font-size: 19px;
	text-align: center;
	padding-top: -1px;
}

/*Slider*/
.hm-prod-section .nav-tabs .nav-item .nav-link.active span {
	color: #ffffff;
}

.hm-prod-section .nav-tabs .nav-item .nav-link.active {
	color: #ffffff;
	background-color: #e41d16;
	border-radius: 10px;
}

.carousel-wrapingg {
	position: relative;
}

.prod-slider .owl-nav {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.card {
	background-color: #0000 !important;
}

.prod-slider .owl-nav .owl-prev {
	display: inline-block;
	transform: translate(-25px, 0);
	cursor: pointer;
}

.prod-slider .owl-nav .owl-next {
	display: inline-block;
	transform: translate(25px, 0);
	cursor: pointer;
}

.prod-slider .owl-nav .owl-prev,
.prod-slider .owl-nav .owl-next {
	width: 40px;
	height: 57px;
	line-height: 70px;
	border: 1px solid #0000;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	color: #fff !important;
	margin: 0 5px;
	background: #e41d16 !important;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.prod-slider .owl-nav .owl-prev:hover,
.prod-slider .owl-nav .owl-next:hover {
	background: #034aad;
	color: #fff;
}

.owl-carousel .owl-stage-outer {
	padding-top: 15px;
	/* padding-bottom: 40px; */
}

.hm-prod-heading {
	position: relative;
	padding-right: 0px;
}

.hm-prod-heading h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: underline;
	padding-bottom: 10px;
}

.hm-prod-heading p {
	color: #677078;
	font-size: 16px;
}

.hm-prod-heading .hm-prod-all {
	position: absolute;
	top: 28px;
	right: 0;
}

.hm-applications-box {
	text-align: center;
	padding: 0px 0px;
	position: relative;
}

.hm-applications-box:hover::before {
	opacity: 1;
	top: -10px;
	left: -11px;
	right: -10px;
	bottom: -10px;
}

.hm-ind-content {
	position: relative;
}

.hm-ind-dtl {
	padding: 15px;
	background-image: url(../images/pro-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
}

.hm-applications-box:hover .hm-ind-dtl {
	background-image: url(../images/pro-bg-new.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px;
}

.hm-applications-box:hover i {
	transform: scale(1);
}

.hm-applications-box .main-content {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	z-index: 1;
	margin-top: 16px;
	padding: 0 20px;
}

/* pro-setion */
.hm-applications-box .hm-ind-dtl img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	z-index: 1;
}

.hm-applications-box:hover .hm-ind-dtl img {
	-webkit-transform: translateY(60%);
	-moz-transform: translateY(60%);
	-ms-transform: translateY(60%);
	transform: translateY(56%);
}

.hm-applications-box:hover .main-content {
	-webkit-transform: translateY(-210%);
	-moz-transform: translateY(-210%);
	-ms-transform: translateY(-210%);
	transform: translateY(-231%);
	padding: 0 15px;
}

.mainpage-box {
	margin-bottom: 50px;
	min-height: 400px;
}

.mainpage-box .main-content span {
	font-size: 18px;
}

.main-content span {
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #d2d2d2c9;
	padding: 9px 0px;
	color: #e41d16;
}

.main-content p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	color: #474646;
	padding-top: 20px;
	letter-spacing: 0.55px;
}

.hm-applications-box:hover .main-content span {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.hm-applications-box:hover .main-content p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	color: #ffffff;
	padding-top: 10px;
	letter-spacing: 0.25px;
}

.hm-prod-section .nav-tabs .nav-link.active .span {
	color: #c20000 !important;
	position: relative;
	border-radius: 5px;
	border: none !important;
	/* border-bottom: 4px solid #ffffffad !important; */
}

.hm-prod-head {
	text-align: left;
	margin-bottom: 25px;
}

.hm-prod-head h2 {
	font-size: 45px;
	line-height: 1.4;
	font-weight: 700;
	display: inline;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	color: #343434;
}

.hm-prod-head h2 span {
	color: #e41d16;
}

.hm-prod-section ul li {
	position: relative;
}

.hm-prod-section ul li:after {
	content: "";
	position: absolute;
	top: 3px;
	left: -1px;
	width: 2px;
	border-radius: 186px;
	height: 30px;
	background: #04040417;
}

.hm-prod-section ul li:nth-child(1):after {
	background-color: #ffffff00;
}

.hm-prod-section ul li:nth-child(5):after {
	background-color: #ffffff00;
}

.hm-prod-section {
	position: relative;
}

.nav-tabs .nav-item {
	margin-bottom: 0;
}

.hm-prod-head p {
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: 400;
	letter-spacing: 0.35px;
}

/* ============ */
.hm-cont {
	background-image: url(../images/main-img.png);
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}

.hm-cont:hover:after {
	height: 100%;
	opacity: 0;
	transition: all 400ms linear;
}

.hm-cont:after {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 9;
	pointer-events: none;
}

.align-center {
	align-items: center;
}

.hm-cont-head {
	height: 100%;
	text-align: center;
	margin: 95px 0;
}

.hm-cont-head h2 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	font-size: 44px;
	line-height: 1.4;
}

.hm-enquiry-btn {
	text-align: center;
	margin: 0 auto;
	display: table;
}

/* ================ */
.counter-head h2 {
	font-weight: 800;
	text-align: center;
}

.why_sec_bx {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why_sec_bx:after {
	content: "";
	width: 1px;
	height: 80px;
	background: #ffffff73;
	position: absolute;
	right: 0px;
	top: 4px;
}

.why_sec_bx2:after {
	content: "";
	width: 0px;
}

.why_icon_txt {
	padding-left: 20px;
}

.why_title {
	font-size: 45px;
	display: block;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	color: #6d6d6d;
	letter-spacing: 1px;
	font-family: fantasy;
	letter-spacing: 4px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
}

.why_icon_txt span {
	display: block;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #ffffff;
	font-size: 17px;
	margin-top: 5px;
}

.sec-counter-title h4 {
	position: relative;
	margin-top: 15px;
	font-size: 25px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 26px;
	line-height: 1.3;
}

.sec-counter-title {
	text-align: center;
}

.why_icon_txt:nth-last-child(1)::after {
	background: #ffffff;
	width: 0px;
}

.cuntre-main {
	background: url(../images/counter.png) no-repeat center;
	background-size: cover;
	padding: 30px 0;
}

.hm-map-main {
	position: relative;
	margin-top: -324px;
	background-color: #ffffffad;
	padding: 13px;
	border-radius: 20px;
	border: 2px solid #0000001c;
}

.hm-map-main h2 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	display: inline;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	color: #343434;
}

.hm-map-main h2 span {
	color: #e41d16;
}

.hm-map-main p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	color: #1a191dd9;
	padding-top: 10px;
	letter-spacing: 0.25px;
}

/* ====================== */
.hm-map-us {
	padding: 80px 0 0 0;
}

.project-two-single {
	position: relative;
	display: block;
}

.project-two-img-box {
	position: relative;
	display: block;
}

.project-two-img-box::after {
	position: absolute;
	left: 0px;
	bottom: 23px;
	right: 45%;
	height: 2px;
	background: #e41d16;
	content: "";
	transition: transform 2000ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: 1;
}

.project-two-single:hover .project-two-img-box::after {
	transform: scale(1, 1);
	transform-origin: left center;
}

.project-two-img-box::before {
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	width: 2px;
	background: #e41d16;
	content: "";
	transition: -webkit-transform 2s ease;
	transition: transform 2s ease;
	transition: transform 2s ease, -webkit-transform 2s ease;
	transform-origin: bottom right;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	z-index: 7;
}

.project-two-img {
	position: relative;
	display: block;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	z-index: 1;
}

.project-two-img::before {
	position: absolute;
	content: "";
	top: 0%;
	left: 0%;
	right: 0%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	background-color: #000000c7;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	z-index: 1;
}

.project-two__arrow {
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transform: scale(0) rotate(80deg);
	transform: scale(0) rotate(80deg);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.project-two__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: #0078b5;
	border-radius: 10px;
	font-size: 16px;
	color: var(--fixpro-black);
}

.project-two-single:hover .project-two-img::before {
	opacity: 0.8;
}

.project-two-single:hover .project-two-img::before {
	opacity: 0.8;
}

.project-two-single:hover .project-two-img-box::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transform-origin: top center;
}

.project-two-single:hover .project-two-img-box::after {
	transform: scale(1, 1);
	transform-origin: left center;
}

.project-two-single:hover .project-two-content {
	bottom: 43px;
	opacity: 1;
	visibility: visible;
}

.project-two-content {
	position: absolute;
	left: 50px;
	bottom: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 2;
}

.project-two-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin: 0 0 7px;
	color: #fff;
}

.project-two-title a {
	color: #fff;
}

.project-two-sub-title {
	color: #e41d16;
}

/* ====================== */
.our-ind {
	text-align: center;
	padding: 20px 0;
	background-color: #e41d16 !important;
}

.our-ind .hm-prod-more h4 {
	font-size: 25px;
	color: #ffffff !important;
}

/* ========= */
.footer-logo img {
	width: 90%;
}

#footer_bg {
	padding: 45px 0 0px 0;
	/* background-image: url(../images/footer-bg.jpg); */
	width: 100%;
	/* height: auto; */
	position: relative;
	background-color: #f3f3f3;
	/* border-radius: 135px 135px 0 0; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.footer_title span {
	letter-spacing: 1px;
	font-weight: 600;
	color: #000000;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #ffffff29;
	margin-bottom: 0px;
}

.ftr-link ul li a {
	color: #010101;
	letter-spacing: 0.2px;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	line-height: 32px;
	font-size: 15px;
}

.ftr-link ul li a:hover {
	color: #e41d16;
}

.cont_details {
	display: flow-root;
	padding-bottom: 15px;
	padding-top: 8px;
}

.cont_bx {
	line-height: 48px;
	text-align: center;
	background: #005cac;
	box-shadow: 0 0 0 3px rgb(255 255 255 / 22%);
	margin-right: 11px;
	width: 40px;
	height: 40px;
	padding: 2px;
	float: left;
	border-radius: 10%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont_dtl span {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
}

.cont_dtl p {
	font-size: 15px;
	display: block;
	color: #010101;
	letter-spacing: 0.2px;
	font-weight: 500;
	padding-left: 55px;
}

.cont_dtl a {
	font-size: 16px;
	display: inline-flex;
	color: #2d2d2d;
	letter-spacing: 0.2px;
	font-weight: 500;
}

.cont_dtl a:hover {
	color: #005cac;
}

.social_icon {
	margin-top: 20px;
	display: inline;
}

.social_icon ul li {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	padding: 8px;
	border: thin solid #676a6d;
	border-radius: 50%;
	margin-left: 6px;
}

.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(ellipse at center, rgb(255 255 255 / 35%) 0, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgb(255 255 255 / 35%) 0, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.social_icon li {
	display: inline-block;
}

.social_icon li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	display: block;
	padding: 5px 0;
	text-align: center;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.social_icon li i {
	font-size: 17px;
	padding-top: 3px;
}

.social_icon li.facebook i {
	color: #3b5998;
}

.social_icon li.instagram i {
	color: #cd4a72;
}

.social_icon li.linkedin i {
	color: #007ab9;
}

.social_icon li.twitter i {
	color: #000;
}

.hvr-float-shadow:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.social_icon li.facebook:hover a {
	background: #3b5998;
}

.social_icon li.instagram:hover a {
	background: #cd4a72;
}

.social_icon li.linkedin:hover a {
	background: #007ab9;
}

.social_icon li.twitter:hover a {
	background: #000;
}

.social_icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.twitter:hover i {
	color: #fff;
}

.hvr-float-shadow:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/************************/
.foot-bottom {
	padding: 15px 0 15px;
	background: #ffffff;
	margin-top: 25px;
}

.foot-btm-head p {
	color: #292929;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.4px;
}

.foot-btm-head p a {
	color: #e41d16;
	font-weight: 600;
}

.foot-btm-head p a:hover {
	color: #81c7d1;
}

.brochure-tab {
	border-top: 1px solid #f5f5f52e;
	padding-top: 0px;
	margin: 15px auto 0;
	display: table;
}

.bg_theme {
	background: #12114a;
	padding: 4px 0 !important;
}

.btnlight {
	background: #656565;
	padding: 8px 20px;
	border-radius: 50px;
	font-weight: 500;
	transition: all 0.5s ease-out !important;
	color: #fff;
	border: 2px solid #e41d16;
	text-align: center;
}

.btnlight:hover {
	background: #fff;
	color: #e41d16;
}

.social_icon h4 {
	text-align: left;
	font-size: 20px;
}

.social_icon ul {
	display: flex;
	justify-content: left;
	margin-top: 15px;
}

.footer-par p {
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.2px;
	line-height: 25px;
	text-align: center;
	font-weight: 500;
}

.catlog {
	text-align: center;
}

.cer-img img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

.pd-0 {
	padding: 0;
}

.aling-center {
	align-items: center;
	margin-bottom: 0px;
}

/* ================== */
.sidebar-content button {
	background-color: #e4231a;
	color: #fff;
	padding: 14px 20px;
	top: -4rem;
	bottom: 0;
	border: 0 !important;
	right: 20rem;
	position: relative;
	border-radius: 42px;
}

.sidebar-content {
	padding: 70px 10px 35px 45px;
}

.sidebar-logo img {
	width: 280px;
	height: 100%;
}

.display-logo {
	display: flex;
	align-items: center;
}

/* ********************** */
.sidebar-popup {
	position: fixed;
	top: 0;
	right: -100%;
	/* hidden */
	width: 420px;
	height: 100%;
	background: #f3f3f3;
	transition: 0.4s ease;
	z-index: 9999;
}

/* open ==== */
.sidebar-popup.open {
	right: 0;
}

/* ========== */
.sidebar-popup.open {
	right: 0;
}

.sidebar-btn button {
	border: 1px solid #231e1f73;
	background-color: #ffffff00;
	border-radius: 0px;
}

.sidebar-btn button i {
	font-size: 27px;
	border: 0;
	padding: 8px 10px;
	line-height: 1;
	color: #231e1f;
}

.hm-prod .nav-link {
	display: block;
	padding: 0.3rem 0.2rem;
}

/* ================= */
.carousel-sec {
	position: relative;
	border-top: 7px solid #ff0a0a;
}

.carousel-sec::before {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, #00000000 13%, #000000 120%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border: 0;
	rotate: 180deg;
}

.header_menu {
	/* margin-top: 40px; */
}

.header-scrolled .header_menu {
	margin-top: 0px;
}

.header-scrolled .logo:before {
	border-radius: 11px;
	content: "";
	position: absolute;
	width: 260px;
	height: 42px;
	transform: translate(0%, 0%);
	background: #ffffff;
	left: -5px;
	top: -3px;
	margin: 0 auto;
	z-index: 0;
	/* border-radius: 0; */
}

.head-cont img {
	animation: ring 1s infinite ease-in-out;
	/* background-color: #e41d16; */
	/* padding: 4px; */
	/* border-radius: 83px; */
}

@keyframes ring {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

.text-left {
	text-align: left;
}

.hm-prod-main {
	position: relative;
}

.hm-prod-main::before {
	content: "";
	position: absolute;
	background: #e41d16;
	width: 100%;
	height: 6px;
	top: -6px;
	left: 0;
	right: 0;
}

#video_section {
	position: relative;
}

#video_section::before {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, #0000000a 13%, #000000a1 120%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border: 0;
	rotate: 180deg;
}

/* Loder Chats Gpt */
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/pully_2.gif) center no-repeat #ffffffed;
	background-size: 20%;
}

.two-line-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hm-applications-box:hover .two-line-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*----------------------*/
.inner-products {
	padding: 60px 0;
	position: relative;
}

.hm-inner-page img {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px;
	border: 1px solid #e41d166b;
}

.hm-inner-head h2 {
	font-size: 41px;
	line-height: 1.4;
	font-weight: 700;
	/* display: inline; */
	letter-spacing: 0.25px;
	/* text-transform: uppercase; */
	color: #343434;
	padding-bottom: 10px;
}

.hm-inner-head h2 span {
	color: #e41d16;
}

.hm-inner-head p {
	font-size: 17px;
	color: #000000;
	line-height: 1.8;
	margin-bottom: 15px;
	font-weight: 400;
	letter-spacing: 0.25px;
}

.right-side-pad {
	padding-right: 26px;
}

.pro-main-sec {
	background-color: #f3f3f3;
	padding: 55px 35px;
	border-radius: 10px;
}

.ftr-btn {
	float: left;
	margin-top: 30px;
	/* width: 100%; */
}

.ftr-btn a {
	line-height: 0 !important;
	padding: 16px 25px;
	background: #fff;
	font-size: 16px;
	/* width: 100%; */
	letter-spacing: 0.5px;
	border-radius: 10px;
	color: #000000;
	border: 1px solid #e41d16;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	transform: perspective(1px) translateZ(0);
	position: relative;
	transition-duration: 0.3s;
	overflow: hidden !important;
	/* outline: none; */
	/* cursor: pointer; */
	display: block;
	text-align: center;
}

.ftr-btn a:hover {
	color: #fff;
}

.ftr-btn a:hover:before {
	transform: scaleX(1);
}

.ftr-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgb(162 13 8) 23%, rgb(228 29 22) 73%);
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.ftr-btn i {
	font-size: 20px;
	padding-right: 5px;
}

.product_main_wrapper {
	/* background-color: #f3f3f38a; */
	padding: 0 0 30px 0;
}

.table-responsive>.table-bordered {
	border: 0;
}

.prod-table {
	margin-top: 20px;
}

.prod-table .table thead tr th {
	background: #e41d16;
	color: #fff;
	border: 1px solid #ffffff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	vertical-align: middle;
	padding: 10px 10px;
}

.prod-table tr:nth-child(even) {
	background: #f3f3f3;
}

.prod-table .table tbody tr td {
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #d9d9d9;
	letter-spacing: 0.2px;
	padding: 10px 15px;
	font-weight: 400;
}

.prod-middle-dtl h3,
h4,
h5 {
	font-size: 25px;
	color: #343434;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.prod-table {
	margin-top: 20px;
	padding: 0px 0 30px;
	border-bottom: 0.1px dashed #0d20463b;
	margin-bottom: 35px;
}

.hm-inner-head .bullet li {
	padding: 10px 10px 10px 37px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	position: relative;
	font-size: 18px;
	color: #000000;
	line-height: 1.7;
	margin-bottom: 15px;
	font-weight: 400;
	letter-spacing: 0.25px;
}

.hm-inner-head .bullet li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: 17px;
	width: 20px;
	height: 20px;
	background-color: #e41d16;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 21px;
	font-size: 11px;
}

.bullet li b {
	font-size: 18px;
	color: #005cac;
	font-weight: 600;
}

.list-points ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: none;
	letter-spacing: 0.5px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
}

.list-points ul li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 8px;
	width: 9px;
	height: 9px;
	background: #e41d16;
	border-radius: 50%;
	display: inline-block;
}

.pro-boder-bottom {
	margin-top: 20px;
	padding: 0px 0 30px;
	border-bottom: 0.1px dashed #0d20463b;
	margin-bottom: 35px;
}

/* =============== */
.faq-section {
	margin-top: 15px;
	background-color: #f4f4f2;
	padding: 60px 0;
	margin-bottom: 177px;
}

.card-header {
	padding: 5px !important;
	margin-bottom: 18px !important;
	background-color: #656565;
}

.card {
	border: none !important;
}

.btn-link {
	color: #fff !important;
	background-color: transparent;
	font-size: 17px !important;
	letter-spacing: 1px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.card-body {
	padding: 15px !important;
	font-size: 17px !important;
	letter-spacing: 0.5px !important;
	line-height: 1.8;
}

.faq-head h3 {
	margin-bottom: 60px;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #0e0f3b;
}

.faq-head {
	content: "";
	position: relative;
}

.faq-head ::after {
	content: "";
	display: block;
	width: 100px;
	height: 30px;
	border-bottom: 3px solid #222222;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 99;
}

/* === */
.innerpro-slider .owl-nav {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.innerpro-slider .owl-nav .owl-prev {
	display: inline-block;
	transform: translate(-25px, 0);
	cursor: pointer;
}

.innerpro-slider .owl-nav .owl-next {
	display: inline-block;
	transform: translate(25px, 0);
	cursor: pointer;
}

.innerpro-slider .owl-nav .owl-prev,
.innerpro-slider .owl-nav .owl-next {
	width: 40px;
	height: 57px;
	line-height: 70px;
	border: 1px solid #0000;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	color: #fff !important;
	margin: 0 5px;
	background: #e41d16 !important;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.innerpro-slider .owl-nav .owl-prev:hover,
.innerpro-slider .owl-nav .owl-next:hover {
	background: #034aad;
	color: #fff;
}

.innerpro-slider .main-content span {
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #d2d2d2c9;
	padding: 9px 0px;
	color: #e41d16;
}

/* ====== */
.category-card {
	background: white;
	border-radius: 1px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: sticky;
	top: 100px;
}

.category-header {
	padding: 26px 25px 24px 25px;
}

.category-title {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: #343434;
	position: relative;
	padding-bottom: 12px;
}

.category-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #e41d16;
	border-radius: 2px;
}

.category-list {
	padding: 0 20px 26px 20px;
}

.category-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 13px;
	margin-bottom: 16px;
	border-radius: 1px;
	cursor: pointer;
	transition: all 0.2s ease;
	background-color: #f8f9fa;
	border-radius: 10px;
	border: 1px solid transparent;
	text-decoration: none;
	color: #6c757d;
}

.category-item:last-child {
	margin-bottom: 0;
}

.category-item:hover {
	background-color: #979797;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #fff;
}

.category-item-active {
	background-color: #e41d16 !important;
	color: #fff;
	box-shadow: 0 4px 12px rgb(228 29 22 / 30%);
}

.category-text {
	flex-grow: 1;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

.category-arrow {
	opacity: 0.7;
	transition: opacity 0.2s ease;
	font-size: 14px;
}

.category-item:hover .category-arrow {
	opacity: 1;
}

.category-item-active .category-arrow {
	opacity: 1;
}

.prod-banner {
	background-size: cover !important;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	padding: 90px 0 120px;
	/* margin-top: 80px; */
}

.prod-banner2 {
	padding: 130px 0;
}

.prod-banner-header {
	position: relative;
	z-index: 1;
	top: 36px;
}

.prod-banner-header h1 {
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding-bottom: 5px;
}

.prod-banner-header2 ul {
	margin-bottom: 0px;
}

.prod-banner-header ul {
	text-align: center;
	margin-top: 15px;
}

.prod-banner-header ul li {
	display: inline-block;
	padding: 0 10px;
	color: #e41d16;
	letter-spacing: 0.5px;
	text-align: left;
	font-weight: 600;
	font-size: 17px;
}

.prod-banner-header ul li a,
.prod-banner-header ul li span {
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 15px;
}

.prod-banner-header ul li a,
.prod-banner-header ul li span i {
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 20px;
}

.prod-banner:after {
	content: "";
	position: absolute;
	background: linear-gradient(1deg, #0000000a -78%, #000000d1 53%);
	/* width: 100%; */
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
}

/* contact */
/* SECTION STYLING */
.contact-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

/* BACKGROUND DECORATION */
.contact-section .bg-shape-wrapper {
	position: absolute;
	top: 250px;
	right: -50px;
	width: 400px;
	height: 400px;
	background-color: #00d2aa;
	z-index: -1;
	transform: rotate(45deg);
	border-radius: 50px;
}

/* HEADER PART */
.contact-section .contact-label-wrapper span {
	font-size: 14px;
	letter-spacing: 2px;
	color: #aaaaaa;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-section .contact-title-wrapper h2 {
	font-size: 42px;
	font-weight: 700;
	color: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 15px;
}

.contact-section .contact-divider-wrapper {
	width: 60px;
	height: 4px;
	background: #dd301d;
	margin-bottom: 40px;
}

.contact-section .contact-description-wrapper p {
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: 400;
	letter-spacing: 0.35px;
}

/* CARD MAIN WRAPPER */
.contact-section .contact-card-outer-wrapper {
	background-color: #ffffff;
	box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	overflow: hidden;
	margin-top: 15px;
}

/* FORM SIDE (LEFT) */
.contact-section .contact-form-side-wrapper {
	padding: 60px 40px;
}

.contact-section .form-group-wrapper {
	margin-bottom: 40px;
	position: relative;
}

.contact-section .abstract-bg {
	position: absolute;
	top: -14%;
	left: -20px;
	z-index: 111;
}

.contact-section .form-group-wrapper label {
	font-size: 15px;
	color: #999999;
	position: absolute;
	top: -20px;
	left: 0px;
}

.contact-section .form-group-wrapper input,
.contact-section .form-group-wrapper select,
.contact-section .form-group-wrapper textarea {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0px;
	font-size: 15px;
	outline: none;
	background: transparent;
	color: #333333;
}

/* Styling the Select Dropdown */
.contact-section .form-group-wrapper select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23aaaaaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px;
}

.contact-section .form-group-wrapper textarea {
	height: 100px;
	resize: none;
}

.contact-section .contact-btn-wrapper button {
	background: #00d2aa;
	color: #ffffff;
	border: none;
	padding: 15px 40px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	box-shadow: 0px 10px 20px rgba(0, 210, 170, 0.3);
	transition: 0.3s;
}

.contact-section .contact-btn-wrapper button:hover {
	transform: translateY(-3px);
	box-shadow: 0px 15px 25px rgba(0, 210, 170, 0.4);
}

/* INFO SIDE (RIGHT) */
.contact-section .contact-info-side-wrapper {
	background: url(../images/contact-form-2.jpg) center no-repeat;
	background-size: cover;
	padding: 60px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.contact-section .contact-info-side-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 111;
}

.contact-section .info-item-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.contact-section .info-icon-wrapper {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
}

.contact-section .info-icon-wrapper svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
}

.contact-section .info-text-wrapper p {
	color: #ffffff;
	font-size: 17px;
	margin: 0px;
	line-height: 22px;
}

.info-text-wrapper a {
	color: #fff;
	font-size: 16px;
}

/* contact ends */
/* industries */
.industries-section {
	padding: 80px 0 45px 0;
}

.industries-section .project-two-img {
	height: 500px;
	margin-bottom: 35px;
}

.hm-cont-about {
	margin-top: 24rem;
}

.product_bx {
	/* padding-bottom: 10px; */
	position: sticky;
	top: 120px;
}

/* ==========================================   Store & Dispatch Premium Styles   ========================================== */
.store-dispatch-wrapper {
	padding: 80px 0;
	background: #fdfdfd;
}

.sd-overview-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	padding: 52px;
	border-left: 5px solid #e41d16;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sd-overview-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(228, 29, 22, 0.1);
}

.sd-title {
	font-size: 36px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 20px;
	position: relative;
}

.sd-title span {
	color: #e41d16;
}

.sd-text {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
}

.sd-image-container {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	position: relative;
	transition: transform 0.4s ease;
}

.sd-image-container:hover {
	transform: scale(1.02);
}

.sd-image-container img {
	width: 100%;
	height: auto;
	display: block;
}

.sd-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #e41d16;
	color: #fff;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	z-index: 2;
	box-shadow: 0 4px 10px rgba(228, 29, 22, 0.3);
}

/* Feature Cards Grid */
.sd-features-section {
	padding: 65px 0;
	background: #f8f9fa;
}

.sd-section-header {
	text-align: center;
	margin-bottom: 50px;
}

.sd-section-header h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1f1f1f;
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sd-section-header h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #e41d16;
}

.sd-feature-card {
	background: #fff;
	border-radius: 10px;
	padding: 35px 25px;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
	position: relative;
	border-bottom: 4px solid transparent;
}

.sd-feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
	border-color: #e41d16;
}

.sd-feature-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: rgba(228, 29, 22, 0.07);
	color: #e41d16;
	border-radius: 50%;
	font-size: 28px;
	display: inline-block;
	margin-bottom: 25px;
	transition: all 0.4s ease;
}

.sd-feature-card:hover .sd-feature-icon {
	background: #e41d16;
	color: #fff;
	transform: rotateY(180deg);
}

.sd-feature-card h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1f1f1f;
	margin-bottom: 15px;
}

.sd-feature-card p {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

/* Timeline Process */
.sd-process-section {
	padding: 80px 0;
	background: #ffffff;
}

.sd-timeline {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.sd-timeline-item {
	display: flex;
	margin-bottom: 10px;
	position: relative;
}

.sd-timeline-step {
	flex: 0 0 80px;
	font-size: 40px;
	font-weight: 800;
	color: rgba(228, 29, 22, 0.15);
	line-height: 1;
	text-align: right;
	padding-right: 25px;
	position: relative;
}

.sd-timeline-step:after {
	content: "";
	position: absolute;
	right: -7px;
	top: 15px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #e41d16;
	z-index: 2;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px rgba(228, 29, 22, 0.2);
}

.sd-timeline-content {
	flex: 1;
	padding-left: 30px;
	border-left: 2px solid #f0f0f0;
	padding-bottom: 40px;
}

.sd-timeline-item:last-child .sd-timeline-content {
	border-left-color: transparent;
	padding-bottom: 0px;
}

.sd-timeline-content h4 {
	font-size: 20px;
	font-weight: 600;
	color: #1f1f1f;
	margin-bottom: 10px;
}

.sd-timeline-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

/*  */
/* Section Header Component */
.main-title-wrapper {
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: center;
}

.main-title-wrapper h2 {
	font-size: 38px;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.main-title-wrapper .title-line-wrapper {
	width: 80px;
	height: 4px;
	background-color: #d71920;
	margin: 0px auto;
}

/* Services Grid - Modern Card Look */
.about-us-main {
	height: 740px;
}

.service-box-wrapper {
	background-color: #f8f9fa;
	padding: 50px 30px;
	border-top: 5px solid #1a1a1a;
	height: 100%;
	transition: all 0.4s ease;
}

.service-box-wrapper:hover {
	border-top-color: #d71920;
	background-color: #ffffff;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}

.service-box-wrapper .icon-container {
	margin-bottom: 25px;
}

.service-box-wrapper .icon-container img {
	width: 60px;
	height: 60px;
}

.service-box-wrapper .title-container h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.service-box-wrapper .text-container p {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	margin: 0px;
}

/* Feature Sections - Asymmetric Split */
.feature-section {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}

.bg-dark-industrial {
	background-color: #1a1a1a;
}

.feature-section .image-frame-wrapper {
	position: relative;
}

.feature-section .image-frame-wrapper img {
	width: 100%;
	display: block;
	border-radius: 0px;
}

.feature-section .content-inner-wrapper {
	padding: 40px;
}

.feature-section .content-inner-wrapper h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #1a1a1a;
}

.bg-dark-industrial .content-inner-wrapper h3 {
	color: #ffffff;
}

.feature-section .content-inner-wrapper p {
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	margin-bottom: 0px;
}

.bg-dark-industrial .content-inner-wrapper p {
	color: #cccccc;
}

.feature-section .accent-border-wrapper {
	width: 40px;
	height: 4px;
	background-color: #d71920;
	margin-bottom: 20px;
}

.infra-grid-wrapper {
	padding-top: 40px;
}

.infra-image-wrapper {
	margin-bottom: 20px;
}

.infra-image-wrapper img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.flex-row-align {
	display: flex;
	align-items: center;
}

.certificates {
	padding: 80px 0;
}

.product-item {
	padding: 10px;
	border: 1px solid #a9a9a9;
}

.hm-prod-2 {
	padding: 70px 0 !important;
}