/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: auto;
}
body {
	background: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #383838;
	position: relative;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857;
	width: 100%;
}
address {
	font-style: normal;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
fieldset, img {
	border: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	overflow-x: hidden;
}
#body {
	background-color: #fff;
	padding-top:45px
}
/* Links ---------------------- */
a {
	text-decoration: none;
	line-height: inherit;
	outline: none;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
p a, p a:visited {
	line-height: inherit;
}
/* Reset for strange margins by default on <figure> elements */
figure {
	margin: 0;
}
/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 16px;
	direction: ltr;
}
/* Lists ---------------------- */
ul, ol, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li ul, ul li ol {
	margin-left: 20px;
	margin-bottom: 0;
}
ol li ul, ol li ol {
	margin-left: 20px;
	margin-bottom: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	color: #000;
	font-size: 17px;
	line-height: normal;
}
hr {
	border-top: 1px solid #ccd5d1;
}

/* inpput */

input::-moz-focus-inner {
border: 0;
padding: 0;
}
strong {
	font-weight: 700;
}
/* forms css */


.mandatory {
	color: #ef2e25;
	font-size: 14px;
}
input, select, textarea {
	outline: none;
}
/*input[type="radio"], input[type="checkbox"]{margin:0;}*/
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
}
input[type="text"], input[type="password"], textarea {
	-webkit-appearance: none;
}
/* forms css */

.field-set {
	margin-bottom: 15px
}
input[type="text"], select, input[type="file"], input[type="password"], input[type="email"] {
	line-height: 100%;
	border-radius: 2px;
	width: 100%;
	background: #fff;
	border: 1px solid #d8d7d9;
	height: 46px;
	vertical-align: middle;
	font-size: 16px;
	color: #3d403e;
	padding: 0 10px;
	margin: 0 0 0 0;
	outline: none;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="text"], select, input[type="file"], input[type="password"],  input[type="email"] {
	line-height: normal;
}
}
textarea {
	border-radius: 2px;
	width: 100%;
	background: #f7f7f7;
	border: 1px solid #d8d7d9;
	resize: none;
	vertical-align: middle;
	font-size: 16px;
	color: #3d403e;
	padding: 10px;
	margin: 0 0 0 0;
	outline: none;
	font-family: 'Raleway', sans-serif;
}
input[type="file"] {
	height: auto;
	padding: 10px;
}
input[type="submit"] {
	border: none;
	padding: 0 20px;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	width: 100%;
	cursor: pointer;
	height: 46px;
	line-height: 46px;
	background-color: #4ca146;
	border-radius: 2px;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
textarea {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
 background-color: #ffffff display: block;
	padding: 10px 18px 10px 10px;
}
.selectwrap {
	position: relative;
}
.selectwrap::before {
	content: "";
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 20px;
	width: 0;
	z-index: 9;
	border: 5px solid transparent;
	border-top-color: #a3a3a3;
	border-width: 8px 5px 5px;
}
.selectwrap::after {
	background-color: #ffffff;
	content: "";
	height: 44px;
	pointer-events: none;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 40px;
	border-left: 1px solid #d8d7d9;
}
input[type="submit"]:hover, button:hover {
	background: #383838;
}
.selectwrap input[type="text"] {
	padding-right: 50px;
}
input[type="text"]:focus {
	border-color: #3d403e;
}
/** grid css **/

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.row .row:before, .row:after {
	content: "";
	display: table;
	line-height: 0;
}
.row:after {
	clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}
select {
	appearance: none;
	-webkit-appearance: none;
}








/*CMS based css*/

ul li {
	font-size: 19px;
	font-weight: 300;
	margin: 0 0 15px;
}

.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
	color: #555;
	font-size: 25px;
	padding-bottom: 10px;
	font-weight: 600;
}

.cms h3 {
	font-size: 22px;
}

.cms h4 {
	font-size: 20px;
}

.cms h5 {
	font-size: 18px;
}

.cms h6 {
	font-size: 16px;
}

.cms p {
	color: #616060;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 15px
}

.cms p a {
	color: #00b0f0;
	white-space: nowrap;
}

.cms p a:hover {
	color: #1f4e79;
}

.cms ul li {
	font-size: 16px;
}
