@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700');
/*************************
*******Typography******
**************************/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color:#FFFFFF !important;
}
html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-moz-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}
html, body {
	overflow-x: hidden;
	width: 100%;
}
.wow {
	visibility: hidden;
}
p {
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #6b6b6b;
	font-size: 14px;
}
a {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #676767;
	font-size: 14px;
	line-height: 18px;
}
a:focus {
	text-decoration: none;
}
span {
	display: -webkit-inline-box;
	display: -moz-inline-box;
}
a:hover {
	text-decoration: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html, html a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.nopadding {
	padding-left: 0;
	padding-right: 0;
}
h1 {
	font-weight: 500;
	color: #014397;
	font-size: 40px;
	text-transform: capitalize;
}
h2 {
	color: #c01515;
	font-size: 30px;
	font-weight: normal;
	text-transform: capitalize;
}
h3 {
	color: #014397;
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 50px;
	margin-bottom: 30px;
}
.clearfix {
	margin: 45px 0;
}
.alert .message-icon {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #9F9F9F;
	border-radius: 50%;
	line-height: 30px;
}
/*Placeholder style*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-family: 'Roboto', sans-serif;
 color: #8c8c8c !important;
 font-size:15px !important;
}
::-moz-placeholder { /* Firefox 19+ */
 font-family: 'Roboto', sans-serif;
 color: #8c8c8c !important;
 font-size:15px !important;
}
:-ms-input-placeholder { /* IE 10+ */
 font-family: 'Roboto', sans-serif;
 color: #8c8c8c !important;
 font-size:15px !important;
}
:-moz-placeholder { /* Firefox 18- */
 font-family: 'Roboto', sans-serif;
 color: #8c8c8c !important;
 font-size:14px !important;
}
/*************************
*******header******
**************************/
header {
	padding: 25px 0px;
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 0 2px 6px 0 rgba(0,0,0,0.19);
}
.header-social p {
	color: #014397;
	padding-top: 6px;
	font-size: 16px;
	text-transform: inherit;
	margin: 0;
	text-align: right;
}
.header-social a {
	transition: all 0.3s ease 0s;
}
.header-social a i.fa {
	border: 1px solid #cfcfcf;
	border-radius: 25px;
	color: #aed000;
	margin-left: 11px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 37px;
	height: 37px;
	line-height: 37px;
}
.header-social i.fa:hover {
	background: #aed000;
	color: #fff;
	border: none;
	transition: all 0.3s ease 0s;
}
/*************************
*******banner******
**************************/
#banner {
	padding: 90px 0px 100px;
	background: url(../images/banner.jpg) center center no-repeat;
	background-size: cover;
}
.banner-text {
	margin-top: 70px;
}
.banner-text img {
    text-align: right;
    max-width: 100%;
    margin: 0 auto;
    float: right;
}
/*************************
*******form******
**************************/
.form-padding {
	padding: 0
}
.form {
	position: relative;
}
.form input {
	border-radius: 5px !important;
	height: 43px;
	padding-left: 33px;
	width: 100% !important;
}
.form-inline .input-group {
	width: 27%;
	margin: 0 3px;
}
.input-group i {
	color: #77b127;
	font-size: 16px;
	left: 13px;
	position: absolute;
	top: 14px;
	z-index: 99;
}
.form-container {
	background-color: #373737;
	border-radius: 10px;
	display: inline-block;
	padding-bottom: 30px;
}
.form-head {
	padding: 25px 0px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background-color: #014397;
	background-image: -webkit-linear-gradient(top, #008ec2, #0163bf);
	background-image: -moz-linear-gradient(top, #008ec2, #0163bf);
	background-image: -o-linear-gradient(top, #008ec2, #0163bf);
	background-image: -ms-linear-gradient(top, #008ec2, #0163bf);
	background-image: linear-gradient(to bottom, #008ec2, #0163bf);
}
.form-para p {
	padding: 25px 45px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.form-head h1 {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	margin: 0px;
	font-weight: 500;
	padding: 0;
	text-align: center;
}
#signUp-form .form-group {
	padding: 0px 10px;
	margin-bottom: 20px;
}
#signUp-form .form-control {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #898989;
	color: #000;
	height: 45px;
}
#signUp-form textarea.form-control {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #898989;
	color: #000;
	height: 100px;
}
#signUp-form .form-control:focus {
	border: 2px solid #016cc0;
}
.submit-section {
	padding: 0px 25px;
}
#signUp-form .btn-submit {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	display: inline-block;
	color: #ffffff;
	width: 100%;
	height: 56px;
	overflow: hidden;
	position: relative;
	text-transform: capitalize;
	padding: 3px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #ff0;
	background-image: -webkit-linear-gradient(top, #aed000, #a0bf00);
	background-image: -moz-linear-gradient(top, #aed000, #a0bf00);
	background-image: -o-linear-gradient(top, #aed000, #a0bf00);
	background-image: -ms-linear-gradient(top, #aed000, #a0bf00);
	background-image: linear-gradient(to bottom, #aed000, #a0bf00);
	font-style: normal;
	transition: all 0.3s ease 0s;
}
#signUp-form .btn-submit:hover {
	background: #fff;
	color: #a3c200;
	transition: all 0.3s ease 0s;
}
label.error {
	color: #fff;
	text-align: left;
	display: block;
	margin: 0px;
}
.alert .message-icon {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #9F9F9F;
	border-radius: 50%;
	line-height: 30px;
}
#submit-control {
	color: #fff;
	font-style: italic;
	font-size: large;
}
/*************************
*******support******
**************************/
#support {
	padding: 80px 0px;
}
.support-text h3 {
	margin-bottom: 25px;
	margin-top: 0px;
}
.support-text p {
	margin-top: 25px;
	margin-bottom: 35px;
}
.support-text ul {
	padding: 0px;
	margin: 0px;
}
.support-text ul>li {
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #6b6b6b;
	font-size: 16px;
	list-style: none;
}
.support-text ul>li>i.fa {
	color: #aed000;
	font-size: 16px;
	padding-right: 15px;
}
.support-img {
	text-align: right;
}
/*************************
*******work******
**************************/
#work {
	padding: 90px 0;
	background: url(../images/work-bg.jpg) no-repeat;
	background-size: cover;
}
.work_base_block {
	margin: 30px 0px;
}
.work_main h3, .work_main p, .work_block p {
	color: #FFFFFF
}
.work_main h3 {
	margin-top: 0px;
	margin-bottom: 25px;
}
.work_main p {
	margin-top: 25px;
	margin-bottom: 0px;
}
.work_icon {
	border-radius: 50%;
	height: 121px;
	margin: 0 auto;
	width: 121px;
	border: 1px solid #FFFFFF;
}
.work_icon i {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 121px;
	display: block;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}
.work_block h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 23px;
	margin-top: 40px;
	text-transform: capitalize;
}
.work_block {
}
.work_block:hover .work_icon, .work_block:hover .work_icon i {
	background-color: #FFFFFF;
	color: #016fc0;
	transition: all 0.3s ease 0s;
}
/*************************
*******copyRight******
**************************/
#copyRight {
	background-color: #fff;
	padding: 25px 0;
}
#copyRight p {
	color: #797979;
	text-align: center;
	font-weight: normal;
	font-size: 12px
}
.btn-submitpre {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 20px;
	margin: 0px;
	display: inline-block;
	color: #ffffff;
	width: 100%;
	height: 56px;
	overflow: hidden;
	position: relative;
	text-transform: capitalize;
	padding: 3px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #ff0;
	background-image: -webkit-linear-gradient(top, #aed000, #a0bf00);
	background-image: -moz-linear-gradient(top, #aed000, #a0bf00);
	background-image: -o-linear-gradient(top, #aed000, #a0bf00);
	background-image: -ms-linear-gradient(top, #aed000, #a0bf00);
	background-image: linear-gradient(to bottom, #aed000, #a0bf00);
	font-style: normal;
	transition: all 0.3s ease 0s;
}
.btn-submitpre:hover {
	background: #fff;
	color: #a3c200;
	transition: all 0.3s ease 0s;
}

.btn-submitpres {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 20px;
	margin: 0px;
	display: inline-block;
	color: #ffffff;
	width: 100%;
	height: 56px;
	overflow: hidden;
	position: relative;
	text-transform: capitalize;
	padding: 14px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #ff0;
	background-image: -webkit-linear-gradient(top, #014397, #2e70b3);
	background-image: -moz-linear-gradient(top, #014397, #2e70b3);
	background-image: -o-linear-gradient(top, #014397, #2e70b3);
	background-image: -ms-linear-gradient(top, #014397, #2e70b3);
	background-image: linear-gradient(to bottom, #014397, #2e70b3);
	font-style: normal;
	transition: all 0.3s ease 0s;
}
.btn-submitpres:hover {
	background: #fff;
	color: #014397;
	transition: all 0.3s ease 0s;
}
