* {
	outline: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

ol li,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

a,
a:active,
a:focus,
a:hover {
	outline: none !important;
	text-decoration: none;
}

body {
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 400;
}

.page-block {
	float: left;
	width: 100%;
}

img {
	max-width: 100%;
	display: block;
}

.container {
	padding: 0 20px;
	max-width: 1280px;
	display: block;
	margin: auto;
}

.container.lg {
	max-width: 1920px;
	padding: 0 100px;
}

.container.sm {
	max-width: 1240px;
}

.section-padding {
	padding: 100px 0;
}

.section-padding.sm {
	padding: 50px 0;
}

/*---- common css fontsize & color------ */
/* text-color */
.text-black {
	color: #000000;
}

.text-gray {
	color: #8A8A8A;
}

.text-yellow {
	color: #FECC00;
}

.text-light-black {
	color: #414141;
}

.text-off-white {
	color: #FFEB99;
}

/* background-color */
.bg-light-pink {
	background-color: #FFFAE4;
}

.bg-white {
	background-color: #ffffff;
}

.bg-off-white {
	background-color: #FFEB99;
}

/* font-size */
.text-lato-regular {
	font-size: 16px;
}

.text-lato-medium {
	font-size: 36px;
}

.text-lato-normal {
	font-size: 40px;
}

.text-lato-large {
	font-size: 54px;
}

.text-lato-extra-large {
	font-size: 64px;
	line-height: 76px;
}

.text-roboto-small {
	font-size: 16px;
	line-height: 18.75px;
}

.text-roboto-regular {
	font-size: 18px;
	line-height: 22px;
}

.text-roboto-sm-medium {
	font-size: 24px;
}

.text-roboto-medium {
	font-size: 36px;
}

.box-shadow {
	box-shadow: 2px 2px 6px 0px #0000001A;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}
/* Select main  css */
.select-main {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	color: #000;
	padding: 9.4px 16px;
	border: 1px solid transparent;
	cursor: pointer;
	user-select: none;
	text-overflow: '';
	border-radius: 5px;
	border: 1px solid #8A8A8A !important;
	background: #FFF;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
	background: #FFEB99;
	width: 82px;
	height: 42px;
	position: relative;
	left: -4px;
}
.select-main-wrapper {
	position: relative;
}
.select-main-wrapper::after {
	position: absolute;
	content: "";
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #000 transparent transparent transparent;
}
.select-main::-ms-expand {
	display: none;
}
.select-main option:hover {
	background-color: #fff; /* Background color of options */
      color: #333; /* Text color of options */
      padding: 8px; /* Padding of options */
}
/* yellow btn */
.validation-message .parsley-errors-list {
	position: absolute;
	bottom: -25px;
}
.validation-message {
	position: relative;
}
.parsley-required,
.parsley-pattern{
    color: #ef0808;
}
.file-validation .parsley-errors-list {
	position: absolute;
	bottom: -25px;
	color: #ef0808;
	font-size: 16px;
}
.file-validation .form-control {
	border-radius: 0 5px 5px 0 !important;
}
.yellow-btn a,
.btn-get-a-quate-submit {
	background: #FECC00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	padding: 10px 36px;
	border: 1px solid #FECC00;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.yellow-btn.black-hover a:hover {
	border: 1px solid #000000;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-weight: 500;
}

.yellow-btn.yellow-hover a:hover {
	border: 1px solid #FECC00;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: transparent;
	color: #FECC00;
}

.yellow-btn-yellow-border a {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	color: #FECC00;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 36px;
	border: 1px solid #FECC00;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

.yellow-btn-yellow-border a:hover {
	background: #FECC00;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-weight: 500;
}

.yellow-btn-yellow-border a svg path {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

}

.yellow-btn-yellow-border a:hover svg path {
	fill: #fff !important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


/* page-title */
.page-title-block {
	border: solid #FECC00;
	border-width: 0 0 0 6px;
	padding: 0 0 0 20px;
	position: relative;
	z-index: 1;
}

/* white-box */
.white-box {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2px 2px 6px 0px #0000001A;
	padding: 15px;
	display: inline-block;
	position: relative;
}

.white-box-block .white-box:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 8px;
	bottom: 0;
	left: 0;
	border-radius: 0 0 10px 10px;
	background-color: #FECC00;
	transform-origin: bottom left;
	transition: transform 0.25s ease-out;
}

.white-box-block:hover .white-box:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.white-box-block:hover .text-detail {
	color: #000000;
}


/* slider dots css */

.slider-section .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 20px 0 0;
	list-style-type: none;
}

.slider-section .slick-dots li.slick-active button {
	background-color: #FECC00;
}

.slider-section .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 150px;
	text-indent: -9999px;
	border: 2px solid #FECC00;
	background: transparent;
	margin: 0 2px;
}

.slider-section .slick-dots li button:focus {
	outline: none;
}
.slide-arrow{
	opacity: 0;
	position: absolute;
	z-index: 7777;
	width: 50px;
    height: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
	transition: all ease-in-out .5s;
	border-radius:5px;
}
.next-arrow{
	right: 15px;  
}
.prev-arrow{left: 15px;}
.home-banner.slider-section:hover .slide-arrow{
	opacity: 1;
	cursor: pointer;
	transition: all ease-in-out .5s;
}
.next-arrow:hover svg path,.prev-arrow:hover svg path{
	stroke: #FECC00;
	cursor: pointer;	
}
.home-banner.slider-section .slick-dots{
	padding: 0;
    margin-top: -30px;
    z-index: 9999;
    position: absolute;
    left: 50%;
}
.home-banner.slider-section .slick-dots li button{
    border: 2px solid #fff;
    background: #fff;
        width: 10px;
    height: 10px;
}
.home-banner.slider-section .slick-dots li.slick-active button {
	border: 2px solid #FECC00;
    background-color: #FECC00;
}
@media(max-width:991px) {
	.slide-arrow{width: 40px;height:40px;}
}
@media(max-width:576px) {
	.slide-arrow{width: 30px; height:30px ;}
	.slide-arrow svg{
		height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10px;
	}}


/* ----------------------------------------- index-page start ------------------------------- */
/* testing-equipment start  */
.testing-equipment-bg-img {
	background-image: url(../images/equipment-vector-large.png);
	background-size: initial;
	background-repeat: no-repeat;
	background-position: right bottom 80px;
}

/* site-detail block start */
.circular-progress {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.inner-circle {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

/* common white box */
.white-box.equipment {
	max-width: 131px;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

/* authentic & more start */
.white-box.authentic {
	max-width: 393px;
	min-height: 335px;
	padding: 50px 20px;
}

.authentic-vector {
	min-height: 100px;
}

.authentic-and-more li {
	padding: 0 10px !important;
}

/* Industries start */
.white-box.industries {
	padding: 30px;
}

.industries-block .page-title-block {
	margin-bottom: 50px;
}

.industries-block {
	margin-top: -322px;
}

.industries-block .white-box-block {
	height: 100%;
}

/* map-block start */

.body-inner-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-inline: auto;
}

.marquee {
	width: 100%;
	height: 322px;
	pointer-events: none;
	overflow: hidden;
}

.marquee-inner-wrap {
	height: 100%;
	width: 100%;
}

.marquee-img {
	width: max(620px, 312px);
	height: 322px;
	margin: 0 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.marquee-inner {
	height: 100%;
	width: fit-content;
	align-items: center;
	display: flex;
	position: relative;
	animation: marquee 50s linear infinite;
	will-change: transform;
}

@keyframes marquee {
	to {
		transform: translateX(-50%);
	}
}


/* ---------------------------------------------- index-page finish--------------------------------------- */
/* ---------------------------------------------- about-us start--------------------------------------- */
/*  */


.circle-line-block {
	position: relative;
	margin-top: -30px;
}

.circle-box {
	width: 110px;
	height: 110px;
	border: 4px solid #F5F5F5;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	background: #fff;
	margin: 0 30px;
	transition: all 0.25s ease-out;
}

.line {
	z-index: 0;
	background-color: #f5f5f5;
	height: 4px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.line:before {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 4px;
	left: 0;
	background-color: #FECC00;
	transform-origin: bottom left;
	transition: transform 0.25s ease-out;
}

.white-box-with-circle:hover .line::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.white-box-with-circle:hover .circle-box {
	border: 4px solid #FECC00;
	transition: all 0.25s ease-out;
}

.title-text {
	padding-left: 170px;
	padding-top: 30px;
}

.mission-vision-value-block li {
	width: 31% !important;
	margin: 0 10px 20px;
}

.mission-vision-value-block-sm .white-box-with-circle .text-detail {
	height: 275px;
}

.mission-vision-value-block-sm li {
	padding: 0 5px;
}

.product-img.mx-auto {
	width: 400px;
	height: 400px;
	object-fit: contain;
}

/* ---------------------------------------------- about-us finish--------------------------------------- */
/* -----------------------------------------------contact-us page start ---------------------------------*/
.contact-detail-bg {
	background-image: url(../images/contact-us-bg.png);
}

.contact-social-menu .social-item {
	margin-right: 18px;
	width: 52px;
	height: 52px;
	border: 1.5px solid #FECC00;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background-color: #fff;
	line-height: initial;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.contact-social-menu .social-item:hover {
	background-color: #FECC00;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.contact-social-menu .social-item .social-link svg path {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.contact-social-menu .social-item:hover .social-link svg path {
	fill: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* -----------------------------------------------contact-us page finish -------------------------------- */
/* ------------------------------------------------ process page start ----------------------------------- */
.process-list {
	margin-bottom: 70px;
}

.process-list-box {
	padding: 50px;
}

.process-img-box {
	max-width: 264px;
	max-height: 264px;
	min-width: 264px;
	width: 100%;
}

.process-img-box.mr-50 {
	margin-right: 50px;
}

.process-img-box.ml-50 {
	margin-left: 50px;
}

/* side-border */
.sideBorder {
	float: left;
	box-sizing: border-box;
	transition: 0.5s all ease-in;
	position: relative;
}

.sideBorder:before {
	position: absolute;
	bottom: 0;
	background: #FECC00;
	height: 0px;
	display: block;
	content: "";
	width: 8px;
	transition: 0.5s all ease-in;

}

.sideBorder:before {
	bottom: 0;
}

.sideBorder:hover:before {
	width: 8px;
	height: 100%;
}

.sideBorder.sidebordeR:before {
	right: 0
}

/* ------------------------------------------------ process page finish ---------------------------------- */
/* ------------------------------------------------ surface-enhancement page start --------------------------- */
.surface-list-box {
	padding: 30px;
}

.surface-list-block li {
	width: 47%;
	margin: 0 10px 50px;
}

/* ------------------------------------------------ surface-enhancement page finish --------------------------- */
/* --------------------------------------------------- products page start ---------------------------------- */
.product-detail {
	border: 1px solid #E7E7E7;
	padding: 40px;
	margin-bottom: 50px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.product-img-box {
	max-width: 373px;
	max-height: 373px;
	min-width: 373px;
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.product-img-box.mr-20 {
	margin-right: 20px;
}

.product-img-box.ml-20 {
	margin-left: 20px;
}

.product-detail:hover {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 1px solid #FECC00;
	box-shadow: 1px 1px 4px 0px #0000001A;
}

.product-detail:hover .product-img-box img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.product-detail .product-img-box img {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	max-width: 320px;
	margin: auto;
}


/* --------------------------------------------------- products page finish --------------------------------- */
/* --------------------------------------------------- box-style page start --------------------------------- */
.yellow-semi-title {
	margin: 50px 0;
}

.all-box-styles {
	margin-bottom: 50px;
}



.all-box-styles .page-block {
	overflow: hidden;
	border: 1px solid #FECC00;
	margin-bottom: 15px;

}

.all-box-styles .page-block img:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.all-box-styles .page-block img {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	width: 100%;
}

/* --------------------------------------------------- box-style page finish -------------------------------- */
/* ---------------------------------------------------- get-a-quote-page start -------------------------------- */
.form-container .container {
	max-width: 1030px;
}

.form-block {
	padding: 30px;
}

textarea {
	resize: none;
}

.input-field-box {
	margin-bottom: 30px;
	position: relative;
}

.red-text {
	color: #FF0000;
}

.custom-label {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	color: #414141;
	padding-bottom: 10px;
}

.form-control.custom-input {
	border-radius: 5px;
	border: 1px solid #8A8A8A;
	background: #FFF;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	width: 100%;
	padding: 9.7px 15px;
	transition: border-color .15s ease-in-out;
}

.form-control.custom-input:focus {
	color: #212529;
	background-color: #fff;
	border-color: #FECC00;
	outline: 0;
	box-shadow: none;
	transition: all ease-in-out;
}
.form-control.custom-input.withselect{
	border-right: 0;
	border-radius: 5px 0 0 5px;
}
.form-control.custom-input.withselect:focus {
	border: 1px solid #8A8A8A;
}
span.year-text {
	position: absolute;
	right: 0;
	padding: 0 18px;
	height: 42px;
	border-radius: 5px;
	border: 1px solid #8A8A8A;
	background: #FFEB99;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -42px;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 500;
}

/* 
.select {
	position: relative;
}

.select .selectBtn {
	border-radius: 5px;
	border: 1px solid #8A8A8A;
	background: #FFF;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	width: 100%;
	padding: 9.7px 15px;
	transition: border-color .15s ease-in-out;
	color: #8a8a8a;
}

.select .selectBtn.dimensions::after,
.select .selectBtn.dimensions::before {
	content: "";
}

.select .selectBtn:after {
	content: "\1F893";
	position: absolute;
	right: 15px;
	width: 8px;
	height: 8px;
	transition: 0.2s ease;
	top: 60%;
	font-size: 24px;
	color: #5C5F62;
}

.select .selectBtn::before {
	content: "\1F891";
	position: absolute;
	right: 15px;
	width: 8px;
	height: 8px;
	transition: 0.2s ease;
	top: 5%;
	font-size: 24px;
	color: #5C5F62;
}

.select .selectBtn.toggle {
	border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
	position: absolute;
	top: 100%;
	width: 100%;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	border-top: 1px solid #eee;
	z-index: 1;
	background: #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	visibility: hidden;
	transition: 0.2s ease;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.select .selectDropdown .option {
	padding: 12px 15px;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

.select .selectDropdown .option:hover {
	background: #FFEB99;
}

.select .selectDropdown.toggle {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
} */

.yellow-bg .select-selected {
	background: #FFEB99;
    width: 82px;
    height: 42px;
    position: relative;
    left: -4px;
}
.yellow-bg .select-items {
    margin-left: -4px;
    margin-right: 4px;

}
.yellow-bg .select-selected:after {
	border: 5px solid transparent;
	border-color: #000 transparent transparent transparent;
}
.yellow-bg .select-selected.select-arrow-active:after {
	border-color: transparent transparent #000 transparent;
}

.custom-select {
	position: relative;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}

.select-selected {
	border-radius: 5px;
	border: 1px solid #8A8A8A !important;
	background: #FFF;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #8A8A8A transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #8A8A8A transparent;
	top: 13px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #000;
	padding: 9.4px 16px;
	border: 1px solid transparent;
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/
.select-items {
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	color: #000;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-radius: 5px;
	border: 1px solid #8A8A8A;
	background: #FFF;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background:  #FFEB99;
}
.select-items option:first-child
{
    color: #ccc;
}
.dimentions{
	position: relative;
}
.dimentionsimgblock{
    position: absolute;
    left: 50%;
	bottom: 0;
    Transform: translate(-50%, 0%);
    background: #fff;
	display: none;
	width: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s ease-out;
}
.dimentions .dlength:hover .dimentionsimgblock.length{
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s ease-out;
}
.dimentions .dwidth:hover .dimentionsimgblock.width{
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s ease-out;
}
.dimentions .dheight:hover .dimentionsimgblock.height{
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s ease-out;
}
@media(max-width:480px) {
	.dimentionsimg{
		max-width: 300px;
	}
}


/* ---------------------------------------------------- get-a-quote-page finish -------------------------------- */

/* ------------------------------------------------ vendor registation page start------------------------------- */

.form-control:focus {
	box-shadow: none !important;
}

.custom-file-button input[type="file"] {
	margin-left: 15px !important;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
	display: none;
}

.custom-file-button input[type="file"]::file-selector-button {
	display: none;
}

.custom-file-button {
	border: 1px solid #8A8A8A;
	border-radius: 0.375rem;

}

.custom-file-button .input-group-text {
	width: 131px;
	height: 36px;
	flex-shrink: 0;
	border: 0 !important;
	border-radius: 5px !important;
	background: #FFEB99;
	color: #000;
	font-family: 'Roboto';
	font-size: 18px;

	font-weight: 400;
	line-height: normal;
	justify-content: center;
	margin: 2.2px;
	position: relative;
	transition: 0.2s ease;
	cursor: pointer;
}

.custom-file-button:hover .input-group-text {
	background: #FECC00;
	transition: 0.2s ease;
}

label.input-group-text:after {
	z-index: 1;
	height: 35px;
	background: #8a8a8a;
	width: 1px;
	content: '';
	position: absolute;
	right: -17px;
}

input.larger {
	transform: scale(1.6);
	margin: 4px;
}

.tooltipforimg {
	position: relative;
	display: inline-block;
}

.tooltipforimg .tooltiptextforimg {
	visibility: hidden;
	background-color: #FFEB99;
	color: #000;
	text-align: center;
	border-radius: 3px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -6px;
	right: 130%;
	width: 235px;
	line-height: 24px;
}

.tooltipforimg .tooltiptextforimg::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #FFEB99;
}

.tooltipforimg:hover .tooltiptextforimg {
	visibility: visible;
}

/* ------------------------------------------------------------------------------------------------------------- */

/* botton to top */
.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	background-color: #FFA000;
	border: 2px solid #FFA000;
	color: #fff;
	text-align: center;
	line-height: 33px;
	display: none;
	font-size: 25px;
	border-radius: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 3;
}

.scroll-to-top:hover {
	background-color: #FFA000;
	color: #fff;
	border: 2px solid #FFA000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/* ********************************************************************************************************************** */
/* *********************************************************** media start ********************************************** */

@media(max-width:991px) {

	/* common css */
	.section-padding {
		padding: 70px 0;
	}

	.text-lato-extra-large {
		font-size: 55px;
		line-height: 65px;
	}

	.text-lato-medium {
		font-size: 30px;
		line-height: 35px;
	}

	.text-lato-normal {
		font-size: 36px;
	}

	/* ---------------------------------------------index-page start ------------------------------------- */

	/* site-detail block start */
	.circular-progress {
		width: 110px;
		height: 110px;
	}

	.inner-circle,
	.circular-site-img {
		width: 95px;
		height: 95px;
	}

	/* authentic & more start */
	.authentic-vector {
		width: 80px;
		height: 80px;
		object-fit: contain;
	}

	/* Industries start */
	.white-box.industries {
		padding: 30px 15px;
	}

	/* ------------------------------------------ index-page finish ------------------------------- */
	/* ------------------------------------------- about-us page start ---------------------------- */
	.mission-vision-value-block li {
		width: 45% !important;
		margin: 0 10px 20px;
	}

	.title-text {
		padding-left: 135px;
	}

	/* -------------------------------------------- about-us page finish ---------------------------- */
	/* -------------------------------------------- products page start ---------------------------- */
	.product-detail .product-img-box img {
		max-width: 290px;
	}


	/* -------------------------------------------- products page finish ---------------------------- */
	/* -------------------------------------------- vendor-registration page start--------------------------- */
	.vendor-logo {
		max-width: 155px;
	}

	/* -------------------------------------------- vendor-registration page finish--------------------------- */
}

@media(max-width:768px) {

	/* common css */
	.section-padding {
		padding: 50px 0;
	}

	.text-roboto-regular {
		font-size: 16px;
		line-height: 22px;
	}

	.text-lato-medium {
		font-size: 26px;
		line-height: 31px;
	}

	.text-lato-extra-large {
		font-size: 50px;
		line-height: 60px;
	}

	.text-roboto-small {
		font-size: 14px;
		line-height: 16.45px;
	}

	.text-roboto-sm-medium {
		font-size: 20px;
	}

	.text-roboto-medium {
		font-size: 30px;
	}

	.text-lato-normal {
		font-size: 34px;
	}

	/* white-box */
	.white-box-block .white-box:after {
		transform: scaleX(1);
		transform-origin: bottom left;
	}

	/* -------------------------------------- index-page start ------------------------------- */



	/* authentic & more start */
	.white-box.authentic {
		padding: 20px 5px;
		min-height: auto;
	}

	.authentic-vector {
		min-height: 50px;
	}

	.authentic-vector {
		width: 60px;
		height: 60px;
	}

	.authentic-and-more li {
		padding: 0 5px !important;
	}

	/* Industries start */
	.white-box.industries {
		padding: 20px 15px;
	}

	.white-box-img.industries-img {
		height: 50px;
		object-fit: contain;
	}

	/* -------------------------------------------------- index-page finish-------------------------------- */
	/* -------------------------------------------------- about-us page start ----------------------------- */
	.circle-box {
		border: 4px solid #FECC00;
		width: 90px;
		height: 90px;
	}

	.circle-box .circle-img {
		width: 50px;
		height: 50px;
		object-fit: contain;
	}

	.line {
		background-color: #FECC00;
	}

	/* map-block */
	.marquee {
		height: 260px;
	}

	.marquee-img {
		width: max(500px, 260px);
		height: 260px;
	}

	.industries-block .page-title-block {
		margin-bottom: 30px;
	}

	.industries-block {
		margin-top: -272px;
	}

	/* -------------------------------------------------- about-us page finish --------------------------- */
	/*------------------------------------------------ process page start------------------------------------- */

	.process-list-box {
		padding: 30px;
	}

	.sideBorder:before,
	.sideBorder:hover:before {
		width: 0px;
		height: 0;
	}

	.process-img-box.mr-50 {
		margin-right: 30px;
	}

	.process-img-box.ml-50 {
		margin-left: 30px;
	}

	.process-img-box {
		max-width: 200px;
		max-height: 200px;
		min-width: 200px;
	}

	.process-list {
		margin-bottom: 30px;
	}

	/*------------------------------------------------ process page finish------------------------------------- */

	/* ------------------------------------------------ surface-enhancement page start --------------------------- */
	.surface-list-box {
		padding: 20px;
		border-top: 8px solid #FECC00;
	}

	.surface-list-block li {
		width: 46%;
		margin: 0 10px 30px;
	}

	/* ------------------------------------------------ surface-enhancement page finish --------------------------- */
	/* ------------------------------------------------- products page start -------------------------------------- */


	.product-detail {
		padding: 20px;
		margin-bottom: 30px;
	}

	.product-img-box {
		max-width: 250px;
		max-height: 250px;
		min-width: 250px;
		margin-bottom: 20px;
	}

	.product-detail .product-img-box img {
		max-width: 200px;
	}

	/* ------------------------------------------------- products page finish --------------------------------- */

	/* --------------------------------------------------- box-style page start --------------------------------- */
	.yellow-semi-title {
		margin: 30px 0;
	}

	.all-box-styles {
		margin-bottom: 30px;
	}

	/* --------------------------------------------------- box-style page finish -------------------------------- */
	/* ---------------------------------------------------- get-a-quote-page start -------------------------------- */


	.custom-label {
		font-size: 16px;
		line-height: 19px;
	}

	.form-control.custom-input {
		font-size: 16px;
		line-height: 19px;
		padding: 12px;
	}

	.select .selectBtn {
		padding: 12px 13px;
		font-size: 16px;
	}

	.select .selectDropdown .option {
		padding: 10px 15px;
		font-size: 16px;
	}

	span.year-text {
		height: 44.6px;
		margin-top: -44.6px;
		font-size: 16px;
	}

	/* ---------------------------------------------------- get-a-quote-page finish -------------------------------- */

}

@media(max-width:576px) {

	/* common css */
	.yellow-btn a,
	.btn-get-a-quate-submit {
		padding: 5px 8px;
	}

	.container {
		padding: 0 15px;
	}

	.section-padding {
		padding: 30px 0;
	}

	.section-padding.sm {
		padding: 30px 0;
	}

	.text-roboto-regular {
		font-size: 14px;
		line-height: 17.3px;
	}

	.text-lato-medium {
		font-size: 20px;
		line-height: 24px;
	}

	.text-roboto-medium {
		font-size: 26px;
	}

	.text-lato-extra-large {
		font-size: 38px;
		line-height: 48px;
	}

	.text-lato-normal {
		font-size: 26px;
	}

	/* page-title */
	.page-title-block {
		padding: 0 0 0 15px;
	}

	/* ----------------------------------- index-page start---------------------------- */
	/* site-detail block start */
	.circular-progress {
		width: 90px;
		height: 90px;
	}

	.inner-circle,
	.circular-site-img {
		width: 75px;
		height: 75px;
	}

	.site-detail-block {
		max-width: 250px;
		margin: auto;
		float: unset;
	}

	/* infrastructure-plant start */
	.plant-vector {
		max-width: 240px;
	}

	/* testing-equipment start  */
	.equipment-vector-small {
		max-width: 62px;
	}

	/* Industries start */
	.white-box-img.industries-img {
		margin: auto;
	}

	.white-box.industries {
		padding: 15px 8px;
	}

	/* ----------------------------------- index-page finish--------------------------------- */
	/* ------------------------------------ about-us page start ---------------------------- */

	.title-text {
		padding-left: 140px;
	}

	/* map-block */
	.marquee {
		height: 170px;
	}

	.marquee-img {
		width: max(325px, 170px);
		height: 170px;
	}

	.industries-block {
		margin-top: -170px;
	}

	.industries-block .page-title-block {
		margin-bottom: 20px;
	}

	/* ------------------------------------ about-us page finish --------------------------- */
	/*------------------------------------ contact-us page start-----------------------------*/
	.contact-vectors {
		width: 16px;
		height: 16px;
		object-fit: contain;
	}

	.contact-social-menu .social-item {
		width: 48px;
		height: 48px;
	}

	/*------------------------------------ contact-us page finish-----------------------------*/
	/* ------------------------------------ proess page start -------------------------------*/
	.process-img-box {
		max-width: 160px;
		max-height: 160px;
		min-width: 160px;
	}

	.sideBorder:before,
	.sideBorder:hover:before {
		width: 0;
		height: 0;
	}

	.process-list-box {
		padding: 20px;
		border-top: 8px solid #FECC00;
	}

	.process-img-box.mr-50,
	.process-img-box.ml-50 {
		margin: 20px auto;
	}

	/* ------------------------------------ process page finish ---------------------------- */
	/* ------------------------------------ surface-enhancement page start --------------------------- */
	.surface-list-block li {
		width: 100%;
		margin: 0 0 30px;
	}

	/* ------------------------------------ surface-enhancement page finish --------------------------- */

	/* ------------------------------------------------- products page start -------------------------------------- */


	.product-img-box.mr-20,
	.product-img-box.ml-20 {
		margin: 0 auto 20px;
	}

	.product-img-box {
		max-width: 230px;
		max-height: 230px;
		min-width: 230px;
	}

	.product-detail .product-img-box img {
		max-width: 190px;
	}

	/* ------------------------------------------------- products page finish --------------------------------- */

	/* --------------------------------------------------- box-style page start --------------------------------- */
	.yellow-semi-title {
		margin: 20px 0;
	}

	.all-box-styles {
		margin-bottom: 20px;
	}

	/* --------------------------------------------------- box-style page finish -------------------------------- */
	/* --------------------------------------------------- get-a-quote page start ------------------------------- */
	.form-block {
		padding: 20px;
	}

	.input-field-box {
		margin-bottom: 20px;
	}

	/* ----------------------------------------------------- get-a-quote page finish ----------------------------- */
	/* ----------------------------------------------------- vendor-registration page start -------------------- */
	.form-block .text-lato-normal {
		font-size: 21px;
	}
	.custom-file-button .input-group-text {
		width: 80px;
		font-size: 15px;
	}
	.suggetonicon{
		max-width: 15px;
	}
	.tooltipforimg .tooltiptextforimg {
		width: 175px;
		font-size: 12px;
	}
	.custom-label {
		font-size: 14px;
	}
	.form-control.custom-input {
		font-size: 14px;
		line-height: 15px;
	}

	/* ----------------------------------------------------- vendor-registration page finish -------------------- */
}