body {
	color: #222222;
	background-color: #FBFBFB;
	font-family: "Utendo-Regular";
}
a:hover {
	text-decoration: none;
}
a {
	transition: all .4s ease-in-out;
	text-decoration: unset;
	color: #222222;
}
p {
	color: #555555;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 15px;
	font-family: "Outfit", sans-serif;
}
ul,
ol {
	margin-left: 20px;
	padding-left: 0;
}
.text-dark {
	color: #222222 !important;
}
.text-trnsf-normal {
	text-transform: unset !important;
}
.img-responsive {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.object-fit-contain {
	object-fit: contain !important;
}
.common-pd {
	padding: 70px 0;
}
.common-big-pd {
	padding: 80px 0;
}
.common-exbig-pd {
	padding: 90px 0;
}
.common-small-pd {
	padding: 60px 0;
}
.inner-container {
	padding: 0 60px;
}
.inner-small-container {
	padding: 0 40px;
}
.inner-container .space-sec {
	padding: 0 50px;
}
.common-big-title {
	font-size: 42px;
	line-height: 1.3;
	color: #231F20;
	text-transform: capitalize;
	margin-bottom: 14px;
}
.common-sec-title {
	font-size: 40px;
	line-height: 1.3;
	color: #231F20;
	margin-bottom: 16px;
	text-transform: capitalize;
	font-family:Utendo-Medium;
}
.common-sec-title span {
	background: linear-gradient(270deg, #EF7F1A 0%, #FECC00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.common-desc {
	color: #555555;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 14px;
	font-family: "Outfit", sans-serif;
}
.common-desc.editor p:last-child {
	margin-bottom: 0;
}
.common-sec-space {
	margin-top: 45px;
}
.common-row-gap {
	row-gap: 30px;
}
.theme-btn-block {
	margin-top: 28px;
	display: flex;
	align-items: center;
}
.theme-btn {
	height: 42px;
	padding: 0px 14px 0;
	color: #fff !important;
	font-size: 14px;
	line-height: 1.3;
	border-radius: 30px;
	transition: all .4s ease;
	display: inline-flex;
	align-items: center;
	background: #003270 !important;
	font-family: "Outfit", sans-serif;
}
.theme-btn.white {
	color: #003270 !important;
	background: #fff !important;
}
.theme-btn-block .icon {
	height: 41px;
	width: 41px;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.3;
	border-radius: 50%;
	transition: all .4s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #003270 !important;
	cursor: pointer;
}
.theme-btn-block .icon.white {
	color: #003270 !important;
	background: #fff !important;
}
.theme-btn-block .icon svg {
	transition: all .4s ease;
}
.theme-btn-block:hover .theme-btn, .theme-btn-block:hover .icon {
	background: #EF7F1A !important;
}
.theme-btn-block:hover .theme-btn.white, .theme-btn-block:hover .icon.white {
	color: #fff !important;
}
.theme-btn-block:hover .icon svg {
	--fa-rotate-angle: 0deg !important;
}
.header .header-nav {
	padding: 18px 0;
}
.header-nav .custom-logo {
	height: 45px;
	object-position: left;
}
.header-nav .nav-link {
	font-size: 15px;
	padding: 10px 8px !important;
	color: #003270;
	font-family: 'Utendo-Medium';
}
.menu-item-has-children > .nav-link::after {
	content: '\f078';
	font-family: 'FontAwesome';
	border: 0;
	vertical-align: unset;
	font-size: 11px;
	position: relative;
	bottom: 1.5px;
	margin-left: 4px;
}
.header-nav .nav-link:hover {
	color: #EF7F1A;
}
.header .header-btn {
	justify-content: end;
}
header.header {
	border-bottom: 1px solid #CACACA;
}
.common-banner-sec .flex-sec {
	display: flex;
	flex-wrap: wrap;
}
.common-banner-sec .flex-block {
	width: 38%;
}
.common-banner-sec .flex-block:last-child {
	width: 62%;
}
.common-banner-sec .left-block {
	padding: 70px 90px 70px 90px;
	border-right: 1px solid #CACACA;
	height: 100%;
	position: relative;
}
.common-banner-sec .left-block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 15%;
	background: url(../images/inner-banner-bg.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: -1;
}
.common-banner-sec .heading {
	text-transform: capitalize;
	line-height: 1;
	display: inline-block;
	font-family: 'Utendo-Medium';
	text-decoration: underline;
}
.common-banner-sec .left-block hr {
	margin: 14px 0 24px;
	width: 160px;
}
.common-banner-sec .right-block {
	padding-left: 70px;
	height: 100%;
	place-content: center;
	position: relative;
}
.common-banner-sec {
	border-bottom: 1px solid #CACACA;
}
.common-banner-sec .after-flex {
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 0;
	bottom: 30px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	padding: 8px 15px 7px 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.common-banner-sec .after-flex .icon {
	height: 26px;
	width: 26px;
	object-fit: contain;
}
.common-banner-sec .after-flex .common-desc {
	padding-top: 2px;
	text-transform: capitalize;
	font-family: 'Utendo-Medium';
	font-size: 14px;
}
.number-sec {
	border-bottom: 1px solid #CACACA;
}
.number-sec .info-block {
	padding: 30px 50px;
	height: 100%;
	width: fit-content;
	margin: 0 auto;
}
.number-sec .column {
	border-right: 1px solid #CACACA;
}
.number-sec .column:last-child {
	border-right: 0;
}
.number-sec .info-block .number-title {
	color: #222222;
	font-size: 28px;
	font-family: 'Utendo-Bold';
	margin-bottom: 0;
}
.number-sec .info-block .number-title span {
	background: linear-gradient(270deg, #EF7F1A 0%, #FECC00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.number-sec .info-block .number-desc {
	font-size: 15px;
	color: #000000;
	margin-bottom: 0;
}
.footer.footer {
	overflow: hidden;
	position: relative;
}
.footer .video-block {
	width: 100%;
	position: absolute;
	padding-bottom: 56.25%;
	top: 0;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	z-index: -1;
}
.footer .video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}
.footer.footer:after {
	content: '';
	background: #003270;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.8;
}
.footer.footer .bg-block {
	background: #FFFFFF;
	border-radius: 16px;
	margin-bottom: 30px;
}
.footer.footer .bg-block .space-sec {
	padding: 60px 70px;
}
.footer.footer .bg-block .footer-logo {
	height: 46px;
	object-position: left;
	margin-bottom: 30px;
}
.footer.footer .bg-block .common-desc {
	font-size: 15px;
}
.footer.footer .social-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 24px;
}
.footer.footer .social-flex .icon {
	background: #F2F1F1;
	height: 34px;
	width: 34px;
	border: 1px solid #737373;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
	padding-top: 0;
}
.footer.footer .bg-block .title {
	font-size: 19px;
	font-family: 'Utendo-Medium';
	line-height: 1.3;
	margin-bottom: 30px;
}
.footer.footer .bg-block .footer-nav-links {
	margin: 0;
	column-count: 2;
}
.footer.footer .bg-block .center-block {
	padding: 0 70px;
}
footer.footer .bg-block .nav-link {
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	padding-bottom: 12px;
	line-height: 1.3;
	color: #4D4D4D;
	text-transform: capitalize;
}
footer.footer .bg-block a:hover {
	color: #EF7F1A;
}
.common-banner-sec .left-block .contact-info a:hover {
	color: #EF7F1A;
}
.footer.footer .bg-block .footer-nav-links li {
	list-style: none;
	padding-left: 13px;
	position: relative;
}
.footer.footer .bg-block .footer-nav-links li::after {
	content: "\f054";
	position: absolute;
	top: 4px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 10px;
	color: #4D4D4D;
}
.footer.footer .bg-block .contact-flex {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px;
}
.footer.footer .contact-flex .icon {
	border: 1px solid #222222;
	height: 32px;
	width: 32px;
	flex-shrink: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.footer.footer .copyright-sec {
	border-top: 1px solid #003270;
	padding: 28px 0 25px;
	text-align: center;
}
.home-about-sec {
	background: #003270;
	position: relative;
}
.home-about-sec:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/home-about-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	opacity: 0.1;
}
.home-about-sec .top-sec {
	position: relative;
	z-index: 1;
}
.home-about-sec .icon-flex {
	display: flex;
	align-items: center;
	gap: 10px;
}
.home-about-sec .icon-flex img {
	height: 17px;
	width: 17px;
	object-fit: contain;
}
.home-about-sec .icon-flex .common-desc {
	text-decoration: underline;
	padding-top: 1px;
}
.home-about-sec .flex-sec {
	display: flex;
	justify-content: space-between;
}
.home-about-sec .flex-sec .flex-block {
	width: 26%;
}
.home-about-sec .flex-sec .number-desc {
	font-size: 15px;
}
.home-about-sec .flex-sec .number-title {
	margin-bottom: 16px;
}
.home-about-sec .bottom-sec {
	padding: 70px 0 0;
	position: relative;
	z-index: 1;
}
.home-about-sec .bottom-sec .bg-block {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
}
.home-about-sec .bg-block .video-block {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 6px;
}
.home-about-sec .video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.home-about-sec .bg-block .info {
	padding: 24px 14px 12px;
}
.home-about-sec .bg-block .info .title {
	font-size: 14px;
	font-family: 'Utendo-SemiBold';
	margin-bottom: 6px;
	text-transform: capitalize;
}
.home-about-sec .bg-block .info .common-desc {
	font-size: 13px;
}
.home-about-sec .bottom-sec .bg-inner-block {
	background: #fff;
	border-radius: 6px;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 8px;
}
.home-about-sec .bg-inner-block .image-block {
	height: 50px;
	width: 50px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
}
.home-about-sec .left-block {
	padding-right: 40px;
}
.home-about-sec .bg-inner-block .common-desc {
	font-size: 13px;
}
.home-about-sec .bottom-sec .icon-block {
	height: 22px;
	width: 22px;
	margin-bottom: 16px;
}
.home-about-sec .bottom-sec .right-block .title {
	font-size: 14px;
	max-width: 180px;
	margin-bottom: 24px;
}
.home-about-sec .bottom-sec .right-block .image-block {
	border-radius: 8px;
	overflow: hidden;
}
.home-about-sec .bottom-sec .right-block {
	padding-left: 40px;
}
.home-about-sec .bottom-sec .center-block {
	padding: 0 80px;
}
.home-about-sec .bottom-sec .center-block .common-desc {
	font-size: 15px;
}
.home-product-sec {
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.home-product-sec .right-block {
	position: relative;
}
.home-product-sec .after-flex {
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 0;
	top: 40px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	padding: 8px 15px 7px 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.home-product-sec .after-flex .icon {
	height: 26px;
	width: 26px;
	object-fit: contain;
}
.home-product-sec .after-flex .common-desc {
	padding-top: 2px;
	text-transform: capitalize;
	font-family: 'Utendo-Medium';
	font-size: 14px;
}
.home-product-sec .left-block .icon {
	height: 40px;
	width: 40px;
}
.home-product-sec .left-block .title {
	font-family: 'Utendo-Medium';
	color: #003270;
	line-height: 1.3;
	font-size: 56px;
	margin-bottom: 5px;
}
.home-product-sec .left-block .after-line {
	position: relative;
	text-align: end;
	margin-bottom: 28px;
}
.home-product-sec .left-block .after-line:after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	transform: translateY(-50%);
	background: #555555;
	height: 1px;
	width: 100%;
}
.home-product-sec .left-block .subtitle {
	font-size: 17px;
	text-transform: capitalize;
	background: #fbfbfb;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 20px 0 0;
	font-family: Utendo-Medium;
	border-bottom: 1px solid #000;
}
.home-product-sec .left-block {
	padding: 80px 60px 80px 0;
	height: 100%;
	place-content: center;
}
.home-product-sec .flex-sec {
	display: flex;
	flex-flow: column;
	gap: 8px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.home-product-sec .flex-sec .icon {
	height: 41px;
	width: 41px;
	background: #D6E9F8;
	padding: 9px;
	border-radius: 50%;
	border: 0.5px solid #003270;
}
.home-product-sec .flex-sec .icon-title {
	font-size: 14px;
	color: #222222;
}
.home-product-sec .flex-sec .flex-block {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #737373;
	border-radius: 30px;
	padding: 6px 10px 6px 6px;
	width: max-content;
}
.home-product-sec .right-block {
	height: 100%;
	place-content: center;
	border-left: 1px solid #CACACA;
	padding: 80px 0 80px 0;
}
.home-product-sec .right-block .image-block {
	height: 85%;
}
.home-application-sec {
	background: #003270;
}
.home-application-sec .bg-block {
	background: #fff;
	padding: 12px;
	border-radius: 20px;
	height: 100%;
}
.home-application-sec .bg-block .image-block {
	border-radius: 16px;
	overflow: hidden;
}
.home-application-sec .bg-block .info {
	padding: 25px 18px 18px 18px;
}
.home-application-sec .info .title {
	font-size: 16px;
	color: #222222;
	font-family: Utendo-SemiBold;
	margin-bottom: 10px;
}
.home-application-sec .info .common-desc {
	font-size: 15px;
}
.home-news-sec .bg-block .image-block {
	border-radius: 15px;
	overflow: hidden;
}
.home-news-sec .bg-block {
	background: #F2F4F3;
	border: 1px solid #737373;
	padding: 14px;
	border-radius: 20px;
}
.home-news-sec .bg-block .info {
	padding: 26px 20px 20px 20px;
}
.home-news-sec .info .title {
	color: #222222;
	font-family: Utendo-SemiBold;
	font-size: 19px;
	margin-bottom: 10px;
	transition: all .4s ease;
}
.home-news-sec .info .view-more {
	margin-top: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-family: 'Utendo-Medium';
}
.home-news-sec .info .title:hover {
	color: #EF7F1A;
}
.home-news-sec .info .view-more:hover .icon {
	background: #EF7F1A;
}
.home-news-sec .info .view-more:hover .link-title {
	color: #EF7F1A;
}
.home-news-sec .info .view-more .icon {
	transition: all .4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 20px;
	background: #003270;
	border-radius: 50%;
	color: #fff;
	font-size: 9px;
}
.home-news-sec .info .view-more .link-title {
	line-height: 0;
	padding-top: 3px;
	transition: all .4s ease;
}
.sec-divider .after-line {
	display: flex;
	justify-content: center;
	position: relative;
}
.sec-divider .after-line:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
	background: #737373;
}
.sec-divider .after-line .icon {
	padding: 0 40px;
	background: #FBFBFB;
	position: relative;
	z-index: 1;
}
.sec-divider .after-line .icon img {
	height: 44px;
	width: 44px;
}
.home-manufacturing-sec {
	position: relative;
}
.home-manufacturing-sec:after {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	height: 80%;
	width: 100%;
	background: url(../images/bg-leaf.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	z-index: -1;
}
.home-manufacturing-sec .bg-block {
	background: #F3F3F3;
	padding: 26px;
	border-radius: 10px;
}
.home-manufacturing-sec .bg-block .icon {
	background: #D9D9D9;
	border: 1px solid #737373;
	height: 70px;
	width: 70px;
	padding: 12px;
	border-radius: 50%;
	margin-bottom: 2em;
}
.home-manufacturing-sec .subtitle {
	font-size: 28px;
	margin-bottom: 12px;
}
.home-manufacturing-sec .common-sec-title {
	margin-bottom: 10px;
}
.home-manufacturing-sec .bg-block .title {
	font-size: 17px;
	font-family: 'Utendo-SemiBold';
	margin-bottom: 12px;
	text-transform: capitalize;
}
.home-manufacturing-sec .common-sec-space {
	margin-top: 35px;
}
.home-manufacturing-sec .bg-block .common-desc {
	font-size: 15px;
}
.home-manufacturing-sec .bg-block.second .icon {
	margin-bottom: 6em;
}
.home-manufacturing-sec .bg-block.third .icon {
	margin-bottom: 8em;
}
.home-manufacturing-sec .bg-block.fourth .icon {
	margin-bottom: 6em;
}
.home-choose-sec .flex-sec {
	display: flex;
	gap: 15px;
	align-items: center;
}
.home-choose-sec .accordion-item .icon {
	background: #D5E7FF;
	border: 0.5px solid #003270;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	padding: 8px;
	flex-shrink: 0;
}
.home-choose-sec .accordion-item {
	border: 0;
	background: transparent;
	padding: 13px 0;
	border-bottom: 1px solid #DEDEDE;
	border-radius: 0;
}
.home-choose-sec .accordion-button {
	background: transparent;
	padding: 0;
	box-shadow: unset;
	text-transform: capitalize;
	color: #222222;
	font-weight: 600;
	font-family: 'Outfit';
	cursor: auto;
}
.home-choose-sec .left-block {
	padding-right: 60px;
}
.home-choose-sec .accordion-button::after {
	content: unset;
	background-size: 13px;
	position: relative;
	top: 3px;
}
.home-choose-sec .accordion-button:not(.collapsed)::after {
	top: unset;
	bottom: 3px;
	right: 5px;
}
.home-choose-sec .flex-sec .flex-block {
	width: 100%;
}
.home-choose-sec .accordion-body {
	padding: 15px 30px 8px 0px;
}
.home-choose-sec .accordion-body .common-desc {
	font-size: 15px;
}
.home-choose-sec .accordion {
	margin-top: 24px;
}
.home-choose-sec .bg-block {
	background: #F2F4F3;
	border: 1px solid #DEDEDE;
	padding: 24px 28px 0 28px;
	border-radius: 10px;
}
.home-choose-sec .bg-block .icon {
	height: 30px;
	width: 30px;
	margin-bottom: 20px;
}
.home-choose-sec .bg-block .bg-title {
	color: #222222;
	font-family: 'Utendo-Medium';
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 5.8rem;
}
.home-choose-sec .bars-flex {
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: end;
	margin-top: 3em;
	min-height: 295px;
}
.home-choose-sec .bars .bar-year {
	background: #E6E6E6;
	margin: 0;
	padding: 10px 12px 6px 12px;
	font-family: 'Utendo-Medium';
	font-size: 14px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #222222;
}
.home-choose-sec.active .bars .bar-year {
	animation: growBar 1.5s ease forwards;
}
.home-choose-sec.active .bars.second .bar-year {
	animation: growBar1 1.5s ease forwards;
}
.home-choose-sec.active .bars.third .bar-year {
	animation: growBar2 1.5s ease forwards;
}
.home-choose-sec .bars.third .bar-year {
	background: #EF7F1A;
	color: #fff;
}
@keyframes growBar {
  from {
    padding-top: 0;
  }
  to {
    padding-top: 130px;
  }
}
@keyframes growBar1 {
  from {
    padding-top: 0;
  }
  to {
    padding-top: 170px;
  }
}
@keyframes growBar2 {
  from {
    padding-top: 0;
  }
  to {
    padding-top: 220px;
  }
}
.home-choose-sec .bars .bar-heading {
	font-family: 'Utendo-Medium';
	font-size: 13px;
	margin: 0;
	text-align: center;
	color: #222222;
}
.home-choose-sec .bars.third .bar-heading {
	font-size: 17px;
	width: 55px;
	line-height: 1.3;
	font-family: 'Utendo-Medium';
}
.home-choose-sec .bars.third span {
	font-size: 26px;
	line-height: 1;
	font-family: 'Utendo-SemiBold';
}
.home-choose-sec .inner-right-block {
	padding-left: 10px;
}
.home-choose-sec .top-block {
	background: #F2F4F3;
	padding: 22px 22px 20px;
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	position: relative;
}
.home-choose-sec .top-block .heading {
	color: #222222;
	font-family: 'Utendo-Medium';
	font-size: 14px;
	margin-bottom: 9.8em;
}
.home-choose-sec .top-block .title {
	margin: 0;
	color: #222222;
	font-family: 'Utendo-Regular';
	font-size: 19px;
	line-height: 1.3;
	text-transform: capitalize;
	max-width: 160px;
}
.home-choose-sec .right-block {
	padding-left: 30px;
	position: sticky;
	top: 0;
}
.home-choose-sec .right-block .main-flex {
	display: flex;
}
.home-choose-sec .right-block .main-flex-left {
	width: 54%;
}
.home-choose-sec .right-block .main-flex-right {
	width: 46%;
}
.home-choose-sec .top-block:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../images/after-line.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}
.home-choose-sec .image-block {
	margin-top: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.spinner-block .logo-circle {
	width: 14rem;
	height: 14rem;
	display: inline-block;
	font: 300 1.1rem / 1 "Noto Sans", serif;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	word-spacing: 0px;
	text-decoration: none;
	padding: 4px;
	border-radius: 50%;
	position: relative;
	background: #fff;
}
.spinner-block .logo-circle .link__svg {
	width: 100%;
	height: auto;
	transform-box: fill-box;
	fill: #202020;
	stroke-width: 0.05em;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.spinner-block .logo-circle .link__text {
	-webkit-animation: rotate normal infinite 20s linear;
	animation: rotate normal infinite 20s linear;
	transform-origin: 50% 50%;
	font-size: 9.6px;
	font-family: 'Utendo-Regular';
	text-transform: capitalize;
}
@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}
.logo-circle .logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 2.6em;
	width: 130px;
}
.home-deliver-sec .flex-sec {
	display: flex;
	align-items: center;
	background: #003270;
	padding: 40px 120px 40px 40px;
	border-radius: 180px;
}
.home-deliver-sec .spinner-block {
	flex-shrink: 0;
}
.home-deliver-sec .info {
	width: 100%;
	padding-left: 70px;
}
.home-deliver-sec .info .common-sec-title {
	font-size: 32px;
	line-height: 1.4;
}
.home-deliver-sec {
	position: relative;
	overflow: hidden;
}
.home-deliver-sec:before {
	content: '';
	position: absolute;
	top: 80px;
	left: 0;
	height: 300px;
	width: 165px;
	background: #003270;
	border-top-right-radius: 180px;
	border-bottom-right-radius: 180px;
}
.home-deliver-sec:after {
	content: '';
	position: absolute;
	top: 80px;
	right: 0;
	height: 300px;
	width: 165px;
	background: #003270;
	border-top-left-radius: 180px;
	border-bottom-left-radius: 180px;
}
.home-client-sec .heading {
	color: #222222;
	font-family: 'Utendo-Medium';
	text-transform: capitalize;
	text-decoration: underline;
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
}
.home-client-sec .owl-carousel:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 165px;
	background: linear-gradient(270deg, rgba(251, 251, 251, 0) 0%, #FBFBFB 90.34%);
	z-index: 1;
}
.home-client-sec .owl-carousel:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 165px;
	background: linear-gradient(100deg, rgba(251, 251, 251, 0) 0%, #FBFBFB 90.34%);
	z-index: 1;
}
.home-mnfc-sec .bg-block {
	background: #F2F4F3;
	padding: 80px 90px;
	border-radius: 40px;
}
.home-mnfc-sec .top-block .left-block {
	padding: 0 60px 0 20px;
}
.home-mnfc-sec .top-block .right-block {
	padding: 0 0 0 60px;
}
.home-mnfc-sec .top-block {
	border-bottom: 1px solid #9F9F9F;
	padding-bottom: 45px;
}
.home-mnfc-sec .bottom-block {
	padding-top: 70px;
}
.home-mnfc-sec .bottom-block .left-block {
	padding-left: 30px;
	padding-right: 80px;
}
.home-mnfc-sec .bottom-block .accordion-item {
	border: 0;
	background: transparent;
}
.home-mnfc-sec .bottom-block .accordion-button {
	background: transparent;
	padding: 0;
	border: 0;
	box-shadow: unset;
	font-size: 17px;
	color: #222222;
	font-family: Utendo-Bold;
	padding-top: 11px;
	transition: all .3s ease;
}
.home-mnfc-sec .bottom-block .accordion-button.collapsed {
	font-family: Utendo-Regular;
}
.home-mnfc-sec .bottom-block .accordion-button:after {
  content: unset;
}
.home-mnfc-sec .bottom-block .accordion-body {
	padding: 20px 0 0;
}
.home-mnfc-sec .bottom-block .flex-sec {
	display: flex;
	gap: 20px;
	padding-bottom: 30px;
}
.home-mnfc-sec .bottom-block .dot-block {
	flex-shrink: 0;
	width: 40px;
}
.home-mnfc-sec .bottom-block .dot-block span {
	background: #EF7F1A;
	border: 1px solid #D5D5D5;
	height: 40px;
	width: 40px;
	display: block;
	border-radius: 50%;
	transition: all .1s ease;
	position: relative;
	z-index: 2;
}
.home-mnfc-sec .bottom-block .flex-sec:has(.accordion-button.collapsed) .dot-block span {
	background: #FFFFFF;
	border: 0.5px solid #D5D5D5;
	height: 23px;
	width: 23px;
	margin-left: 8px;
}
.home-mnfc-sec .bottom-block .accordion-button.collapsed {
	padding-top: 4px;
}
.home-mnfc-sec .bottom-block .left-block .accordion {
	position: relative;
}
.home-mnfc-sec .bottom-block .left-block .accordion:after {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	height: 100%;
	width: 1px;
	background: #B9B9B9;
}
.home-mnfc-sec .bottom-block .flex-btn {
	border-top: 1px solid #9F9F9F;
	margin-top: 20px;
	padding-top: 50px;
}
.home-mnfc-sec .bottom-block .flex-btn {
	border-top: 1px solid #9F9F9F;
	margin-top: 20px;
	padding-top: 50px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.home-mnfc-sec .bottom-block .right-block {
	padding-left: 40px;
}
.home-contact-sec .common-sec-title {
	padding: 0 50px;
}
.home-contact-sec .contact-flex {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 15px;
}
.home-contact-sec .contact-flex .icon {
	border: 1px solid #222222;
	height: 37px;
	width: 37px;
	flex-shrink: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.home-contact-sec .contact-flex .common-desc {
	font-size: 15px;
	color: #222222;
}
.home-contact-sec .left-block {
	padding: 48px 50px 17em 42px;
	border-radius: 10px;
	border: 1px solid #737373;
	background: linear-gradient(180deg, #F3F3F3 47.56%, rgba(243, 243, 243, 0) 153.19%);
	position: relative;
	overflow: hidden;
	height: 100%;
}
.home-contact-sec .left-block .title {
	color: #222222;
	font-family: 'Utendo-Regular';
	font-size: 27px;
	margin-bottom: 14px;
}
.home-contact-sec .left-block .common-desc {
	font-size: 15px;
	margin-bottom: 26px;
}
.home-contact-sec .contact-flex:last-child {
	margin-bottom: 0;
}
.home-contact-sec .left-block .after-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	object-fit: cover;
}
.home-contact-sec .right-block .icon-flex {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 46px;
}
.home-contact-sec .right-block .icon-flex .icon {
	height: 42px;
	width: 42px;
	object-fit: contain;
}
.home-contact-sec .right-block {
	background: #F3F3F3;
	border: 1px solid #737373;
	height: 100%;
	padding: 45px 60px 60px;
	border-radius: 10px;
}
.home-contact-sec .right-block .title {
	color: #222222;
	font-family: 'Utendo-Medium';
	font-size: 27px;
	padding-top: 4px;
}
.home-contact-sec .right-block .form-flex {
	display: flex;
	gap: 25px;
}
.home-contact-sec .right-block .form-flex {
	display: flex;
	gap: 25px;
	margin-bottom: 6px;
}
.home-contact-sec .right-block .flex-block .heading {
	font-size: 14px;
	margin-bottom: 5px;
}
.home-contact-sec .right-block input.form-control {
	background: #FFFFFF;
	border: 0;
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 6px !important;
	box-shadow: none;
}
.home-contact-sec .right-block textarea.form-control {
	background: #FFFFFF;
	border: 0;
	padding: 20px;
	font-size: 14px;
	border-radius: 6px !important;
	box-shadow: none;
}
.home-contact-sec .right-block .theme-btn-block p {
	display: flex;
	align-items: center;
	margin: 0;
}
.home-contact-sec .right-block p:has(.wpcf7-submit) {
	margin: 0;
	height: 0;
}
.home-contact-sec .right-block .wpcf7-submit {
	display: none;
}
.home-contact-sec .right-block .wpcf7-spinner {
	position: relative;
	top: -32px;
	right: -120px;
}
.common-banner-sec .editor.common-desc ul {
	margin-top: 30px;
	margin-left: 0;
}
.common-banner-sec .editor.common-desc li {
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 12px;
}
.common-banner-sec .editor.common-desc li:after {
	content: '';
	position: absolute;
	top: 47.5%;
	left: 0;
	height: 16px;
	width: 16px;
	transform: translateY(-50%);
	background: url(../images/point-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.about-below-sec .owl-carousel {
	border-radius: 8px;
	overflow: hidden;
}
.about-below-sec .right-block {
	padding-left: 40px;
}
.about-below-sec .left-block { 
	padding: 0 30px 0 20px;
}
/* .about-below-sec .common-sec-title {
	font-family: Utendo-SemiBold;
} */
.about-below-sec .right-block .below-sec {
	padding-top: 12px;
}
.about-below-sec .below-sec .info {
	background: #D6E9F8;
	padding: 35px;
	border-radius: 8px;
	height: 100%;
	place-content: center;
}
.about-below-sec .below-sec .common-desc {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
	color: #013371;
}
.about-below-sec .below-sec .img-responsive {
	border-radius: 8px;
	overflow: hidden;
}
.mission-vision-sec .bg-block {
	background: #003270;
	border-radius: 10px;
}
.mission-vision-sec .bg-block .icon {
	background: #FFFFFF;
	border-radius: 50%;
	height: 56px;
	width: 56px;
	padding: 6px;
}
.mission-vision-sec .bg-block {
	background: #003270;
	border-radius: 10px;
	padding: 40px;
	height: 100%;
}
.mission-vision-sec .title {
	font-family: Utendo-SemiBold;
	font-size: 28px;
	line-height: 1.3;
	margin-top: 50px;
	margin-bottom: 12px;
}
.mission-vision-sec .title span {
	background: linear-gradient(270deg, #EF7F1A 0%, #FECC00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about-value-sec {
	background: #F2F4F3;
}
.about-value-sec .bg-block .icon {
	background: #D5E7FF;
	border: 0.5px solid #003270;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	padding: 8px;
}
.about-value-sec .bg-block .title {
	color: #222222;
	font-family: Utendo-SemiBold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 8px;
}
.about-value-sec .bg-block {
	background: #FFFFFF;
	padding: 26px 30px;
	border-radius: 8px;
	height: 100%;
}
.about-value-sec .bg-block .common-desc {
	font-size: 15px;
}
.about-testimonial-sec .left-block {
	padding: 0 50px;
}
.about-testimonial-sec .left-block .image-block {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.about-testimonial-sec .left-block .after-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 46%;
	margin: 0 auto;
	background: #fff;
	padding: 15px 25px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.about-testimonial-sec .right-block .testimonial-icon {
	height: 54px;
	width: 54px;
	margin-bottom: 20px;
}
.about-testimonial-sec .right-block .title {
	font-family: 'Utendo-Medium';
}
.about-testimonial-sec .right-block .title {
	font-family: 'Utendo-Medium';
	font-size: 39px;
	line-height: 1.3;
	margin-bottom: 0;
}
.about-testimonial-sec .right-block .designation {
	font-size: 18px !important;
}
.about-testimonial-sec .right-block .common-desc {
	font-size: 17px;
}
.about-testimonial-sec .right-block hr {
	opacity: 1;
	color: #737373;
	max-width: 270px;
	margin: 18px 0 22px;
}
.about-testimonial-sec .owl-dots {
	margin-top: 50px !important;
}
.about-testimonial-sec .owl-dots .owl-dot span {
	background: #D9D9D9 !important;
	width: 11px !important;
	height: 11px !important;
	margin: 0 !important;
}
.about-testimonial-sec .owl-dots .owl-dot.active span {
	background: #EF7F1A !important;
}
.about-testimonial-sec .owl-dots .owl-dot.active {
	border: 1px solid #EF7F1A;
	border-radius: 50%;
	padding: 4px !important;
}
.about-testimonial-sec .owl-dots .owl-dot {
	margin: 0 4px;
}
.product-below-sec .left-block {
	padding: 60px 0px 60px 0;
	position: sticky;
	top: 0;
}
.product-below-sec .right-block {
	padding: 60px 40px 60px 60px;
	height: 100%;
	place-content: center;
	border-left: 1px solid #CACACA;
	margin-left: 30px;
}
.product-below-sec .right-block .editor.common-desc li {
	margin-bottom: 10px;
}
.product-tech-sec .left-block {
	padding-right: 35px;
}
.product-tech-sec .left-block .heading {
	border: 1px solid #737373;
	background: #FFFFFF;
	width: max-content;
	padding: 13px 18px;
	border-radius: 40px;
	font-size: 14px;
	margin-bottom: 45px;
}
.product-tech-sec .left-block .icon-flex {
	display: flex;
	gap: 5px;
	margin-top: 20px;
}
.product-tech-sec .left-block .icon {
	background: #003270;
	color: #fff;
	height: 34px;
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 14px;
	cursor: pointer;
}
.product-tech-sec {
	position: relative;
}
.product-tech-sec:after {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #737373;
	z-index: -1;
}
.product-tech-sec .right-block {
	position: relative;
	margin-left: 20px;
}
.product-tech-sec .right-block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/inner-banner-bg-flip.png);
	background-size: contain;
	background-position: top;
	background-color: #012F6B;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 80%;
	width: 100%;
}
.product-tech-sec .right-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: -29px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 23px solid #000000;
}
.product-tech-sec .owl-carousel {
	padding: 60px 70px 0;
}
.product-tech-sec .info .icon {
	border: 0.8px solid #003270;
	background: #D5E7FF;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	padding: 10px;
}
.product-tech-sec .owl-carousel .owl-stage {
	display: flex;
}
.product-tech-sec .owl-carousel .owl-item {
	flex: 1;
}
.product-tech-sec .owl-carousel .item {
	height: 100%;
}
.product-tech-sec .info {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 26px;
	height: 100%;
}
.product-tech-sec .info .heading {
	color: #202020;
	font-size: 17px;
	margin-top: 35px;
	font-family: 'Utendo-SemiBold';
	margin-bottom: 10px;
}
.product-tech-sec .info .common-desc {
	font-size: 15px;
}
.prod-feature-sec .bg-block {
	background: #F2F4F3;
	border-radius: 8px;
	padding: 35px 24px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 8px;
}
.prod-feature-sec .bg-block .icon {
	height: 62px;
	width: 62px;
	border: 0.8px solid #003270;
	background: #D5E7FF;
	border-radius: 50%;
	padding: 12px;
	flex-shrink: 0;
	margin-bottom: 2px;
}
.prod-feature-sec .bg-block .title {
	color: #222222;
	font-size: 18px;
	font-family: Utendo-SemiBold;
	margin-bottom: 8px;
}
.prod-feature-sec .bg-block .common-desc {
	font-size: 15px;
}
.prod-feature-sec .left-block {
	padding-right: 50px;
}
.prod-feature-sec .right-block {
	position: sticky;
	top: 0;
}
.prod-feature-sec .right-block .number-title {
	color: #EF7F1A;
	font-family: Utendo-Bold;
	font-size: 76px;
	line-height: 1;
	margin-bottom: -5px;
	margin-top: 5px;
	padding-left: 25px;
}
.prod-feature-sec .right-block .number-desc {
	color: #003270;
	font-size: 24px;
	padding-left: 24px;
	margin: 0;
}
.prod-advtg-sec .flex-sec {
	display: flex;
	flex-flow: column;
	gap: 8px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.page-template-product .prod-advtg-sec .flex-sec {
	margin-bottom: 0;
}
.prod-advtg-sec .flex-sec .icon {
	height: 41px;
	width: 41px;
	background: #D6E9F8;
	padding: 6px;
	border-radius: 50%;
	border: 0.5px solid #003270;
}
.prod-advtg-sec .flex-sec .icon-title {
	font-size: 14px;
	color: #222222;
}
.prod-advtg-sec .flex-sec .flex-block {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #737373;
	border-radius: 30px;
	padding: 6px 10px 6px 6px;
	width: max-content;
}
.prod-advtg-sec .left-block {
	padding: 0 80px;
}
.prod-advtg-sec .left-block .image-block {
	position: relative;
}
.prod-advtg-sec .right-block {
	padding: 0 80px 0 120px;
}
.prod-advtg-sec .common-desc {
	font-size: 15px;
}
.prod-advtg-sec .left-block .after-cricle{
	position: absolute;
	top: 50px;
	right: 62px;
	height: 12px;
	width: 12px;
	background: #fff;
	border-radius: 50%;
}
.prod-advtg-sec .left-block .image-block:before {
	content: '';
	position: absolute;
	top: 50px;
	right: 62px;
	height: 12px;
	width: 12px;
	background: #fff;
	opacity: 0;
	border-radius: 50%;
	animation: zoom .8s infinite;
}
@keyframes zoom {
  0% {
		transform: scale(1);
		opacity: 0;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		transform: scale(3);
		opacity: 0;
	}
}
.prod-advtg-sec .left-block .image-block:after {
	content: '';
	position: absolute;
	top: 56px;
	right: -150px;
	height: 1px;
	width: 210px;
	background: #B1B1B1;
}
.prod-strength-sec {
	background: #F2F4F3;
}
.prod-strength-sec .info .icon {
	border: 0.8px solid #003270;
	background: #D5E7FF;
	height: 62px;
	width: 62px;
	border-radius: 50%;
	padding: 8px;
}
.prod-strength-sec .info {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px 26px;
	margin-top: -10px;
	height: 100%;
}
.prod-strength-sec .info .heading {
	color: #202020;
	font-size: 19px;
	margin-top: 70px;
	font-family: 'Utendo-Medium';
	margin-bottom: 10px;
}
.prod-strength-sec .info .common-desc {
	font-size: 15px;
}
.prod-qc-sec .accordion-item .icon {
	background: #D5E7FF;
	border: 0.5px solid #003270;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	padding: 8px 9px 9px;
	flex-shrink: 0;
}
.prod-qc-sec .accordion-item {
	border: 0;
	background: transparent;
	padding: 13px 0;
	border-bottom: 1px solid #DEDEDE;
	border-radius: 0;
}
.prod-qc-sec .accordion-button {
	background: transparent;
	padding: 0;
	box-shadow: unset;
	padding-top: 9px;
	text-transform: capitalize;
	color: #222222;
	font-family: 'Utendo-SemiBold';
}
.prod-qc-sec .accordion-button::after {
	background-size: 13px;
}
.prod-qc-sec .left-block {
	padding: 0 60px;
}
.prod-qc-sec .accordion-button::after {
	background-size: 13px;
	position: relative;
	top: 3px;
}
.prod-qc-sec .accordion-button:not(.collapsed)::after {
	top: unset;
	bottom: 3px;
	right: 5px;
}
.prod-qc-sec .flex-sec .flex-block {
	width: 100%;
}
.prod-qc-sec .accordion-body {
	padding: 15px 30px 8px 0px;
}
.prod-qc-sec .accordion-body .common-desc {
	font-size: 15px;
}
.prod-qc-sec .accordion {
	margin-top: 24px;
}
.prod-qc-sec .flex-sec {
	display: flex;
	gap: 15px;
}
.prod-qc-sec .image-block {
	overflow: hidden;
	border-radius: 8px;
}
.prod-qc-sec .right-block {
	padding: 0 60px 0 60px;
}
.prod-qc-sec .right-block .below.image-block {
	margin-top: 5px;
}
.tech-prod-sec .bg-block {
	background: #F2F4F3;
	padding: 15px;
	border-radius: 10px;
	height: 100%;
}
.tech-prod-sec .bg-block .image-block {
	border-radius: 6px;
	overflow: hidden;
}
.tech-prod-sec .bg-block .info {
	padding: 28px 18px 18px 18px;
}
.tech-prod-sec .info .title {
	font-size: 20px;
	color: #222222;
	font-family: Utendo-SemiBold;
	margin-bottom: 10px;
}
.tech-prod-sec .info .common-desc {
	font-size: 15px;
}
.tech-manf-sec .below-sec .left-block {
	padding: 0 90px;
	position: relative;
}
.tech-manf-sec .below-sec .right-block {
	padding: 0 90px;
}
.tech-manf-sec .below-sec .image-block {
	border-radius: 6px;
	overflow: hidden;
}
.tech-manf-sec .below-sec .row.main {
	padding: 30px 0;
	align-items: center;
	position: relative;
	row-gap: 100px;
}
.tech-manf-sec .below-sec .row.main:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
	background: #CACACA;
}
.tech-manf-sec .below-sec .icon {
	border: 0.84px solid #003270;
	background: #D5E7FF;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	padding: 10px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.tech-manf-sec .below-sec .title {
	font-size: 21px;
	color: #222222;
	font-family: Utendo-SemiBold;
	margin-bottom: 10px;
}
.home-news-sec.news-listing .column {
	padding: 0 15px;
}
.common-banner-sec.inner .right-block {
	padding: 30px 45px;
}
.common-banner-sec.inner .right-block .image-block {
	border-radius: 6px;
	overflow: hidden;
}
.blog-detail-sec .blog-content {
	margin-top: 40px;
	h1,h2,h3,h4,h5,h6 {
		font-family: Utendo-SemiBold;
	}
	h2{
		font-size: 21px;
		margin-bottom: 16px;
		margin-top: 20px;
	}
	p,li,a {
		font-size: 15px;
		color: #555555;
		margin-bottom: 14px;
	}
	ul {
		margin: 0;
	}
	li {
		list-style: none;
		padding-left: 18px;
		position: relative;
	}
	li:after {
		content: '\f101';
    position: absolute;
    top: 2px;
		left: 0;
		height: 14px;
		width: 14px;
    font-family: 'Font Awesome 6 Free';
    font-size: 11px;
    font-weight: 900;
    color: #555555;
	}
}
.blog-detail-sec .flex-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 22px;
	margin-bottom: 25px;
}
.blog-detail-sec .flex-block.flex {
	display: flex;
	align-items: center;
	gap: 20px;
}
.blog-detail-sec .inner-flex-block {
	display: flex;
	align-items: center;
	gap: 9px;
}
.blog-detail-sec .inner-flex-block .title {
	font-size: 15px;
	margin: 0;
	color: #231F20;
	font-weight: 500;
	padding-top: 1px;
	font-family: 'Utendo-Medium';
}
.blog-detail-sec .inner-flex-block .icon {
	height: 30px;
	width: 30px;
	background: #231F20;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.blog-detail-sec .social-icon {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 1px solid #231F20;
	color: #231F20;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.blog-detail-sec .flex-block.flex-social {
	display: flex;
	align-items: center;
	gap: 10px;
}
.blog-detail-sec .common-sec-title {
	font-size: 31px;
	margin-bottom: 20px;
}
.sust-below-sec .image-block {
	border-radius: 8px;
	overflow: hidden;
}
.sust-below-sec .image-block.hover img {
	transition: all .4s ease;
}
.sust-below-sec .image-block.hover:hover img {
	transform: scale(1.05);
}
.sust-below-sec .info {
	background: #F3F3F3;
	border-radius: 8px;
	padding: 26px 28px;
	height: 100%;
}
.sust-below-sec .image-block.hover {
	height: 100%;
}
.sust-below-sec .info .title {
	font-size: 19px;
	color: #222222;
	font-family: 'Utendo-Medium';
	margin-bottom: 100px;
	text-transform: capitalize;
}
.sust-below-sec .info .common-desc {
	font-size: 15px;
}
.sust-below-sec .image-block.after {
	margin-top: 8px;
	position: relative;
}
.sust-below-sec .image-block.after .info-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(270deg, rgba(0, 50, 112, 0) 0%, #003270 100%);
	padding: 35px;
	place-content: end;
}
.sust-below-sec .info-inner .title {
	font-size: 19px;
	font-family: 'Utendo-Medium';
	text-transform: capitalize;
	max-width: 350px;
	margin-bottom: 10px;
}
.sust-below-sec .info-inner .common-desc {
	font-size: 15px;
	max-width: 350px;
}
.sust-slider-sec {
	background: #F2F4F3;
	overflow: hidden;
}
.sust-slider-sec .image-block {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.sust-slider-sec .info {
	background: linear-gradient(180deg, rgba(0, 50, 112, 0) 11.29%, #222222 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	place-content: end;
	padding: 30px;
}
.sust-slider-sec .info .title {
	font-size: 21px;
	text-transform: capitalize;
	padding-bottom: 12px;
	margin-bottom: 0;
	position: relative;
}
.sust-slider-sec .info .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 55px;
	background: #fff;
}
.sust-slider-sec .info .common-desc {
	font-size: 15px;
	padding-top: 0;
	height: 0;
	opacity: 0;
	margin: 0;
	transition: all .3s ease;
}
.sust-slider-sec .info:hover .common-desc {
	padding-top: 17px;
	height: 100px;	
	opacity: 1;
}
.home-contact-sec.contact-page .right-block .icon-flex {
	display: inline-flex;
	position: relative;
	z-index: 1;
	background: #F3F3F3;
	padding: 0 40px;
}
.home-contact-sec.contact-page .right-block .line-block {
	text-align: center;
	position: relative;
}
.home-contact-sec.contact-page .right-block .line-block:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #CACACA;
}
.contact-sm-sec .social-flex {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 35px;
	position: relative;
	z-index: 1;
	background: #FBFBFB;
}
.contact-sm-sec .social-flex .icon:hover {
	color: #EF7F1A;
}
.contact-info-sec .info a {
	transition: all .4s ease;
}
.contact-info-sec .info a:hover {
	color: #EF7F1A;
}
.contact-sm-sec .social-flex .icon {
	background: #F2F1F1;
	height: 45px;
	width: 45px;
	border: 1px solid #737373;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	line-height: 1;
	padding-top: 0;
	transition: all .4s ease;
}
.contact-sm-sec .line-block {
	text-align: center;
	position: relative;
}
.contact-sm-sec .line-block:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
	background: #CACACA;
	transform: translateY(-50%);
}
.common-banner-sec .left-block .contact-info {
	margin-top: 28px;
}
.common-banner-sec .left-block .contact-flex {
	display: flex;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
}
.common-banner-sec .left-block .contact-flex .icon {
	border: 1px solid #222222;
	height: 32px;
	width: 32px;
	flex-shrink: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.contact-info-sec .icon {
	height: 42px;
	width: 42px;
	border: 1px solid #737373;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
	padding-top: 0;
	margin: 0 auto 24px;
}
.contact-info-sec .info {
	text-align: center;
}
.contact-info-sec .info .common-desc {
	color: #222222;
	font-size: 19px;
}
.contact-info-sec .info.address .common-desc {
	font-size: 16px;
}
.contact-info-sec .info.address .icon {
	margin: 0 auto 16px;
}
.contact-info-sec .info {
	text-align: center;
	padding: 0 45px;
	border-right: 1px solid #CACACA;
	height: 100%;
}
.contact-info-sec .column:last-child .info {
	border-right: 0;
}
.prod-strength-sec.career {
	background: unset;
}
.prod-strength-sec.career .info {
	background: #003270;
}
.prod-strength-sec.career .info .icon {
	background: #fff;
	padding: 10px;
}
.prod-strength-sec.career .info .heading {
	color: #fff;
	font-size: 18px;
}
.prod-strength-sec.career .info .common-desc {
	color: #fff;
}
.career-job-sec .bg-block {
	background: #F3F3F3;
	padding: 46px 40px 38px;
	border-radius: 8px;
}
.career-job-sec .bg-block .title {
	color: #222222;
	font-family: 'Utendo-Medium';
	font-size: 23px;
	margin: 0;
}
.career-job-sec .bg-block .top-line {
	color: #CACACA;
	opacity: 1;
	margin: 20px 0 24px;
}
.career-job-sec .bg-block .heading {
	color: #003270;
	font-size: 16px;
	font-family: 'Utendo-Medium';
	margin-bottom: 8px;
}
.career-job-sec .bg-block .info-block {
	margin-bottom: 20px;
}
.career-job-sec .bg-block .bottom-line {
	margin: 45px 0 28px;
}
.career-detail-sec .common-desc.editor {
	ul, ol {
    margin-left: 0;
	}
	li {
		list-style: none;
		padding-left: 20px;
		position: relative;
		color: #555555;
		line-height: 1.4;
		font-size: 15px;
		margin-bottom: 12px;
	}
	li:after {
		content: '\f101';
		position: absolute;
		top: 2px;
		left: 0;
		height: 14px;
		width: 14px;
		font-family: 'Font Awesome 6 Free';
		font-size: 11px;
		font-weight: 900;
		color: #555555;
	}
}
.career-detail-sec .flex-sec {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-top: 25px;
}
.career-detail-sec .icon-flex-sec {
	display: flex;
	align-items: center;
	gap: 12px;
}
.career-detail-sec .icon-flex-sec .icon {
	height: 45px;
	width: 45px;
	background: #D5E7FF;
	border-radius: 50%;
	padding: 10px;
}
.career-detail-sec .icon-flex-sec .line {
	background: #000000;
	height: 1px;
	width: 12px;
}
.career-detail-sec .icon-flex-sec .icon-title {
	padding-top: 2px;
	color: #222222;
	text-transform: capitalize;
	font-family: 'Utendo-Medium';
	font-size: 15px;
}
.career-detail-sec hr {
	color: #CACACA;
	opacity: 1;
	margin: 28px 0 32px;
}
.career-detail-sec .info-block .title {
	color: #003270;
	font-family: 'Utendo-Medium';
	font-size: 20px;
	margin-bottom: 15px;
}
.career-detail-sec .info-block {
	margin-bottom: 35px;
}
.career-detail-sec .left-block {
	padding: 0 80px 0 30px;
}
.career-detail-sec .right-block {
	padding: 0 30px;
}
.career-detail-sec .right-block .bg-block {
	background: #003270;
	padding: 48px 50px 54px;
	border-radius: 12px;
}
.career-detail-sec .right-block .form-title {
	color: #EF7F1A;
	font-family: 'Utendo-Medium';
	font-size: 30px;
	margin-bottom: 25px;
}
.career-detail-sec .right-block .heading {
	color: #fff;
	font-size: 15px;
	margin-bottom: 7px;
}
.career-detail-sec .right-block textarea.form-control {
	height: auto;
	padding: 20px;
}
.career-detail-sec .right-block .form-control, .career-detail-sec .right-block .form-select {
	background-color: #FFFFFF;
	border: 0;
	height: 48px;
	padding: 0 20px 0;
	font-size: 15px;
	border-radius: 6px !important;
	box-shadow: none;
}
.career-detail-sec .right-block .flex-block {
	margin-bottom: 20px;
}
.career-detail-sec .right-block .theme-btn-block p {
	display: flex;
	align-items: center;
	margin: 0;
}
.career-detail-sec .right-block .form-control.wpcf7-file {
	padding: 12px 20px;
}
.career-detail-sec .right-block .form-control.wpcf7-file::file-selector-button {
	border: none;
	background: #EF7F1A !important;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	transition: background .2s ease-in-out;
	font-size: 13px;
	border-radius: 4px;
}
.career-detail-sec .right-block .wpcf7-submit {
	display: none;
}
.career-detail-sec .right-block .wpcf7-spinner {
	position: relative;
	top: -34px;
	right: -150px;
}
.career-detail-sec .right-block p:has(.wpcf7-submit) {
	margin: 0;
	height: 0;
}
.career-detail-sec .wpcf7 form .wpcf7-response-output {
	color: #fff;
	font-size: 15px;
	padding: 10px;
	margin: 25px 0 0;
}
.download-sec .row.main {
	border-bottom: 1px solid #CACACA;
	margin-bottom: 30px;
	padding: 0 30px 30px;
	align-items: center;
}
.download-sec .title {
	font-family: 'Utendo-Medium';
	margin: 0;
	font-size: 27px;
}
.download-sec .row.main:last-child {
	margin-bottom: 0;
}
.number-sec .info-block.text-only .number-title {
	font-size: 24px;
}
.page-template-technology .common-banner-sec .common-sec-title {
	font-size: 36px;
}
.tech-manf-sec .below-sec .rev .icon {
	right: unset;
	left: -30px;
}
.tech-prod-sec .table img {
	display: block;
	height: 60px;
	width: auto;
	margin: 10px auto 0;
}
.tech-prod-sec .table strong {
	display: flex;
	flex-flow: column;
	align-items: center;
	font-size: 17px;
}
.tech-prod-sec .table td {
	padding: 15px 20px;
}
.tech-prod-sec .table td {
	padding: 15px 20px;
	border: 1px solid #CACACA;
}
.tech-prod-sec .table td a {
	color: #EF7F1A;
}
.common-banner-sec .right-block .image-block {
	height: 100%;
}
.common-banner-sec.about .flex-block {
	width: 45%;
}
.common-banner-sec.about .flex-block:last-child {
	width: 55%;
}
.common-banner-sec .right-block .image-block img {
	object-position: left;
}
.common-banner-sec.about .right-block {
	padding-left: 40px;
}
.about-value-sec .common-sec-space {
	margin-top: 30px;
}
.prod-qc-sec .left-block .common-desc.editor li {
	margin-bottom: 12px;
}
.home-contact-sec .border-sec {
	border-top: 1px solid #CACACA;
}
.home-partnership-sec .bg-block {
	background: #F3F3F3;
	padding: 26px;
	border-radius: 20px;
	height: 100%;
}
.home-partnership-sec .bg-block .image-block {
	height: 50px;
}
.home-partnership-sec .bg-block .image-block img {
	object-position: left;
}
.home-partnership-sec .bg-block .title {
	font-size: 19px;
	font-family: 'Utendo-Medium';
	margin-bottom: 12px;
	margin-top: 70px;
	text-transform: capitalize;
}
.home-partnership-sec .theme-btn-block {
	margin-top: 50px;
}
.video-banner-sec .video-block {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.video-banner-sec .video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}
.video-banner-sec .video-block .info-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	place-content: center;
	background: rgb(0 0 0 / 40%);
}
.video-banner-sec .info-block .common-sec-title {
	font-size: 50px;
}
.home-ecosystem-sec {
	overflow: hidden;
	position: relative;
}
.home-ecosystem-sec .icon-flex {
	display: flex;
	gap: 5px;
	justify-content: end;
}
.home-ecosystem-sec .icon {
	background: #003270;
	color: #fff;
	height: 37px;
	width: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 15px;
	cursor: pointer;
	transition: all .4s ease;
}
.home-ecosystem-sec .icon:hover {
	background: #EF7F1A;
}
.home-ecosystem-sec .common-sec-title {
	max-width: 480px;
	margin: 0 auto 16px;
}
.home-ecosystem-sec .bg-block {
	background: #F3F3F3;
	padding: 26px;
	border-radius: 16px;
	height: 100%;
}
.home-ecosystem-sec .icon-block {
	border: 0.8px solid #012F6B;
	background: #D5E7FF;
	border-radius: 50%;
	height: 62px;
	width: 62px;
	margin: 0 auto;
	padding: 10px;
}
.home-ecosystem-sec .bg-block .title {
	font-size: 21px;
	font-family: 'Utendo-Medium';
	margin-bottom: 0;
	margin-top: 45px;
	text-align: center;
	text-transform: capitalize;
}
.home-ecosystem-sec .slider-sec {
	max-width: 90%;
	margin-left: auto;
	width: 100%;
}
.home-ecosystem-sec .owl-carousel .owl-stage {
	display: flex;
}
.home-ecosystem-sec .owl-carousel .owl-stage-outer {
	overflow: unset;
}
.home-ecosystem-sec .owl-carousel .owl-item {
	flex: 1;
}
.home-ecosystem-sec .owl-carousel .item {
	height: 100%;
}
.home-about-sec .bottom-sec .center-block .common-sec-title {
	font-size: 36px;
}
.home-about-sec .bottom-sec .center-block .common-desc.editor * {
	color: #fff;
}
.header-nav-links ul.sub-menu {
	display: none;
	margin: 0;
}
.header-nav-links li.menu-item-has-children:hover>ul {
	display: block;
	position: absolute;
	min-width: 180px;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
	list-style-type: none;
	z-index: 2;
	background-color: #ffffff;
}
.header-nav-links .sub-menu .nav-link {
	font-size: 14px;
	padding: 10px !important;
}
.footer.footer .common-sec-title {
	max-width: 480px;
	margin: 0 auto 16px;
}
.preload {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}
.preload .bg-img {
	background-image: url(../images/favicon.png);
	background-repeat: no-repeat;
	background-size: 75px;
	height: 75px;
	width: 75px;
	animation: rotate 5s linear infinite;
	background-position: center center;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home-ecosystem-sec .flex-sec {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}
.home-ecosystem-sec .flex-block {
	width: 20%;
	padding: 0 6px;
}
.home-contact-sec .common-sec-space {
	margin-top: 35px;
}
.home-about-sec .left-block .image-block {
	border-radius: 8px;
	overflow: hidden;
}
.page-template-product .common-banner-sec .right-block {
	padding-left: 0;
}
.common-banner-sec.inner .right-block .video-block {
	padding-bottom: 65.25%;
	border-radius: 10px;
}
.download-sec.news .date {
	color: #EF7F1A;
	margin-bottom: 6px;
	font-size: 15px;
}
.download-sec.news .title {
	font-size: 23px;
}
.home-ecosystem-sec .bg-block:hover {
	background: #ef7f1a21;
}
.home-product-sec .flex-sec .flex-block:hover {
	background: #ef7f1a21;
}
.home-partnership-sec .bg-block:hover {
	background: #ef7f1a21;
}
.sust-below-sec .common-sec-space {
	margin-top: 35px;
}
.page-template-technology .common-banner-sec .editor.common-desc ul {
	margin-top: 24px;
}
.page-template-technology .common-banner-sec .left-block {
	padding: 70px 40px 70px 90px;
}
.tech-manf-sec .below-sec .row.main .row {
	align-items: center;
}
header.header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	height: auto;
	z-index: 99;
	background: #fff;
}
.prod-compare-sec .comparison-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
	background: #fff;
	margin-top: 30px;
}
.prod-compare-sec .main-title {
	font-size: 50px;
	font-weight: 800;
	text-align: center;
	line-height: 1;
}
.prod-compare-sec .main-title .topcon {
	color: #003270;
}
.prod-compare-sec .main-title .perc {
	color: #EF7F1A;
}
.prod-compare-sec .vs-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .12);
	color: #003270;
	font-size: 24px;
	font-weight: 700;
	margin: 0 10px;
	padding-top: 10px;
	position: relative;
	top: -7px;
}
.prod-compare-sec .table h3 {
	font-size: 26px;
}
.prod-compare-sec .subtitle {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 25px;
}
.prod-compare-sec .table {
	margin-bottom: 0;
}
.prod-compare-sec .table th,
.prod-compare-sec .table td {
	vertical-align: middle;
	padding: 18px 24px;
	letter-spacing: 1px;
}
.prod-compare-sec .param-header {
	background: #003270;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.1rem;
}
.prod-compare-sec .topcon-header {
	background: #EF7F1A;
	color: #fff;
	font-weight: 500;
}
.prod-compare-sec .perc-header {
	background: #555555;
	color: #fff;
	font-weight: 500;
}
.prod-compare-sec .param-col {
	font-weight: 500;
	white-space: nowrap;
}
.prod-compare-sec .topcon-text {
	color: #003270;
	font-weight: 500;
}
.prod-compare-sec .perc-text {
	color: #555555;
	font-weight: 500;
}
.prod-compare-sec .icon-blue {
	color: #003270;
	font-size: 1.8rem;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.prod-compare-sec .tech-badge {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
	padding-top: 1px;
	margin-right: 15px;
	flex-shrink: 0;
}
.prod-compare-sec .n-badge {
	background: #EF7F1A;
}
.prod-compare-sec .p-badge {
	background: #555555;
}
.prod-compare-sec .footer-banner {
	background: #003270;
	color: #fff;
	padding: 18px 25px;
	font-size: 1.1rem;
	font-weight: 500;
}
.prod-compare-sec .footer-banner i {
	font-size: 2rem;
	margin-right: 15px;
}
.prod-compare-sec .table td .flex {
	display: flex;
	align-items: center;
	text-align: left;
}
.prod-compare-sec {
	background: #F3F3F3;
}
.cf7-hp-wrap {
	display: none !important;
}
.notfound-page .common-desc {
	font-size: 24px;
}