.mis-bgimg
{
	/*background-image:url(image/header_img.jpg);
	background-size: 100% 100%;
	background-attachment:fixed;
	width:100%;
	height:100vh;*/
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../image/mission.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 60vh;
	color: white !important;
}
.mis-bgimg h2
{
	text-align: left;
	font-size: 300%;
}
.mission_detail
{
	background-color: white;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.mission_detail h3
{
	padding: 15px 0px;
}
#mis-company
{
	padding: 100px 0px;
	background-color: #eeeef0;
	margin:0px auto;
}
#mis-company a
{
	font-size:16px !important;
	font-weight:lighter !important;
}
#mis-company p
{
	font-size:20px !important;
	font-weight:bold !important;
}	
#mis-company .mission_detail
{
	margin-top: 25px;
}
.mis-company2
{
margin: 100px 0px;	
}
.mis-company2-detail
{
	padding:20px;
	margin-bottom: 20px;
	margin-right: 20px;
	border:1px solid grey;
	background-color: #eeeef0;	
}

.mis-company2-detail h2
{
	color: #dc3545;
}
.mis-ourteam
{
	padding: 100px 0px;
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../image/mis_img2.jpg);
	width:100%;
	height:73%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	color: white !important; 
}
.mis-ourteam h2
{
	font-size:50px;
	font-weight:bold !important;
	letter-spacing: 10px;
}
.mis-ourteam .ourservices
{
	border:1px solid #FFF;
}
/* .cardbg
{
	background: #e2e1e0;
	padding-top:150px;
	padding-bottom:130px;
}
.card {
  background: #fff;
  border-radius: 2px;
  height: 300px;
  margin: -1rem;
  width: 300px;
}


.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding:10px;
  text-align:left;
  margin-bottom:25px;
} */
.text-4xl {
    font-size: 1.25rem;
}
.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%);
}

.p-8 {
    padding: 2rem;
}
.p-4 {
    padding: 1rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.font-bold {
    font-weight: 700;
}
.p-4 {
    padding: 1rem;
}
.min-h-screen {
    min-height: 100vh;
	pading: 100px 0px;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}
.bg-gray-100 {
    /* background-color: #f7fafc; */
	padding: 50px 0px;
}


.grid--container {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(10, 1fr);
	margin: 50px 0px;
  }
  .grid--image1 {
	background-image: url("../image/manufacture.jpg");
	background-size: cover;
	background-position: center;
	grid-column: 2 / 7;
	grid-row: 1 / 10;
  }
  .grid--image2 {
	background-image: url("../image/makeinindia.jpg");
	background-size: cover;
	background-position: center;
	grid-column: 2 / 7;
	grid-row: 1 / 10;
  }
  .grid--image3 {
	background-image: url("../image/growth.jpg");
	background-size: cover;
	background-position: center;
	grid-column: 2 / 7;
	grid-row: 1 / 10;
  }
  .grid--content {
	background-color: rgba(255,255,255,0.8);
	grid-column: 6 / -1;
	grid-row: 4 / -1;
  }
  .card--title {
	font-family: 'Blinker', sans-serif;
  }
  button {
	border: 1px solid black;
	
	&:hover {
	  background: #000;
	  color: white;
	  box-shadow: 0 0 32px rgba(0,0,0,0.2);
	}
  }
  
  @media (max-width: 1000px) {
	.grid-container {
	  height: 100%;
	}
	.grid--content {
	  background-color: rgba(255,255,255,0.9);
	  grid-column: 5 / span 6;
	}
  }
  @media (max-width: 768px) {
	.grid--image {
	  grid-column: 1 / -1
	}
   
	.grid--content {
	  background-color: rgba(255,255,255,0.9);
	  grid-column: 2 / span 8;
	  grid-row: 6 / -1;
	  min-height: 100%;
	}
  }
  @media (max-width: 500px) {
	.grid--container {
	  box-shadow: 0 0 32px rgba(0,0,0,0.5);
	}
	.grid--image {
	  grid-column: 1 / -1;
	  grid-row: 1 / span 4;
	}
	.grid--content {
	  background-color: white;
	  grid-column: 1 / -1;
	  grid-row: 5 / -1;
	  min-height: 100%;
	}
  }





