html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: "Roboto", sans-serif;
	overflow-x:hidden;
	font-weight: 400;
	height: 100%;
}
a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.topbar{
	background: #0d1e36;
	padding: 8px 0;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	height: 63px;
}
.header{
	position: sticky;
	top: -2px;
	background: #fff;
	z-index: 9999;
}
.header .navbar{
	padding: 0;
}
.header .navbar .nav-link{
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
}
.header .navbar .nav-item{
	padding-left: 18px;
}
.header .navbar .email{
	padding-left: 30px;
}
.header .navbar .nav-link:hover{
	color: #40abf9;
}
.header .navbar .dropdown-item{
	text-transform: uppercase;
}
.header .navbar .dropdown-menu li{
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}
.header .navbar .dropdown-menu li:last-child{
	border: none;
	padding-bottom: 0;
}
.header .navbar .dropdown-menu li ul{
	display: none;
	left: 272px;
    top: 0px;
}
.header .navbar .dropdown-menu li:hover ul{
	display: block;
}
.header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.subdropdown{
	position: relative;
}
.subdropdown ul{
	display: none!important;
}
.subdropdown:hover ul{
	display: block!important;
}
.bannerbg .carousel-item{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
}
.bannertext{
	position: absolute;
	left: 10%;
	top: 35%;
	width: 45%;
}
.bannertext h1{
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.bannertext h3{
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
}
.bannertext ul{
	padding: 0;
	margin: 15px 0 25px 15px;
}
.bannertext li{
	list-style-type: disc;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.bannertext a{
	display: inline-block;
	padding: 20px 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	background: #1faae9;
}
.bannertext a .fa{
	padding-left: 15px;
}
.bannertext a:hover{
	background: #1c82b1;
}

.whoweare{
	margin-top: 60px;
}
.whoweare-text h2{
	color: #181818;
	font-size: 35px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	position: relative;
	padding: 18px 0;
	margin: 0;
}
.whoweare-text h2::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #42a4f5;
	width: 40px;
	height: 4px;
}
.whoweare-text p{
	font-size: 17px;
	line-height: 25px;
	color: #393c3e;
	text-align: justify;
}
.whoweare-img img{
	width: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.productbg{
	padding: 80px 0;
}
.productbg-box{
	position: relative;
}
.productbg-box img{
	width: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.productbg-box-content{
	position: absolute;
	left: 0px;
	bottom: 0;
	padding: 45px;
	width: 100%;
}
.productbg-box-content h4{
	color: #42a4f5;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0 0 10px 0;
}
.productbg-box-content h2{
	color: #fff;
	font-size: 25px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.productbg-box-content a{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	color: #fff;
}
.productbg-box-content a .fa{
	padding-left: 15px;
}
.testimonalbg{
	padding-bottom: 60px;
}
.testimonalbg h2{
	color: #181818;
	font-size: 35px;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}
.testimonialbox{
	display: flex;
	align-items: center;
	gap: 50px;
	position: relative;
	padding-top: 40px;
}
.testimonialbox::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	background: url(../images/testimonial-icon.png) no-repeat;
	width: 60px;
	height: 47px;
}
.testimonialbox-img{
	min-width: 200px;
}
.testimonialbox-img img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 200px!important;
	height: 200px!important;
	object-fit: cover!important;
	display: inline-block!important;
}
.testimonialbox-content p{
	color: #393c3e;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 30px;
}
.testimonialbox-content h3{
	color: #2a427e;
	font-size: 20px;
	font-weight: 500;
}
.testimonialbox-content h4{
	color: #42a4f5;
	font-size: 15px;
	font-weight: 500;
}

.footer{
	padding: 40px 0;
	background: #0d1e36;
}
.footer-top{
	display: flex;
	justify-content: space-between;
}
.footer-top h2{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.quicklinks ul{
	padding: 0;
	margin: 0;
}
.quicklinks li{
	padding-bottom: 15px;
	list-style: none;
}
.quicklinks li a{
	color: #fff;
	font-size: 14px;
}
.quicklinks li a:hover{
	color: #1fbaf8;
}
.contactinfo p{
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
}
.footerphone p{
	margin-bottom: 5px;
	color: #fff;
	font-size: 20px;
}
.footer-bottom{
	font-size: 15px;
	color: #9eb0bb;
	font-weight: 500;
	padding-top: 45px;
}

.innerbannerbg-inner{
	background: #f2efef;
	padding: 40px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.innerbanner-text h1{
	color: #181818;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0 0 10px 0;
}
.innerbanner-text p{
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 27px;
	line-height: 33px;
}
.productdetailsrow{
	padding: 75px 0;
}
.productdetails-img img{
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.productdetails-text h2{
	color: #181818;
	font-size: 35px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	position: relative;
	padding: 18px 0;
	margin: 0;
}
.productdetails-text h4{
	color: #181818;
	font-size: 25px;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0 0 25px 0;
}
.productdetails-text h2::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #42a4f5;
	width: 40px;
	height: 4px;
}
.productdetails-text ul{
	padding: 0;
	margin: 0 0 0 15px;
}
.productdetails-text li{
	list-style: disc;
	color: #27282a;
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
	padding: 5px 0;
}

.heatbanner{
	background: url(../images/heat-treatment-banner.jpg) no-repeat;
	background-size: cover;
	min-height: 330px;
}
.heatbanner .innerbanner-text h1, .heatbanner .innerbanner-text p{
	color: #fff;
}
.environmentalbanner{
	background: url(../images/environmental-chamber-banner.jpg) no-repeat;
	background-position: center;
	justify-content: start;
}
.iimbanner{
	background: url(../images/iim-banner.jpg) no-repeat;
	background-position: center;
	justify-content: start;
	min-height: 330px;
}

.panelbanner{
	background: url(../images/panel-banner.jpg) no-repeat;
	background-position: center;
	justify-content: start;
	min-height: 330px;
}

.testimonalbg img{
	width: auto!important;
	max-width: 100%;
}

.authorized-channel h3{
    font-size: 18px;
}
.authorized-channel .marquee span{
	display: flex;
	gap: 20px;
}
.authorized-channel img{
	height: 40px;
	width: auto;
}
.contactform .form-group {
    margin-bottom: 20px;
}
.contactform .form-group label {
    margin-bottom: 10px;
    font-weight: 600;
}
.contactform .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: solid 1px #000;
    height: 50px;
}
.submitbtn{
    background: #1faae9;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 10px;
}
.pl40{
	padding-left: 41px;
}
.authorized-channel{
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-bottom: 10px;

}
.authorized-channel .item{
	text-align: right;
}
.authorized-channel .item img{
	width: auto;
	display: inline-block!important;
}

@media only screen and (min-width: 1141px) and (max-width: 1272px) {
	.header .navbar .nav-item {padding-left: 15px;}
	.header .navbar .nav-link{font-size: 14px;}
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.bannertext h3{font-size: 28px;}
	.bannertext h1{font-size: 35px;}
	.bannertext{top: 15%;}
	.navbar-brand img{width: 120px;}
	.header .navbar .nav-link{font-size: 13px;}
	.authorized-channel h3 {font-size: 15px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-brand img{width: 150px;}
	.header .navbar .nav-item, .header .navbar .email{padding-left: 15px;}
	.bannertext{top: 5%;}
	.bannertext h3{font-size: 18px;}
	.bannertext h1{font-size: 25px;}
	.productbg-box-content{padding: 15px;}
	.footer-top{display: block;}
	.footer-top h2{margin-top: 30px;}
	.footer-bottom{text-align: center;}
	.innerbannerbg-inner{display: block; text-align: center;}
	.innerbanner-img img{max-width: 100%; margin-bottom: 20px;}
	.innerbanner-text h2{font-size: 35px;}
	.innerbanner-text p{font-size: 25px; line-height: 32px;}
}
@media only screen and (max-width: 767px) {
	.header .navbar .nav-item{padding: 10px 0;}
	.header .navbar .dropdown-menu li ul{display: block; width: 90%; margin: 0 auto;}
	.header .navbar .dropdown-item{font-size: 13px;}
	.bannertext{display: none;}
	.productbg-box-content{padding: 10px;}
	.testimonialbox{display: block; text-align: center;}
	.footer-top{display: block;}
	.footer-top h2{margin-top: 30px;}
	.footer-bottom{text-align: center;}
	.innerbannerbg-inner{display: block; text-align: center;}
	.innerbanner-img img{max-width: 100%; margin-bottom: 20px;}
	.innerbanner-text h2{font-size: 22px;}
	.innerbanner-text p{font-size: 20px; line-height: 27px;}
	.topbar{font-size: 13px;}
}