@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root {
	--black-color: #000000;
	--white-color: #ffffff;
	--light-yellow-color: #b0976f;
	--theme-color: #7d0b15;
	--uppercase-text: uppercase;
	--heading-font: "Sofia", cursive;
	--body-font: "Roboto Slab", serif;
	--font-12: 12px;
	--font-14: 14px;
	--font-16: 16px;
	--font-18: 18px;
	--font-20: 20px;
	--font-22: 22px;
	--font-24: 24px;
	--font-30: 30px;
	--font-50: 50px;
	--font-60: 60px;
	--font-70: 70px;
	--font-80: 80px
}

body {
	font-family: Poppins, sans-serif
}

header.animated {
	position: absolute;
	z-index: 9;
	width: 100%
}

.pleasewait,
.slider-popup .owl-nav button span,
.tab_drawer_heading,
header.animated.slideInUp {
	display: none
}

header.animated.header-scrolled.slideInDown {
	background: #000;
	box-shadow: 2px 2px 7px 1px #23008052;
	z-index: 99999;
}

.media-slide:hover .media-icon-img,
.vision-box,
header.animated.header-scrolled.slideInDown nav.navbar.navbar-expand-lg.navbar-dark.fixed-top {
	background: #0054a6
}

header.animated.header-scrolled {
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	opacity: 1;
	transform: translateY(-110%);
	transition: .4s
}

header.animated.none-fix,
header.animated.none-fix.header-scrolled.slideInDown {
	position: fixed;
	background: 0 0;
	box-shadow: none
}

.follow-us a:last-child,
.navbar-nav li.nav-item:last-child a,
header.animated.none-fix .navbar-nav li.nav-item:last-child a,
header.animated.none-fix.header-scrolled.slideInDown .navbar-nav li.nav-item:last-child a {
	margin-right: 0
}

header.animated.header-scrolled.slideInDown .navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 0 25px;
	margin: 0 22px;
}

header.animated.none-fix.header-scrolled.slideInDown .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 0 15px;
	margin: 40px 29px 0
}

.dropbtn {
	background: 0 0;
	font-size: 16px;
	border: none;
	cursor: pointer
}

.dropdown,
.industries-box a {
	position: relative;
	display: inline-block
}

.dropdown-content {
	display: none;
	position: absolute;
	background: #84b819;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	z-index: 1;
	left: -40px
}

.dropdown-content a {
	color: #fff;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	font-family: 'Open Sans', sans-serif;
	transition: .3s ease-in-out
}

.dropdown-content a:hover {
	background-color: #0054a5
}

.avtive-border-none img,
.dropdown:hover .dropdown-content,
.product-video-image a {
	display: block
}

.dropdown:hover .dropbtn,
.pro-cess-section .row .col-md-3:nth-child(12) .process-box:before,
.pro-cess-section .row .col-md-3:nth-child(5) .process-box:before,
.pro-cess-section .row .col-md-3:nth-child(9) .process-box:before {
	background: 0 0
}

.whats-app-float {
	position: fixed;
	bottom: 10%;
	right: 1%;
	z-index: 999999
}

.german-logo {
	position: absolute;
	z-index: 1;
	top: 18%;
	right: 8.5%
}

@media (max-width:991.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 56px;
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #343a40;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out
	}

	.offcanvas-collapse.open {
		visibility: visible;
		transform: translateX(-100%)
	}
}

.black-arrow,
.white-arrow {
	background: #fff0;
	padding: 10px
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch
}

.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d
}

.dealer-section ul.tabs li:hover,
.industries-box:hover h2,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.nav-underline .nav-link:hover {
	color: #007bff
}

.nav-underline .active {
	font-weight: 500;
	color: #343a40
}

.navbar-dark .navbar-nav .nav-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #84b818;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header-search input.form-control.me-2:focus {
	color: #fff;
	border-color: #9feccb;
	outline: 0;
	box-shadow: none;
	background: 0 0
}

.navbar-dark .navbar-nav .nav-link:hover:after {
	opacity: 1;
	visibility: visible;
	width: 100%
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 0 15px;
	color: #f0f8ff;
	font-size: 14px;
	position: relative;
	margin: 40px 19px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700
}

.header-search input.form-control.me-2 {
	background: 0 0;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	height: 30px;
	padding-left: 0
}

form.d-flex.header-search {
	position: relative;
	width: 28%;
	float: left
}

.header-search button.btn.btn-outline-success {
	position: absolute;
	left: 0;
	color: #fff;
	border: none;
	padding: 0
}

.slider-text {
	text-align: left
}

.slider-text h5 {
	font-size: 44px;
	font-weight: 500
}

.slider-text a {
	background: #0054a6;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
	font-size: 14px
}

.carousel-caption {
	position: absolute;
	right: 5%;
	bottom: 1.25rem;
	left: 46%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	top: 28%
}

.carousel-indicators,
a#Dot5 {
	bottom: 15%
}

.fixed-top {
	position: absolute;
	border-bottom: 1px solid #000;
	padding-bottom: 0
}

.about-section,
.blog-search.sidebar-search,
.blog-slide,
.counter-section,
.dropdown-content.mega-menu-products .product-menu-links ul li,
.get-in-touch-section,
.industry-book,
.inner-page-bg,
.lifting-product-menu,
.main-products-section,
.map-image,
.media-section,
.newsletter-text-form form,
.product-video-image,
.project-slide,
.project-slide .slide-wrapper .slide-text a,
.quality-box,
.quality-box-all,
.share-section,
.slider-box-arrow a,
.top-mini-header,
div#navbarsExampleDefault {
	position: relative
}

.navbar-expand-lg .navbar-nav {
	flex-direction: row;
	margin-top: 20px
}

.top-mini-header {
	z-index: 9999
}

.inner-mini-header span {
	margin-left: 30px
}

.inner-mini-header {
	position: absolute;
	right: 0;
	top: 10px
}

.top-mini-header a {
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none
}

.help-text a img,
.sales-text a img,
.top-mini-header a img {
	margin-left: 10px
}

.carousel-indicators .active:before {
	background: #0054a6;
	width: 5px;
	height: 5px
}

.carousel-indicators button:before {
	content: '';
	position: absolute;
	background: #fff;
	width: 5px;
	height: 5px;
	left: 7px;
	border-radius: 100px;
	top: 6px
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 18px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	transition: .6s;
	padding: 5px 0 9px;
	background: 0 0;
	border: 1px solid #fff0;
	box-shadow: none;
	border-radius: 106px;
	position: relative;
	opacity: 1
}

.slider-box-section {
	margin-top: -90px;
	z-index: 9999;
	position: relative
}

.slider-box.blue-box,
.slider-box.green-box,
.slider-box.pink-box {
	position: relative;
	overflow: hidden !important
}

.slider-box.blue-box:before {
	background: #0054a6d7;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .3s ease-in-out;
	left: 0;
	top: 0;
	z-index: 1
}

.slider-box.blue-box:hover::before {
	background: #0054a6d7
}

.corporate-box-icon,
.indian-flag,
.slider-box-icon {
	float: right
}

.slider-box-text h2 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	height: 112px;
	width: 290px
}

.aboutus-text h2,
.blog-heading h2,
.category-heading h2,
.manufacturing-text h2,
.media-heading h2,
.product-heading h2,
.project-heading h2 {
	font-size: 40px;
	font-weight: 600
}

.media-main-img img,
.product-box-image img,
.slider-box-image {
	-webkit-transform: scale(1.001);
	transform: scale(1.001);
	transition: .4s ease-in-out;
	-webkit-transition-delay: 0s
}

.about-text a,
.black-arrow,
.blog-text,
.cat-icon,
.category li.slide-wrapper,
.category li.slide-wrapper:before,
.category li.slide-wrapper:hover:before,
.corporate-box-icon,
.corporate-box.corporate-blue-box,
.corporate-box.corporate-blue-box h2,
.media-icon-img,
.media-main-img,
.news-events-section .media-slide .media-text h2,
.project-slide .slide-wrapper .slide-text .see-more img,
.project-slide .slide-wrapper .slide-text a span,
.project-slide .slide-wrapper:before,
.slider-box,
.slider-box.green-box:before,
.slider-box.pink-box:before,
.white-arrow,
img.blog-white {
	transition: .3s ease-in-out
}

.media-slide:hover .media-main-img img,
.product-box:hover .product-box-image img,
.slider-box:hover .slider-box-image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.slider-box-icon:hover {
	webkit-animation: spinAround 2s linear infinite;
	-moz-animation: 2s linear infinite spinAround;
	animation: 2s linear infinite spinAround
}

.slider-box-arrow {
	margin-top: 30px;
	position: relative
}

.black-arrow {
	opacity: 0;
	position: absolute;
	left: 0
}

.slider-box:hover .black-arrow {
	opacity: 1;
	background: #fff;
	padding: 10px
}

.slider-box-caption {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2;
	padding: 45px 30px
}

.accordion-body,
.category,
.slider-box-section .col-md-4 {
	padding: 0
}

.slider-box:hover {
	box-shadow: -1px 6px 27px -7px #000;
	z-index: 2
}

.add-card-form:focus,
.blue-email-box form input:focus,
.enquiry-section .form-group input:focus,
.enquiry-section .form-group textarea:focus,
.mainform textarea:focus,
.newsletter-text-form input:focus,
.sidebar-search input:focus {
	box-shadow: none;
	outline: 0
}

.slider-box.green-box:before {
	background: #84b818d7;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.slider-box.green-box:hover::before {
	background: #84b818d7
}

.slider-box.pink-box:before {
	background: #ec008cd7;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.slider-box.pink-box:hover::before {
	background: #ec008cd7
}

.category-section,
.media-slide {
	float: left;
	width: 100%
}

.category-heading h1,
.category-heading h2 {
	text-align: center;
	margin: 0;
	padding: 40px 0
}

.cat-icon {
	position: absolute;
	top: 10%;
	left: 15%;
	opacity: 0
}

.category li.slide-wrapper:hover .cat-icon,
.industries-box:hover .white-hover,
.project-slide:hover .slide-wrapper .slide-text a span,
.slide-wrapper:hover::after {
	opacity: 1
}

.category {
	list-style: none;
	float: left;
	width: 100%
}

.category li.slide-wrapper {
	width: 25%;
	position: relative;
	float: left
}

.category li.slide-wrapper:before {
	content: ''
}

.category li.slide-wrapper:hover:before {
	content: '';
	background: rgb(0 92 181 / 90%);
	width: 100%;
	position: absolute;
	height: 100%
}

.slide-wrapper .slide-text {
	bottom: 60px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	left: 0;
	line-height: 26px;
	padding: 0 15%;
	position: absolute;
	transition: top .35s;
	width: 100%;
	z-index: 2
}

.category .slide-wrapper .slide-heading img {
	transition: .3s ease-in-out;
	padding: 20px 0
}

.category .slide-wrapper:hover .slide-heading img {
	margin-top: -194px
}

.slide-wrapper .slide-text .slide-heading {
	text-transform: uppercase
}

.quality-text-paragraph,
.slide-wrapper .slide-text .slide-body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 1.5s
}

.slide-wrapper .slide-text h2 {
	color: #fff;
	font-size: 28px;
	margin: 0 0 10px;
	text-transform: none
}

.category li.slide-wrapper:first-child .slide-text h2,
.category li.slide-wrapper:nth-child(3) .slide-text h2,
.category li.slide-wrapper:nth-child(4) .slide-text h2 {
	width: 65%
}

.slide-wrapper .slide-text p:last-child {
	margin-bottom: 15px
}

.slide-wrapper .slide-text a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500
}

.slide-wrapper .slide-text a.button:active,
.slide-wrapper .slide-text a.button:focus,
.slide-wrapper .slide-text a.button:hover {
	color: #ff3233
}

.corporate-box:hover .box-paragraph,
.slide-wrapper:hover .slide-body {
	max-height: 660px;
	opacity: 1
}

.product-heading {
	padding: 50px 0 10px
}

.blog-heading a,
.media-heading a,
.product-heading a,
.project-heading a {
	float: right;
	color: #fff;
	font-weight: 500;
	background: #0054a5;
	font-size: 14px;
	padding: 10px 15px;
	text-decoration: none;
	margin-top: 7px;
	transition: .3s ease-in-out
}

.about-text a:hover,
.blog-heading a:hover,
.media-heading a:hover,
.product-heading a:hover,
.project-heading a:hover {
	background: #000
}

.product-box {
	position: relative;
	margin-bottom: 20px
}

a .product-box-heading h3 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 1;
	width: 55%
}

.product-box-link a,
.quality-heading-home h4 {
	color: #0054a6;
	font-size: 14px
}

.product-box-link {
	font-weight: 500;
	position: absolute;
	bottom: 10%;
	left: 10%;
	text-decoration: none
}

.corporate-box.corporate-blue-box,
.product-box-image {
	overflow: hidden
}

.quality-section {
	padding: 30px 0 60px
}

.row.about-row {
	padding-top: 100px
}

.about-section:after {
	content: '';
	position: absolute;
	background-image: url(../images/chain.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 100px;
	right: 0;
	z-index: -1;
	top: 0;
	overflow: hidden
}

.counter-section:before,
.help-section:before {
	width: 18.7%;
	z-index: -1;
	content: '';
	position: absolute;
	left: 0
}

.about-image img {
	padding-right: 40px
}

.about-text {
	padding-top: 20px
}

.about-text h4 {
	color: #84b818;
	font-size: 20px;
	font-weight: 600
}

.about-text h2 {
	color: #000;
	font-size: 40px;
	font-weight: 600;
	margin: 25px 0
}

.about-text h5,
.about-text p,
.help-text a p {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif
}

.about-text h5,
.about-text p {
	color: #000
}

.about-text h5 {
	font-size: 24px;
	line-height: 34px
}

.about-text p {
	font-size: 15px;
	margin: 15px 0;
	line-height: 30px
}

.about-text a {
	color: #fff;
	font-weight: 500;
	background: #0054a5;
	font-size: 14px;
	padding: 10px 15px;
	text-decoration: none;
	margin-top: 7px;
	display: inline-block
}

.counter-section:before {
	background-image: url(../images/counter-all.png);
	background-repeat: no-repeat;
	height: 210px;
	top: 0
}

.conuter-text {
	padding: 120px 0 70px
}

.conuter-text span.main-text {
	font-size: 15px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px
}

.conuter-text span.counter-value {
	width: 135px;
	display: inline-block;
	text-align: right
}

.conuter-text h2 {
	font-size: 54px;
	font-weight: 600;
	color: #0054a6;
	margin: 0
}

.client-section {
	background: #e5eef6;
	padding: 60px 0
}

.help-section,
.sales-section {
	background-size: cover;
	background-attachment: fixed
}

.blog-years,
.client-heading,
.dealer-section table td:first-child,
.error-404,
.no-more-products {
	text-align: center
}

.client-heading h4 {
	color: #84b818;
	font-weight: 600;
	font-size: 20px
}

.client-heading h2 {
	color: #000;
	font-weight: 600;
	font-size: 40px;
	padding: 20px 0 40px;
	margin: 0
}

#clients .owl-dots,
#clients .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	padding-top: 50px
}

#blog .owl-dots .owl-dot span,
#clients .owl-dots .owl-dot span,
#media .owl-dots .owl-dot span,
#project-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ccc;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s;
	border-radius: 30px
}

#blog .owl-dots .owl-dot.active span,
#blog .owl-dots .owl-dot:hover span,
#clients .owl-dots .owl-dot.active span,
#clients .owl-dots .owl-dot:hover span,
#media .owl-dots .owl-dot.active span,
#media .owl-dots .owl-dot:hover span,
#project-slider .owl-dots .owl-dot.active span,
#project-slider .owl-dots .owl-dot:hover span,
.industries-box:hover {
	background: #ec008c
}

.project-heading {
	padding: 50px 0 30px
}

.project-slide .slide-wrapper .slide-text .see-more img {
	width: auto !important;
	padding-left: 40px;
	margin-top: 5px;
	position: absolute
}

.project-slide .slide-wrapper .slide-text a span {
	float: left;
	opacity: 1
}

.project-slide .slide-wrapper:hover:before {
	content: '';
	background: #0155a6bd;
	width: 100%;
	height: 100%;
	position: absolute
}

.project-slide .slide-wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute
}

.project-slide .slide-wrapper:hover .slide-text .see-more img {
	padding-left: 10px !important
}

.project-section .project-slide .slide-wrapper:hover .slide-text .see-more img {
	padding-left: 40px !important
}

#blog .owl-dots,
#blog .owl-nav,
#media .owl-dots,
#media .owl-nav,
#project-slider .owl-dots,
#project-slider .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	padding-top: 35px
}

.help-section:before {
	background-image: url(../images/help-before.png);
	background-repeat: no-repeat;
	height: 100px;
	top: -110px
}

.help-section {
	background-image: url(../images/help-bg.jpg);
	margin-top: 80px;
	position: relative
}

.help-image img {
	margin-top: -47px
}

.follow-us {
	margin-left: 33%
}

@media screen and (max-width:1366px) {
	.conuter-text span.main-text {
		font-size: 13px
	}

	.follow-us {
		margin-left: 23%
	}

	.help-image img {
		margin-top: 20px
	}
}

.help-text {
	padding: 45px
}

.help-text h2 {
	color: #fff;
	font-size: 40px;
	line-height: 50px
}

.help-text a p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin: 25px 0 30px
}

.help-text a {
	color: #fff;
	text-decoration: none;
	font-weight: 500
}

.newsletter-section,
.why-rud-section {
	padding: 80px 0;
	position: relative
}

.why-rud.left-side {
	text-align: right;
	float: left;
	margin-right: -15%;
	z-index: 9;
	position: relative
}

.why-rud-text {
	float: left;
	width: 70%
}

.why-rud.left-side .why-rud-icon {
	position: relative;
	float: right
}

.why-rud.left-side .why-rud-icon:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #0054a6;
	left: -29px;
	top: 50%
}

.why-rud-text h2 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 15px
}

.why-rud-text p {
	color: #666;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif
}

.why-rud-text-icon {
	float: left;
	width: 100%;
	margin-top: 20px
}

.why-rud.right-side {
	text-align: left;
	float: left;
	margin-left: -15%;
	position: relative
}

.filter-btn,
.mini-footer.right-side-text,
.quality-icon {
	text-align: right
}

.right-side .why-rud-text {
	float: right;
	width: 70%
}

.why-rud-section:after,
.why-rud-section:before {
	width: 10%;
	height: 240px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
	content: ''
}

.why-rud.right-side .why-rud-icon {
	position: relative;
	float: left
}

.why-rud.right-side .why-rud-icon:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #0054a6;
	right: -29px;
	top: 50%
}

.why-rud-heading h2 {
	color: #000;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px
}

.why-rud-section:after {
	background-image: url(../images/why-rud-after.jpg);
	right: 2%;
	top: 0
}

.why-rud-section:before {
	background-image: url(../images/counter-all.png);
	left: 0;
	top: 40%
}

.sales-section {
	background-image: url(../images/sales-bg-home.jpg);
	padding: 60px 0 30px
}

.sales-heading h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 40px
}

.sales-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600
}

.sales-text p,
.we-here p {
	font-size: 15px;
	color: #fff
}

.we-here p {
	margin: 20px 0;
	font-weight: 400;
	line-height: 26px
}

.sales-text a {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none
}

.media-body.sales-text {
	float: right;
	width: 82%
}

.sales-media {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 35px
}

.blog-text a img,
.media-icon-img,
.media-text a img {
	width: auto !important
}

.sales-media p {
	margin-bottom: 0
}

.media-section:after {
	content: '';
	left: 0;
	position: absolute;
	bottom: -60px;
	background-image: url(../images/media-after.jpg);
	height: 183px;
	width: 132px;
	z-index: -1
}

.media-heading,
.table-responsive {
	padding: 50px 0
}

.media-icon-img {
	float: left;
	background: #84b818
}

.media-text {
	float: right;
	width: 80%
}

.media-text h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000
}

.media-text h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 15px 0;
	line-height: 32px
}

.media-main-img {
	clear: both;
	margin-top: 25px;
	float: left;
	width: 100%;
	overflow: hidden
}

.media-text a {
	padding: 5px 0 0;
	display: inline-block
}

.blog-heading {
	padding: 80px 0 30px
}

.blog-text {
	position: absolute;
	bottom: 0;
	background: #e3f1ff;
	left: 0;
	padding: 40px 80px
}

.blog-text a img {
	top: 0
}

.blog-text h4 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif
}

.blog-text h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin: 20px 0
}

.blog-text h2 a {
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin: 20px 0
}

.blog-slide a {
	position: relative;
	display: block
}

img.blog-white {
	position: absolute;
	top: 17px;
	opacity: 0
}

.blog-slide:hover .blog-black,
.corporate-box.corporate-blue-box:hover>h2,
.industries-box:hover .grey-hover {
	opacity: 0
}

.blog-slide:hover .blog-text {
	background: #0054a6;
	color: #fff
}

.blog-slide:hover img.blog-white {
	opacity: 1;
	top: 0;
	position: absolute
}

.newsletter-section:before {
	content: '';
	background-image: url(../images/newsletter-before.png);
	position: absolute;
	left: 20px;
	top: 50px;
	height: 124px;
	width: 119px;
	background-repeat: no-repeat
}

.newsletter-section:after {
	content: '';
	background-image: url(../images/newsletter-after.png);
	position: absolute;
	right: 0;
	top: 0;
	height: 110px;
	width: 167px;
	background-repeat: no-repeat
}

.newsletter-text-form button.submit-btn {
	position: absolute;
	right: 0;
	background: 0 0;
	border: none;
	padding: 6px 10px
}

.newsletter-text-form h2 {
	font-size: 30px;
	font-weight: 600
}

.newsletter-text-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	padding: 7px 0;
	font-size: 14px;
	color: #000
}

.newsletter-text-form {
	float: right;
	width: 90%
}

.footer-address span {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14.3px;
	margin-left: 5px
}

.footer-whats-email span a {
	color: #000;
	font-size: 14.3px;
	text-decoration: none;
	margin-left: 5px
}

span.footer-email {
	margin-left: 40px
}

.footer-address,
.profile-text p,
.quality-text h3 {
	margin-bottom: 10px
}

.follow-us h2 {
	color: #000;
	font-size: 14px;
	font-weight: 600
}

.follow-us a {
	display: inline-block;
	margin-right: 24px
}

.row.footer-border {
	margin: 0;
	border-top: 1px solid #a1a1a1;
	padding: 30px 0;
	border-bottom: 2px solid #ddd
}

.dealer-section .col-md-10,
.row.footer-border .col-md-2 {
	padding-left: 0
}

.dealer-section .col-md-2,
.row.footer-border .col-md-3 {
	padding-right: 0
}

.mini-footer p {
	color: #262627;
	font-size: 14px;
	margin: 0;
	padding: 15px 0;
	font-family: 'Open Sans', sans-serif
}

.get-in-touch-section:before {
	content: '';
	position: absolute;
	background-image: url(../images/chain-contact.png);
	background-repeat: no-repeat;
	width: 334xpx;
	height: 134px;
	right: 0;
	z-index: -1;
	top: 8%
}

.bread-crumb {
	position: absolute;
	bottom: 33%;
	color: #fff
}

.bread-crumb h6 {
	font-size: 16px;
	font-weight: 500
}

.bread-crumb h2,
.get-in-touch-head h2,
h1 {
	font-size: 40px;
	font-weight: 500
}

.mainform .add-card-form {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #000;
	color: #7a7a7a
}

.mainform textarea {
	width: 100%;
	padding: 0;
	border: none;
	border-bottom: 1px solid #000
}

.mainform .form-group {
	margin-bottom: 25px;
	position: relative
}

.day-time,
.get-in-touch-head h2 {
	margin-bottom: 20px
}

.mainform label {
	font-size: 18px;
	font-weight: 500;
	color: #000
}

.address span,
.address strong {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif
}

.contact-form-image {
	padding-top: 100px;
	padding-right: 30px;
	position: relative
}

.contact-form-image:before,
.main-brud-crumb,
.main-brud-crumb-links,
a#Dot1,
a#Dot2,
a#Dot3,
a#Dot4,
a#Dot5,
div#div1,
div#div1 .arrow,
div#div2,
div#div2 .arrow,
div#div3,
div#div3 .arrow,
div#div4,
div#div4 .arrow,
div#div5,
div#div5 .arrow {
	position: absolute
}

.row.mainform {
	padding-top: 130px
}

.contact-form-image:before {
	content: '';
	background-image: url(../images/contact-light-bg.jpg);
	height: 436px;
	width: 325px;
	top: 0;
	right: 0;
	z-index: -2
}

button.submit.btn.btn-hover {
	background: #0054a6;
	color: #fff;
	border-radius: 0;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 500
}

.our-office-section {
	background: #e5eef6;
	padding: 50px 0;
	margin: 100px 0
}

.address strong {
	margin-left: 10px;
	font-weight: 700
}

.address span {
	margin-left: 43px;
	font-weight: 500;
	float: left
}

.call-email span a {
	color: #000;
	text-decoration: none;
	margin-left: 10px
}

.call-email {
	clear: both;
	padding: 30px 0 0;
	font-family: 'Open Sans', sans-serif
}

.business-office h2 {
	font-size: 20px;
	color: #0054a6;
	font-weight: 600;
    margin-bottom: 18px;
}

.main-sales-office span a,
.profile-text a {
	color: #000;
	text-decoration: none
}

.day-time span {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-left: 10px
}

.dealer-section,
.sales-office-details-section {
	padding: 60px 0
}

.sales-office-details h2 {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 600
}

.main-sales-office span strong {
	display: block;
	font-weight: 600
}

.main-sales-office span {
	margin-left: 20px;
	display: inline-block;
	width: 63%;
	font-family: 'Open Sans', sans-serif
}

.main-sales-office img {
	float: left;
	margin-top: 3px
}

.main-sales-office span a {
	display: table-caption;
	font-size: 16px;
	padding: 10px 0 0
}

.main-sales-office {
	margin: 10px 0 40px
}

.dealer-head h2,
.region-wise-head h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 40px
}

.dealer-section table th,
.profile-text a,
.profile-text p {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif
}

.region-wise-box {
	background: #e5eef6;
	padding: 35px 40px;
	float: left;
	width: 100%;
	margin-bottom: 25px
}

.region-profile-detail img {
	float: left
}

.region-wise-box .contact-details {
	margin-top: 30px;
	float: left;
	width: 100%
}

.profile-text {
	float: left;
	margin-left: 30px;
	margin-top: 15px
}

.region-wise-box .profile-text h3 {
	font-size: 20px;
	color: #0054a6;
	margin: 0 0 6px
}

.region-wise-box h3 {
	color: #ec008c;
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 24px
}

.region-wise-box .call-email {
	clear: both;
	padding: 20px 0 0;
	font-family: 'Open Sans', sans-serif
}

.region-wise-box .call-email span a {
	color: #000;
	text-decoration: none;
	margin-left: 15px
}

.region-wise-box .address strong {
	font-size: 16px;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700
}

.region-wise-box .address span {
	font-size: 16px;
	margin-left: 48px;
	height: 72px
}

.linked-in-icon {
	float: right;
	margin-top: -35px
}

.dealer-section ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	height: 184px
}

.play-icon a:after,
.play-icon a:before {
	content: "";
	width: 115px;
	height: 115px;
	line-height: 115px;
	z-index: 0;
	animation-name: popupBtn;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	right: 0
}

.dealer-section ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 10px 21px;
	line-height: 31px;
	border-bottom: 4px solid #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
	font-size: 16px;
	border-left: 5px solid #fff;
	font-weight: 500;
	color: #fff;
	background: #0054a6
}

.dealer-section ul.tabs li.active {
	background-color: #eb048e;
	color: #fff;
	display: block
}

.dealer-section ul.tabs li.active:before {
	content: '';
	background: url(../images/tab-arrow.png);
	position: absolute;
	right: 35px;
	top: 21px;
	width: 10px;
	height: 10px;
	z-index: 9
}

.dealer-section .tab_content {
	padding: 0;
	display: none
}

@media screen and (max-width:480px) {
	.dealer-section ul.tabs {
		display: none
	}

	.tab_drawer_heading {
		background-color: #0054a6;
		color: #fff;
		border-top: 5px solid #eb058e;
		margin: 15px 0;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size: 18px
	}

	.d_active {
		background-color: #d4007e;
		color: #fff;
		padding: 10px 20px;
		margin-bottom: 10px
	}
}

.dealer-section table th {
	font-weight: 400;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 0 8px 10px;
	border: 1px solid #fff
}

.dealer-section table td,
.targetDiv p {
	font-size: 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif
}

.dealer-section table th:first-child {
	padding: 10px;
	width: 60px
}

a#Dot1,
a#Dot2,
a#Dot3,
a#Dot4,
a#Dot5 {
	height: 10px;
	width: 10px;
	background: rgb(236 0 140 / 0%);
	border-radius: 100px;
	cursor: pointer
}

.dealer-section table td {
	font-weight: 400;
	border-color: #fff;
	padding: 20px 8px
}

.dealer-section .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #eb058e;
	overflow: auto;
	box-shadow: 2px 2px 29px 0 #0000008f;
	padding: 20px 30px
}

.accordion-button,
.accordion-button:not(.collapsed) {
	box-shadow: none;
	padding: 15px 0;
	background: 0 0;
	font-size: 16px
}

.targetDiv p {
	background: #0054a6;
	padding: 10px 20px;
	margin: 0
}

div#div1 {
	width: 60%;
	top: 2%;
	left: -3%
}

div#div2 {
	width: 60%;
	top: 47%;
	right: 7%
}

div#div3 {
	width: 60%;
	top: 55%;
	left: 14%
}

div#div4 {
	width: 60%;
	top: 59%;
	left: 15%
}

div#div5 {
	width: 60%;
	bottom: 0;
	right: 12%
}

a#Dot1 {
	left: 17.6%;
	top: 31%
}

a#Dot2 {
	left: 28.3%;
	top: 52%
}

a#Dot3 {
	left: 9.9%;
	top: 59%
}

a#Dot4 {
	left: 11%;
	top: 62.3%
}

a#Dot5 {
	left: 24.2%
}

.targetDiv p strong {
	font-weight: 500;
	display: block;
	font-family: 'Open Sans', sans-serif
}

div#div2 .arrow {
	top: 16%;
	left: -13px
}

div#div3 .arrow {
	top: 8%;
	left: -13px
}

div#div4 .arrow {
	top: 6%;
	left: -13px
}

div#div5 .arrow {
	top: 21%;
	left: -13px
}

div#div1 .arrow {
	transform: rotate(-90deg);
	bottom: -17px;
	left: 33.1%
}

.main-brud-crumb {
	bottom: 32%;
	color: #fff
}

.main-brud-crumb h2,
h1 {
	font-size: 60px;
	font-weight: 500
}

.main-brud-crumb h6 {
	font-size: 16px;
	font-weight: 500;
	color: #84b818
}

.main-brud-crumb-links {
	top: 17%;
	color: #fff;
	font-size: 13px
}

.main-brud-crumb-links a {
	color: #0054a6;
	text-decoration: none;
	padding: 1px
}

.aboutus-text {
	padding-top: 60px
}

.aboutus-text h3 {
	font-size: 20px;
	color: #0054a6;
	margin: 20px 0 35px;
	font-weight: 600;
	line-height: 26px
}

.aboutus-text p {
	margin-bottom: 25px;
	line-height: 26px
}

.about-us-image {
	padding: 80px 0 0 80px;
	position: relative
}

.main-image-about {
	position: relative;
	z-index: 9
}

.light-bg-back {
	position: absolute;
	top: 0;
	left: 0
}

.play-icon {
	position: absolute;
	top: 46%;
	left: 45%
}

.about-counter-section .conuter-text span.counter-value {
	width: 112px;
	text-align: left
}

.about-counter-section,
.about-counter-section .conuter-text,
.news-events-section {
	padding: 40px 0
}

.about-counter-section .conuter-text span.counter-values {
	width: 112px;
	display: inline-block;
	text-align: left
}

.about-counter-section .conuter-text span.main-text {
	text-transform: uppercase;
	width: 182px
}

.about-counter-section .conuter-text small {
	margin-left: -15px;
	font-size: 60px
}

.vis-mis-val-box {
	padding: 55px;
	margin-bottom: 25px
}

.vis-mis-val-box h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px
}

.vis-mis-val-box p {
	color: #fff;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif
}

.mission-box {
	background: #84b818
}

.values-box {
	background: #ec008c;
	margin-bottom: 0
}

.vis-mis-val-box ul {
	padding: 0 15px
}

.vis-mis-val-box ul li {
	color: #fff;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif
}

.manufacturing-section {
	position: relative;
	padding: 100px 0
}

.manufacturing-bg {
	position: absolute;
	top: 0
}

.manufacturing-img {
	position: relative;
	margin-left: 90px;
	overflow: hidden;
	display: inline-block
}

.play-icon a:after {
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	border: 1px solid var(--tp-border-2);
	top: 0;
	left: 0;
	bottom: 0;
	animation-duration: 1.8s;
	list-style: none
}

.play-icon a:before {
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	border: 1px solid var(--tp-border-2);
	top: 0;
	left: 0;
	bottom: 0;
	animation-duration: 1.6s
}

.manufacturing-img img {
	transition: 1.5s cubic-bezier(0, 0, .2, 1)
}

.manufacturing-image:hover .manufacturing-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.manufacturing-text h3 {
	color: #0054a6;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0;
	line-height: 26px
}

.manufacturing-text p {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif
}

.box-paragraph p {
	margin: 30px 0 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif
}

.manufacturing-text {
	padding: 40px 135px 0 40px
}

.manufacturing-section:before {
	content: '';
	background-image: url(../images/menufacture-before.png);
	position: absolute;
	top: 6%;
	right: 0;
	width: 127px;
	height: 210px
}

.manufacturing-section:after {
	content: '';
	background-image: url(../images/menufacture-after.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 123px;
	height: 160px
}

.corporate-section {
	padding: 20px 0
}

.corporate-white-box {
	padding: 10px 15px 0 0
}

.corporate-white-box h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px
}

.corporate-white-box h3 {
	color: #0054a6;
	font-size: 20px;
	font-weight: 600;
	padding: 30px 0
}

.box-heading h2,
.corporate-box.corporate-blue-box h2 {
	font-size: 28px;
	font-weight: 600;
	color: #fff
}

.corporate-blue-box {
	background: #0051a0
}

.corporate-box-bg-icon {
	position: absolute;
	bottom: 0;
	right: -100px
}

.corporate-box-bg-icon img {
	width: 79%
}

.corporate-box.corporate-blue-box:hover {
	background: #ec008c;
	box-shadow: 2px 0 20px 0 #00000073
}

.corporate-box.corporate-blue-box:hover .corporate-box-icon {
	margin-top: -20px
}

.corporate-box.corporate-white-box {
	padding: 30px 20px 25px 0
}

.box-text {
	position: absolute;
	bottom: 20px;
	padding: 0 30px;
	left: 0;
	z-index: 9
}

.box-text .box-paragraph {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 1.5s;
	color: #fff
}

.corporate-box {
	position: relative;
	padding: 35px;
	height: 370px;
	margin-bottom: 25px
}

.fifth-box,
.fourth-box,
.quality-heading,
.quality-image,
.quality-text,
.second-box {
	position: absolute
}

.quality-inner-section {
	padding: 40px 0 160px
}

.fifth-box .quality-box,
.first-box .quality-box {
	background: #ec008c;
	width: 240px;
	height: 250px
}

.second-box .quality-box,
.third-box .quality-box {
	background: #0054a6;
	width: 240px;
	height: 250px
}

.second-box {
	top: 18%;
	left: 31%
}

.thank-you-box p,
.third-box {
	margin-top: 15px
}

.fourth-box {
	left: 31%;
	top: 70%
}

.fifth-box {
	left: 62%;
	top: 44%
}

.fourth-box .quality-box {
	background: #84b818;
	width: 240px;
	height: 250px
}

.quality-text-paragraph p {
	color: #fff;
	font-size: 10px;
	line-height: 16px
}

.quality-text h2,
.quality-text h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 600
}

.quality-icon,
.sidenav .heading.active {
	padding: 15px
}

.cat-sub-cat,
.industry-tabs-section .tab-content,
.quality-text h2 {
	padding: 10px 0
}

.quality-text {
	bottom: 0;
	padding: 10px 22px
}

.quality-box:hover .quality-text-paragraph {
	max-height: 260px;
	opacity: 1
}

.quality-image {
	right: 8.9%;
	z-index: -1;
	width: 40%
}

.quality-heading {
	right: -60px;
	width: 31%;
	top: 9%
}

.quality-heading h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600
}

.quality-heading p {
	color: #fff;
	font-family: 'Open Sans', sans-serif
}

.process-text h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0
}

.process-text p {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	font-size: 14px
}

.number-process h3 {
	background: #0a549d;
	color: #fff;
	padding: 10px;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	font-size: 16px;
	position: absolute;
	top: 37%;
	left: -15px
}

.process-img {
	margin: 0 auto;
	display: inline-block;
	position: relative
}

.filter-by,
.process-box,
.sidebar-search {
	margin-bottom: 30px
}

.pro-cess-section {
	background: #e5eef6;
	padding: 50px 0
}

.process-heading h2 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px
}

.process-box {
	text-align: center;
	position: relative;
	height: 330px
}

.process-box:before {
	content: '';
	background-image: url(../images/dot-border.png);
	width: 115px;
	height: 5px;
	position: absolute;
	right: -60px;
	top: 21%
}

.pro-cess-section .row .col-md-3:nth-child(10) .process-box,
.pro-cess-section .row .col-md-3:nth-child(11) .process-box,
.pro-cess-section .row .col-md-3:nth-child(12) .process-box {
	height: 270px
}

.pro-cess-section .row .col-md-3:nth-child(10) .process-box:before,
.pro-cess-section .row .col-md-3:nth-child(11) .process-box:before {
	top: 70px
}

.main-brud-crumb-links.products-brugcrumb {
	position: absolute;
	top: 29%;
	color: #fff;
	font-size: 13px
}

.sidebar-search button.sidebar-search-button {
	margin: 0 -5px 0 0;
	border: none;
	border-bottom: 1px solid #ec008c;
	background: 0 0;
	padding: 7px
}

.sidebar-search input {
	border: none;
	border-bottom: 1px solid #ec008c;
	width: 88.4%;
	padding: 7px 4px 9px 30px;
	font-size: 12px
}

.accordion-item {
	border: none
}

.accordion-button:not(.collapsed) {
	color: #0054a6;
	font-weight: 500
}

.sidebar-products .accordion-body a {
	color: #000;
	font-size: 14px;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	transition: .3s ease-in-out
}

.sidebar-products .accordion-body a.active,
.sidebar-products .accordion-body a:hover {
	color: #ec008c
}

.accordion-button {
	color: #000;
	font-weight: 500
}

button.accordion-button:focus-visible {
	outline: 0
}

.accordion-button:focus,
.blog-list-section .blog-slide.main-blog-page:hover {
	box-shadow: none
}

.accordion-button::after {
	background-image: url(../images/accorion-right-arrow.png);
	background-size: 8px;
	background-position: bottom
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../images/active-arrow.png);
	background-size: 15px;
	background-position: 0 2px
}

.main-product-heading h2 {
	color: #000;
	font-size: 40px;
	padding: 40px 0;
	font-weight: 600
}

.product-area-heading h2 {
	color: #0054a6;
	font-size: 24px;
	margin: 0;
	padding: 17px 0
}

.filter-by h3,
.filter-search,
.load-more a {
	font-size: 14px
}

.filter-btn img {
	background: #ec008c;
	padding: 8px;
	margin-top: 10px
}

.main-products-boxes {
	background: #ededed;
	margin-bottom: 25px
}

.main-products-caption a {
	text-align: center;
	border-top: 1px solid #0054ba;
	margin: 0 15px;
	padding: 10px 0 30px;
	display: block;
	text-decoration: none;
	min-height: 103px
}

.main-products-caption a h2 {
	color: #000;
	margin-bottom: 0;
	font-size: 16px
}

.load-more a {
	background: #0a549d;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none
}

.enquiry-btn input[type=submit],
.make-enq a {
	background: #0054a7;
	display: inline-block;
	text-decoration: none
}

.load-more {
	text-align: center;
	margin: 30px 0
}

.filter-by select {
	width: 100%;
	border: none;
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 5px 0
}

.filter-by select:focus-visited {
	outline: 0
}

.filterbox {
	width: 350px;
	position: absolute;
	display: none;
	right: 0;
	top: 9%;
	background: #fff;
	padding: 30px;
	box-shadow: 1px 1px 22px 9px #dddddd8f
}

.close-button img {
	position: absolute;
	left: -38px;
	top: 0
}

.ShowFilter,
.download-catalogue {
	cursor: pointer
}

.filter-search {
	color: #fff;
	border: none;
	background: #0a549d;
	padding: 9px 25px
}

.attribute,
.cat-sub-cat {
	border-top: 1px solid #ddd
}

.main-brud-crumb.product-details-page {
	position: absolute;
	bottom: 19%;
	color: #fff
}

.blue-email-box,
.product-detail-section {
	padding: 70px 0
}

#carouselExampleCaptions .carousel-indicators {
	right: 0;
	bottom: 0;
	display: inline;
	left: auto;
	margin-right: 5%
}

#carouselExampleCaptions .carousel-indicators .active:before {
	background: #ec008c;
	width: 7px;
	height: 7px
}

#carouselExampleCaptions .carousel-indicators button:before {
	content: '';
	position: absolute;
	background: #bebebe;
	width: 7px;
	height: 7px;
	left: 7px;
	border-radius: 100px;
	top: 6px
}

#carouselExampleCaptions .carousel-indicators [data-bs-target] {
	width: 8px
}

.detail-product-text {
	padding: 30px 0 0 40px
}

.detail-product-text h3 {
	color: #ec008c;
	font-size: 16px;
	font-weight: 600
}

.detail-product-text h2 {
	font-size: 32px;
	color: #000;
	font-weight: 600;
	padding: 10px 0 5px
}

.detail-product-text p {
	font-size: 14px;
	color: #000;
	font-family: 'Open Sans', sans-serif
}

.make-enq a {
	color: #fff;
	padding: 13px 30px;
	font-size: 14px;
	font-weight: 500
}

.cat-sub-cat {
	margin-top: 20px
}

.cat-sub-cat p {
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0
}

.cat-sub-cat p span {
	color: #0054a6;
	width: 100px;
	display: inline-block
}

.attribute {
	border-bottom: 1px solid #ddd;
	padding: 15px 0
}

.attribute img {
	margin-right: 15px
}

.download-pdf p {
	margin: 10px 0 0
}

.tabs-detail-section ul.tabs {
	list-style: none;
	padding: 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd
}

.tabs-detail-section ul.tabs li {
	float: left;
	font-size: 20px;
	margin-right: 60px;
	font-weight: 600;
	padding: 10px 0;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif
}

.tabs-detail-section .page-text {
	clear: both
}

.tabs-detail-section ul.tabs li.active {
	border-bottom: 3px solid #0a549d
}

.text-details ul li {
	list-style: none;
	position: relative;
	padding: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px
}

.text-details ul li:before {
	content: '';
	background: #0054a6;
	height: 5px;
	width: 5px;
	position: absolute;
	top: 18px;
	left: -15px
}

.text-details ul {
	padding: 0 50px
}

.type-text-ul li {
	list-style: none;
	position: relative;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif
}

.type-text-ul ul li:before {
	content: '';
	background: #ec008c;
	height: 6px;
	width: 6px;
	position: absolute;
	top: 49%;
	left: -15px;
	border-radius: 20px
}

.table-responsive td,
.table-responsive th {
	border: 1px solid #000;
	font-size: 14px;
	text-align: center
}

.type-small-text ul li::marker {
	color: #ed0e92
}

.type-small-text ul li {
	padding: 20px 0 0;
	font-family: 'Open Sans', sans-serif
}

.small-section {
	margin-top: 25px
}

.blog-years,
.news-events-section .load-more {
	margin-top: 10px
}

.table-responsive th {
	font-weight: 600
}

.blog-detail-text p,
.table-responsive td {
	font-family: 'Open Sans', sans-serif
}

.enquiry-headings h2 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	padding: 30px 0
}

.enquiry-section .form-group input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	height: 38px;
	font-size: 14px
}

.enquiry-section .form-group {
	margin-bottom: 20px;
	position: relative
}

.enquiry-section .form-group textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 14px
}

.enquiry-section .form-group label {
	font-size: 18px;
	color: #000
}

.enquiry-btn input[type=submit] {
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	border: none
}

.related-product-heading h2 {
	font-size: 24px;
	font-weight: 600;
	padding: 60px 0 20px
}

.enquiry-now-btn a,
.industries-head-link a {
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none
}

.related-product-section {
	padding-bottom: 20px
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #0054a5
}

::-webkit-scrollbar-thumb {
	background: #fff;
	height: 100px;
	border-radius: 20px
}

.industries-pages .main-brud-crumb-links {
	position: absolute;
	top: 27%;
	color: #fff;
	font-size: 13px
}

.industries-pages .bread-crumb h2,
h1 {
	font-size: 65px;
	font-weight: 500
}

.industries-section {
	padding: 100px 0
}

.industries-box {
	text-align: center;
	padding: 20px;
	background: #f5f5f5;
	transition: .3s ease-in-out;
	margin-bottom: 25px
}

.industries-box h2 {
	color: #0054a6;
	font-weight: 600;
	font-size: 20px;
	margin: 20px 15px;
	transition: .3s ease-in-out;
	min-height: 48px
}

.industries-box h2 a {
	text-decoration: none;
	color: #0054a6
}

div#carouselExampleCaptions button.carousel-control-prev {
	width: 0;
	left: 5%
}

div#carouselExampleCaptions button.carousel-control-next {
	width: 0;
	right: 5%
}

.industries-box h2 a:hover {
	color: #fff !important
}

.industries-box a img.white-hover {
	position: absolute;
	left: 0;
	top: 4px;
	opacity: 0
}

.industries-head-link a {
	background: #0054a6;
	color: #fff;
	font-size: 14px
}

.blue-box-area,
.enquiry-now-btn a {
	background: #06559c
}

.industries-name-section {
	padding: 70px 0 20px
}

.industries-heading-para h2 {
	font-size: 24px;
	font-weight: 600
}

.industries-heading-para p {
	font-size: 16px;
	margin: 30px 0 60px;
	line-height: 27px;
	color: #000
}

.blue-email-box h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400
}

.blue-email-box h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 400
}

.industry-book img {
	position: absolute;
	top: -40px;
	left: 15%
}

.blue-email-box form input.blue-input-box {
	width: 60%;
	padding: 15px;
	background: no-repeat;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px
}

.blue-email-box form input::placeholder {
	color: #fff
}

.blue-email-box button.blue-box-button {
	background: #fff;
	padding: 12px 18px;
	border: 1px solid #fff;
	color: #06559c
}

.download-doc h5 a {
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: #fff;
	margin-top: 20px;
	display: inline-block
}

.industry-pro-tabs h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 600
}

.industry-tabs-section ul#tabs-nav {
	list-style: none;
	margin: 0 auto 30px;
	padding: 5px;
	overflow: auto;
	width: 33%
}

.industry-tabs-section ul#tabs-nav li {
	float: left;
	padding: 8px 50px;
	cursor: pointer;
	text-align: center
}

.industry-tabs-section ul#tabs-nav li :hover a,
.industry-tabs-section ul#tabs-nav li.active a {
	border-bottom: 1px solid #84b818;
	padding-bottom: 5px;
	display: inline-block
}

.industry-tabs-section #tabs-nav li a {
	text-decoration: none;
	color: #c2c2c2;
	font-size: 20px
}

.industry-tabs-section #tabs-nav li.active a {
	text-decoration: none;
	color: #84b818;
	border-bottom: 1px solid #84b818;
	padding-bottom: 5px;
	display: inline-block
}

.industry-tabs-section {
	padding: 70px 0 30px
}

.enquiry-now-btn a {
	float: right;
	color: #fff;
	position: relative;
	top: 50px;
	font-size: 13px
}

.industry-tabs-section .main-products-caption a {
	text-align: center;
	border-top: 1px solid #0054ba;
	margin: 0 13px;
	padding: 10px 0 30px;
	display: block;
	text-decoration: none;
	min-height: 103px
}

.industry-tabs-section .main-products-caption a h2 {
	height: 50px
}

.blog-search.sidebar-search button.sidebar-search-button {
	margin: 0;
	border: none;
	border-bottom: 1px solid #ec008c;
	background: 0 0;
	padding: 5px 12px;
	right: 0;
	position: absolute
}

.blog-search.sidebar-search input {
	border: none;
	border-bottom: 1px solid #ec008c;
	width: 100%;
	padding: 7px 4px 9px 0;
	font-size: 12px
}

.blog-years select {
	color: #ec008c;
	border: none
}

.blog-years select:focus-visible {
	outline: 0;
	box-shadow: none
}

.heading-search-section {
	padding: 60px 0 20px
}

.blog-text img {
	display: block;
	width: 100%
}

.blog-list-section .blog-slide {
	margin-bottom: 40px;
	transition: .3s ease-in-out
}

.blog-list-section .blog-slide:hover,
.blog-list-section .project-slide:hover {
	box-shadow: 1px 0 15px 7px #00000045
}

.blog-list-section .load-more {
	margin-bottom: 60px
}

.blog-list-section .project-slide {
	margin-bottom: 30px;
	transition: .3s ease-in-out
}

.blog-list-section .project-slide .slide-wrapper .slide-text .see-more img {
	width: auto !important;
	padding-left: 10px;
	margin-top: 0;
	position: relative;
	transition: .3s ease-in-out;
	display: inline-block
}

.blog-list-section .project-slide .slide-wrapper:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .3s ease-in-out;
	left: 0;
	background: #00000052;
	top: 0
}

.blog-list-section .project-slide .slide-wrapper:hover:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .3s ease-in-out;
	background: #0a549d9e;
	z-index: 9
}

.blog-list-section .slide-wrapper .slide-text {
	bottom: 60px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	left: 0;
	line-height: 26px;
	padding: 0 15%;
	position: absolute;
	transition: top .35s;
	width: 100%;
	z-index: 9
}

.blog-detail-text ul,
.news-events-tabs ul#tabs-nav {
	list-style: none;
	padding: 0
}

.blog-detail-text ul {
	padding: 0 20px;
}

.news-events-tabs ul li.active a {
	text-decoration: none;
	color: #0054a6;
	border-bottom: 2px solid #0054a6
}

.news-events-tabs ul li {
	display: inline-block
}

.news-events-tabs ul li a {
	color: #000;
	text-decoration: none;
	font-size: 40px;
	font-weight: 600;
	border-bottom: 2px solid #fff;
	margin-right: 50px
}

.news-events-section .media-slide:hover .media-text h2 {
	color: #0054a6
}

.news-events-section .media-slide {
	margin-bottom: 70px
}

.dropdown:hover .dropdown-content.mega-menu-products {
	display: block;
	width: 118%;
	left: -17%;
	background: #fff;
	padding: 25px 20px;
	margin-top: 1px
}

.dropdown-content.mega-menu-products .product-menu-links ul li a {
	color: #000;
	text-decoration: none;
	background: 0 0;
	font-size: 14px;
	padding: 8px 0
}

.product-menu-links ul {
	padding: 0 3px;
	list-style: none;
	margin-top: 10%;
	margin-left: 25px
}

.dropdown-content.mega-menu-products .product-menu-links ul li a:before {
	content: '';
	position: absolute;
	height: 4px;
	width: 4px;
	background: #0054a6;
	left: -14px;
	top: 17px
}

.product-menu-links.conveyor-mega-links ul {
	margin-top: 50%;
	margin-left: 0
}

.dropdown-content.mega-menu-products .product-menu-links ul li a:hover {
	color: #0054a6 !important;
	text-decoration: underline !important
}

li.nav-item.dropdown.products-lis {
	position: static
}

.product-menu-links ul li {
	float: left;
	width: 50%
}

.product-menu-links.conveyor-mega-links li,
.scrollable-table img {
	width: 100%
}

.lifting-product-menu h2 {
	color: #fff;
	position: absolute;
	top: 43%;
	width: 100%;
	margin: 0 auto;
	padding: 0 81px;
	font-size: 20px;
	text-align: center
}

.prolist-tabs-section ul#tabs-nav {
	list-style: none;
	margin: 0 auto;
	padding: 5px;
	overflow: auto;
	width: 35%
}

.avtive-border.avtive-border-none img {
	border: 2px solid #ec008c;
	box-shadow: 3px 3px 4px -1px #00000059
}

.avtive-border-none {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px
}

.avtive-border-none span {
	clear: both;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #000;
	margin-top: 5px
}

.type-text-ul p {
	list-style: none;
	position: relative;
	padding-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 8px;
	font-size: 14px;
	color: #000
}

.producta-are {
	padding-top: 30px
}

.blog-detail-text h3 {
	font-size: 24px;
	color: #000
}

.page-middle-img {
	padding: 10px 0 30px
}

.blog-detail-text ul li {
	list-style-type: disc;
	;
	padding: 5px 0;
	font-family: 'Open Sans', sans-serif
}

.blog-detail-section {
	padding: 80px 0
}

a.blog-next,
a.share-this {
	background: #0054a6;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	font-size: 14px
}

a.blog-next: hover {
	color: #fff
}

a.share-this:hover {
	color: #fff
}

.product-video-caption h5 {
	color: #ec008c;
	font-size: 14px
}

.product-video-caption h2 a {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none
}

.product-video-image img.play-icons {
	position: absolute;
	bottom: 45%;
	left: 45%;
	z-index: 1
}

.product-video-caption {
	padding: 25px 0
}

.product-video-caption p {
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif
}

.row.blogmain.similar {
	padding-top: 50px
}

.row.blogmain.similar h2.similer-post {
	font-size: 40px;
	margin-bottom: 20px
}

.shareprofileshare {
	position: absolute;
	left: 17%;
	background: #fff;
	padding: 5px 15px 5px 8px;
	border-radius: 4px;
	top: 10px
}

a#closeshare {
	margin-left: 12px;
	cursor: pointer
}

.main-brud-crumb.detailed-pages {
	top: 34%
}

.errormsg {
	position: absolute;
	bottom: -20px;
	left: 0;
	padding: 4px 5px;
	display: none;
	color: var(--white-color);
	font-size: var(--font-12);
	line-height: normal;
	background: var(--theme-color)
}

.errormsg2 {
	left: 12px
}

.errormsg:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 8px solid var(--theme-color);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px
}

.sidenav .accordion {
	background: 0 0;
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 0 10px 15px -20px rgba(0, 0, 0, .3), 0 30px 45px -30px rgba(0, 0, 0, .3), 0 80px 55px -30px rgba(0, 0, 0, .1)
}

.sidenav .heading {
	color: #fff;
	font-size: 14px;
	padding: 15px;
	cursor: pointer;
	font-weight: 500
}

.sidenav .heading:nth-last-child(2) {
	border-bottom: 0
}

.sidenav .heading:hover {
	border-radius: 0
}

.sidenav .heading:first-child:hover {
	border-radius: 3px 3px 0 0
}

.heading:nth-last-child(2):hover {
	border-radius: 0 0 3px 3px
}

.sidenav .heading::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	border-top: 7px solid #f5f5f5;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	float: right;
	transform: rotate(0);
	transition: .5s;
	margin-top: 5px
}

.sidenav .active.heading::before {
	transform: rotate(-180deg)
}

.sidenav .not-active.heading::before {
	transform: rotate(0)
}

.sidenav .contents {
	display: none;
	background: 0 0;
	color: #7f8fa4;
	font-size: 13px;
	line-height: 1.5
}

.product-menu-mobile-links h6 {
	font-size: 14px;
	color: #fff;
	padding: 15px 30px;
	margin-bottom: 0
}

.sidenav-menu .product-menu-mobile-links a {
	color: #ffffffb0
}

.thankyou-popup {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 9999
}

.thankyou-popup:before {
	content: "";
	background: #000000d4;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 11111
}

.thank-you-box {
	text-align: center;
	background: #fff;
	width: 38%;
	padding: 40px 0;
	margin: auto;
	position: relative;
	top: 16%;
	z-index: 99991
}

#download-popup .close-popup-main,
.thank-you-box .close-popup {
	position: absolute;
	right: 0;
	top: 0
}

.thank-you-box .close-popup a {
	padding: 6px 10px
}

.download-pdf button.blue-box-button,
.download-pdf input.blue-input-box {
	padding: 8px 15px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #0054a7;
	font-weight: 500
}

.thank-you-box .close-popup a img {
	width: 17px
}

.thank-you-box h2 {
	color: #0054a6;
	font-size: 60px;
	margin-top: 10px;
	margin-bottom: 0
}

.thank-you-box h5 {
	color: #0054a6;
	font-size: 24px;
	margin-top: 0
}

.thank-you-box a {
	text-decoration: none;
	background: #ec008c;
	color: #fff;
	padding: 8px 18px;
	display: inline-block;
	font-size: 14px
}

.page-section-404 {
	background: #0e2134;
	padding: 120px 0 90px
}

.error-404 a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #0054a6;
	padding: 10px 20px;
	display: inline-block;
	font-size: 15px;
	transition: .3s;
	background: #0054a6
}

.error-404 h2 {
	color: #fff;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0 0 30px;
	font-size: 30px
}

.main-blog-page .blog-text {
	position: relative;
	padding: 10px 0;
	background: 0 0
}

.blog-slide.main-blog-page:hover .blog-text {
	background: 0 0;
	color: #0054a6
}

.download-pdf button.blue-box-button {
	color: #fff;
	background: #0054a7;
	font-size: 14px
}

.download-pdf input.blue-input-box {
	color: #0054a7;
	background: #fff;
	font-size: 14px;
	width: 70%
}

.download-pdf.attribute button img {
	margin: 0 0 0 5px
}

.download-pdf.attribute h4 {
	font-size: 14px;
	font-weight: 500;
	color: #000
}

.popup-text h4 {
	font-size: 12px;
	margin-bottom: 5px;
	color: #fff
}

.popup-text p {
	font-size: 14px;
	color: #fff
}

.project-popup-text {
	position: absolute;
	bottom: 0;
	z-index: 9999;
	background: #0054a5bf;
	padding: 15px 20px 0;
	width: 100%
}

.project-popup-image {
	position: relative;
	height: 500px
}

.owl-carousel .owl-item .project-popup-image img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto
}

.slider-popup button.owl-next:before,
.slider-popup button.owl-prev:before {
	content: "";
	display: inline-block;
	transition: .3s;
	top: 50%;
	height: 34px;
	width: 52px;
	position: absolute
}

.slider-popup button.owl-prev:before {
	background: url(../images/popup-left-arrow.png) no-repeat;
	left: -32px
}

.slider-popup button.owl-next:before {
	background: url(../images/popup-right-arrow.png) no-repeat;
	right: -32px
}

.modal-dialog-centered .btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: #000;
	background: url(../images/close-popup-icon.png);
	border: 0;
	border-radius: .25rem;
	opacity: 1;
	position: absolute;
	right: -32px
}

.slidercounter {
	position: absolute;
	color: #fff;
	top: -31px;
	width: 100%;
	text-align: center;
	font-size: 16px
}

.slider-popup .owl-nav {
	position: absolute;
	width: 100%;
	top: 45%
}

.modal-dialog.modal-md.modal-dialog-centered {
	max-width: 680px
}

.modal-backdrop.show {
	opacity: .8
}

.navbar-dark .navbar-nav .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #84b818;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.blog-text h2 a {
	text-decoration: none;
	color: #000
}

.catalouge-download-mobile a {
	background: #fff !important;
	color: #000 !important;
	margin: 15px 10px !important;
	display: inline-block !important;
	border-radius: 6px;
	padding: 4px 10px !important;
	font-size: 14px
}

.catalouge-download a {
	position: absolute;
	z-index: 9999;
	bottom: 30px;
	background: #0054a5;
	border-radius: 4px;
	padding: 6px 10px;
	font-size: 14px;
	color: #fff;
	left: 23%;
	font-weight: 600;
	box-shadow: 2px 2px 7px 1px #000000ad
}

div#download-popup {
	position: fixed;
	width: 60%;
	z-index: 99999;
	top: 2%;
	background: #fff;
	left: 19%;
	padding: 50px
}

#download-popup .close-popup-main a {
	text-decoration: none;
	background: #ec008c;
	color: #fff;
	padding: 6px 14px;
	display: inline-block;
	font-size: 14px
}

div#header-popup {
	width: 100%;
	background: 0 0;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 30%
}

/*sitemap*/
.mini-footer.center-side-text a {
	color: #262627;
	font-size: 14px;
	margin: 0;
	padding: 15px 0;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

.mini-footer.center-side-text {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1366px) {
	div#div1 {
		left: 0%;
	}

	a#Dot1 {
		left: 20.6%;
	}

	div#div2 {
		top: 46%;
		right: 2%;
	}

	a#Dot2 {
		left: 33.3%;
	}

	div#div3 {
		left: 16%;
	}

	a#Dot3 {
		left: 11.6%;
	}

	div#div4 {
		left: 18%;
	}

	a#Dot4 {
		left: 13%;
	}

	div#div5 {
		right: 7%;
	}

	a#Dot5 {
		left: 28.2%;
	}


}

.blog-detail-text h2 {
	margin-bottom: 15px;
	font-weight: 600;
	margin-top: 35px;
}

.blog-detail-text h4 {
	font-size: 20px;
	font-weight: 600;
}

.category-heading h1,
.category-heading h2 {
	text-align: center;
	margin: 0;
	padding: 40px 0;
	font-size: 40px;
	font-weight: 600;
}
.Logo1{
    width: 84px;
    margin-top: 5px;
    margin-left: -62px;
}

.slideInUp .Logo1{
	width:90px !important;
}
.myabousty p{
	line-height:33px; font-size:14px; color:#000;
}
.bdrdiv {
    border: 1px solid #0d6efd !important;
    overflow: hidden;
    transition-duration: .5s;
    border-radius: 5px;
    padding: 4px;
    text-align: center; margin-bottom:25px;
}
.bdrdiv img {
    border-radius: 5px;    height: 250px;
}
.bdrdiv h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color:#000; text-decoration: none !important;
}

.hjkjk{
	font-size:33px;
}

.footer-section{
	background:#ddd; padding-top:80px; padding-bottom:80px;
}

.mjsks{
	 list-style: none;
}

.mjsks li{
	margin-bottom:10px;
}

.mjsks li a{
	color:#000;
}
.whatsapp-link img {
    height: 57px;
    width: 57px;
    position: fixed;
    left: 30px;
    bottom: 19px;
    z-index: 9999;
}
.bx1 {
    background: #f8f8f8;
    box-shadow: 0 0 10px rgb(204 204 204 / 67%);
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.btn-hover{
	background: #0054a6;
    color: #fff;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:967px){
    .top-mini-header a{
        display:none;
    }
    .carousel-item .w-100 {
    width: 100% !important;
    height: 380px !important;
}
    .slider-text h5 {
    font-size: 15px !important;
    font-weight: 500;
}
    .Logo1 {
    width: 54px !important;
}
}