/*common*/
	#underconstruction{
		padding-bottom: 50px;
	}
	body{
		font-family: "Poppins", sans-serif;
		font-size: 1rem;
		font-weight: 300;
		word-break: break-word;
	}
	a{
		text-decoration: none !important;
		color: inherit !important;
	}
	.readonly{
		background: #f0f0f0 !important; 
	}
	.modal.show .modal-dialog {
		transform: none;
		width: 95%;
		max-width: 1000px;
	}
	img{
		width: fit-content;
		max-width: 100% !important;
	}
	#breadCrums{
		background: #e6e6e6;
	}
	#breadCrums .fas{
		color: #847e7e;
	}
	#breadCrums ul{
		margin-bottom: 0px;
	}
	#breadCrums li{
		list-style: none;
		display: inline-block;
		color: #424242;
		font-weight: 200;
		padding: 5px;
	}
	#breadCrums strong{
		font-weight: 500;
	}
	@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
	}
	@media (max-width: 991px) {
		.container{
			max-width: 100% !important;
		}
		section{
			padding-left: 20px !important;
			padding-right: 20px !important;
		}
	}
	@media (max-width: 767px) {
		section{
			padding-left: 15px !important;
			padding-right: 15px !important;
		}
	}
	.mobileView{
		display: none !important;
	}
	.desktopView{
		display: block !important;
	}
	@media screen and (max-width:991px) {
		.mobileView{
			display: block !important;
		}
		.desktopView{
			display: none !important;
		}
	}
/*common*/

/* header */
	.mainHeader{
		background:#ffffff;
		border-top:3px solid #d3d3d3;
	}
	.headerInner{
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:10px;
	}
	.headerLogo img{
		max-height:95px;
	}
	.headerRight{
		display:flex;
		flex-direction:column;
		align-items:flex-end;
	}
	.headerTop{
		display:flex;
		align-items:center;
		gap:30px;
		margin-bottom:18px;
	}
	.headerTop a{
		text-decoration:none;
		color:#ed3237 !important;
		font-size:15px;
		font-weight:400;
	}
	.headerTop i{
		color:#908f8f;
		margin-right:6px;
		font-size:14px;
	}
	.navbar-nav{
		gap:30px;
		display: contents;
	}
	.navbar-nav .nav-link{
		color:#333333;
		font-size:15px;
		font-weight:300;
		transition:0.3s;
		text-transform: uppercase;
  	padding: 0px 10px 0px 10px !important;
  	margin: 0px 5px;
	}
	.navbar-nav .active{
		background: #f0303f !important;
  	color: #fff !important;
	}

	.navbar-nav .nav-link:hover{
		color:#c35b6b;
	}
	@media(max-width:1199px){
		header .container {
			max-width: 100%;
		}
	}
	@media(max-width:991px){
		.headerInner{
			flex-direction:column;
			align-items:flex-start;
		}
		.headerRight{
			width:100%;
			align-items:flex-start;
		}
		.headerTop{
			margin:0;
			padding: 5px 0px;
			flex-wrap:wrap;
			gap:12px;
			text-align: center;
			background: #eee7e7;
		}
		.navbar{
			width:100%;
		}
		.navbar-toggler{
			margin-left:auto;
			width: fit-content;
			position: absolute;
			right: 10px;
			top: -70px;
		}
		.navbar-collapse {
			width: 100%;
			background: #ededed !important;
			margin: 15px 0PX;
		}
		.navbar-nav{
			gap:15px;
		}
		.navbar-nav .nav-link {
			border-bottom: 2px solid #ffffff;
			padding: 10px;
		}
	}
/* header */

/* footer */
	footer{
		background:#ececec;
		padding:20px 0 20px;
		font-size: 0.9rem;
	}
	footer img{
		height:70px;
	}
	.footer-links a{
		text-decoration:none;
		color:#333;
		margin:0 10px;
	}
	footer .row{
		align-items: stretch !important;
	}
	footer .col-md-8{
		display: flex;
		flex-direction: column;
    	justify-content: space-between;
	}
/* footer */

/* slider */
	.carousel-caption {
		top: 50%;
		left: 8%;
		right: auto;
		bottom: auto;
		transform: translateY(-50%);
		width: 40%;
		text-align: left;
	}
	.carousel-caption h2{
		color: #0e0b0d;
		font-family: "Prata", serif;
		font-size: 5rem;
	}
	.carousel-caption p{
		color: #0e0b0d;
		font-weight: 300;
		font-size: 1rem;
		width: 70%;
	}
	.carousel-control-next, .carousel-control-prev{
		width: 5%;
	}
	.carousel-indicators [data-bs-target]{
		border-radius: 100%;
		width: 10px;
		height: 10px;
	}
	@media(max-width:991px){
		.carousel-caption h2{
			font-size: 4rem;
		}
		.headerTop span{
			padding-left: 20px;
		}
	}
	@media(max-width:920px){
		.carousel-item img{
			width: auto !important;
   			height: 350px;
    		max-width: none !important;
		}
	}
	@media(max-width:820px){
		.carousel-caption h2{
			font-size: 3rem !important;
		}
		.carousel-caption p{
			width: 100%;
		}
	}
	@media(max-width:620px){
		.carousel-caption{
			width: 85%;
			text-align: center;
		}
		.carousel-item img{
			height: 400px;
		}
	}
	@media(max-width:620px){
		.headerTop span{
			float: left;
			width: 100%;
			text-align: center;
		}
		.headerTop a{
			font-size: 0.9rem;
		}
		.headerTop{
			float: left;
		}
	}
	@media(max-width:335px){
		.carousel-caption h2{
			font-size: 2rem !important;
		}
	}
/* slider */

/* home */
	#searchSection{
		padding:40px 0;
		text-align:center;
	}
	#searchSection h2{
		font-size:2.2rem;
		font-weight:400;
		margin-bottom:15px !important;
		color:#4f4f4f;
		font-family: "Prata", serif;
	}
	#searchSection .form-control{
		background: #e3e3e3;
		color: #272727;
		border-radius: 0px;
		text-align: center;
		font-weight: 300;
	}
	#welcome{
		background: #ededed;
      	padding:60px 0;
      	text-align:center;
    }
	#welcome h2{
	  	font-size:3.5rem;
	  	font-weight:400;
	  	margin-bottom:0px !important;
	  	color:#000000;
	  	font-family: "Prata", serif;
	}
    #welcome p{
      	max-width:900px;
      	margin:auto;
      	line-height:1.8;
		color: #000;
    }
	#industries{
      padding:40px 0;
      text-align:center;
    }

    .industry-card{
      position:relative;
      overflow:hidden;
    }

    .industry-card img{
      width:100%;
      height:350px;
      object-fit:cover;
    }
    .industry-label{
      position:absolute;
      bottom:15px;
	  	right:0px;
      background:#fff;
      padding:10px 25px;
      font-weight:500;
      box-shadow:0 2px 10px rgba(0,0,0,0.1);
	  	text-align: right;
    }
	#industries h2{
		font-size:2.2rem;
		font-weight:400;
		margin-bottom:10px !important;
		color:#ff0000;
		font-family: "Prata", serif;
	}
	#industries .col-md-4{
		margin-bottom:30px;
		padding: 2px;
		position: relative;
	}
	#brands{
      padding:0px 0px 40px 0px;
      text-align:center;
    }
	#brands h2{
		font-size:2.2rem;
		font-weight:400;
		margin-bottom:10px !important;
		color:#000000;
		font-family: "Prata", serif;
	}
    #brands span {
		color: #000;
		font-size: 1.8rem;
	}
	#brands .col-md-3{
		font-size: 1.7rem;
		color: #d82323;
		border-left: solid 1px #ccc;
		margin-bottom: 20px;
	}
	#brands .col-md-3:first-child{
		border-left: none;
	}
	#brands .row{
		justify-content: center;
	}
	@media(max-width:1199px){
		#brands .col-md-3{
			font-size: 1.6rem;
		}
	}
	@media(max-width:991px){
		#welcome h2{
			font-size: 2.5rem !important;
		}
		#searchSection h2, #industries h2, #brands h2{
			font-size: 1.8rem !important;
			margin-bottom: 15px !important;
		}
		#industries .row{
			margin-top: 20px;
		}
		#industries .col-md-4 {
        	margin: 3px 0px;
		}
		#brands .col-md-3:nth-child(5), #brands .col-md-3:nth-child(9){
			border-left: none;
		}
		#brands .col-md-3{
			font-size: 1.5rem !important;
		}
	}
	@media(max-width:767px){
		#welcome h2{
			font-size: 2rem !important;
		}
		#searchSection h2, #industries h2, #brands h2{
			font-size: 1.5rem !important;
			margin-bottom: 15px !important;
		}
		#welcome{
			padding: 40px 10px !important;
		}
		.industry-label {
			right: auto;
			left: auto;
			box-shadow: none;
      width: 100%;
      text-align: center;
      position: unset;
      background: #e9ecef;
      color: #212529;
      font-weight: 600;
      font-size: 1.2rem;
		}
		.industry-card img{
			width: 100% !important;
			margin-top: 20px;
		}
		#brands .col-md-3:nth-child(5), #brands .col-md-3:nth-child(9){
			border-left: solid 1px #ccc;
		}
		#brands .col-md-3:nth-child(4), #brands .col-md-3:nth-child(7){
			border-left: none;
		}
		#brands .col-md-3{
			font-size: 1.3rem !important;
		}
		#industries .row{
			margin-top: 0px;
		}
	}
	@media(max-width:575px){
		#brands .col-md-3{
			border-left: none !important;
			border-bottom: solid 1px #ccc;
			padding-bottom: 20px;
		}
		#brands .col-md-3:last-child{
			border-bottom: none;
		}
	}
	@media(max-width:535px){
		#searchSection{
			padding: 20px 0 !important; 
		}	
		#searchSection .form-control{
			font-size: 1rem;
		}
	}
	@media(max-width:335px){
		#welcome h2{
			font-size: 1.6rem !important;
		}
	}
/* home */

/* Banner */
	#banner{
		height:140px;
		position:relative;
	}
	#banner::before{
		content:'';
		position:absolute;
		inset:0;
		background:rgba(0,0,0,0.2);
	}
	.banner-content{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		color:#fff;
		text-align:center;
	}
	.banner-content h1{
		font-size: 2rem !important;
		font-weight: 600;
	}
	.aboutusBanner{
		background:url('../images/aboutusBaneer.webp') center center/cover no-repeat;
	}
	.contactBanner{
		background:url('../images/contact-banner.webp') left center/cover no-repeat;
	}
	.certificationBanner{
		background:url('../images/certification-banner.webp') center center/cover no-repeat;
	}
	@media screen and (max-width:767px){
		.banner-content h1{
			font-size: 1.5rem !important;
		}
	}
	@media screen and (max-width: 620px) {
    .headerTop {
        float: left;
        width: 100%;
    }
	}
/* Banner */

/* Search */
	#searchSection button{
		background: #7c7db0;
	}
/* Search */

/* contact us */
	#contact1{
		padding:30px 0;
	}
	#contact1 h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
	}
	#contact1 p{
		color: #000000;
		font-size: 1rem;
	}
	@media screen and (max-width:991px){
		#contact1 h2{
			margin-top: 20px !important;
		}
	}
	@media screen and (max-width:767px){
		#contact1 h2{
    	font-size: 1.2rem;
		}
		#contact1 p{
    	font-size: 1rem;
		}
	}
/* contact us */

/* certification */
	#certification1{
		padding:0px 0px 30px 0;
	}
	#certification1 h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #141414;
	}
	#certification1 p, #certification2 p{
		color: #141414;
		font-size: 1rem;
	}
	#certification2 .row{
		margin-bottom: 20px;
	}
	#certification2 h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #141414;
	}
	#certification2 .text-right{
		text-align: right !important;
	}
	#certification2 sup{
		font-size: 2rem;    
		vertical-align: bottom;
		font-weight: 100;
	}
	#certification2 p{
		margin-bottom: 0px;
	}
	@media screen and (max-width:991px){
		#certification1 h2{
			margin-top: 20px !important;
		}
		#certification2, #certification1{
			text-align: center !important;
		}
		#certification2 .text-right{
			text-align: center !important;
		}
		#certification2 .row{
			margin-bottom: 50px !important;
		}
	}
	@media screen and (max-width:767px){
		#certification1 h2, #certification2 h3{
    	font-size: 1.2rem;
		}
		#certification1 p{
    	font-size: 1rem;
		}
	}
/* certification */

/* About us */	
	#researchinnovation1{
		max-width: 700px;
		margin:auto;
	}
	.engineering{
		padding-left: 80px;
	}
	.innovation{
		color: #314ba1;
		font-weight: 200;
		font-size: 3.5rem;
		padding-left: 150px;
    margin: -12px 0px 10px 0px;
	}
	.empowering{
		padding-left: 220px;
	}
	.industries{
		color: #768e2b;
		font-weight: 200;
		font-size: 3.5rem;
		padding-left: 320px;
    margin: -12px 0px 10px 0px;
	}
	#researchinnovation2 p{
		text-align: justify;
	}
	#researchinnovation3 h2{
		font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #212121;
	}
	#researchinnovation3{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	#overView1{
		max-width: 700px;
		margin:auto;
	}
	.sciencecolor{
		padding-left: 80px;
	}
	.sciencecolor span{
		font-size: 3.5rem;
		color: #ff6600;
		font-weight: 200;
	}
	.artexcellence{
		padding-left: 150px;
	}
	.artexcellence span{
		font-size: 3.5rem;
		color: #17957c;
		font-weight: 200;
	}
	#overView2{
		padding-top: 20px;
	}
	#overView2 p{
		text-align: justify;
	}
	#overView3{
		padding: 30px 0px;
	}
	#team1{
		max-width: 700px;
		margin:auto;
	}
	.leadership{
		padding-left: 100px;
	}
	.inspires{
		color: #e24120;
		font-weight: 200;
		font-size: 3.5rem;
		padding-left: 150px;
    margin: -12px 0px 10px 0px;
	}
	.visons{
		padding-left: 220px;
	}
	.endures{
		color: #79409e;
		font-weight: 200;
		font-size: 3.5rem;
		padding-left: 250px;
    margin: -12px 0px 10px 0px;
	}
	#team2 p{
		text-align: justify;
	}
	#team3{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#team3 h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 12px 0px 5px 0px;
    color: #212121;
	}
	#team3 p{
		color: #212121;
	}
	@media(max-width:991px){
		#overView2 img{
			margin-bottom: 20px;
		}
	}
	@media(max-width:767px){
		#researchinnovation3{
			margin-top: 20px;
		}
		#researchinnovation3 h2{
			font-size: 1.5rem;
		}
		#overView1{
			text-align: center;
		}
		#overView1 span {
      width: 100% !important;
      float: left;
      text-align: center;
      margin: -8px 0px 20px 0px;
    }
    .artexcellence{
    	padding-left: 0px;
    }
		.sciencecolor{
			margin-bottom: 0px;
			padding-left: 0px;
		}
		#researchinnovation1, #team1{
			text-align: center !important;
		}
		.engineering, .innovation, .empowering, .industries{
			padding-left: inherit;
		}
		.leadership, .inspires, .visons, .endures{
			padding-left: inherit;
		}
		.sciencecolor span, .artexcellence span, .innovation, .industries, .inspires, .endures{
			font-size: 3rem;
		}
		#team3{
			margin-top: 20px;
		}
		#team3 h2{
			font-size: 1.2rem;
		}
	}
	@media(max-width:575px){
		.sciencecolor span, .artexcellence span, .innovation, .industries, .inspires, .endures{
			font-size: 2.5rem;
		}
	}
	@media(max-width:310px){
		.sciencecolor span, .artexcellence span, .innovation, .industries, .inspires, .endures{
			font-size: 2rem;
		}
	}
/* About us */

/* Products */
	#products1 .btn{
		color: #3c3c3c;
		text-transform: uppercase;
		font-weight: 300;
		margin: 10px;
	}
	#products1 .active{
		background: #ed3237;
		color: #fff;
		border-radius: 50px;
	}
	#products1 h3{
		margin-top: 20px;
		color: #141414;
		font-size: 1.4rem;
	}
	#products2{
		text-align: center;
	}
	#products2 img{
		margin-bottom: 10px;
	}
	#products2 h4{
		color: #000000;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 1rem;
		margin-bottom: 30px;
	}
	#products2 .row{
	  justify-content: center;
	}
	#products3 h2{
		color: #2479a7;
		background: #e1e1e1;
		border-radius: 50px;
		font-size: 1.1rem;
		font-weight: 500;
		text-transform: uppercase;
		padding: 8px 20px;
		margin-bottom: 0px;
	}
	#products3 button{
		background: #2479a7;
		color: #fff;
		border-radius: 50px;
	}
	.enqRow{
		margin-bottom: 10px;
	}
	.productRow{
		margin-bottom: 30px;
	}
	.productRow span {
	  width: 50px;
	  height: 50px;
	  float: left;
	}
	.productRow td{
		font-size: 0.8rem;
		padding: 5px;
	}
	.productRow strong{
		font-weight: 500;
	}
	#myModal .form-control{
		margin: 5px 0px 15px 0px;
		font-size: 0.9rem;
		background: #faf8f8;
	}
	#myModal label{
		font-weight: 500;
	}
	#myModal .btn-success{
		border-radius: 50px;
		margin:20px 0px;
		background: #2479a7;
	}

	@media screen and (max-width: 575px){
		#products3 button{
			margin-top: 10px;
		}
		.enqRow .col-sm-3{
			text-align: center;
		}
		#products3 h2{
			border-radius: 0px;
		}
	}

/* Products */





