@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
body
{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	background: #001434;
}
/*@font-face
{
	src: url("../font/Poppins-Medium.ttf");
	font-family: Poppins-Medium;
}
@font-face
{
	src: url("../font/Poppins-Regular.ttf");
	font-family: Poppins-Regular;
} */
@font-face
{
	src: url("../font/OpenSans-SemiBold	.ttf");
	font-family: OpenSans-SemiBold;
}
@font-face
{
	src: url("../font/OpenSans-Regular	.ttf");
	font-family: OpenSans-Regular;
}
/*.bg-top
{
	background: url('../images/bg1.jpg');
}*/
.bg-bottom
{
	background: url('../images/Main-bg.jpg');
	padding-bottom:800px;
	background-position: top center;
	padding-top: 110px;
}
.bg-top
{
	background: #001434;
}
.bg-bottom, .bg-top
{
	width: 100%;
	float: left;
}

/*header*/
.header
{
	text-align: center;
	padding: 110px 0px 0px;
	width: 100%;
	position: relative;
	left: -17px;
}
.header img{}
.headsupply
{
	color:#fff;
	font-size:48px;
	font-weight:bold;
	text-align:center;
	padding:60px 0px 30px;
	position: relative;
	left: -17px;
}


/*three-cl*/
.three-cl
{
	text-align: center;
	padding-top: 30px;
}
.three-cl p
{
	color: #fff;
	font-size: 30px;
	padding-top: 40px;
	line-height:40px;
	font-weight: 500;
}

/*intrest*/
.intrest
{
	text-align:center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	padding-bottom: 60px;
}
.intrest h1
{
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size: 80px;
	font-weight:700;
	letter-spacing: 1px;
}
.intrest p strong
{
	font-weight: 700;
}
.intrest a
{
	color:#ff921e;
}
.intrest a:hover
{
	 
	text-decoration: underline;
}

/*contact-form*/
.form-c
{
	text-align: center;
}
.contact-form
{
	background: #f3f3f3;
	border-radius: 10px 10px 10px 10px;
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #666;
}
.contact-form h3
{
	font-family: OpenSans-SemiBold;
	background: #dfdfdf;
	padding: 20px 25px;
	text-align: left;
	color: #4d4d4d;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 30px;
	text-shadow: 0.5px 0.866px 0px rgb( 255, 255, 255 );
	font-size: 25px;
}
.c-input
{
	padding: 0px 20px;
}
.s-input
{
	background: #e9e9e9;
	padding: 15px;
	border-radius: 0px 0px 10px 10px;
	margin-top: 30px;
	text-align: right;
	border-top: 1px solid #dddddd;
}
.c-input input
{
	display: block;
	width: 100%;
	margin: 15px 0px;
	padding: 15px 20px;
	font-family: OpenSans-Regular;
	background: #e0e0e0;
	color: #4d4d4d;
	border: 1px solid #e0e0e0;
	border-radius:5px;
	font-size: 18px;
	box-shadow: inset -1.1px 0.566px 1px 0px rgba(0,0,0,0.07);
}
.c-input input::placeholder
{ 
	color: #4d4d4d; 
	opacity: 1 !important;
}
.c-input input::-webkit-placeholder
{ 
	color: #4d4d4d; 
	opacity: 1 !important;
}
.c-input input::-moz-placeholder
{ 
	color: #4d4d4d; 
	opacity: 1 !important;
}
.c-input input::-ms-placeholder
{ 
	color: #4d4d4d; 
	opacity: 1 !important;
}
.c-input input::-o-placeholder
{ 
	color: #4d4d4d; 
	opacity: 1 !important;
}
.s-input .sub
{
	font-family: OpenSans-SemiBold;
	background: linear-gradient(#0d203c, #001434);
    padding: 10px 50px;
	border-radius: 10px;
	font-size: 19px;
	color: #ff921e;
	border: 1px solid #001433;
	box-shadow: -1px 0px 0px 1px #286259;
	cursor: pointer;
}
.s-input .sub:hover
{
	background: linear-gradient(#001434, #0d203c);
}

@media only screen and (max-width: 767px)
{
	.header
	{
		padding: 40px 0px 0px;
	}
	.three-cl p
	{
		padding-top: 20px;
	}
	.three-cl .flg
	{
		padding-top:50px;
	}
	.intrest h1
	{
		font-size: 40px;
	}
	.intrest
	{
		font-size: 16px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.cform
	{
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.inputfile + label
{
	width: 100%;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 15px 20px;
	border-radius: 5px;
	font-family: OpenSans-Regular;
	background: #e0e0e0;
	color: #4d4d4d;
	font-size: 18px;
	text-align: left;
	background-image: url(../images/file-upload.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #e0e0e0;
	box-shadow: inset -1.1px 0.566px 1px 0px rgba(0,0,0,0.07);
}
#file-1
{
	display: none;
}
.stew-sec img, .stew-sec p
{
	margin-left: 56px;
}
@media only screen and (min-width: 1200px)
{
	.three-cl > .container
	{
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1200px)
{
	.headsupply, .header
	{
		left: 0;
	}
	.stew-sec img, .stew-sec p
	{
		margin-left: 0px;
	}
}
@media only screen and (max-width: 767px)
{
	.header img
	{
		width: 100%;
		max-width: 298px;
	}
	.headsupply
	{
		font-size: 35px;
		padding: 30px 0px 30px 0px;
	}
	.three-cl img
	{
		max-width: 140px !important;
	}
	.three-cl p
	{
		font-size: 25px;
	}
	.three-cl .flg {
		padding-top: 25px;
	}
	.intrest h1
	{
		font-size: 36px;
	}
	.inputfile + label, .c-input input {
		font-size: 15px !important;
		padding: 15px 15px;
	}
	.c-input {
		padding: 0px 13px;
	}
	.cform
	{
		padding: 0px 6px;
	}
	.bg-bottom
	{
		padding-top: 50px;
	}
}