@import url(../css/home-header.css);
/*home banner css*/

/*new banner css*/
/*home banner css*/


.home-video video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.home-video {
	height: 100vh;
	margin-top: -61px;
}
/* Slider style */
.cd-slider {
	position: relative;
	width: 100%;
	height: 80vh;
	overflow: hidden;
}
.cd-slider.ie9 nav div span {
	display: none;
}
.cd-slider ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	visibility: hidden;
	transition: visibility 1.2s .6s;
	-webkit-transition: visibility 1.2s .6s;
	-moz-transition: visibility 1.2s .6s;
	-ms-transition: visibility 1.2s .6s;
	-o-transition: visibility 1.2s .6s;
}
.cd-slider ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	width: 135vh;
	height: 135vh;
	/*border: solid rgba(0,0,0,0.2);
    */border-width: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: border-width 1.2s .6s;
	-webkit-transition: border-width 1.2s .6s;
	-moz-transition: border-width 1.2s .6s;
	-ms-transition: border-width 1.2s .6s;
	-o-transition: border-width 1.2s .6s;
}
.cd-slider .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	background-position: center!important;
	background-size: cover;
	background-repeat: no-repeat;
	/* mix-blend-mode: lighten; */
	opacity: 0;
	transform: scale(1.5);
	transition: opacity 1.2s .5s, transform 1.2s 1.2s;
	-webkit-transition: opacity 1.2s .5s, transform 1.2s 1.2s;
	-moz-transition: opacity 1.2s .5s, transform 1.2s 1.2s;
	-ms-transition: opacity 1.2s .5s, transform 1.2s 1.2s;
	-o-transition: opacity 1.2s .5s, transform 1.2s 1.2s;/* background-position: top!important; */
}
.content blockquote {
	position: absolute;
	bottom: 5%;
	left: 4%;
	z-index: 2;
	max-width: 45%;
}
/* current slide
---------------------------------*/
.cd-slider li.current_slide {
	visibility: visible;
}
.cd-slider li.current_slide .content {
	opacity: 1;
	transform: scale(1);
	transition: opacity 1.2s .5s, transform 1.2s .5s;
	-webkit-transition: opacity 1.2s .5s, transform 1.2s .5s;
	-moz-transition: opacity 1.2s .5s, transform 1.2s .5s;
	-ms-transition: opacity 1.2s .5s, transform 1.2s .5s;
	-o-transition: opacity 1.2s .5s, transform 1.2s .5s;
}
/* nav
---------------------------------*/
.cd-slider nav div {
	position: absolute;
	top: 50%;
	left: 4%;
	width: 5rem;
	height: 5rem;
	margin-top: -2.5rem;
	list-style: none;
}
nav div:last-of-type {
	left: auto;
	right: 4%;
}
.prev, .next {
	position: relative;
	z-index: 300;
	width: 55%;
	height: 55%;
	display: block;
	border-radius: 100%;
	transition: box-shadow .3s;
}
.prev::before, .prev::after, .next::before, .next::after {
	content: '';
	position: absolute;
	left: 43%;
	background: #ffffffa8;
 width: .1rem;
	min-width: 1px;
	border-radius: 5px;
	height: 32%;
	font-weight: 300;
}
.prev::before {
	transform: rotate(45deg);
	top: 24%;
}
.prev::after {
	transform: rotate(-45deg);
	bottom: 24%;
}
.next::before, .next::after {
	left: auto;
	right: 43%;
}
.next::before {
	transform: rotate(-45deg);
	top: 24%;
}
.next::after {
	transform: rotate(45deg);
	bottom: 24%;
}
.prev:hover, .next:hover {
	box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}
.cd-slider nav > div > span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 100%;
	z-index: 5;
	pointer-events: none;
	will-change: width, height;
	transform: translate(-50%, -50%);
	transition: width .6s, height .6s;
}
.cd-slider ul li .content:before {
	content: "";
	position: absolute;
	background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.69;
	width: 100%;
	height: 60%;
	top: 0;
}
.cd-slider ul li .content:after {
	content: "";
	position: absolute;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.74;
	width: 100%;
	height: 90%;
	bottom: 0;
}
/* =========ui01241996======== */
.home_banner .slide-text {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.home_banner .item_name {
	min-height: 100%;
}
.home-testimonials .v-detail h3 {
	font-size: 20px;
	margin: 10px;
}
.home-testimonials .v-detail p {
	text-align: left;
	margin-left: 10px;
}
.list li {
    list-style: disc;
    margin-left: 33px;
}
 @media (min-width: 992px) {
.home_banner .banner-img:before {
	content: "";
	width: 100%;
	height: 30%;
	background-image: linear-gradient(to bottom, #00000085 20%, #00000000);
	position: absolute;
	top: 0;
	left: 0
}
.home_banner .banner-img:after {
	content: "";
	width: 100%;
	height: 50%;
	background-image: linear-gradient(to top, #00000095 20%, #00000000);
	position: absolute;
	bottom: 4rem;
	left: 0;
}
.home_banner .item_detail h3 {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeIndown;
	animation-delay: 1.3s;
}
.item_name {
	position: relative;
}
.current_slide .line-top:after {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	height: 500px;
	animation-name: fadeInline;
	animation-delay: 1.8s;
}
.cd-slider li.current_slide .item_name h3 {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp1;
	animation-delay: 2s;
}
.cd-slider li.current_slide .read-more {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeIndown1;
	animation-delay: 2.5s;
	opacity: 1;
}
.cd-slider li .read-more {
	opacity: 0;
}
 @keyframes fadeInUp1 {
 0% {
transform:translate(0px, 100px);
opacity: 0;
}
 100% {
transform:translate(0px, 0);
opacity: 1;
}
}
 @keyframes fadeIndown1 {
 0% {
opacity: 0;
transform: translateY(-3rem);
}
 100% {
opacity: 1;
transform: translateY(0);
}
}
 @keyframes fadeIndown {
 0% {
opacity: 0;
transform: translateY(-3rem);
}
 100% {
opacity: 1;
transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
transform:translate(0px, 100px);
opacity: 0;
 -webkit-transform:translate(0px, 100px);
 -moz-transform:translate(0px, 100px);
 -ms-transform:translate(0px, 100px);
 -o-transform:translate(0px, 100px);
}
 100% {
transform:translate(0px, 0);
opacity: 1;
}
}
 @keyframes foldright {
 0% {
width: 0;
}
 100% {
width: 3.2rem;
}
}
 @keyframes foldright1 {
 0% {
width: 0;
}
 100% {
width: 13rem;
}
}
 @keyframes foldUp {
 0% {
scale: 1 0;
}
 100% {
scale: 1;
}
}
 @keyframes fadeInline {
 0% {
opacity: 0;
height:0%
}
 100% {
opacity: 1;
height:100%;
}
}
}
/* =========ui01241996 css end======== */








section.home_banner {
	position: relative;
	overflow: hidden;
	margin-top: 104px;
	height: auto;
}
.item_detail {
	position: absolute;
	bottom: 60px;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.item_name {
	margin-bottom: 26px;
}
.owl-dots button.owl-dot span {
	width: 8px;
	height: 8px;
	background: #00000029;
	display: inline-block;
	border-radius: 50%;
}
.owl-dots button.owl-dot {
	margin: 0 3px;
}
.owl-dots button.owl-dot.active span {
	background: #BFCFD9;
}
section.home_banner .owl-dots {
	position: absolute;
	bottom: 8%;
	width: auto;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	display: none;
}
.item_detail h2 {
	color: #fff;
	position: relative;
	padding-bottom: 0;
	font-weight: 300;
	z-index: 99;
	margin-bottom: 25px;
	font-family: var(--primary-font1);
	font-size: 42px;
}
.owl-item a.explore-more:after {
	width: 0px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
.item_name h3 {
	color: #fff;
	font-weight: 300;
	font-size: 42px;
	line-height: 49px;
	margin-bottom: 25px;
}
.item_name h3 strong {
	display: block;
	color: #fff;
	font-weight: bold;
}
.home_banner_slider .owl-item.active h2 {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeIndown;
	animation-delay: 0.3s;
}
.home_banner_slider .owl-item.active h4 {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeIndown;
	animation-delay: 0.3s;
}
.home_banner_slider .owl-item.active p {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
.owl-item.active a.explore-more {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
.owl-item.active a {
	position: relative;
}
.owl-item.active a.explore-more:after {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 100%;
	animation-name: fadeInline;
	animation-delay: 0.3s;
}
.owl-carousel .owl-item img.img-fluid {
	width: auto;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(3rem);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIndown {
0% {
opacity: 0;
transform: translateY(-3rem);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInline {
0% {
opacity: 0;
width:0%
}
100% {
opacity: 1;
width:150px;
}
}
.home_banner .item:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: .75;
}
.banner-img:after {
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(243deg, #000000BD 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	bottom: 0;
	z-index: 1;
	content: "";
	opacity: 0.6;
}
.banner-img {
	position: relative;
}
.link_section {
	width: 150px;
	display: flex;
	margin-top: 60px;
}
.link_section a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.item_name p {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 43px;
}
.owl-carousel .owl-item .banner-img img {
	width: 100%;
}
section.home_banner .owl-dots button.owl-dot span {
	background: #ffffff6e;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
}
section.home_banner .owl-dots button.owl-dot.active span {
	display: block;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #FFB300;
}
.owl-carousel .owl-item .item_name a img {
	display: inline-block;
	margin-left: 18px;
}
.item_name a {
	color: #fff;
	font-size: 16px;
	font-family: var(--primary-font1);
}



/*------------------home banner css end---------------*/

@media (min-width:1366px) {
.item_detail h2 {
 font-size: calc(40px + (50 - 40) * (100vw - 1366px) / (1920 - 1366));
 line-height: calc(43px + (53 - 43) * (100vw - 1366px) / (1920 - 1366));
}
.item_name p {
 font-size: calc(34px + (38 - 34) * (100vw - 1366px) / (1920 - 1366));
 line-height: calc(43px + (47 - 43) * (100vw - 1366px) / (1920 - 1366));
}
}
/*------- fact number css start here--------------*/

section.fact-number ul {
	display: flex;
	background: #334454 0% 0% no-repeat padding-box;
	box-shadow: 0px 11px 18px #00000029;
	border-radius: 5px;
	align-items: center;
	justify-content: space-between;
	padding: 14px;
	color: #fff;
	max-width: 940px;
	margin: auto;
}
section.fact-number ul li {
	/* display: flex; */
	align-items: center;
}
section.fact-number ul li b {
	font-size: 36px;
	letter-spacing: -0.9px;
	color: #FEB901;
	margin-right: 0;
	line-height: 42px;
	font-family: var(--primary-font1);
	font-weight: 500;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
section.fact-number ul li p {
	font-size: 13px;
	margin: 0px;
	line-height: 17px;
	text-align: center;
}
section.fact-number {
	margin-top: -34px;
	position: relative;
	z-index: 9;
}
/* home about css*/


section.home_about {
	background: url(../images/home-about.jpg);
	margin-top: -70px;
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-position: top center;
	height: 645px;
	position: relative;
	overflow: hidden;
}
.bg-1 img {
	filter: inherit;
}
.h_ab {
	position: relative;
	margin-top: 64px;
}
.h_ab h1 {
	position: absolute;
	top: 160px;
	padding: 30px;
	text-align: center;
	font-weight: 300;
	left: 0;
	right: -70px;
	font-size: 36px;
	height: 41px;
	letter-spacing: -0.9px;
}

.h_ab h2 {
	position: absolute;
	top: 160px;
	padding: 30px;
	text-align: center;
	font-weight: 300;
	left: 0;
	right: -209px;
	font-size: 36px;
	height: 41px;
	letter-spacing: -0.9px;
}


.tp-b {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 140px 30px 0 60px;
}
.tp-b h2 {
	font-size: 22px;
	letter-spacing: -0.53px;
	margin-bottom: 24px;
	font-family: var(--primary-font1);
}
.tp-b h2 {
	font-size: 22px;
	letter-spacing: -0.53px;
	margin-bottom: 24px;
	font-family: var(--primary-font1);
}
.tp-b h3 .harness_power_title {
	font-size: 22px;
	letter-spacing: -0.53px;
	margin-bottom: 24px;
	font-family: var(--primary-font1);
}
.tp-b p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}
.icon-logo {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 181px;
}
.tp-b .icon-logo p {
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 8px;
	font-size: 14px;
}
/*home product tab css*/

.title-head h2 {
	color: #2D77B4;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 25px;
	font-family: var(--primary-font1);
	letter-spacing: -1.2px;
}
.title-head h3.products_shine {
	color: #2D77B4; /* Light blue color */
	font-size: 48px; /* Large font size */
	font-weight: 300; /* Thin font weight */
	margin-bottom: 25px; /* Space below the heading */
	font-family: var(--primary-font1, Arial, sans-serif); /* Primary font with fallback */
	letter-spacing: -1.2px; /* Negative spacing for tighter letters */
}
.title-head h3 {
	font-size: 21px;
	font-family: var(--primary-font1);
	color: #000;
	letter-spacing: -0.53px;
}
section.home_our_product ul li {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.home_our_product {
	padding: 90px 0 120px;
	overflow: hidden;
}
section.home_our_product .accordion-body {
	padding: 0px;
	border-radius: 5px;
	overflow: hidden;
	border: 0px;
	margin-top: -38px;
	width: 760px;
	margin-left: 0;
	border: 0;
}
section.home_our_product .nav.nav-tabs {
	border: 0px;
	margin-top: -50px;
	flex-direction: column;
	justify-content: end;
	height: 60%;
	margin-left: 74px;
}
section.home_our_product .nav.nav-tabs .nav-link {
	display: block;
	width: 100%;
	text-align: left;
	background: none;
	border: 0px;
	padding: 0px;
}
section.home_our_product .nav.nav-tabs .nav-link img {
	width: 35px;
	height: 35px;
	object-fit: contain;
	margin-right: 24px;
}

section.bg-energy .add_more_content h5 span {
    color: var(--primary-color1);
    padding-left: 20px;
    position: relative;
    padding-bottom: 12px;
    display: block;
}

section.bg-energy .add_more_content h5 span:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000000bd;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

section.home_our_product .nav.nav-tabs .nav-link b {
	letter-spacing: -0.45px;
	color: #666666;
	font-weight: normal;
	font-size: 18px;
	font-family: var(--primary-font1);
	position: relative;
	padding-bottom: 12px;
	transition: .5s ease;
}
figure.img-fit.img-hover {
	border-radius: 5px;
}
section.home_our_product .nav.nav-tabs .nav-link b:before {
	content: "";
	width: 0px;
	height: 1px;
	background: #FEB901;
	position: absolute;
	bottom: 0px;
	opacity: 0;
	left: 0px;
	transition: .5s ease;
}
section.home_our_product .nav.nav-tabs li.nav-item.aos-animate .nav-link b:before {
	width: 58px;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: foldright;
	animation-delay: 1.5s;
	opacity: 1;
}
section.home_our_product .nav.nav-tabs .nav-link.active b:after {
	content: "";
	width: 200px;
	height: 1px;
	background: #2D77B4;
	position: absolute;
	bottom: 0px;
	left: 50px;
	transition: .2s ease;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: foldright1;
	animation-delay: .5s;
	opacity: 1;
}
section.home_our_product ul li:nth-child(1) .nav-link.active b:after {
	transition: .2s ease;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: foldright1;
	animation-delay: .5s!important;
	opacity: 1;
}
section.home_our_product ul li:nth-child(1).aos-animate .nav-link.active b:after {
	transition: .2s ease;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: foldright1;
	animation-delay: .5s!important;
	opacity: 1;
}
section.home_our_product ul li:nth-child(1).aos-animate .nav-link b:after {
	transition: .2s ease;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: foldright1;
	animation-delay: .5s!important;
	opacity: 0;
}
section.home_our_product .nav.nav-tabs .nav-link b:after {
	content: "";
	width: 0px;
	height: 1px;
	background: #2D77B4;
	position: absolute;
	bottom: 0px;
	left: 50px;
	opacity: 1;
	transition: .5s ease;
}
section.home_our_product .accordion-body img {
	width: 100%;
}
/*technology css*/


.tech-bog-panel {
	background: #EBF2F5 0% 0% no-repeat padding-box;
	border-radius: 5px;
	padding: 50px 50px 50px;
}
.tech-box h2 {
	color: #2D77B4;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 23px;
	font-family: var(--primary-font1);
	line-height: 48px;
	letter-spacing: -1.2px;
}
.tech-img {
	width: 904px;
	position: relative;
	left: -166px;
	height: 380px;
	overflow: hidden;
}
.tech-img img {
	width: 845px;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
section.home-tech .container {
	max-width: 1226px;
}
.tech-box {
	margin-left: -107px;
	padding-right: 49px;
}
.tech_text ul li {
	margin-left: 15px;
}
.tech_text .col-md-4 {
	width: 35%;
}
.tech_text .col-md-8 {
	width: 65%;
}
.tech-box ul {
	padding: 15px 0 0px;
	margin: 0px;
	display: inline-block;
	flex-direction: column;
}
.tech-box ul li {
	padding: 0;
	display: block;
	font-size: 16px;
}
.tech-box li a {
	color: #000;
	border-bottom: 1px solid #FEB901;
	padding: 10px 0;
}
.tech-box li a img {
	margin-left: 6px;
}
.tech_text h3 {
	font-size: 18px;
	font-family: var(--primary-font1);
	font-weight: bold;
	margin-bottom: 19px;
}
.tech_text p {
	color: #666666;
	font-size: 13px;
	margin-bottom: 0px;
}
.tech_text {
	background: #fff;
	padding: 30px 36px;
	width: 880px;
	margin: 45px auto 0;
}

.tech_text ul {
	display: flex;
	align-items: baseline;
	/*justify-content: flex-end;*/
	justify-content: flex-start;
	margin: 0px 8px 0px;
}
section.powering-panel {
	padding: 90px 0;
}
section.powering-panel h2 {
	text-align: center;
	font-size: 48px;
	letter-spacing: -1px;
	color: #2D77B4;
	font-weight: 300;
	margin-bottom: 30px;
	font-family: var(--primary-font1);
}
section.powering-panel .powering-energy {
	text-align: center;
	font-size: 48px;
	letter-spacing: -1px;
	color: #2D77B4;
	font-weight: 300;
	margin-bottom: 30px;
	font-family: var(--primary-font1);
}
section.powering-panel p {
	text-align: center;
	margin-bottom: 40px;
}
section.powering-panel .row {
	padding: 0 79px;
}
.img-video {
	position: relative;
}
.video-icon {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.view-all {
	text-align: center;
	margin: 40px 0 0;
}
.view-all a {
	border-bottom: 1px solid #FEB901;
	padding-bottom: 10px;
	color: #000;
	font-weight: 600;
}
.view-all a img {
	margin-left: 6px;
	margin-top: -3px;
}
.hp_content {
	margin-left: 30px;
	background: #E4EBF0;
	border-radius: 5px;
	padding: 30px;
	margin-top: -30px;
	position: relative;
}
.hp_content h2 {
	letter-spacing: -0.75px;
	color: #002581;
	font-size: 30px;
	margin-bottom: 15px;
	font-family: var(--primary-font1);
}
.hp_content .power_title {
	letter-spacing: -0.75px;
	color: #002581;
	font-size: 30px;
	margin-bottom: 15px;
	font-family: var(--primary-font1);
}
.hp_content .striving_title {
	letter-spacing: -0.75px;
	color: #002581;
	font-size: 30px;
	margin-bottom: 15px;
	font-family: var(--primary-font1);
}
.hp_content h3 {
	letter-spacing: -0.53px;
	color: #000000;
	font-size: 21px;
	font-family: var(--primary-font1);
}
.hp_content p {
	color: #666;
	padding-right: 50px;
	margin-bottom: 28px;
}
.hp_content ul {
	display: flex;
	position: relative;
}
.hp_content ul li {
	margin-right: 25px;
}
.hp_content ul li a {
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.hp_content ul li a img {
	margin-left: 10px;
}
.home_people {
	padding-bottom: 50px;
	position: relative;
}
.home_people:after {
	content: "";
	width: 243px;
	height: 2px;
	background: #2D77B4;
	position: absolute;
	bottom: 0px;
}
section.st_people {
	padding-bottom: 90px;
}
section.st_people .col-md-6:nth-child(2) .hp_content {
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 55px;
	position: relative;
	z-index: 1;
}
section.st_people .col-md-6:nth-child(2) .home_people::after {
	top: -50px;
	bottom: inherit;
}
section.st_people .col-md-6:nth-child(2) figure {
	margin-top: -28px;
}
.read-icon1 {
	position: absolute;
	right: 20px;
	bottom: 50px;
}
section.home_happening {
	padding-bottom: 0px;
}
.date {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.text_box {
	display: flex;
	padding: 20px 0;
	align-items: center;
}
.date h3 {
	margin-right: 17px;
	letter-spacing: -1.2px;
	color: #2D77B4;
	font-size: 48px;
	line-height: 48px;
	font-family: var(--primary-font1);
	margin-bottom: 0px;
	font-weight: 300;
}
.date h5 {
	font-size: 13px;
	color: #666;
	margin: 0px;
	font-family: var(--primary-font2);
}
.text_box p {
	margin: 0px;
}
section.home_happening .container {
	background: #E4EBF0 0% 0% no-repeat padding-box;
	border-radius: 5px 5px 0px 0px;
	max-width: 90%;
	padding: 70px 100px;
}
section.home_happening .container h2 {
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: -0.53px;
	font-family: var(--primary-font1);
	color: #000000;
	font-size: 21px;
}
/*project css*/

.project-title h2 {
	font-size: 48px;
	letter-spacing: -1.2px;
	color: #2D77B4;
	font-weight: 300;
	margin-bottom: 50px;
	font-family: var(--primary-font1);
}
.project-title h3 {
	letter-spacing: -0.53px;
	color: #000000;
	font-size: 21px;
	font-family: var(--primary-font1);
}
section.our-latest-project {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 100px;
	overflow: hidden;
}
section.our-latest-project:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 15%;
	background: #EBF2F5 0% 0% no-repeat padding-box;
	border-radius: 5px 0px 0px 5px;
	z-index: -1;
}
.project-title {
	padding: 50px 95px 0px 79px;
}
section.our-latest-project .owl-carousel .owl-item img.img-fluid {
	width: 100%;
}
.pj-box {
	position: relative;
}
.project-detail {
	position: absolute;
	top: 30px;
	left: 40px;
	padding-left: 30px;
	color: #fff;
	z-index: 99;
	transition: .2s;
}
.project-detail:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	color: #fff;
	width: 3px;
	height: 45px;
	background: #FFD500;
	z-index: 99;
	transition: .2s;
}
.project-detail p {
	margin: 0px;
}
.pj-box:hover .project-detail:before {
	height: 200px;
	width: 10px;
	transition: .2s;
}
.pj-box:hover .project-detail {
	padding-left: 50px;
	transition: .2s;
}
.project-detail h4 {
	margin: 0px;
	font-family: var(--primary-font1);
	letter-spacing: -0.53px;
	font-size: 21px;
}
.pj-box:after {
	background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.82;
	position: absolute;
	top: 0px;
	content: "";
	left: 0px;
	height: 35%;
	z-index: 9;
	width: 100%;
	transition: .2s;
}
.pj-box:hover:after {
	background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.82;
	position: absolute;
	top: 0px;
	content: "";
	left: 0px;
	height: 50%;
	z-index: 9;
	transition: .2s;
	width: 100%;
}
.home_project .view-all {
	text-align: right;
	margin: 40px 0 0;
}
.toll-free {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 15px;
	position: absolute;
	z-index: 2;
	right: 50px;
}
.toll-free p {
	margin: 0px;
	color: #fff;
}
.toll-num a {
	color: #FEB901;
	font-size: 15px;
	font-weight: bold;
}
.toll-num {
	margin-left: 20px;
}
.search-icon img {
	filter: initial;
	cursor: pointer;
}
.bhilwara-text {
	display: flex;
	justify-content: end;
	position: absolute;
	bottom: 10px;
	right: 6px;
	color: #fff;
	z-index: 2;
}
.bhilwara-text b {
	background: #002581 0% 0% no-repeat padding-box;
	border-radius: 5px;
	font-size: 12px;
	padding: 1px 7px;
	font-weight: normal;
}
.bhilwara-text p {
	margin: 0px;
	font-family: var(--primary-font1);
	font-weight: bold;
	margin-right: 10px;
}
 @media (max-width:1699px) {
.bhilwara-text {
	display: flex;
	justify-content: end;
	position: absolute;
	bottom: 30px;
	right: 16px;
	color: #fff;
}
section.our-latest-project:after {
	left: 17%;
}
}
 @media (min-width:1300px) {
.bhilwara-text {
	right: 16px;
	bottom: 8px;
}
section.our-latest-project:after {
	left: 15%;
}
}
 @media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1060px;
}
}
 @media (min-width:1500px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
/* max-width: 1200px; */
}
section.our-latest-project:after {
	left: 20%;
}
.tech_text .col-md-8 {
	width: 54%;
}
.tech_text .col-md-4 {
	width: 42%;
}
}
 @media (min-width:1700px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1320px;
}
section.our-latest-project:after {
	left: 14%;
}
}
section.home_our_product .title-head p {
	color: #666;
	font-size: 15px;
}
.tech-box p {
	color: #666;
}
.tech-box p b {
	color: #000;
}
.text_box p {
	color: #000;
}
.tech-box li a:hover, .view-all a:hover, .hp_content ul li a:hover, section.home_our_product .nav.nav-tabs .nav-link.active b {
	color: #FEB901;
}
section.home_about:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -75%;
	z-index: -1;
	background: linear-gradient(191deg, rgb(227 251 248) 0%, rgb(191 236 237) 51%, rgba(186,236,237,1) 100%);
}
section.home_about:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -75%;
	background: linear-gradient(191deg, rgb(227 251 248) 0%, rgb(167 232 234) 51%, rgb(153 228 234) 100%);
	z-index: -1;
}
section.home_our_product ul li:last-child {
	margin: 0;
}
.s-pic {
	height: 100%;
	object-fit: cover;
	width: 100%;
	position: relative;
}
.s-pic img {
	object-fit: cover;
	object-position: inherit;
	height: 100%;
	width: 100%;
}
section.st_people .col-md-6 {
	padding-right: 16px;
}
.tab-content>.tab-pane {
	border: 0px;
}
section.st_people .col-md-6:nth-child(2) {
	padding-left: 15px;
}
section.home_our_product .col-md-4 {
	width: 45%;
}
section.home_our_product .col-md-8 {
	width: 50%;
}
.title-head {
	padding-left: 79px;
}
a.explore-more2 svg {
	color: #666;
}
.tech-bog-panel .tech-box P {
	margin-bottom: 20px;
}
.tech-box ul li em {
	font-style: normal;
	border-bottom: 1px solid #FEB901;
	display: inline-flex;
	padding: 8px 0;
	font-weight: bold;
}
figure.img-fit.paralex-image {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}
.video-text {
	position: absolute;
	top: 55%;
	text-align: center;
	color: #fff;
	margin: auto;
	left: 0;
	right: 0;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 2;
}
.video-text h1 {
	font-weight: bold;
	font-family: var(--primary-font1);
	font-size: 2.8rem;
	line-height: 3.2rem;
}
.video-text b.yellow-color {
	color: #fbc602;
	font-weight: bold;
}
section.powering-panel .reveal p {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	padding: 5px;
	text-align: left;
}
section.lsg-team {
	padding: 100px 0 0;
	position: relative;
	width: 100%;
}
section.lsg-team:after {
	background: url(../images/ground-pic.png) no-repeat;
	height: 170px;
	width: 100%;
	content: "";
	background-size: cover;
	position: absolute;
	bottom: 0;
}
.lsg-team-content h3 {
	font-size: 21px;
	letter-spacing: -0.53px;
	color: #000000;
	margin-bottom: 15px;
}
.lsg-team-content h2 {
	letter-spacing: -1.2px;
	color: #2D77B4;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 48px;
}
section.lsg-team .col-md-4 {
	width: 38%;
}
section.lsg-team .col-md-8 {
	width: 52%;
}
.lsg-team-content ul {
	display: flex;
	align-items: center;
}
.lsg-players {
	width: 630px;
}
.lsg-logo {
	margin-top: 55px;
}
.lsg-logo h5 {
	letter-spacing: 3.68px;
	color: #000000;
	font-weight: 600;
	font-size: 18px;
}
.lsg-logo li {
	margin-right: 33px;
}
.lsg-team-content p {
	color: #666;
}
.lsg-players figure {
	position: relative;
	z-index: 2;
}
section.lsg-team .container {
	padding: 0 145px;
}
.tech_text li {
	margin-right: 18px;
}
.lsg-logo figure img {
	width: auto;
}
section.home_our_product figcaption {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 25px;
	font-size: 21px;
}
section.home_our_product figcaption b svg {
	stroke: #fff;
	margin-left: 15px;
}
.s-pic figure {
	position: relative;
}
 @media (max-width:1490px) {
section.lsg-team .container {
	padding: 0 106px;
}
}
 @media (max-width:1439px) {
section.lsg-team .container {
	padding: 0 45px;
}
.lsg-team-content h2 {
	font-size: 46px;
	line-height: 46px;
}
}
.bg-energy {
	padding: 15px;
	margin-top: 30px;
}
.bg-energy h2 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: -0.53px;
	font-family: var(--primary-font1);
	color: #000000;
}
