@charset "utf-8";
/* CSS Document */
html,
body {
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}
.bg {
	background-image:url("images/banner/bg.webp");
	background-size:cover;
	background-attachment:scroll;
	background-position:top;
}

.chemical {
	background-image:url("images/Featured-Projects-1.png");
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
    opacity: 80%;
}

.googlefont {
font-family: Poppins, "Poppins Black", "Poppins ExtraBold", "Poppins ExtraLight", "Poppins Light", "Poppins Medium", "Poppins SemiBold", "Poppins Thin";
font-size:44px;
color:#FF0004;
font-weight:600;
padding: 15px 0px 0px 0px;
}

.matter {
font-family:Poppins, "Poppins Black", "Poppins ExtraBold", "Poppins ExtraLight", "Poppins Light", "Poppins Medium", "Poppins SemiBold", "Poppins Thin";
	text-align:justify;
	font-size:17px;
	color:#000000;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
}

.green-bg {
background-color:#06954b;
display:inline-block;
	padding: 6px;
}

.menu-bg {
	background-color: #0c2c81;
	display:inline-block;
}

.blue {
background-color:#0a0d1a;
}


.antiquewhite {
background-color:#f5f5f5;
}

.join_gradient
{
Background-image: linear-gradient(#fff, #cda367);
}

.column1 {
  width: 33.33%;
 margin: 33.33px;
}

.gradient {
    background-image: linear-gradient(to bottom, #121928, #2b3945);
    display: inline-block;
}

.p-10 {
	padding: 100px 0px;
}


.home-page-contact {
    font-family:Poppins, "Poppins Black", "Poppins ExtraBold", "Poppins ExtraLight", "Poppins Light", "Poppins Medium", "Poppins SemiBold", "Poppins Thin";
	text-align:center;
	font-size:27px;
	color:#373a41;
    padding: 0px 10px;
}