@charset "utf-8";
/* CSS Document */
html,
body {
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}
.bg {
	background-image:url("images/abstract-waves.webp");
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.bg1 {
	background-image:url("images/vision-pipeline-img1.png");
	background: cover;
	background-position:top;
	opacity: 75%;
	background-repeat:no-repeat;
}

.bg2 {
	background-image:url("images/vision-pipeline-img2.png");
	background: cover;
background-position:left;
	opacity: 75%;
	background-repeat:no-repeat;
}

.bg3 {
	background-image:url("images/vision-pipeline-img3.png");
	background: cover;
	background-position:top;
	opacity: 75%;
	background-repeat:no-repeat;
}

.bg4 {
	background-image:url("images/vision-pipeline-img4.png");
	background: cover;
	background-position:top;
	opacity: 75%;
	background-repeat:no-repeat;
}

.bg5 {
	background-image:url("images/vision-pipeline-img5.png");
	background: cover;
	background-position:top;
	opacity: 75%;
	background-repeat:no-repeat;
}

.bg6 {
	background-image:url("images/vision-pipeline-img6.png");
	background: cover;
	background-position:top;
	opacity: 75%;
	background-repeat:no-repeat;
}

.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;
}

.red-bg {
background-color:#cda367;
display:inline-block;
	padding: 6px;
}

.menu-bg {
	background-color: #113675;
	display:inline-block;
}

.blue {
color:#113675;
}


.white {
color:#fff;
}

.join_gradient
{
Background-image: linear-gradient(#fff, #cda367);
}

.column1 {
  width: 33.33%;
 margin: 33.33px;
}

.gradient {
    background-image: linear-gradient(to right, #320968, #0086f1);
    display: inline-block;
	padding: 5px;
    color: white;
}


.home-page-contact{
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:26px;
	color:#373a41;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

