
h1,h2,h3,h4,h5,h6{
	text-align:center;
	font-weight:bold;
	font-family:Merriweather;
}
p{
	font-family:Lora;
	font-size:18px;
	text-align:left;
}

.about{
	text-align:justify;
}
#ContactNumber{
	color:Black;
	font-weight:Bold!important;
	text-align:center!important;
}
#FooterName{
	color:#fec12c!important;
	font-weight:Bold!important;
	font-size: 30px;
}
#contact-header{
	background: White;
}
.cell img{
	width:300px;
	height:400px;	
}
.cell{
	width:275px;
	Height:350px;
	display:inline-block;
	margin:0 10px;
	border:3px solid black;
	border-radius:10px;
	overflow:hidden;
}
.flickity-page-dots .dot{
	background-color: #fec12c!important;
}

@media screen and (max-width: 900px) {
	.cell{
		width:100%!important
	}
	.cell img{
	width:100%;
	height:400px;	
}
}

.newRow{
	margin-top:50px;
	
}
.fa-clock-o{
	color: #fec12c!important;
}
.footer-icons{
	text-align:center;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.img-aboutUs{
	border:1px solid black;
	width:100%;
	Height:auto;
}
.aboutUs{
	text-align:justify;
}
.img-capabilities{
	width:100%;
	Height:auto;
	float:center;
	max-height:450px;
}
.img-capabilities-exceptional{
	width:100%;
	Height:auto;
	float:center;
	max-height:600px;
}
.img-capabilities-exceptional1{
	width:auto;
	Height:auto;
	float:center;
}
th{
	text-align:center;
	background-color:RGB(254,193,44)!important;
	color:White;
	
}
.box{
	background-color:#fff;
	width:90%;
	margin:auto;
	padding:10px;
	text-align:left;
	
	box-shadow: 5px 5px 6px #888888;
}
.JobOpening{
	text-align:center;
	text-decoration:underline;
	color:blue!important;
	font-weight:normal;
	
}
#Hardness-img{
	width:100%;
	Height:auto;
	float:center;
	max-height:550px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box!important;
  min-height: 320px!important;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px!important;
  border-radius: 50%!important;
  margin: -40px 0 0 40px!important;
  position: relative!important;
  z-index: 2!important;
  border: 6px solid rgba(255, 255, 255, 0.2)!important;
}

.testimonials .testimonial-item h3 {
  font-size: 18px!important;
  font-weight: bold!important;
  margin: 10px 0 5px 45px!important;
  color: white!important;
}

.testimonials .testimonial-item h4 {
  font-size: 14px!important;
  color: rgba(255, 255, 255, 0.6)!important;
  margin: 0 0 0 45px!important;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d3af71!important;
  font-size: 26px!important;
  width:26px;
  height:26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block!important;
  left: -5px!important;
  position:relative!important;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block!important;
  right: -5px!important;
  position: relative!important;
  top: 10px!important;
}

.testimonials .testimonial-item p {
  font-style: italic!important;
  margin: 0 15px 0 15px!important;
  padding: 20px 20px 60px 20px!important;
  background: #26231d!important;
  position: relative!important;
  border-radius: 6px!important;
  position: relative!important;
  z-index: 1!important;
}
@media screen and (max-width: 767px) {
  .testimonials {
    margin: 30px 10px!important;
  }
}
.gallery-img{
	transition:1s;
	width:350px;
	Height:200px;
}
.gallery-img:hover{
	filter:grayscale(100%);
	transform:scale(1.1);
}


/*  Gallery CSS 
#gallery img {
	 height: 75vw;
	 object-fit: cover;
}
 @media (min-width: 576px) {
	 #gallery img {
		 height: 35vw;
	}
}
 @media (min-width: 992px) {
	 #gallery img {
		 height: 18vw;
	}
}
 .carousel-item img {
	 height: 60vw;
	 object-fit: cover;
}
 @media (min-width: 576px) {
	 .carousel-item img {
		 height: 350px;
	}
}

*/

 
/* CSS For Another Gallery 
.modal-img{
	width:100%;
	Height:400px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  overflow: auto;
  margin-left: auto;
  margin-right:auto;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 100%;
   height: 400px;
  max-width: 1200px;
}

.close {
  color: red!important;
  position: relative;
  font-size: 35px;
  font-weight: bold;
  background-color:White;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: orange;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
*/