/* ============================================================
   Horizontal-overflow guard (mobile / tablet / pc)
   Root cause: a Bootstrap .container placed directly inside a
   .row inherits the row's negative gutter margins (-12px each
   side), pushing content 12px past the viewport. Neutralise the
   row's negative margin only when it directly wraps a container.
   ============================================================ */
.row>.container,
.row>.container-fluid {
	margin-left: auto;
	margin-right: auto;
}

.row:has(> .container),
.row:has(> .container-fluid) {
	margin-left: 0;
	margin-right: 0;
	--bs-gutter-x: 0;
}

/* Belt-and-suspenders: never allow sideways scroll on the page. */
html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

@media only screen and (min-width: 2500px) {
	.path-slider {
		top: 50%;
	}
}

@media (min-width: 2000px) and (max-width: 2499px) {
	.path-slider {
		top: 50%;
	}
}

@media (min-width: 1900px) and (max-width: 1999px) {
	.path-slider {
		top: 50%;
	}
}

@media (min-width: 1800px) and (max-width: 1899px) {
	.path-slider {
		top: 45%;
	}
}

@media (min-width: 1600px) and (max-width: 1799px) {
	.path-slider {
		top: 40%;
	}
}

@media (min-width: 1400px) and (max-width: 1599px) {
	.path-slider {
		top: 33%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.path-slider {
		top: 27%;
	}
}

/* Only larger Devices - Larger New LCD/LED Monitors*/
@media (min-width: 1200px) and (max-width: 1300px) {
	.path-slider {
		top: 20%;
	}
}

/* From Medium Devices Up To Larger Devices - Medium Old Monitors */
@media (min-width: 980px) and (max-width: 1199px) {
	.navbar .navbar-right.hide-on-small {
		display: flex !important;
		width: auto;
	}

	.navbar .navbar-brand img {
		height: 70px;
		width: auto;
	}

	body.scrolled .navbar .navbar-brand img {
		height: 55px;
		width: auto;
	}

	.navbar-light .navbar-right .nav-item {
		padding: 4px 6px;
	}


	.navbar-light .navbar-right .nav-item a {
		font-size: 13px;
	}

	.video-container {
		height: calc(100vh);
	}

	.video-container video {
		padding: 0;
		height: 100%;
		object-fit: cover;
	}

	.videoRow {
		height: 100%;
	}

	#prodSolBtn img {
		width: 50%;
	}

	@keyframes bounce {

		0%,
		20%,
		50%,
		80%,
		100% {
			right: -50px;
		}

		40% {
			right: -40px;
		}

		60% {
			right: -45px;
		}
	}

	#homeCarousel .carousel .carousel-inner .carousel-item h1 {
		font-size: 60px;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item p {
		font-size: 30px;
	}

	.video-container #homeCarousel {
		top: 30%;
	}

	.video-container #homeCarousel .carousel .carousel-indicators {
		top: 63%;
	}

	#productSection .productHeader .titleSection {
		width: 50%;
	}

	#productSection .productHeader .descSection {
		width: 50%;
	}

	#productSection .productSlider .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}

	#productSection .productSlider .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	#automationSection .automationBody .automationBoxes .automationBox {
		min-height: 250px;
	}

	#automationSection .automationBody .automationBoxes .automationBox::before {
		top: 40px;
	}

	#excellenceSection {
		padding-top: 0;
		padding-bottom: 0;
	}

	#excellenceSection .leftSection {
		padding-top: 60px;
	}

	#excellenceSection .rightSection {
		background-position: top left;
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 100px;
		padding-right: 20px;
	}

	#excellenceSection .leftSection h3 {
		font-size: 50px;
		line-height: 80px;
	}

	#excellenceSection .rightSection h3 {
		font-size: 36px;
	}

	#newsSection {
		margin-top: 40px;
	}

	#newsSection .mt-5 {
		margin-top: 0 !important;
	}

	#newsSection .home_news_slider .newsCard .card-body {
		padding: 15px;
	}

	#newsSection .home_news_slider .owl-nav button.owl-prev {
		left: -12px;
	}

	#newsSection .home_news_slider {
		margin-bottom: 0px !important;
	}

	#newsSection .home_news_slider .owl-nav button.owl-next {
		right: -12px;
	}

	#serviceSection {
		padding-top: 70px;
		padding-bottom: 50px;
		margin-top: 20px;
	}

	#serviceSection .bodySection .nav-pills .nav-item {
		margin: 0 5px;
	}

	#serviceSection .bodySection .nav-pills .nav-link {
		padding: 10px;
	}

	#serviceSection .bodySection .nav-pills object {
		width: 30px;
	}

	#serviceSection .bodySection .tab-content {
		margin-top: 20px;
	}

	#serviceSection .bodySection .tab-content .tab-pane h3 {
		font-size: 24px;
	}

	#serviceSection .bodySection .tab-content .tab-pane hr {
		margin-bottom: 10px;
	}

	#serviceSection .bodySection .tab-content .tab-pane p {
		font-size: 16px;
		padding: 0 15px;
	}

	#serviceSection .bodySection .tab-content .tab-pane .btn-showAll {
		margin-top: 10px;
	}

	.btn-showAll {
		font-size: 16px;
	}

	#serviceSection .bodySection .tab-content .tab-pane {
		min-height: 250px;
	}

	#testimonialSection {
		background-image: none;
		margin-top: 0;
	}

	#testimonialSection .leftSection img {
		display: none;
	}

	#testimonialSection .leftSection {
		background-image: url(../images/testimonialsSection-banner-1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top left;
		position: relative;
	}

	#testimonialSection .rightSection {
		background-image: url(../images/testimonialsSection-banner-2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom right;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	#testimonialSection .rightSection .home_testimonial_slider .testimonialBox {
		padding: 30px 30px;
	}

	#searchForm {
		top: 2px;
		width: 51%;
		right: 10px;
	}

	#commonSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#commonSection .p-0 {
		padding: 0 15px !important;
	}

	.visMisSection .description {
		padding: 0px 15px;
	}

	#visMisGrnSection .description {
		padding: 40px 15px 40px 15px;
	}

	#visMisGrnSection .description p {
		margin-bottom: 20px;
	}

	#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox p {
		font-size: 16px;
	}

	#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox {
		min-height: 220px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox {
		min-height: 150px;
		padding: 20px 20px 20px 70px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox::before {
		left: -12px;
		width: 110px;
		height: 100px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox img {
		position: absolute;
		top: 34%;
		bottom: auto;
		left: 0;
		width: 40px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox h3 {
		font-size: 20px;
	}

	.detailSection .prodTabs .nav-tabs .nav-item {
		width: 18%;
	}

	.detailSection .prodTabs .nav-tabs .nav-item .nav-link {
		font-size: 14px;
		padding: 10px 0px;
		min-width: auto;
		width: 100%;
	}

	.detailSection .prodTabs .tab-content {
		padding: 20px;
	}

	.productDescription img.float-end,
	.productDescription img.float-right {
		margin-left: 20px;
		margin-bottom: 20px;
		width: 50%;
	}

	.productDescription img.float-start,
	.productDescription img.float-left {
		margin-right: 20px;
		margin-bottom: 20px;
		width: 50%;
	}

	.detailSection .prodTabs .tab-content .downloadBox h3 {
		font-size: 14px;
	}

	.detailSection .prodTabs .tab-content .downloadBox {
		min-height: 100px;
		margin-bottom: 15px;
		padding: 20px 20px 20px 50px;
	}

	.detailSection .prodTabs .tab-content .downloadBox::before {
		left: -9px;
		width: 70px;
		height: 70px;
	}

	.detailSection .prodTabs .tab-content .downloadBox img {
		width: 24px;
	}

	body.pathSlider-visible #navSlider {
		visibility: hidden !important;
		display: none;
	}

	#prodSolAccrodion.visible {
		left: 0;
	}

	body.pathSlider-visible .btn-prodSol {
		z-index: 99998;
	}

	#prodSolAccrodion .accordion-button {
		font-family: Futura-Heavy-BT;
		font-size: 20px;
		color: #FFFFFF;
		background-color: transparent;
		color: #fff;
	}

	#prodSolAccrodion .accordion-body {
		padding: 0;
		background-color: transparent;
	}

	#prodSolAccrodion .accordion-item {
		background-color: transparent;
		border-color: #5e5e5e;
	}

	#prodSolAccrodion .accordion-collapse {
		background-color: transparent;
	}

	#prodSolAccrodion .accordion-body .list-group-item {
		font-size: 16px;
		color: #FFFFFF;
		background-color: transparent;
		border-color: #5e5e5e;
	}

	#prodSolAccrodion .accordion-body .list-group-item:hover,
	#prodSolAccrodion .accordion-body .list-group-item:focus {
		color: #35a937;
	}

	#prodSoloffcanvasNavbar {
		z-index: 99999;
	}

	.btn-prodSol {
		display: none;
	}

	.resProdSolBtn {
		position: absolute;
		top: 30%;
		right: 0;
		display: block;
		padding: 0;
		z-index: 1000;
		box-shadow: none !important;
		animation: bounce 2s infinite;
	}

	.resProdSolBtn img {
		width: 50%;
	}

	#footerSection .bottomFooter .socialLinks .btn-social {
		font-size: 20px;
		width: 40px;
		height: 40px;
	}
}

/* From Small Devices Up To Medium Devices - Tab */
@media (min-width: 768px) and (max-width: 979px) {
	.font-20 {
		font-size: 16px;
	}

	.font-24 {
		font-size: 20px;
	}

	.font-26 {
		font-size: 20px;
	}

	.font-36 {
		font-size: 28px;
	}

	.font-40 {
		font-size: 34px;
	}

	.font-60 {
		font-size: 40px;
	}

	.navbar .navbar-right.hide-on-small {
		display: none !important;
	}

	.navbar-toggler {
		display: block !important;
	}

	.navbar2 {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 8px 15px !important;
	}

	.navbar .navbar-brand {
		margin-right: 0;
	}

	.navbar .navbar-brand img {
		height: 65px;
		width: auto;
	}

	body.scrolled .navbar .navbar-brand img {
		height: 50px;
		width: auto;
	}

	.navbar header {
		padding: 8px 0;
	}

	.navbar {
		padding-top: 0;
		padding-bottom: 0 !important;
	}

	.navbar-toggler .fas {
		font-size: 22px;
	}

	.video-container {
		height: calc(60vh);
	}

	.video-container video {
		padding: 0;
		height: 100%;
		object-fit: cover;
	}

	.videoRow {
		height: 100%;
	}

	#prodSolBtn img {
		width: 50%;
	}

	@keyframes bounce {

		0%,
		20%,
		50%,
		80%,
		100% {
			right: -50px;
		}

		40% {
			right: -40px;
		}

		60% {
			right: -45px;
		}
	}

	.video-container #homeCarousel {
		top: 30%;
	}

	.video-container #homeCarousel .carousel-inner {
		width: 85%;
		height: auto;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item h1 {
		font-size: 54px;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item p {
		font-size: 22px;
		width: 70%;
	}

	.video-container #homeCarousel .carousel .carousel-indicators {
		top: 60%;
	}

	#productSection .productHeader .titleSection {
		width: 40%;
	}

	#productSection .productHeader .descSection {
		width: 60%;
	}

	#productSection .productSlider .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}

	#productSection .productSlider .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	#automationSection .automationBody .automationBoxes .automationBox p {
		font-size: 16px;
		padding-left: 50px;
	}

	#automationSection .automationBody .automationBoxes .automationBox {
		width: 100%;
		min-height: 220px;
	}

	#automationSection .automationBody .automationBoxes .automationBox::before {
		left: -14px;
		width: 76px;
		height: 150px;
		top: 50px;
	}

	#automationSection .automationBody .automationBoxes .automationBox .counter69 {
		left: 25px;
	}

	#automationSection .automationBody .automationBoxes .automationBox .counter2070 {
		left: 40px;
	}

	#automationSection .automationBody .automationBoxes .automationBox .number {
		font-size: 15px;
	}

	#excellenceSection {
		padding-top: 0;
		padding-bottom: 0;
	}

	#excellenceSection .leftSection {
		padding-top: 40px;
	}

	#excellenceSection .rightSection {
		background-position: top left;
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 100px;
		padding-right: 20px;
	}

	#excellenceSection .leftSection h3 {
		font-size: 34px;
		line-height: 50px;
	}

	#excellenceSection .rightSection h3 {
		font-size: 24px;
	}

	#newsSection {
		margin-top: 40px;
	}

	#newsSection .mt-5 {
		margin-top: 0 !important;
	}

	#newsSection .home_news_slider .newsCard .card-body {
		padding: 15px;
	}

	#newsSection .home_news_slider .owl-nav button.owl-prev {
		left: -12px;
	}

	#newsSection .home_news_slider {
		margin-bottom: 0px !important;
	}

	#newsSection .home_news_slider .owl-nav button.owl-next {
		right: -12px;
	}

	#serviceSection {
		padding-top: 70px;
		padding-bottom: 50px;
		margin-top: 20px;
	}

	#serviceSection .bodySection .nav-pills .nav-item {
		margin: 0 5px;
	}

	#serviceSection .bodySection .nav-pills .nav-link {
		padding: 10px;
	}

	#serviceSection .bodySection .nav-pills object {
		width: 30px;
	}

	#serviceSection .bodySection .tab-content {
		margin-top: 20px;
	}

	#serviceSection .bodySection .tab-content .tab-pane h3 {
		font-size: 24px;
	}

	#serviceSection .bodySection .tab-content .tab-pane hr {
		margin-bottom: 10px;
	}

	#serviceSection .bodySection .tab-content .tab-pane p {
		font-size: 16px;
		padding: 0 15px;
	}

	#serviceSection .bodySection .tab-content .tab-pane .btn-showAll {
		margin-top: 10px;
	}

	.btn-showAll {
		font-size: 16px;
	}

	#serviceSection .bodySection .tab-content .tab-pane {
		min-height: 250px;
	}

	#testimonialSection {
		background-image: none;
		margin-top: 0;
	}

	#testimonialSection .leftSection img {
		display: none;
	}

	#testimonialSection .leftSection {
		background-image: url(../images/testimonialsSection-banner-1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top left;
		position: relative;
	}

	#testimonialSection .rightSection {
		background-image: url(../images/testimonialsSection-banner-2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom right;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	#testimonialSection .rightSection .home_testimonial_slider .testimonialBox {
		padding: 30px 30px;
	}

	#searchForm {
		top: -3px;
		width: 59%;
		right: 10px;
	}

	#commonSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#commonSection .p-0 {
		padding: 0 15px !important;
	}

	.visMisSection .description {
		padding: 0px 15px;
	}

	#visMisGrnSection .description {
		padding: 40px 15px 40px 15px;
	}

	#visMisGrnSection .description p {
		margin-bottom: 20px;
	}

	#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox p {
		font-size: 16px;
	}

	.managementCard .card-title {
		margin-top: 10px;
	}

	.managementCard .card-body {
		padding: 0;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox {
		min-height: 150px;
		padding: 20px 20px 20px 70px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox::before {
		left: -12px;
		width: 110px;
		height: 100px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox img {
		position: absolute;
		top: 34%;
		bottom: auto;
		left: 0;
		width: 40px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox h3 {
		font-size: 20px;
	}

	.detailSection .prodTabs .nav-tabs .nav-item {
		width: 18%;
	}

	.detailSection .prodTabs .nav-tabs .nav-item .nav-link {
		font-size: 14px;
		padding: 10px 0px;
		min-width: auto;
		width: 100%;
	}

	.detailSection .prodTabs .tab-content {
		padding: 20px;
	}

	.productDescription img.float-end,
	.productDescription img.float-right {
		margin-left: 20px;
		margin-bottom: 20px;
		width: 50%;
	}

	.productDescription img.float-start,
	.productDescription img.float-left {
		margin-right: 20px;
		margin-bottom: 20px;
		width: 50%;
	}

	.detailSection .prodTabs .tab-content .downloadBox h3 {
		font-size: 14px;
	}

	.detailSection .prodTabs .tab-content .downloadBox {
		min-height: 100px;
		margin-bottom: 15px;
		padding: 20px 20px 20px 50px;
	}

	.detailSection .prodTabs .tab-content .downloadBox::before {
		left: -9px;
		width: 70px;
		height: 70px;
	}

	.detailSection .prodTabs .tab-content .downloadBox img {
		width: 24px;
	}

	body.pathSlider-visible #navSlider {
		visibility: hidden !important;
		display: none;
	}

	#prodSolAccrodion.visible {
		left: 0;
	}

	body.pathSlider-visible .btn-prodSol {
		z-index: 99998;
	}

	#prodSolAccrodion .accordion-button {
		font-family: Futura-Heavy-BT;
		font-size: 20px;
		color: #FFFFFF;
		background-color: transparent;
		color: #fff;
	}

	#prodSolAccrodion .accordion-body {
		padding: 0;
		background-color: transparent;
	}

	#prodSolAccrodion .accordion-item {
		background-color: transparent;
		border-color: #5e5e5e;
	}

	#prodSolAccrodion .accordion-collapse {
		background-color: transparent;
	}

	#prodSolAccrodion .accordion-body .list-group-item {
		font-size: 16px;
		color: #FFFFFF;
		background-color: transparent;
		border-color: #5e5e5e;
	}

	#prodSolAccrodion .accordion-body .list-group-item:hover,
	#prodSolAccrodion .accordion-body .list-group-item:focus {
		color: #35a937;
	}

	#prodSoloffcanvasNavbar {
		z-index: 99999;
	}

	.btn-prodSol {
		display: none;
	}

	.resProdSolBtn {
		position: absolute;
		top: 20%;
		right: 0;
		display: block;
		padding: 0;
		z-index: 1000;
		box-shadow: none !important;
		animation: bounce 2s infinite;
	}

	.resProdSolBtn img {
		width: 50%;
	}
}

/* Only Small Devices Only - Mobile */
@media (max-width: 767px) {
	.footer-quickLinks {
		margin-bottom: 30px;
	}

	.product-tabs .tab-btn {
		padding: 8px 20px !important;
	}

	.exhibition-tabs {
		gap: 21px !important;
		flex-direction: column;
	}

	.copyrightSection {
		padding-bottom: 54px;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	#testimonialSection .rightSection .home_testimonial_slider .owl-nav {
		text-align: center;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item h3 {
		font-size: 44px;
	}

	#serviceSection .bodySection .nav-pills {
		gap: 15px;
	}

	.offcanvas {
		width: 90vw;
		max-width: 100%;
	}

	.offcanvas-header button {
		right: 10px;
		top: 10px;
	}

	.offcanvas-body {
		padding: 15px 15px 15px 25px;
	}

	#nvbars .nav-item {
		margin-left: 10px;
	}

	.font-20 {
		font-size: 16px;
	}

	.font-24 {
		font-size: 20px;
	}

	.font-26 {
		font-size: 20px;
	}

	.font-30 {
		font-size: 26px;
	}

	.font-36 {
		font-size: 28px;
	}

	.font-40 {
		font-size: 30px;
	}

	.font-50 {
		font-size: 32px;
	}

	.font-60 {
		font-size: 36px;
	}

	.navbar {
		padding-top: 0;
	}

	body.scrolled .navbar {
		z-index: 99999;
	}

	.navbar .navbar-right.hide-on-small {
		display: none;
	}

	.navbar-light .navbar-right .nav-item .nav-link {
		padding: 3px 8px;
	}

	.navbar header {
		padding: 10px 0;
		display: none !important;
	}

	.navbar2 {
		padding: 10px;
		max-width: 100vw
	}

	.navbar {
		padding-bottom: 0 !important;
	}

	.header-top-bar-area {
		border-top: none !important;
	}

	.navbar-light .navbar-right .nav-item .nav-link img,
	.navbar-light .navbar-right .nav-item .nav-link object {
		width: 24px;
	}

	body.scrolled .navbar .navbar-brand img {
		width: 100%;
		height: 48px !important;
	}

	.navbar .navbar-brand img {
		height: 60px;
	}

	.video-container {
		height: calc(95vh - 0px);
	}

	.video-container video {
		padding: 0;
		height: 100%;
		object-fit: cover;
	}

	.videoRow {
		height: 100%;
	}

	#prodSolBtn img {
		width: 50%;
	}

	@keyframes bounce {

		0%,
		20%,
		50%,
		80%,
		100% {
			right: -50px;
		}

		40% {
			right: -40px;
		}

		60% {
			right: -45px;
		}
	}

	.video-container #homeCarousel {
		top: 30%;
	}

	.video-container #homeCarousel .carousel-inner {
		width: 85%;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item h1 {
		font-size: 40px;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item p {
		font-size: 22px;
		width: 100%;
	}

	.video-container #homeCarousel .carousel .carousel-indicators {
		top: 60%;
	}

	#productSection {
		background-position: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#productSection .productHeader {
		display: block;
	}

	#productSection .productHeader .titleSection {
		width: 100%;
	}

	#productSection .productHeader .descSection {
		width: 100%;
	}

	#productSection .productSlider .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}

	#productSection .productSlider .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	#prodSolSection .prodSolHeader h3 {
		font-size: 34px;
	}

	#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav button.owl-prev {
		left: 30px;
	}

	#prodSolSection .productSolutionSlider .home_prodsol_slider .owl-nav button.owl-next {
		right: 30px;
	}

	#automationSection {
		background-position: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#automationSection .automationBody .automationBoxes .automationBox::before {
		left: -15px;
		width: 80px;
		height: 120px;
	}

	#automationSection .automationBody .automationBoxes .automationBox {
		min-height: 170px;
		margin-bottom: 20px;
	}

	#automationSection .automationBody .automationBoxes .automationBox .counter2070 {
		left: 40px;
	}

	#automationSection .automationBody .automationBoxes .automationBox .counter69 {
		left: 25px;
	}

	#automationSection .automationBody .automationBoxes .automationBox .number {
		font-size: 15px;
	}

	#automationSection .automationBody .automationBoxes .automationBox p {
		font-size: 16px;
	}

	#excellenceSection {
		padding-top: 50px;
		padding-bottom: 0px;
	}

	#excellenceSection .leftSection {
		padding: 50px 0;
		text-align: center !important;
	}

	#excellenceSection .leftSection h3 {
		line-height: 44px;
		font-size: 30px;
		text-align: center !important;
	}

	#excellenceSection .leftSection h3.for-pc {
		display: none;
	}

	#excellenceSection .leftSection h3.for-mobile {
		display: block;
	}

	#excellenceSection .rightSection h3 {
		font-size: 26px;
	}

	#excellenceSection .rightSection {
		background-image: url(../images/rightSection-banner-02.png);
		background-position: center;
		position: relative;
		padding-top: 100px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#newsSection {
		margin-top: 40px;
	}

	#newsSection .mt-5 {
		margin-top: 0 !important;
	}

	#newsSection .home_news_slider .newsCard .card-body {
		padding: 15px;
	}

	#newsSection .home_news_slider .owl-nav button.owl-prev {
		left: -12px;
	}

	#newsSection .home_news_slider {
		margin-bottom: 0px !important;
	}

	#newsSection .home_news_slider .owl-nav button.owl-next {
		right: -12px;
	}

	#serviceSection {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 20px;
	}

	#serviceSection .bodySection .nav-pills .nav-item {
		margin: 0 5px;
	}

	#serviceSection .bodySection .nav-pills .nav-link {
		padding: 10px;
	}

	#serviceSection .bodySection .nav-pills object {
		width: 30px;
	}

	#serviceSection .bodySection .tab-content {
		margin-top: 20px;
	}

	#serviceSection .bodySection .tab-content .tab-pane h3 {
		font-size: 24px;
	}

	#serviceSection .bodySection .tab-content .tab-pane {
		min-height: 400px;
	}

	#serviceSection .bodySection .tab-content .tab-pane hr {
		margin-bottom: 10px;
	}

	#serviceSection .bodySection .tab-content .tab-pane p {
		font-size: 16px;
		padding: 0 15px;
	}

	#serviceSection .bodySection .tab-content .tab-pane .btn-showAll {
		margin-top: 10px;
	}

	.btn-showAll {
		font-size: 16px;
	}

	#testimonialSection {
		padding-top: 50px;
		/* background-image: url(../images/mob-testimonialsSection-banner.png); */
	}

	#testimonialSection .leftSection img {
		position: relative;
		top: -22px;
		left: 38px;
		right: 0;
		width: 20%;
	}

	#testimonialSection .rightSection {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	#testimonialSection .rightSection .home_testimonial_slider .testimonialBox {
		padding: 10px 15px;
	}

	#testimonialSection .rightSection .home_testimonial_slider .testimonialBox h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#footerSection {
		padding-bottom: 0;
	}

	#footerSection .topFooter .logoSection {
		justify-content: space-around;
		margin-bottom: 20px;
	}

	#footerSection .topFooter .logoSection .navbar-brand {
		margin: 0;
	}

	#footerSection .topFooter p {
		margin-bottom: 0;
	}

	#footerSection .bottomFooter {
		margin-top: 30px;
	}

	#footerSection .bottomFooter .text-start {
		/* text-align: centser !important; */
		padding: 0 20px;
	}

	#footerSection .bottomFooter .socialLinks {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#footerSection .bottomFooter .socialLinks .btn-social {
		font-size: 20px;
		width: 35px;
		height: 35px;
	}

	#footerSection .bottomFooter .subscribeSection h3 span {
		font-size: 16px;
	}

	#footerSection .bottomFooter .subscribeSection ul.list-unstyled {
		margin-top: 15px !important;
		margin-bottom: 0;
	}

	#footerSection .bottomFooter .subscribeSection ul.list-unstyled li a {
		font-size: 16px;
	}

	#footerSection .bottomFooter .subscribeSection form button {
		padding: 0px 30px;
	}

	#searchForm {
		top: 9px;
		width: 51%;
		right: 10px;
	}

	.inner-banner {
		min-height: 350px;
		height: 350px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		align-content: flex-end;
		text-align: center;
	}

	#aboutUsSection .aboutUsHeader {
		display: block;
	}

	#aboutUsSection .aboutUsHeader .titleSection {
		display: block;
		width: 100%;
		padding-right: 0px;
	}

	#aboutUsSection .aboutUsHeader .descSection {
		display: block;
		width: 100%;
	}

	#aboutUsSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#historySection .historyBody ol li {
		padding: 20px;
	}

	#historySection .historyBody ol li:nth-child(odd) {
		border-right: none;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		margin-right: 10px;
		padding-left: 30px;
		padding-right: 10px;
	}

	#historySection .historyBody ol li:nth-child(even) {
		border-left: none;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		margin-left: 10px;
	}

	#historySection .historyBody ol li:first-child {
		top: -132px;
		height: 134px;
	}

	#historySection .historyBody ol li.odd_side {
		right: 0;
	}

	#commonSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#commonSection .p-0 {
		padding: 0 15px !important;
	}

	.visMisSection .description {
		padding: 15px 15px;
	}

	#visMisGrnSection .description {
		padding: 40px 15px 40px 15px;
	}

	#visMisGrnSection .description p:last-child,
	.visMisSection .description p:last-child {
		margin-bottom: 0;
	}

	#coreValueSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.managementCard {
		text-align: center;
	}

	.managementCard .card-title {
		margin-top: 10px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox {
		min-height: 150px;
		padding: 20px 20px 20px 70px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox::before {
		left: -12px;
		width: 110px;
		height: 100px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox img {
		position: absolute;
		top: 34%;
		bottom: auto;
		left: 0;
		width: 40px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox h3 {
		font-size: 20px;
	}

	#commonSection .commonSectionHeader h2.font-40 {
		font-size: 28px;
	}

	.blogDetail .blogDescription figure {
		padding: 40px 40px;
	}

	.blogDetail .blogDescription figure::before {
		top: 6px;
		left: 10px;
	}

	.contactForm {
		margin-top: 0px !important;
	}

	#commonSection:before,
	#coreValueSection:before {
		width: 360px;
		height: 143px;
	}

	#commonSection:after,
	#coreValueSection:after {
		width: 360px;
		height: 143px;
	}

	.detailSection .prodTabs .nav-tabs .nav-item {
		width: 20%;
	}

	.detailSection .prodTabs .nav-tabs .nav-item .nav-link {
		font-size: 10px;
		padding: 10px 0px;
		min-width: auto;
		width: 100%;
	}

	.detailSection .prodTabs .tab-content {
		padding: 20px;
	}

	.productDescription img.float-end,
	.productDescription img.float-right {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.productDescription img.float-start,
	.productDescription img.float-left {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.productDescription p,
	.productDescription a,
	.productDescription ul,
	.productDescription li,
	.productDescription ol {
		font-size: 16px;
	}

	.detailSection .prodTabs .tab-content .downloadBox h3 {
		font-size: 14px;
	}

	.detailSection .prodTabs .tab-content .downloadBox {
		min-height: 100px;
		margin-bottom: 15px;
		padding: 20px 20px 20px 50px;
	}

	.detailSection .prodTabs .tab-content .downloadBox::before {
		left: -9px;
		width: 70px;
		height: 70px;
	}

	.detailSection .prodTabs .tab-content .downloadBox img {
		width: 24px;
	}

	body.pathSlider-visible #navSlider {
		visibility: hidden !important;
		display: none;
	}

	#prodSolAccrodion.visible {
		left: 0;
	}

	body.pathSlider-visible .btn-prodSol {
		z-index: 99998;
	}

	#prodSolAccrodion .accordion-button {
		font-family: Futura-Heavy-BT;
		font-size: 20px;
		color: #FFFFFF;
		background-color: transparent;
		color: #fff;
	}

	#prodSolAccrodion .accordion-body {
		padding: 0;
		background-color: transparent;
	}

	#prodSolAccrodion .accordion-item {
		background-color: transparent;
		border-color: #5e5e5e;
	}

	#prodSolAccrodion .accordion-collapse {
		background-color: transparent;
	}

	#prodSolAccrodion .accordion-body .list-group-item {
		font-size: 16px;
		color: #FFFFFF;
		background-color: transparent;
		border-color: #5e5e5e;
	}

	#prodSolAccrodion .accordion-body .list-group-item:hover,
	#prodSolAccrodion .accordion-body .list-group-item:focus {
		color: #35a937;
	}

	#prodSoloffcanvasNavbar {
		z-index: 99999;
	}

	.btn-prodSol {
		display: none;
	}

	.resProdSolBtn {
		position: absolute;
		top: 25%;
		right: -31px;
		display: block;
		padding: 0;
		z-index: 1000;
		box-shadow: none !important;
		/* animation: bounce 2s infinite; */
	}

	.resProdSolBtn img {
		width: 50%;
	}

	body #navSlider {
		display: none;
	}

	.managementHeader {
		text-align: center;
		margin-bottom: 40px;
	}

	#clientSection .home_client_slider .owl-item {
		min-height: 110px;
	}

	.inner-banner .font-30 {
		font-size: 20px;
	}

	.inner-banner .font-50 {
		font-size: 28px;
	}

	.breadcrumSection {
		position: relative;
		top: -8px;
	}

	.btn-group,
	.btn-group-vertical {
		margin-bottom: 25px;
	}

	#careerFormSection .formCareerDiv {
		padding: 25px 20px;
		margin-top: -80px;
	}

	.blogDetail .blogDescription figure {
		padding: 25px 20px;
	}
}

@media (min-width: 568px) and (max-width: 737px) {
	.navbar {
		padding-top: 0.5rem;
	}

	.navbar .navbar-right.hide-on-small {
		display: flex;
		width: auto;
	}

	.video-container #homeCarousel .carousel-inner {
		width: 70%;
	}

	#productSection .productHeader {
		display: flex;
	}

	#productSection .productHeader .titleSection {
		width: 40%;
	}

	#productSection .productHeader .descSection {
		width: 60%;
	}

	#automationSection .automationBody .automationBoxes .automationBox {
		min-height: 170px;
		margin-bottom: 0;
		position: relative;
		padding: 10px;
		width: 100%;
	}

	#automationSection .automationBody .automationBoxes .automationBox::before {
		left: -13px;
		width: 65px;
		height: 100px;
		top: 30px;
	}

	#automationSection .automationBody .automationBoxes .automationBox p {
		font-size: 14px;
		padding-left: 50px;
	}

	#excellenceSection {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#excellenceSection .leftSection {
		padding-bottom: 200px;
		padding-top: 200px;
		display: flex;
		align-items: flex-start;
	}

	#excellenceSection .leftSection h3 {
		line-height: 50px;
		font-size: 36px;
	}

	#excellenceSection .rightSection {
		background-image: url(../images/rightSection-banner.png);
		background-position: top left;
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 110px;
		padding-right: 20px;
	}

	#testimonialSection .rightSection {
		background-image: url(../images/testimonialsSection-banner-2.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom;
		position: relative;
	}

	#excellenceSection .rightSection h3 {
		font-size: 22px;
	}

	#excellenceSection .rightSection p {
		font-size: 14px;
		text-align: justify;
	}

	#footerSection .bottomFooter .text-start {
		text-align: left !important;
	}

	#searchForm {
		top: 1px;
		width: 51%;
		right: 10px;
	}

	.inner-banner {
		min-height: 350px;
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
		text-align: center;
	}

	#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox {
		min-height: 230px;
	}

	#coreValueSection .coreValueBody .coreValueBoxes .coreValueBox::before {
		top: 30px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox {
		min-height: 150px;
		padding: 20px 20px 20px 70px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox::before {
		left: -12px;
		width: 110px;
		height: 100px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox img {
		position: absolute;
		top: 34%;
		bottom: auto;
		left: 0;
		width: 40px;
	}

	#coreValueSection .downloadBody .coreValueBoxes .coreValueBox h3 {
		font-size: 20px;
	}

	.productDescription img.float-end,
	.productDescription img.float-right {
		margin-left: 20px;
		margin-bottom: 20px;
		width: 40%;
	}

	.productDescription img.float-start,
	.productDescription img.float-left {
		margin-right: 20px;
		margin-bottom: 20px;
		width: 40%;
	}

	.detailSection .prodTabs .nav-tabs .nav-item .nav-link {
		font-size: 14px;
	}
}

/* Small Mobile Devices */
@media (max-width: 576px) {

	#homeCarousel .carousel .carousel-inner .carousel-item h1 {
		font-size: 30px;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item p {
		font-size: 16px;
	}

	.font-40 {
		font-size: 24px;
	}

	.font-50 {
		font-size: 26px;
	}

	.font-60 {
		font-size: 28px;
	}

	.font-36 {
		font-size: 22px;
	}

	.font-30 {
		font-size: 20px;
	}

	#commonSection:before,
	#coreValueSection:before,
	#commonSection:after,
	#coreValueSection:after {
		display: none;
	}

	#aboutUsSection {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#careerFormSection .formCareerDiv {
		padding: 20px 15px;
		margin-top: -60px;
	}

	.blogDetail .blogDescription figure {
		padding: 20px 15px;
	}

	.inner-banner {
		min-height: 280px;
		height: 280px;
	}

	.inner-banner .font-50 {
		font-size: 22px;
	}

	.inner-banner .font-30 {
		font-size: 16px;
	}

	#productSection {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#automationSection {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#excellenceSection {
		padding-top: 0px;
	}

	#excellenceSection .leftSection h3 {
		font-size: 26px;
		line-height: 38px;
	}

	#serviceSection {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#testimonialSection .rightSection {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.productDescription img.float-end,
	.productDescription img.float-right,
	.productDescription img.float-start,
	.productDescription img.float-left {
		float: none !important;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.detailSection .prodTabs .nav-tabs .nav-item {
		width: auto;
	}

	.detailSection .prodTabs .nav-tabs .nav-item .nav-link {
		font-size: 10px;
		padding: 8px 5px;
	}
}

/* Extra Small Devices - Very Small Phones */
@media (max-width: 370px) {

	.offcanvas {
		width: 100%;
	}

	.offcanvas-body {
		padding: 15px;
	}

	#nvbars .nav-item {
		margin-left: 5px;
	}

	.font-40 {
		font-size: 22px;
	}

	.font-50 {
		font-size: 24px;
	}

	.font-60 {
		font-size: 26px;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item h1 {
		font-size: 26px;
	}

	#homeCarousel .carousel .carousel-inner .carousel-item p {
		font-size: 14px;
	}

	.inner-banner {
		min-height: 240px;
		height: 240px;
	}

	#careerFormSection .formCareerDiv {
		padding: 15px;
	}
}