body{
	/*position: relative;*/
	line-height: 1.5;
}
ul {
	list-style: none;
}

.main-header .logo{
	padding-top: 15px;
}

.header-upper .dropdown-toggle::after{
	display: none;
}

.contact-us-page{
	padding: 0;
}

.contact-text-1{
	margin-top: 30px;
}
.contact-form-section:before{
	background-color: transparent;
}
.vision-section h5{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.vision-section:before{
	background-color: #666;
	background-image: none;

}
#heading{
	padding: 20px 0;
	margin-top: 100px;
	background-color: #666;
	color: #fff;

}

/* team styles
====================*/
.sspc{
	margin-bottom: 50px;
}
#t1 .img,
#t2 .img,
#t3 .img,
#firm .img
{
	/*border: 1px solid #999;*/
	box-shadow: 0px 0px 5px 0 #666; 
	padding: 20px;
	border-radius: 10px;
}
#t1 img,
#t2 img,
#t3 img
{
	border-radius: 5px;
}
#t1 h2,
#t2 h2,
#t3 h2,
#firm h2
{
	margin-bottom: 30px;
	color: #000;
}
#t1 h4,
#t2 h4,
#t3 h4,
#firm h4
{
	margin-bottom: 20px;
	font-weight: bold;
}
#t1 h5,
#t2 h5,
#t3 h5
{
	margin-bottom: 15px;
	font-weight: bold;
}
#t1 p,
#t2 p,
#t3 p
{
	line-height: 30px;
}

#firm span{
	font-weight: bold;
}

#clients{
	background-color: transparent;
}
#clients ul{
	list-style: none;
}
#clients li{
	line-height: 35px;
	position: relative;
	padding-left: 30px;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	font-size: 16px;
}
#clients li:last-child{
	border-bottom: 0;
}
#clients li:hover{
	color: #000;
}
#clients li:before{
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	display: inline-block;
	position: absolute;
	left: 0px;
	color: #000;
}
#indus .table,
#alkali .table{
	text-align: left;
	font-size: 16px;
	color: #000;
}
#alkali .td{
	line-height: 50px;

}
#alkali ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
#alkali li:before{
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	display: inline-block;
	/*position: absolute;*/
	/*left: 0px;*/
	color: #000;
	margin-right: 10px;
}




#indus img{
	margin-bottom: 30px;
	/*border-radius: 10px;*/
	border: 1px solid #000;

}

#private .panel-default > .panel-heading a,
#private .panel-default > .panel-heading a[aria-expanded="true"]{
	background-color: #666;
	color: #fff;
}

#private .panel-default>.panel-heading a:after{
	top: -5px;
}


.copy-right{
	background-color: #666;
	padding-top: 15px;
}
.copy-right-1{
	background-color: rgba(0,0,0,0.4);
	border-top: none;
}
footer{
	padding: 0 !important;
	border-bottom: none;
}

.glass{
	margin-bottom: 132px;
}
.hospital{
	margin-bottom: 240px;
}

.bfservice{
	display: block;
}
.sfservice{
	display: none;
}
@media (max-width: 1200px){

}
@media (max-width: 992px){

}
@media (max-width: 768px){
	.glass{
		margin-bottom: 175px
	}

	.bfservice{
		display: none;
	}
	.sfservice{
		display: block;
	}
}