@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	/* letter-spacing: 0.5px !important; */
}

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;
	font-family: "Montserrat", sans-serif;
}

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

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

/** **************** **/

::-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: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.pd-0 {
	padding: 0;
}

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

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

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

#header_top:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 468px;
	height: 68px;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	background: linear-gradient(212deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(150, 150, 150, 1) 50%);
}

.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;
	color: #fff;
}

.header-call ul li i {
	color: #fff;
}

.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: 0px 0 0px;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
	background: #01449200;
}

.fixed-top:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle,
			rgb(56, 60, 108) 0%,
			rgba(43, 48, 93, 1) 100%);
	left: 0;
	top: 0;
	z-index: -1;
}

.fixed-top:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle,
			rgba(84, 91, 161, 1) 0%,
			rgba(43, 48, 93, 1) 100%);
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
}

.header-scrolled .logo {
	bottom: 0px;
	width: 262px;
	margin-top: 10px;
	transition: all.5s ease;
}

.header-scrolled .logo:before {
	top: -17px;
}

.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.5s ease;
	bottom: 8px;
	width: 374px;
}

.logo:before {
	content: "";
	position: absolute;
	top: -52px;
	left: -50px;
	bottom: 0;
	width: 450px;
	height: 150px;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background: #fff;
	-webkit-filter: drop-shadow(5px 0 5px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(5px 0 5px rgba(0, 0, 0, 0.3));
}

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

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

.header-scrolled .scrollto img {
	top: -2px;
}

.header-scrolled .logo:before {
	width: 350px;
	height: 88px;
	clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%) !important;
}

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

.logo-ul {
	display: flex;
	flex-wrap: wrap;
	background: #014492;
	padding: 0px 0 1px 0;
}

.logo-ul span {
	flex: 0 0 33.33%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.5px;
	font-family: "Jost", sans-serif;
}

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

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

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

.main-nav a {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.25px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding: 10px 15px;
}

.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: #f7853e;
	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: 0px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
	border: none;
}

.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: 3px 8px;
	color: #231e1f;
	border-radius: 2px;
	font-weight: 400;
	transition: all 200ms linear;
	font-size: 14px;
	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: #343867;
}

.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: 35px !important;
	margin-top: 2px;
	position: relative;
}

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

.call_tp {
	border-radius: 50px;
	padding: 5px 12px 5px 11px;
	margin-left: 15px;
	height: 43px;
	display: flex;
	background: #384777;
	border: 2px solid #384777;
}

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

.call_tp a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	display: block;
	line-height: 15px;
	padding: 0px;
}

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

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

.head-cont {
	position: relative;
	margin-left: 70px;
	margin-top: -20px;
	font-size: 18px !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: 55px;
	height: auto;
	position: absolute;
	left: -55px;
	top: 14px;
}

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

.head-cont:hover .head-call {
	color: #292929 !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: #014492;
	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;
}

/** *************** **/
.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: -1px;
}

#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: #f7853e;
}

.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: 600px;
	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;
	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;
}

/** **************** **/


footer {
	background: radial-gradient(circle,
			rgb(58, 63, 123) 0%,
			rgba(43, 48, 93, 1) 100%);
	padding: 40px 0 55px;
}

.ftr-head {
	padding-bottom: 12px;
}

.ftr-head h4 {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.ftr-link ul li {
	line-height: 27px;
	position: relative;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ftr-link ul li:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 2px;
	background-color: #dbdbdb;
	margin-right: 14px;
	vertical-align: middle;
	transition: all 200ms linear 0s;
	position: absolute;
	left: 0;
	top: 13px;
}

.ftr-link ul li:hover:after {
	background-color: #7a9fe1;
}

.ftr-link ul li a {
	color: #dbdbdb;
	font-size: 15px;
	font-weight: 400;
}

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

.br {
	border-right: 1px solid #ffffff1a;
}

.bb {
	border-bottom: 1px solid #ffffff1a;
	padding-bottom: 10px;
}

.ftr-cont {
	padding-bottom: 15px;
	padding-left: 35px;
	position: relative;
}

.ftr-cont h4 {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
}

.ftr-cont p {
	color: #dbdbdb;
}

.ftr-cont p a {
	color: #dbdbdb;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	display: block;
}

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

.ftr-cont img {
	position: absolute;
	top: 0px;
	left: 0;
}

.fter-logo {
	text-align: center;
}

.ftr-btm-main .align-center {
	border-bottom: 1px solid #ffffff1a;
}

.ftr-btm {
	padding: 15px 40px;
	margin: 5px 0;
}

.ftr-btm p {
	font-weight: 400;
	font-size: 15px;
	color: #2b305d;
	text-align: center;
}

.ftr-btm p span {
	color: #222222;
}

.ftr-btm p a {
	color: #222222;
}

.ftr-btm p a:hover {
	color: #ff5900;
}

.ftr-right {
	padding-top: 20px;
	padding-left: 20px;
}

.ftr-right ul {
	text-align: right;
}

.ftr-right ul li {
	display: inline-block;
	padding-left: 15px;
}

.ftr-right ul li a {
	font-size: 18px;
	color: #dbdbdb;
}

.ftr-right ul li:hover a {
	color: #fff;
}

.footer-social ul {
	text-align: center;
}

.footer-social ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 35%;
	font-size: 20px;
	margin: 0 5px;
	text-align: center;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	border: 1px solid #2e2d2d;
}



.footer-social ul li a {
	color: #fff;
	display: block;
	font-size: 20px;
}

.footer-social ul li i {
	color: #000;
}

.footer-social ul li:hover i {
	color: #fff;
}





.icon-facebook:hover {
	background-color: #0068ff;
}

.icon-linkedin:hover {
	background-color: 	#0882bd;
}

.icon-instagram:hover{
	background: linear-gradient(183deg,rgba(55, 55, 166, 1) 0%, rgba(228, 37, 78, 1) 48%, rgba(229, 158, 37, 1) 100%);
}

.icon-youtube:hover{
	background-color: 	#ff0033;
}

.icon-x-twiter:hover{
	background-color: 	#000000;
}


.ftr-btm-main {
	background-color: #fff;
}

.call_tp {
	border-radius: 4px;
	padding: 6px 10px 5px 10px;
	margin-left: 28px;
	height: 50px;
	display: flex;
	background: #df6a2d;
	border: 2px solid #f7853e;
}

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

.call_tp img {
	margin-right: 7px;
	width: 30px;
	height: 30px;
	margin-top: 3px;
	border: 1px solid #fff;
	padding: 1px;
	border-radius: 3px;
}

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

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

.call_tp a span {
	font-weight: 600;
	color: #ffffff;
}

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

/* ---------- footer ends ------------ */

.hm-industry {
	padding: 50px 0 70px 0;
}

.hm-industry .container-fluid {
	padding: 0px;
}

.hm-industry-head {
	padding-bottom: 50px;
}

.hm-industry-head h2 {
	font-weight: 800;
}

.hm-industry-box {
	position: relative;
}

.hm-industry-name {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 25px;
	z-index: 1;
	background: #2c305d;
	border: #c51616;
}

.hm-industry-name span {
	color: #fff;
	display: block;
	padding: 8px 12px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff;
}

.hm-industry-name img {
	width: 70px !important;
}

.hm-industry-main .owl-carousel .owl-stage-outer {
	overflow: inherit !important;
}

.industry-slider .center {
	position: relative;
	z-index: 99;
}

.industry-slider .center .hm-industry-box {
	transform: scale(1.1, 1.1);
	transition: 2s;
	box-shadow: 0 0 0 8px #de6a2e;
}

.hm-industry-main .owl-nav {
	position: absolute;
	top: -90px;
	right: 10%;
	margin: 0;
	display: flex;
}

.hm-industry-main .owl-nav .owl-prev img {
	transform: translate(-2px, -4px);
}

.hm-industry-main .owl-nav .owl-next img {
	transform: translate(2px, -4px);
}

.hm-industry-main .owl-nav .owl-prev,
.hm-industry-main .owl-nav .owl-next {
	height: 45px;
	width: 45px;
	line-height: 55px !important;
	text-align: center;
	border: none;
	background: #de6a2e !important;
	color: #fff;
	font-size: 14px;
	border: 1px solid #000;
	margin: 0 2px;
	display: inline-block;
	border-radius: 5px;
}

.hm-industry-main .owl-nav img {
	width: 12px !important;
}

/* --------- about us starts --------- */

.about-style2-area {
	position: relative;
	display: block;
	padding: 50px 0 50px 0;
	background: url(../images/thm-pattern-4.png) center center;
	overflow: hidden;
}

.about-style2-area:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #f5f5f5;
	z-index: -1;
	width: 40%;
	height: 100%;
}

.about-style2__content {
	position: relative;
	display: block;
}

.about-style2__content .sec-title {
	padding-bottom: 15px;
}

.about-style2__content .inner-content {
	position: relative;
	display: block;
}

.about-style2__content .inner-content .text {
	position: relative;
	display: block;
	padding-bottom: 30px;
}

.about-style2__content .inner-content .text p {
	margin: 0;
	color: #7b7b7b;
}

.about-style2__content .inner-content h5 {
	color: #213140;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.about-style2__content .inner-content ul {
	position: relative;
	display: block;
	padding: 23px 0 10px;
}

.about-style2__content .inner-content ul li {
	position: relative;
	display: block;
	padding-left: 60px;
	margin-bottom: 21px;
}

.about-style2__content .inner-content ul li:last-child {
	margin-bottom: 0;
}

.about-style2__content .inner-content ul li .icon {
	position: absolute;
	top: 3px;
	left: 0;
}

.about-style2__content .inner-content ul li .icon span:before {
	color: #de6a2e;
	font-size: 20px;
	line-height: 20px;
}

.about-style2__content .inner-content ul li .inner-text {
	position: relative;
	display: block;
}

.about-style2__content .inner-content ul li .inner-text h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 3px;
}

.about-style2__content .inner-content ul li .inner-text p {
	margin: 0;
	color: #7b7b7b;
}

.authorised-person-info {
	position: relative;
	display: flex;
	align-items: center;
}

.authorised-person-info .signature {
	position: relative;
	display: block;
	width: 190px;
	border-right: 1px solid #e5e5e5;
}

.authorised-person-info .name {
	position: relative;
	display: block;
	padding-left: 20px;
}

.authorised-person-info .name h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 4px;
}

.authorised-person-info .name span {
	color: #de6a2e;
	text-transform: uppercase;
}

.about-style2__image-box {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
	min-height: 595px;
	z-index: 1;
}


.about-style2__image-box .big-title {
	position: absolute;
	top: -10px;
	right: -110px;
	transform: rotate(90deg) translateX(90%) !important;
	transform-origin: right;
	color: #ffffff;
	font-size: 155px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 130px;
}

.about-style2__image-box .img-box1 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 340px;
	width: 100%;
	z-index: 1;
}

.about-style2__image-box .img-box1:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: -10px;
	right: -10px;
	border: 1px solid #de6a2e;
	z-index: -1;
}

.about-style2__image-box .img-box2 {
	position: absolute;
	bottom: 130px;
	right: 0;
	max-width: 450px;
	width: 100%;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: hidden;
	z-index: 1;
}

.about-style2__image-box .img-box2::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(var(--thm-base-rgb), 0.5);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}

.about-style2__image-box .img-box2:hover::after {
	-webkit-animation: circle 0.95s;
	animation: circle 0.95s;
}

.about-style2__image-box .img-box2:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 0px;
	right: 0;
	border: 1px solid #de6a2e;
	z-index: -1;
}

.about-style2__image-box .img-box2 .inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.about-style2__image-box .img-box2 .inner img {
	width: 100%;
	-webkit-transition: all 3500ms ease;
	-moz-transition: all 3500ms ease;
	-ms-transition: all 3500ms ease;
	-o-transition: all 3500ms ease;
	transition: all 3500ms ease;
}

.about-style2__image-box .img-box2:hover .inner img {
	transform: scale(1.2) rotate(2deg);
	transition-delay: 0.2s;
}

.about-style2__image-box .icon-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 220px;
	text-align: center;
}

.about-style2__image-box .icon-box span:before {
	position: relative;
	display: block;
	color: #e8e8e8;
	font-size: 160px;
	line-height: 160px;
}

.about-style2__image-box .overlay-box {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.about-style2__image-box .overlay-box h2 {
	color: #de6a2e;
	font-size: 110px;
	line-height: 85px;
	font-weight: 900;
}

.about-style2__image-box .overlay-box h2 span {
	position: relative;
	display: inline-block;
	padding-left: 5px;
	font-size: 35px;
	line-height: 0;
	top: -40px;
}

.about-style2__image-box .overlay-box h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 16px 0 0;
}

.about-style2__image-box .big-title {
	position: absolute;
	top: -10px;
	right: -110px;
	transform: rotate(90deg) translateX(90%);
	transform-origin: right;
	color: #ffffff;
	font-size: 155px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: var(--thm-font-2);
	line-height: 130px;
}

.sec-title .sub-title p {
	position: relative;
	display: flex;
	align-items: center;
	color: #de6a2e;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	font-family: var(--thm-font-2);
}

.sec-title .sub-title .border-left {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	background: #de6a2e;
	margin-right: 10px;
	border-left: none !important;
}

.sec-title .sub-title .border-right {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	background: #de6a2e;
	margin-left: 10px;
	border-right: none !important;
}

.sec-title .title-sub-heading {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: none;
	padding-top: 10px;
}

.icon {
	background-color: #2b305d;
	padding: 5px;
	border-radius: 50%;
	border: 1px dashed #fff;
}

.icon img {
	width: 35px;
}

.js-tilt-glare {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.js-tilt-glare-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
	background-image: linear-gradient(0deg,
			rgba(255, 255, 255, 0) 0%,
			rgb(255, 255, 255) 100%);
	width: 680px;
	height: 680px;
	transform: rotate(180deg) translate(-50%, -50%);
	transform-origin: 0% 0%;
	opacity: 0;
}

.about-us-btn {
	border: 1px solid #da6b33;
	padding: 10px 20px;
	display: block;
	width: max-content;
	color: #fff;
	background-color: #2b305d;
	position: relative;
	z-index: 11;
	margin-top: 10px;
}

.about-left p {
	color: #5c5c5c;
}

.about-us-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	z-index: -1;
	transition: 0.3s ease-in-out;
}

.about-us-btn:hover:before {
	width: 100%;
	height: 100%;
}

.about-us-btn:hover {
	color: #000;
}

.menu_high {
	overflow-y: scroll;
	overflow-y: auto;
	height: 500px;
}

.menu_high .drop-down ul {
	position: absolute;
}

/* Stats Grid */
.stats-grid {
	height: 100%;
	border-radius: 5px;
}

.stat-item {
	padding: 12px 34px 15px 0;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: right;
	background: radial-gradient(circle,
			rgba(84, 91, 161, 1) 0%,
			rgba(43, 48, 93, 1) 100%);
	border-radius: 5px;
	border: 7px solid #dc6a33;
	border-right: 0;
}

.stat-item .icon i {
	color: #303666 !important;
}

.stat-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: #f5f5f5;
	border-radius: 50%;
	border: 2px dotted;
	position: absolute;
	top: -25px;
	left: -25px;
}

.my-product-content h6 {
	font-size: 15px;
}

.stat-item .icon i {
	color: #ffcc29;
	font-size: 25px;
}

.stat-content span {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fbfbfb;
}

.stat-content h2 sup {
	font-size: 1rem;
	font-weight: 600;
	color: #ffcc29;
	position: relative;
	top: -15px;
}

.stat-content p {
	margin-bottom: 0;
	color: #fbfbfb;
	font-size: 16px;
}

/* --------- about-us ends --------- */

/* --------- Product range --------- */

.product-range {
	min-height: 500px;
	padding: 70px 0;
	background: url(../images/product-range/product-range.jpg) center no-repeat;
	background-size: cover;
}

.item-product {
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	border-bottom: 5px solid #ff8048;
	cursor: pointer;
}

.item-pro-img {
	padding: 10px 10px 0 10px;
}

.item-pro-img img {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
		rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.item-pro-detail {
	padding: 15px 0;
	text-align: center;
}

.product-range-title {
	background-color: #fff;
	padding: 15px 35px;
	margin: 0 0px;
	border-radius: 20px;
}

.item-product p {
	font-size: 15px;
	font-weight: 500;
}

/* --------- Product range ends--------- */

/* --------- Wher we Serve --------- */

.sectors-section {
	padding: 50px 0;
	background: url(../images/tshape-2.png);
}

.sectors-section .pre-title {
	color: #ff6b3a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sectors-section h2 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.sectors-section p {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 30px;
}

.sectors-section .read-more-btn {
	background-color: #ff6b3a;
	color: #fff;
	padding: 12px 30px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease;
	display: inline-block;
	border: none;
}

.sectors-section .read-more-btn:hover {
	background-color: #e05e30;
	color: #fff;
}

.sectors-image-container {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ddd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 0 auto 30px auto;
}

.sectors-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sector-circle-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.sector-circle {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 2px solid #3e447caf;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	background-color: #ffffffdb;
}

.sector-circle:hover {
	border-color: #ff6b3a;
	color: #ff6b3a;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

/* Adjustments for smaller screens */
@media (max-width: 991.98px) {
	.sectors-section h2 {
		font-size: 38px;
	}

	.sectors-text-content {
		text-align: center;
		margin-bottom: 40px;
	}

	.sectors-image-col {
		order: -1;
	}

	.sectors-image-container {
		margin-top: 0;
	}

	.sector-circle-grid {
		justify-content: center;
	}
}

@media (max-width: 767.98px) {
	.sectors-section h2 {
		font-size: 32px;
	}

	.sectors-section {
		padding: 60px 0;
	}

	.sector-circle {
		width: 120px;
		height: 120px;
		font-size: 16px;
	}
}

.where-we-serve {
	background: radial-gradient(circle,
			rgba(84, 91, 161, 1) 0%,
			rgba(43, 48, 93, 1) 100%);
	padding: 25px;
	border-radius: 5px;
	border: 7px solid #dc6a33;
	border-right: 0;
}

.where-we-serve p {
	color: #b4bdc5;
}

.sector-maincircle {
	width: 162px;
	height: 162px;
	position: relative;
	display: flex;
	justify-content: center;
	top: 0px;
	align-items: center;
	bottom: 0px;
}

.sector-circle {
	position: absolute;
	display: flex;
}

.sector-circle:hover {
	opacity: 0;
}

.sector-circle:nth-child(1):hover {
	opacity: 1 !important;
}

.sector-maincircle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.industries-span {
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	padding: 5px 0 10px 0;
}

/* --------- Wher we Serve --------- */

/* --------- Why Choose Us --------- */

.why-choose-us {
	width: 100%;
	min-height: 600px;
	background: url(../images/shape-19.png) center;
	position: relative;
	display: flex;
	align-items: center;
}

.why-choose-us::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 62%;
	height: 100%;
	background-color: #dc6a33;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 45% 100%);
}

.why-choose-us::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
	background: url(../images/banner11.jpg) center 40%;
	background-size: 100% 100%;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 45% 100%);
}

.choose-style1__content-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
	border: 7px solid #fff;
}

.choose-style1__content .border-left-box {
	position: absolute;
	top: 80px;
	left: 0;
	bottom: 80px;
	width: 5px;
	background: var(--thm-base);
}

.choose-style1__content .sec-title {
	padding-bottom: 14px;
}

.choose-style1__content .sec-title h2 {
	color: #ffffff;
}

.choose-style1__content .inner-content {
	position: relative;
	display: block;
}

.choose-style1__content .inner-content .text {
	position: relative;
	display: block;
	padding-bottom: 25px;
}

.choose-style1__content .inner-content .text p {
	color: #b4bdc5;
	margin: 0;
}

.choose-style1__content .inner-content ul {
	position: relative;
	display: block;
	width: 100%;
}

.choose-style1__content .inner-content ul li {
	position: relative;
	display: block;
	float: left;
	width: 25%;
}

.choose-style1__content .inner-content ul li+li {
	padding-left: 30px;
}

.choose-style1__content .inner-content ul li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #ffffff;
	opacity: 0.1;
}

.choose-style1__content .inner-content ul li:last-child:before {
	display: none;
}

.choose-style1__content .inner-content ul li .icon {
	position: relative;
	display: block;
	padding-bottom: 22px;
}

.choose-style1__content .inner-content ul li .icon span {
	position: relative;
	display: block;
	line-height: 0px;
}

.choose-style1__content .inner-content ul li .icon span:before {
	color: var(--thm-base);
	font-size: 50px;
	line-height: 50px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.choose-style1__content .inner-content ul li .inner-title {
	position: relative;
	display: block;
}

.choose-style1__content .inner-content ul li .inner-title h4 {
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 8px;
}

.choose-style1__content .inner-content ul li .inner-title p {
	color: #b4bdc5;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	margin: 0;
}

.choose-style1__content {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	float: right;
	background: #2b305d;

	padding: 45px 30px 45px;
	z-index: 1;
	border: 5px solid #fff;
}

.inner-title img {
	width: 40px;
	margin-bottom: 10px;
}

.industries-span {
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	padding: 5px 0 10px 0;
}

.header-scrolled .fixed-top {
	border-bottom: 5px solid #fff;
}

/* --------- Why Choose Us Ends --------- */

/* ----------- Clients Strats -----------*/

.hm-cleint {
	padding: 80px 0;
	background: url(../images/map-bg.png) center no-repeat;
}

.hm-cleint-head h2 {
	font-weight: 800;
	position: relative;
}

.hm-cleint-head h2:after {
	content: "";
	width: 50px;
	height: 4px;
	background: #e9e9e9;
	right: 20px;
	top: 20px;
	position: absolute;
}

.hm-about-logo {
	box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
	padding: 15px;
	margin: 15px 0 15px 0;
	border-radius: 10px;
	background: #fff;
	position: relative;
	transition: all 500ms ease;
}

.hm-about-logo:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 40%;
	background-color: #de6a2e;
	transform: translateY(-50%);
	border-radius: 5px;
}

.hm-about-logo:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center,
			ellipse,
			rgba(0, 0, 0, 0.35) 0%,
			rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center,
			rgba(0, 0, 0, 0.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;
}

.hm-about-logo:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.hm-about-logo:hover:before {
	opacity: 0.4;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.hm-cleint-sec-title {
	background-color: #f25805;
	padding: 25px;
}

.hm-about-logo img {
	background-color: #f7f7f7;
}

/* ----------- Clients Ends ----------- */

/* ---------- inner page breadcrum -------- */

#inner_banner {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover;
	padding: 100px 20px;
	display: block;
	position: relative;
}

#inner_banner::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #343868c6;
}

#inner_banner h1,
#inner_banner_new h1 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #f7853e;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#inner_banner span {
	display: block;
	letter-spacing: 0.5px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

#inner_banner ul li,
#inner_banner_new ul li {
	display: inline-block;
	padding: 0 5px;
}

#inner_banner ul li a,
#inner_banner_new ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

#inner_banner ul li a:hover,
#inner_banner_new ul li a:hover {
	color: #fff;
}

#inner_banner ul li span,
#inner_banner_new ul li span {
	color: #fff;
	font-weight: 500;
}

#inner_banner ul li a i,
#inner_banner_new ul li a i {
	margin-left: 5px;
	color: #fff;
}

#inner_tp_main {
	padding: 70px 0;
}

.inner_blog_bx {
	margin: 0 auto 30px;
	display: table;
}

.inner_bx_dt {
	padding: 35px 35px 25px;
	/* margin-top: 5%; */
	background: #f1f5f8;
}

.inner_other_para p {
	display: block;
	color: #333;
	letter-spacing: 0.25px;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: justify;
	font-weight: 500;
}

.inner_other_para h4 {
	font-weight: 600;
	letter-spacing: 1px;
	color: #044570;
	font-size: 21px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

/* contact */

.contact-section {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 60px;
	background: url(../images/thm-pattern-4.png) center center;
}

.contact-form-container {
	background-color: #ffffff;
	padding: 27px;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	margin-right: 30px;
}

.contact-info-container {
	background-color: #343868;
	/* Dark green */
	color: #ffffff;
	padding: 28px;
	border-radius: 8px;
	width: 350px;
	height: 100%;
}

.section-title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.section-title::before {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #aaaaaa;
	margin-right: 10px;
}

.main-heading {
	font-size: 30px;
	font-weight: bold;
	color: #343868;
	margin-bottom: 12px;
}

.main-heading .free-quote {
	color: #df6a2d;
	font-style: italic;
}

.form-label-custom {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}

.form-control-custom {
	border-radius: 5px;
	padding: 12px;
	border: 1px solid #dddddd;
	font-size: 16px;
	color: #666666;
}

.form-control-custom:focus {
	border-color: #df6a2d;
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

.send-message-button {
	background-color: #e36a2d;
	color: #ffffff;
	padding: 12px 25px;
	border: none;
	border-radius: 25px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.send-message-button i {
	padding-right: 8px;
}

.send-message-button:hover {
	background-color: #343868;
}

.send-message-button .arrow-icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.contact-info-block {
	margin-bottom: 30px;
}

.contact-info-block .info-text a {
	color: #fff;
}

.contact-info-block:last-child {
	margin-bottom: 0;
}

.info-heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.info-text {
	font-size: 16px;
	margin-bottom: 5px;
}

.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-icons:hover a {
	color: #fff !important;
}

.social-icon-link {
	width: 40px;
	height: 40px;
	background-color: #f9f9f9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
}

.social-icon-link:hover {
	background-color: #fff;
}


.social-icon-img {
	width: 20px;
	height: 20px;
}

iframe {
	border-radius: 10px;
	overflow: hidden;
}

.inner-banner-new {
	background-image: url(../images/inner-page-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 100px 0 100px;
}

.inner-banner-head-new {
	border-left: 5px solid #ffffff;
}

.inner-banner-head-new h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	padding-left: 10px;
}

.inner-hamb-cnt {
	width: max-content;
	height: 65px;
	margin-top: -34px;
	border-radius: 57px;
	padding: 0 15px;
	justify-items: center;
	align-content: center;
	background-color: rgb(169 56 42);
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	border: 4px solid #ffffff;
}

.inner-hamb-cnt ul {
	display: flex;
}

.inner-hamb-cnt ul li {
	display: inline-block;
	padding: 0 4px;
}

.inner-hamb-cnt ul li a {
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #ffffff;
}

.inner-hamb-cnt ul li {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}


select.form-control:not([size]):not([multiple]) {
	height: auto;
}


/* -------------- */

.prod-categ h3 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 17px;
	font-weight: 700;
	color: #3d3d3d;
	border-left: 3px solid #dd2c1c;
	padding-left: 9px;
	margin-bottom: 20px;
}

.prod-categ {
	background: #ffffff;
	padding: 25px 20px 25px 20px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: sticky;
	top: 85px;
	border: 1px solid #ca3e2d;
}

.prod-categ ul li {
	padding-top: 15px;
	border: 1px solid #ba5446;
	padding-bottom: 15px;
	margin-bottom: 12px;
	padding-left: 14px;
	transition: all 0.6s;
}

.prod-categ ul a {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
}

.prod-categ ul li:hover {
	background: #ca3e2d;
	color: #fff;
	transition: all 0.6s;
}

.prod-categ ul a .active-list {
	background: #dd2c1c;
	color: #fff;
}

/* ---------- gallery ------------ */
.gallery-section {
	padding: 50px 0 50px 0;
}

.inner-img {
	position: relative;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-bottom: 25px;
}

.inner-img a {
	display: block;
	position: relative;
	text-decoration: none;
}

.inner-img img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.6s ease;
	border: 5px solid #ffffff;
}

.inner-img a::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid #df6a2d;
	opacity: 0;
	transform: scale(1.2);
	transition: all 0.6s ease;
	z-index: 1;
	pointer-events: none;
}

.inner-img a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
}

.inner-img a:hover img {
	transform: scale(1.1);
}

.inner-img a:hover::before {
	opacity: 1;
	transform: rotate(270deg);
}

.inner-img a:hover::after {
	opacity: 1;
}

.gallery-section .gallery-head h2 {
	letter-spacing: 0.5px;
	font-family: "Jost", sans-serif;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.gallery-section .gallery-head {
	background: #383c6c;
	padding: 12px 20px;
	margin-bottom: 6px;
	box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
}

/* inner page product */

.main-prod {
	background: #f4f4f4;
	padding: 60px 0;
}

/* Images Porduct */

.inner_product_bx {
	background: #df6a2d;
	padding-bottom: 10px;
	box-shadow: 0px 5px 15px rgb(40 148 212 / 10%);
	position: sticky;
	top: 106px;
	border: 1px solid #e7e7e7;
}

.inner_prd_bx {
	padding: 0px;
	background: #ffffff;
}

.inner_prd_box_mg {
	margin: 10px auto 0;
	display: table;
	border-bottom: 0px;
}

.inner_prd_box_mg li {
	display: inline-block;
	padding: 0 8px 0 0;
}

.inner_prd_box_mg li a.active img {
	border: 2px solid #373b6b;
}

.inner_prd_box_mg li a {
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.inner_prd_box_mg li a img {
	width: 70px;
	height: auto;
	display: block;
	border: 2px solid #f7f7f7;
	border-radius: 10px;
	background: #fff;
}

/* Images Porduct End */
.main-prod-box {
	background: #fff;
	padding: 35px 10px 35px 10px;
	border: 1px solid #e2e3e575;
}


.main-prod-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #df6a2d;
	padding-bottom: 10px;
	border-bottom: 2px solid #e0e0e0;
}

.main-product-box h3 {
	font-size: 22px;
	padding: 20px 0 5px;
	color: #333867;
	font-weight: 600;
}

.main-product-box p {
	color: #2d2d2d;
}

.techinical-title {
	font-weight: 600;
	font-size: 26px;
	color: #df6a2d;
	padding-bottom: 10px;
	border-bottom: 2px solid #e0e0e0;
}


.table-specification {
	width: 100%;
	margin-bottom: 1rem;
	color: #333;
	border-collapse: collapse;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	margin-top: 20px;
}

.table-specification thead th {
	background-color: #333867;
	color: #fff;
	padding: 12px 15px;
	text-align: left;
	border-bottom: 2px solid #333867;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.table-specification tbody tr {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.table-specification tbody tr:nth-of-type(even) {
	background-color: #f9f9f9;
}

.table-specification tbody tr:hover {
	background-color: #e2f0ff;
}

.table-specification td {
	padding: 12px 15px;
	vertical-align: top;
}

.info-card {
	border-radius: 8px;
	width: 100%;
	height: 100%;
}


.info-card h3 {
	font-size: 22px;
	color: #000;
	margin-bottom: 8px;
}

.info-card ul {
	padding-top: 15px;
}

.info-card ul li b {
	color: #333766;
	font-size: 17px;
}

.info-card ul li p {
	color: #2d2d2d;
}

.info-card ul li {
	margin-bottom: 10px;
	font-size: 16px;
	display: flex;
	align-items: flex-start;
}

.info-card ul li i {
	display: block;
	padding: 5px 10px 0 0;
	font-size: 18px;
	color: #df6a2d;
}

.techinical-span {
	font-size: 16px;
	padding: 15px 0 0 0;
	display: block;
}

.faq-accordion .accordion-item {
	margin-top: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion-button {
	background: radial-gradient(circle, rgb(58, 63, 123) 0%, rgba(43, 48, 93, 1) 100%);
	color: #fcfcfc;
	font-weight: 600;
	padding: 15px 20px;
	text-align: left;
	width: 100%;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
}

.faq-accordion .accordion-button:hover,
.faq-accordion .accordion-button:not(.collapsed) {
	background-color: #34396f;
}

.faq-accordion .accordion-body {
	padding: 15px 20px;
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
}

.types-products {
	display: flex;
	border: 1px solid #eee;
	padding: 15px 0;
	margin: 0 1px;
}

.types-products {
	margin-bottom: 20px;
}

.types-product-detail span {
	font-size: 22px;
	padding: 20px 0 5px;
	color: #333867;
	font-weight: 600;
}

.types-product-image img {
	background-color: #ededed;
	padding: 5px;
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: block;
	border: 1px solid #00000023;
	transition: all 0.3s ease-in-out;
	margin: 5px 0 10px 0;
}

.head-titles {
	font-size: 20px;
	color: #df6a2d;
	display: block;
	padding: 15px 0 0 0;
}

.other-img {
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.btm-watsap {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
}
.quickcontact input[type="text"], [type="email"], [type="number"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.form-text {
	border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #373c74;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
	background-color: #000000;
	color: #ffffff;
	max-width: 100%;
}
.btn-1 {
	width: 100%;
	max-width: 100%;
	background-color: #df6a2d;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	cursor: pointer;
}
.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	background-color: #fbfbfb;
}
.max {
	border: #df6a2d thick solid;
	position: fixed;
	width: 210px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}


