
input[type="text"], textarea, input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
	border-radius:0px;
	font-family: 'Lato', sans-serif;
}

::-webkit-input-placeholder {
	color:#000000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	color:#000;
}

p,label {
	font-family: 'Lato', sans-serif;
}

body {
	font-family: 'Lato', sans-serif;
}

.btn-success {
	display:inline-block;
}

.navbar-default {
	margin-bottom:0px;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

ul {
	margin:0px;
	padding:0px;
}

section {
	float:left;
	width:100%;
}

.panel {
	float:left;
	width:100%;
	border-radius:0px;
	padding:0px;
	margin:0px;
	box-shadow:none;
	background:none;
	border:none;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tableRow {
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tableCell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Header Style */


#header {
	padding:25px 0px;
	padding-bottom:40px;
}


/* Content Style */
#content {
	padding:0px 50px;
}

#content iframe {
	border-radius:25px;
	box-shadow: 6px 8px 13px -5px #000;
}

.text-head {
	float:left;
	width:100%;
	border:2px solid #1f1f1f;
	box-shadow: 6px -4px 13px -5px #000;
	border-radius:25px;
}

.blue-text {
	float:left;
	width:100%;
	border:2px solid #1f1f1f;
	background:#052a47;
	box-shadow: 6px 8px 13px -5px #000;
	border-radius:25px;
	padding:8px 20px;
}

.blue-text p {
	color:#fff;
	font-size:15px;
}

#content h3 {
	color:#052a47;
	font-size:16px;
	margin:10px 0px;
	margin-bottom:10px;
}

#content .center {
	display:inline-block;
	text-align:left;
}

#content ul li {
	list-style:none;
	color:#052a47;
	    font-size: 16px;
    padding: 6px 0px;
	padding-left:20px;
	background:url(../img/icon-1.png) 0% 50% no-repeat;
}

/* Footer Style */
#footer {
	padding:20px 0px;
}

#footer h3 {
	color:#052a47;
	font-size:30px;
	font-weight:bold;
	margin-bottom:30px;
}

#footer h3 a {
	text-decoration:none;
	color:#a8c24e;
}

#footer label {
	color:#000000;
	font-size:25px;
	font-weight:normal;
}

#footer input {
	width:100%;
	height:40px;
	padding-left:15px;
	border:2px solid #bfbfbf;
	border-radius:12px;
	color:#000000;
	font-size:16px;
}

#footer button {
	background:#a5e935;
	color:#ffffff;
	font-size:20px;
	line-height:40px;
	border-radius:14px;
	border:none;
	padding:0px 22px;
	box-shadow: 3px 2px 13px 1px #000;
	font-family: 'Lato', sans-serif;
	outline:0;
	font-weight:bold;
}

#footer h2 {
	color:#5f6368;
	font-size:16px;
	margin-top:45px;
	margin-bottom: 20px;
}

/*****======= Responsive Style Css ======***********/

/* Landscape phones and portrait tablets */
@media (max-width: 767px){

#header img {
	max-width:100%;
}

.row-eq-height {
	display:block;
}

#content {
	padding:0px;
}

#content iframe {
	margin-bottom:30px;
	height:200px;
}

#content h3 {
	font-size:22px;
}

#content .center {
	padding:0px 15px;
}

.blue-text p {
    color: #fff;
    font-size: 16px;
}

#footer h3 {
	font-size:28px;
}

#footer label {
	font-size:24px;
	margin-bottom:15px;
}

#footer input {
	margin-bottom:15px;
}

#footer h2 {
    font-size: 22px;
}

.xs-center {
	text-align:center;
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

#content {
	padding:0px;
}

#content h3 {
    font-size: 18px;
}

#content ul li {
	font-size: 12px;
	padding: 3px 0px;
}

.blue-text p {
	font-size:14px;
}

#footer h3 {
	font-size:28px;
}

#footer label {
    font-size: 20px;
}

#footer h2 {
    font-size: 20px;
}

.blue-text p br {
	display:none;
}


}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {
}