co/*****************************************************
******************** COMMON CSS ********************
****************************************************/
@font-face
{
	font-family: DMSans-Bold;
	src: local('DMSans-Bold'), url('../fonts/DMSans/DMSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: DMSans-Medium;
	src: local('DMSans-Medium'), url('../fonts/DMSans/DMSans-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: DMSans-Regular;
	src: local('DMSans-Regular'), url('../fonts/DMSans/DMSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body
{
	font-family:DMSans-Regular;
	position: relative;
	background-color: #f5f5f5;
	overflow-x: hidden;
}
body::-webkit-scrollbar
{
	width:6px;
}
body::-webkit-scrollbar-track
{
	background:#fff;
}
body::-webkit-scrollbar-thumb
{
	background:#fe7728;
}
.productInquireSidebar .offcanvas-body::-webkit-scrollbar
{
	width:6px;
}
.productInquireSidebar .offcanvas-body::-webkit-scrollbar-track
{
	background:#fff;
}
.productInquireSidebar .offcanvas-body::-webkit-scrollbar-thumb
{
	background:#fe7728;
}

::selection
{
    background-color: #fe7728;
    color: #ffffff;
}
.container-fluid.full-section
{
	--bs-gutter-x: 100px;
}
.container
{
	/*max-width: 1320px;*/
	max-width: 1140px;
}
a,button,.btn
{
	text-decoration: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
a:hover,a:focus, button:hover,button:focus, .btn:hover, .btn:focus
{
	outline:none;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
p
{
	font-size: 18px;
	color: #4B4B4B;
}
.font-14
{
	font-size: 14px;

}
.font-16
{
	font-size: 16px;
}
.font-18
{
	font-size: 18px;
}
.font-22
{
	font-size: 22px;
}
.font-24
{
	font-size: 24px !important;
}
.font-32
{
	font-size: 32px;
}
.font-40
{
	font-size: 40px;
}
.font-50
{
	font-size: 50px;
}
.font-64
{
	font-size: 64px;
	line-height: 1;
}
.font-DMSans-Bold
{
	font-family:DMSans-Bold;
}
.font-DMSans-Medium
{
	font-family:DMSans-Medium;
}
.font-DMSans-Regular
{
	font-family:DMSans-Regular;
}
.color-Maastricht-Blue
{
	color: #041D2C;
}
.navbar
{
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.navbar .nav-item .nav-link
{
	position: relative;
	font-size: 16px;
	color: #4B4B4B;
	padding: 10px 20px;
    font-family: DMSans-Medium;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus, .navbar .nav-item .nav-link.active
{
	color: #fe7728;
}
.navbar .top-navbar .nav-item .nav-link
{
	font-size: 12px;
	color: #4B4B4B;
	padding: 10px 16px;
}
.navbar .top-navbar .nav-item .nav-link:hover, .navbar .top-navbar .nav-item .nav-link:focus, .navbar .top-navbar .nav-item .nav-link.active
{
	color: #fe7728;
}
.navbar .top-navbar .nav-item
{
	position: relative;
}
.navbar .top-navbar .nav-item:not(:last-child) .nav-link:after
{
	content: "|";
	position: absolute;
	top: 10px;
	right: 0;
}
.navbar .nav-item.part-search .input-group input
{
	position: relative;
	font-size: 12px;
	color: #4B4B4B;
	background-color: transparent;
	border-radius: 5px !important;
	width: 160px;
	min-height: 44px;
}
.navbar .nav-item.part-search .input-group .input-group-text
{
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top: 5px;
}
.navbar .nav-item.part-search .input-group .input-group-text i
{
    color: #4B4B4B;
}
body.scrolled .navbar
{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	padding: 5px 0;
	background-color: #fff !important;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body.scrolled .navbar .top-navbar
{
	display: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
body.scrolled .navbar .navbar-brand img
{
	width: 70%;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.mainBanner
{
	background-color: #EDF6FF;
	position: relative;
	top: 0;
	padding-top: 10%;
	z-index: 99;
}
.mainBanner h1
{
	font-family: DMSans-Medium;
	font-size: 90px;
	line-height: 1;
	margin-bottom: 30px;
	color: #041D2C;
	min-height: 190px;
}
.mainBanner p
{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #041D2C;
}
.mainBanner img
{
	width: 80%;
	animation: moveUpDown 2s infinite alternate ease-in-out;
}
img.moveUpDown
{
	animation: moveUpDown 2s infinite alternate ease-in-out;
}
@keyframes moveUpDown
{
	0%
	{
		transform: translateY(0);
	}
	100%
	{
		transform: translateY(-20px);
	}
}
.btn-orange
{
	background-color: #fe7728;
	color: #ffffff;
	padding: 10px 30px;
	font-size: 18px;
}
.btn-orange:hover, .btn-orange:focus
{
	background-color: #004E95;
	color: #ffffff;
}
.btn-orange i
{
	font-size: 12px;
}
.btn-orange:hover i, .btn-orange:focus i
{
	animation: moveRight 1s ease infinite forwards;
}
.btn-orange.btn-sm
{
	padding: 6px 15px;
    font-size: 14px;
}
@keyframes moveRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px); /* Adjust the distance as needed */
    }
    100% {
        transform: translateX(0);
    }
}

.mainBanner .btn-orange
{
	padding: 8px 20px;
	font-size: 18px;
}
.particles-js-canvas-el
{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -1;
}
.ptb-80
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.ptb-150
{
	padding-top: 150px;
	padding-bottom: 150px;
}
.imgSquares
{
    position: absolute;
    top: -60px;
    width: 150px;
	z-index: 999;
}
.imgSquares.rightSide
{
    position: absolute;
    top: -60px;
	right: 0;
    width: 150px;
}
.homeBearingCard
{
	border: 1px solid #B5B5B5;
}

.homeBearingCard .card-body
{
	padding: 30px;
	min-height: 380px;
}
.homeBearingCard .card-body img
{
	text-align: right;
	display: block;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 70px;
}
.homeBearingCard .card-body .card-title
{
	font-family: DMSans-Medium;
	font-size: 20px;
	color: #041D2C;
}
.homeBearingCard .card-body .card-text
{
	font-size: 16px;
	color: #4B4B4B;
}
.bg-blue
{
	background-color: #004E95;
}
.bg-grey
{
	background-color: #F5F5F5;
}
.bg-alice-blue
{
	background-color: #edf6ff;
}
.product-slider-title
{
	font-family: DMSans-Medium;
	font-size: 200px;
	color: #ffffff;
	line-height: 1;
}
.home-product-slider .item .homeProductCard
{
	background-color: transparent;
	border: none;
}
.home-product-slider .item .homeProductCard .card-body
{
	/* padding: 100px 50px; */
	padding: 50px 50px;
	position: relative;
	background-color: #00599fbf;
	border-radius: 10px;
	overflow: hidden;
}
.home-product-slider .item .homeProductCard .card-body img
{
	height: 250px;
}
.home-product-slider .item .homeProductCard .card-body label
{
	background-color: #fe7728;
	color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.home-product-slider .item .homeProductCard:hover .card-body label, .home-product-slider .item .homeProductCard:focus .card-body label
{
	display: flex;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.home-product-slider .item .homeProductCard .card-footer
{
	background-color: transparent;
	border-top: none;
	text-align: left;
	padding: 10px 0;
}
.home-product-slider .item .homeProductCard .card-footer p
{
	color: #ffffff;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.home-product-slider .item .homeProductCard:hover .card-footer p, .home-product-slider .item .homeProductCard:focus .card-footer p
{
	color: #fe7728;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.home-product-slider .owl-nav
{
	display: block !important;
	text-align: left;
}
.home-product-slider .owl-nav button
{
	width: 40px;
	height: 40px;
	border-radius: 50% !important; 
	background-color: transparent !important;
	border: 1px solid #ffffff !important;
}
.home-product-slider .owl-nav button i
{
	color: #ffffff;
}
.home-product-slider .owl-nav button:hover, .home-product-slider .owl-nav button:focus
{
	background-color: #004e95 !important;
	border: 1px solid #004e95 !important;
	color: #ffffff !important;
}
.form-control
{
	font-size: 18px;
	min-height: 50px;
	border-radius: 6px;
	border: 1px solid #B5B5B5;
	background: #FFF;
}
#partSearch .input-group input
{
	position: relative;
	color: #4B4B4B;
	background-color: transparent;
	border-radius: 5px !important;
}
#partSearch .input-group .input-group-text
{
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
#partSearch .input-group .input-group-text i
{
	font-size: 20px;
	color: #4B4B4B;
}
.applicationBox .appBoxLink
{
	display: flex;
	align-items: center;
}
.applicationBox .appBoxLink img
{
	height: 60px;
	width: auto;
	min-width: 80px;
	margin-right: 20px;
	object-fit: contain;
}
.applicationBox .appBoxLink h5
{
	font-family: DMSans-Medium;
	font-size: 22px;
	color: #041D2C;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.applicationBox .appBoxLink .btn-round
{
	background-color: #fe7728;
	border: 1px solid #fe7728;
	color: #ffffff;
	border-radius: 50%;
	padding: 0;
	width: 30px;
	height: 30px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.applicationBox .btn-round i
{
	font-size: 14px;
}
.applicationBox .appBoxLink:hover .btn-round, .applicationBox .appBoxLink:focus .btn-round
{
	opacity: 1;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.certificateCard
{
	border: 1px solid #B5B5B5;
	border-radius: 10px;
	overflow: hidden;
}
.certificateCard .card-body
{
	padding: 50px 30px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.certificateCard .card-body img
{
	height: 50px;
    width: auto;
}
.certificateCard .card-body p
{
	font-size: 16px;
	margin-bottom: 0;
}
.home-certificate-slider
{
	position: relative;
}
.home-certificate-slider .owl-nav
{
	position: absolute;
	top: -63px;
	right: 0;
	margin-top: 0;
}
.home-certificate-slider .owl-nav button
{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	background-color: transparent !important;
	border: 1px solid #fe7728 !important;
}
.home-certificate-slider .owl-nav button i
{
    color: #fe7728;
}
.home-certificate-slider .owl-nav button:hover, .home-certificate-slider .owl-nav button:focus
{
    background-color: #004E95 !important;
    border: 1px solid #004E95 !important;
    color: #ffffff !important;
}
.home-certificate-slider .owl-nav button:hover i, .home-certificate-slider .owl-nav button:focus i
{
    color: #ffffff;
}
.knowledgeCard
{
	border: 1px solid #B5B5B5;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	background-color: transparent;
}
.knowledgeCard .card-body
{
	padding: 20px;
	background-color: transparent;
}
.knowledgeCard .card-body .metaTags
{
	display: flex;
	margin-bottom: 15px;
}
.knowledgeCard .card-body .metaTags p, .knowledgeCard .card-body .metaTags a
{
	font-size: 14px;
	margin-bottom: 0;
}
.knowledgeCard .card-body .metaTags p
{
	position: relative;
	margin-right: 20px;
}
.knowledgeCard .card-body .metaTags p::after
{
	content: '|';
	position: absolute;
	right: -13px;
	color: #4B4B4B;
}
.knowledgeCard .card-body .metaTags a
{
	font-family: DMSans-Medium;
	color: #fe7728;
}
.knowledgeCard .card-body .card-title
{
	font-family: DMSans-Medium;
	font-size: 18px;
	color: #041D2C;
	margin-bottom: 0;
}
.knowledgeCard .card-footer
{
	background-color: transparent;
	border-top: 0;
	padding: 0 30px 30px;
}
.knowledgeCard .card-footer .btn-know
{
	font-family: DMSans-Medium;
	padding: 0;
	color: #fe7728;
	font-size: 14px;
}
.knowledgeCard .card-footer .btn-know:hover, .knowledgeCard .card-footer .btn-know:focus
{
	color: #0063ac;
}
.knowledgeCard .card-footer .btn-know:hover i, .knowledgeCard .card-footer .btn-know:focus i
{
	animation: moveRight 1s ease infinite forwards;
}
.home-partner-slider
{
	position: relative;
}
.home-partner-slider .partnerCard
{
	border: 1px solid #B5B5B5;
	border-radius: 10px;
	overflow: hidden;
	background-color: transparent;
}
.home-partner-slider .partnerCard .card-body
{
	padding: 30px;
}

.home-partner-slider .owl-nav
{
	position: relative;
	top: -63px;
	right: 0;
	margin-top: 0;
}
.home-partner-slider .owl-nav button
{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	background-color: transparent !important;
	border: 1px solid #fe7728 !important;
}
.home-partner-slider .owl-nav .owl-prev
{
	position: absolute;
	left: -60px;
}
.home-partner-slider .owl-nav .owl-next
{
    position: absolute;
    right: -60px;
}
.home-partner-slider .owl-nav button i
{
    color: #fe7728;
}
.home-partner-slider .owl-nav button:hover, .home-partner-slider .owl-nav button:focus
{
    background-color: #004e95 !important;
    border: 1px solid #004e95 !important;
    color: #ffffff !important;
}
.home-partner-slider .owl-nav button:hover i, .home-partner-sliderslider .owl-nav button:focus i
{
    color: #ffffff;
}
.form-control:focus
{
	box-shadow: 0 0 0 1px rgb(255 151 43);
}
#inquityForm input, #inquityForm textarea
{
	background-color: transparent;
	font-size: 16px;
	min-height: 40px;
	border: 1px solid #B5B5B5;
	color: #4B4B4B;
}
.footerSec .footerLinkSec h5
{
	font-size: 18px;
	color: #ffffff;
}
.footerSec .footerLinkSec ul
{
	padding-left: 0;
	list-style-type: none;
}
.footerSec .footerLinkSec a, .footerSec .footerLinkSec p
{
	font-size: 16px;
	color: #87C0F4;
}
.footerSec .footerLinkSec a:hover, .footerSec .footerLinkSec a:focus
{
	color: #fe7728;
}
.footerSocialDiv .footer-social
{
	display: flex;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.footerSocialDiv .footer-social .nav-item .nav-link
{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #87C0F4;
    border: 1px solid #87C0F4;
    background-color: transparent;
}
.footerSocialDiv .footer-social .nav-item .nav-link i
{
    font-size: 16px;
}
.footerSocialDiv .footer-social .nav-item .nav-link:hover, .footerSocialDiv .footer-social .nav-item .nav-link:focus
{
	background-color: #fe7728;
	border: 1px solid #fe7728;
	color: #ffffff;
}
.footerSocialDiv p
{
	color: #87C0F4;
	font-size: 16px;
	margin-bottom: 0;
}
.footerSec .border-bottom
{
	border-bottom: 1px solid #2668A5 !important;
}
.footerSec .footerLogoSec
{
	padding-top: 100px;
}
.footerSec .footerLogoSec .imgSquares
{
	bottom: 0;
    left: -15px;
    top: auto;
}

.innerPage
{
	padding-top: 150px;
	padding-bottom: 150px;
}
.innerPage p
{
	color: #4B4B4B;
	font-size: 16px;
}
.innerPage .numberSet h2
{
	font-family: DMSans-Medium;
	font-size: 50px;
	color: #041D2C;
}
.innerPage .numberSet h5
{
	font-size: 24px;
	color: #041D2C;
}
.innerPage .numberSet p
{
	color: #555555;
	font-size: 14px;
}

.visionMissionSec
{
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.visionMissionSec p
{
	color: #ffffff;
	font-size: 16px;
}
.aboutValuesSec img
{
	margin-bottom: 20px;
}
.aboutValuesSec p
{
	color: #ffffff;
}
.aboutFAQContent .accordion-item
{
	border: none;
    margin-bottom: 20px;
    position: relative;
}
.aboutFAQContent .accordion-item::after
{
	content: "";
	width: 100%;
	border-top: 1px solid #B5B5B5;
	position: absolute;
	height: 1px;
	top: -10px;
}
.aboutFAQContent .accordion-button
{
	font-family: DMSans-Medium;
	background-color: transparent;
	box-shadow: none;
	font-size: 36px;
	color: #041D2C;
	padding-left: 100px;
}
.aboutFAQContent .accordion-collapse .accordion-body ul
{
	list-style: none;
}
.aboutFAQContent .accordion .accordion-item .accordion-body
{
	padding-left: 100px;
}
.aboutFAQContent .accordion-collapse .accordion-body ul li
{
	position: relative;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.8;
}
.aboutFAQContent .accordion-collapse .accordion-body ul li::before
{
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: -25px;
	top: 0;
	padding-right: 10px;
	color: #fe7728;
}
.aboutFAQContent .accordion-item:first-child::after
{
	border-top: 0;
}
.aboutFAQContent .accordion-button::after
{
	content: '\f063';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	font-size: 16px;
	right: 0;
	background-image: none;
	color: #fe7728;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fe7728;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutFAQContent .accordion-button::before
{
	counter-increment: section;
	content: counter(section, decimal-leading-zero) ". ";
	margin-right: 10px;
	font-weight: 100;
	position: absolute;
	left: 25px;
	font-size: 20px;
}

.accordion {
	counter-reset: section;
}
.getInTouchSec
{
	margin-bottom: 20px;
}
.getInTouchSec .getInTouchItem
{
    display: flex;
}
.getInTouchSec .getInTouchItem i {
    font-size: 16px;
    line-height: 1.5;
    color: #041D2C;
    min-width: 30px;
}
.getInTouchSec .getInTouchItem p, .getInTouchSec .getInTouchItem a {
    font-size: 16px;
    color: #4B4B4B;
	margin-bottom: 0;
}
.getInTouchSec h6
{
	color: #041D2C;
	font-size: 18px;
	font-family: DMSans-Medium;
}
.getInTouchSec h5
{
	color: #041D2C;
	font-size: 20px;
	font-family: DMSans-Medium;
}
.getInTouchSec .getInTouchItem a:hover, .getInTouchSec .getInTouchItem a:focus {
    color: #fe7728;
}
.getInTouchSec.addressSec .getInTouchItem
{
    display: block;
}
.getInTouchSec.addressSec .getInTouchItem p
{
    margin-bottom: 10px;
}
.contactTouchSec
{
	background-size: contain;
	background-repeat: no-repeat;
}
.contactTouchSec .contactTouchBanner
{
	padding: 0;
	background-position: left;
    height: 100vh;
    position: relative;
    bottom: 0;
    top: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
	border-top-right-radius: 20px;
}
.getInTouchSec.addressSec .getInTouchItem a
{
    color: #fe7728;
}
.getInTouchSec.addressSec .getInTouchItem a i
{
    color: #fe7728;
}
.getInTouchSec.addressSec .getInTouchItem a:hover i, .getInTouchSec.addressSec .getInTouchItem a:focus i
{
	animation: moveRight 1s ease infinite forwards;
}
.imageBox
{
	border-radius: 10px;
	overflow: hidden;
}
.descBox
{
	padding: 50px 30px;
}
.qualitySecContent .imageBox
{
    min-height: 63vh;
    padding-bottom: 50px;
}
.qualitySecContent .contentsticky
{
    position: sticky;
    margin-top: 0px;
    height: 37vh;
    z-index: 2;
    margin-bottom: 0;
    left: 50%;
    top: 35%;
}
.qualitySecContent .descBox
{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    margin-bottom: 0px;
    padding: 0px 30px;
}
.qualitySecContent .descBox span, .qualitySecContent .descBox ul
{
    display: block;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateY(30px);
}
.qualitySecContent .descBox.active span, .qualitySecContent .descBox.active ul
{
    transform: translateY(0px);
    opacity: 1;
}
.qualitySecContent .descBox.active
{
    opacity: 1;
}
.descBox p
{
	font-size: 16px;
}
.descBox ul
{
	list-style-type: none;
	margin-bottom: 0;
}
.descBox ul li
{
	position: relative;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.8;
}
.descBox ul li::before
{
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: -25px;
	top: 0;
	padding-right: 10px;
	color: #fe7728;
}
.qualitySecContent
{
	margin-bottom: 80px;
	--bs-gutter-x: 3rem;
	align-items: flex-start;
}
.qualitySecContent:last-child
{
	margin-bottom: 0px;	
}
.home-automotive-slider .item img
{
	border-radius: 20px;
	overflow: hidden;
}
.home-automotive-slider .owl-nav
{
    text-align: right;
}
.home-automotive-slider .owl-nav button
{
	width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: transparent !important;
    border: 1px solid #fe7728 !important;
}
.home-automotive-slider .owl-nav button i
{
    color: #fe7728;
}
.home-automotive-slider .owl-nav button:hover, .home-automotive-slider .owl-nav button:focus
{
    background-color: #004e95 !important;
    border: 1px solid #004e95 !important;
    color: #ffffff !important;
}
.home-automotive-slider .owl-nav button:hover i, .home-automotive-slider .owl-nav button:focus i {
    color: #ffffff;
}
.automotiveDetail p
{
	font-size: 16px;
}
.automotive-type-slider .item
{
	min-height: 475px;
}
.automotive-type-slider .item a .otherIndustryBox
{
	height: 375px;
	border-radius: 20px;
	background-color: transparent;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 20px;
	background-position: center;
}
.automotive-type-slider .item img
{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	-webkit-mask-size: 800%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
}
.automotive-type-slider .item h5
{
	color: #ffffff;
	font-size: 20px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.automotive-type-slider .item a:hover h5, .automotive-type-slider .item a:focus h5
{
	color: #fe7728;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.automotive-type-slider .item img:hover
{
	transition: mask-position 2s ease,-webkit-mask-position 2s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}
.automotive-type-slider .owl-nav
{
	position: absolute;
	top: -63px;
	right: 0;
	margin-top: 0;
}
.automotive-type-slider .owl-nav button
{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	background-color: transparent !important;
	border: 1px solid #ffffff !important;
}
.automotive-type-slider .owl-nav button i
{
    color: #ffffff;
}
.automotive-type-slider .owl-nav button:hover, .automotive-type-slider .owl-nav button:focus
{
    background-color: #004e95 !important;
    border: 1px solid #004e95 !important;
    color: #ffffff !important;
}
.automotive-type-slider .owl-nav button:hover i, .automotive-type-slider .owl-nav button:focus i
{
    color: #ffffff;
}
.listingBox
{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background-color: #fe7728;
}
.listingBox a
{
	display: block;
}
.listingBox .listingIcon
{
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #fe7728;
	align-items: center;
	justify-content: center;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.listingBox a:hover .listingIcon, .listingBox a:focus .listingIcon
{
	display: flex;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.listingBox h3
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #ffffff;
	font-family: DMSans-Medium;
	font-size: 30px;
}
.listingBox img
{
	opacity: 1;
	width: 100%;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.listingBox a:hover img, .listingBox a:focus img
{
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.blogsTabsSec .nav-pills
{
	display: flex;
	justify-content: space-between;
}
.blogsTabsSec .nav-pills .nav-item .nav-link
{
	border: 1px solid #B5B5B5;
	border-radius: 5px;
	font-size: 14px;
	color: #4B4B4B;
	background-color: transparent;
	padding: 6px 12px;
}

.blogsTabsSec .nav-pills .nav-item .nav-link:hover,.blogsTabsSec .nav-pills .nav-item .nav-link:focus, .blogsTabsSec .nav-pills .nav-item .nav-link.active
{
	border: 1px solid #EF7B12;
	background-color: #EF7B12;
	color: #ffffff;
}



.blogDetailMeta
{
	display: flex;
	margin-bottom: 15px;
}
.blogDetailMeta p, .blogDetailMeta a
{
	font-size: 14px;
	margin-bottom: 0;
}
.blogDetailMeta p
{
	position: relative;
	margin-right: 20px;
}
.blogDetailMeta p::after
{
	content: '|';
	position: absolute;
	right: -13px;
	color: #4B4B4B;
}
.blogDetailMeta a
{
	font-family: DMSans-Medium;
	color: #fe7728;
}
.blogDetailContent img
{
	border-radius: 20px;
	margin-bottom: 20px;
}
.blogDetailContent .blogDetailDescription
{
	padding: 50px 0 0;
	position: relative;
}
.blogDetailContent .blogDetailDescription ul {
    list-style: none;
}
.blogDetailContent .blogDetailDescription ul li {
    position: relative;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.8;
}
.blogDetailContent .blogDetailDescription ul li::before
{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -25px;
    top: 0;
    padding-right: 10px;
    color: #fe7728;
}
.blogDetailContent .blogDetailDescription li, .blogDetailContent .blogDetailDescription p, .blogDetailContent .blogDetailDescription a
{
	font-size: 16px;
	color: #444444;
}
.blogDetailContent .blogDetailDescription .blog-nav
{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.blogDetailContent .blogDetailDescription .blog-nav a
{
	color: #fe7728;
	font-size: 14px;	
}
.blogDetailContent .blogDetailDescription .blog-nav a.disabled
{
	pointer-events: none;
	color: #6c757d;
	text-decoration: none;
	cursor: not-allowed;
	opacity: 0.6;
}
.blogDetailContent .blogDetailDescription .blog-nav a:hover, .blogDetailContent .blogDetailDescription .blog-nav a:focus
{
	color: #004E95;
}
.blogDetailContent .blogDetailDescription .blog-nav a.blog-next:hover i, .blogDetailContent .blogDetailDescription .blog-nav a.blog-next:focus i
{
	animation: moveRight 1s ease infinite forwards;	
}
.blogDetailContent .blogDetailDescription .blog-nav a.blog-prev:hover i, .blogDetailContent .blogDetailDescription .blog-nav a.blog-prev:focus i
{
	animation: moveLeft 1s ease infinite forwards;	
}
@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px); /* Adjust the distance as needed */
    }
    100% {
        transform: translateX(0);
    }
}
.careerSection .homeBearingCard
{
	background-color: transparent;
}
.careerSection .homeBearingCard .card-body
{
	min-height: 400px;
}
.aboutFAQContent .careerJobOpeningSec .accordion-button
{
	font-size: 30px;
}
.aboutFAQContent .careerJobOpeningSec .accordion-button::after
{
	font-size: 12px;
	width: 30px;
	height: 30px;
}
.aboutFAQContent .careerJobOpeningSec .accordion-button::before
{
	font-size: 16px;
}
.aboutFAQContent .careerJobOpeningSec .accordion-body p, .aboutFAQContent .careerJobOpeningSec .accordion-body li
{
	font-size: 14px !important;
	color: #444444;
}
.careerApplySidebar
{
	--bs-offcanvas-width: 500px;
}
.careerApplySidebar .offcanvas-header
{
	display: block;
	text-align: right;
}
.careerApplySidebar .offcanvas-body
{
	padding-left: 50px;
	padding-right: 50px;
}
.careerApplySidebar .offcanvas-body h3
{
	font-family: DMSans-Medium;
	color: #041D2C;
	margin-bottom: 30px;
	font-size: 34px;
}
.careerApplySidebar .offcanvas-body .form-group
{
	margin-bottom: 15px;
}
.careerApplySidebar .offcanvas-body .form-group .form-control
{
	min-height: 38px;
	font-size: 16px;
}

label.error
{
    font-size: 12px;
    color: #dc3545;
}



.productBox
{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	border: 1px solid #B5B5B5;
	padding: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.productBox a
{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}
.productBox .listingIcon
{
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fe7728;
	background-color: #fe7728;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.productBox a:hover .listingIcon, .productBox a:focus .listingIcon
{
	display: flex;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.productBox.smallBox
{
	height: 350px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.productBox h3
{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #041D2C;
	font-family: DMSans-Medium;
	font-size: 30px;
	width: 50%;
}
.productBox img
{
	width: 200px;
	float: right;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.productBox:hover, .productBox:focus
{
	background-color: #f5f5f5;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.productDetailSlider .item
{
	padding: 50px;
	border: 1px solid #B5B5B5;
	border-radius: 20px;
	overflow: hidden;
}
.product-detail-slider .detailCard
{
	padding: 50px;
	position: relative;
	background-color: #0358A5;
	border-radius: 10px;
}
.product-detail-slider .detailCard
{
	padding: 50px;
    position: relative;
    background-color: #0358A5;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail-slider .detailCard .listingIcon
{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fe7728;
    background-color: #fe7728;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-detail-slider a:hover .listingIcon, .product-detail-slider a:focus .listingIcon
{
    display: flex;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-detail-slider h5
{
	color: #ffffff;
}



.product-detail-slider .owl-nav
{
	position: absolute;
	top: -63px;
	right: 0;
	margin-top: 0;
}
.product-detail-slider .owl-nav button
{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	background-color: transparent !important;
	border: 1px solid #ffffff !important;
}
.product-detail-slider .owl-nav button i
{
    color: #ffffff;
}
.product-detail-slider .owl-nav button:hover, .product-detail-sliderslider .owl-nav button:focus
{
    background-color: #004e95 !important;
    border: 1px solid #004e95 !important;
    color: #ffffff !important;
}
.product-detail-slider .owl-nav button:hover i, .product-detail-slider .owl-nav button:focus i
{
    color: #ffffff;
}

.inner-banner-section
{
	background-color: #ffffff;
	padding-top: 98px;
}
.inner-banner-section .bannerImage
{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.inner-banner-section img
{
	width: 90%;
	margin: 0 auto;
}
.rangeSidebarSection
{
	position: relative;
}
.rangeSidebarSection h5
{
	font-family: DMSans-Medium;
	font-size: 16px;
}
.rangeSidebarSection h6
{
	font-family: DMSans-Medium;
	font-size: 14px;
}
.rangeSidebarSection .input-group input
{
	position: relative;
	font-size: 14px;
	color: #4B4B4B;
	background-color: transparent;
	border-radius: 5px !important;
	width: 100%;
	min-height: 35px;
	border: 1px solid #B5B5B5;
}
.rangeSidebarSection .input-group .input-group-text
{
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
.rangeSidebarSection .rangeSidebar
{
	border: 1px solid #B5B5B5;
	border-radius: 10px;
	padding: 20px;	
}
.rangeSidebarSection .rangeSidebar input
{
	position: relative;
    font-size: 14px;
    color: #4B4B4B;
    background-color: transparent;
    border-radius: 5px !important;
    width: 100%;
    min-height: 35px;
	border: 1px solid #B5B5B5;
}
div.dt-container .dt-paging .dt-paging-button, div.dt-container .dt-paging .dt-paging-button.disabled
{
	border: 1px solid #ccc !important;
	padding: 6px 14px;
	margin-left: -1px;
	color: #333;
	background-color: #fff;
}
div.dt-container .dt-paging .dt-paging-button.current
{
	background-color: #fe7728;
	color: #fff !important;
	border-color: #fe7728;
}

/* Hover effect */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
	background-color: #ddd;
	color: #333;
	border-color: #ccc;
}
table thead tr th
{
	font-family: DMSans-Medium;
	background-color: #004E95 !important;
	font-size: 14px;
	color: #ffffff !important;
}
table tbody tr td
{
	font-size: 14px;
	color: #4B4B4B;
}

.btn-orange.btn-link
{
	padding: 0;
	background-color: transparent;
	color: #fe7728;
	display: table;
	text-align: left;
	margin-bottom: 20px;
}



.productInquireSidebar
{
	--bs-offcanvas-width: 500px;
}
.productInquireSidebar .offcanvas-header
{
	display: block;
	text-align: right;
}
.productInquireSidebar .offcanvas-body
{
	padding-left: 50px;
	padding-right: 50px;
}
.productInquireSidebar .offcanvas-body h3
{
	font-family: DMSans-Medium;
	color: #041D2C;
	margin-bottom: 30px;
	font-size: 34px;
}
.productInquireSidebar .offcanvas-body h3.font-20
{
	font-family: DMSans-Medium;
	color: #041D2C;
	margin-bottom: 20px;
	font-size: 20px;
}
.productInquireSidebar .offcanvas-body .form-group
{
	margin-bottom: 15px;
}
.productInquireSidebar .offcanvas-body .form-group .form-control
{
	min-height: 38px;
	font-size: 16px;
}
.page-404-banner
{
	position: relative;
	height: 100vh;
	background-color: #ffffff;
}
.page-404-banner .row
{
	height: 100%;
}
.page-404-banner .page-404-content .numberImage
{
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-404-banner .page-404-content .numberImage h1
{
	font-size: 200px;
	line-height: 1;
}
.page-404-banner .page-404-content .numberImage img
{
	width: 150px;
	animation: rotate 5s linear infinite;
}
@keyframes rotate
{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


#typing-effect {
    /* border-right: 5px solid orange; */
    animation: caret 1s step-end infinite;
}

@keyframes caret {
    from, to { border-color: transparent; }
    50% { border-color: orange; }
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing
{
	visibility: visible;
	z-index: 9999;
}

.relatedProductsSec img
{
	animation: moveUpDown 2s infinite alternate ease-in-out;
}
.image-container {
    overflow: hidden;
    position: relative;
	border-radius: 20px;
    margin-bottom: 20px;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
	transform-origin: top;
    transform: scale(0.5); /* Initial scale */
}

.table-hover tbody tr:hover, .table-hover tbody tr:focus
{
	cursor: pointer;
}
.imageBox
{
	position: relative;
	overflow: hidden;
}
.parallax
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform 0.5s ease-out;
}
.customSelectContainer {
    position: absolute;
    width: 50%;
    right: 0;
    left: 50%;
    display: flex;
	align-items: center;
}

.customSelectContainer label
{
	width: 20%;
}
.customSelectContainer select
{
	width: 80%;
	z-index: 9999;
}
.dt-length
{
	margin-bottom: 30px;
}
.customSelectContainer select.form-control
{
	font-size: 16px;
	min-height: 38px;
	border-radius: 3px;
	border: 1px solid #aaa;
	background: #FFF;
}
div.dt-container div.dt-paging
{
	margin: 0;
	width: 50%;
	right: 0;
	float: right;
	text-align: right;
}
div.dt-container div.dt-info
{
	padding-top: .85em;
	float: left;
}
table.table.dataTable
{
    margin-bottom: 20px;
}
.rangeSidebarSection .rightSideBar
{
	position: sticky;
    top: 100px;
}
.product-detail-slider .detailCard img
{
	height: auto;
    width: 90%;
}

.ui-autocomplete
{
    min-height: 40px;
    max-height: 190px;
    list-style-type: none;
    z-index: 1050;
    background-color: #fff;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow-y: auto;
}
.ui-autocomplete .ui-menu-item
{
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:focus
{
    background-color: #fe7728;
	color: #ffffff;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper
{
	font-size: 14px;
}
#partSelecBox1
{
	position: relative;
}
#partSelecBox1 .ui-autocomplete
{
	position: absolute;
	top: 0px !important;
	width: 250% !important;
	left: auto !important;
	right: 0;
}
#partSelecBox2
{
	position: relative;
}
#partSelecBox2 .ui-autocomplete
{
	position: absolute;
	top: 0px !important;
	width: 100% !important;
	left: 0 !important;
	right: 0;
}
.ui-helper-hidden-accessible
{
	display: none;
}
.productListing .imgSquares.rightSide
{
    position: absolute;
    top: 200px;
    right: 70px;
    width: 120px;
    left: auto;
}
.select2-container
{
    z-index: 9999;   
}
.select2-container--default.select2-container--focus .select2-selection--multiple
{
    border: 1px solid #B5B5B5;
    min-height: 38px;
}
#inquire_product-error
{
    position: absolute;
    bottom: 0;
}
.select2.error ~ .select2-container
{
    margin-bottom: 20px;
}