@charset "utf-8";
/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
 display: none;
}
html {
	font-size: 16px;
}
html, button, input, select, textarea {
	color: #222;
	font-family: 'ralewayregular';
}
body {
	font-family: 'ralewayregular';
	font-size: 15px;
	line-height: 23px;
	color: #4c4c4c;
	padding: 0;
	margin: 0;
	min-height: 800px;
	background: #e6e9ed;
}
/*html, body {
    overflow-x: hidden;
}*/
img {
	max-width: 100%;
}
::-moz-selection {
background: #3399ff;
color: #fff;
text-shadow: none;
}
::selection {
	background: #3399ff;
	color: #fff;
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a {
	color: #0a0909;
	text-decoration: none;
	outline: 0;
	transition: all 0.5s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #008ece;
        cursor: pointer; //added by soumya
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	font-family: 'ralewayregular';
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	outline: none;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
	float: left;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: middle;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
.header {
	background: #000152;
}
.social-icons {
	float: right;
}
.social-icons a {
	padding-right: 17px;
	color: #fff;
	font-size: 17px;
	position: relative;
}
.social-icons a:hover {
	color: #18c449;
}
.social-links {
	float: left;
	padding: 22px 0 0;
}
.member-login {
	background: #2b93ce none repeat scroll 0 0;
	float: right;
	padding: 22px 17px;
	color: #fff;
	font-family: 'ralewaybold';
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	position: relative;
}
.member-login a:hover {
	color: #000;
}
.input-lg {
	font-size: 11px;
	color: #c5c5c5;
	border-radius: 0;
}
.banner {
	position: relative;
	z-index: 10;
}
.banner-content {
	z-index: 9999;
	position: relative;
	margin: 0px auto;
	width: 100%;
	top: 0;
	padding-top: 35px;
}
.search-content {
	/*position: absolute;
	bottom: 83%;
	right: 131px;
*/
	float: right;
}
.search-content .input-group {
	width: 371px;
}
.search-content .form-control {
	background: #ffffff;
	border: none;
	padding-left: 50px;
}
.search-button {
	width: 91px;
	height: 46px;
	background: #ffd203;
	border: none;
	color: #000;
	font-size: 14px;
	font-family: 'ralewaymedium';
	transition: all 0.5s ease 0s;
}
.search-button:hover {
	background: #edca52
}
.search-icon {
	bottom: 11px;
	left: 26px;
	position: absolute;
	z-index: 9;
}
.logo {
	/*bottom: 83%;
	left: 11%;
	position: absolute;
	z-index: 9;
*/
	float: left
}
.search-content .input-group-btn {
	font-size: 0;
	position: relative;
	white-space: nowrap;
	z-index: 9;
}
.welcome {
	display: none;
	background: rgba(2,177,52,0.8);
	width: 670px;
	/*position: absolute;
	bottom: 145px;
	right: 131px;
	z-index: 9;
*/	
	color: #fff;
	padding: 45px;
	float: right;
	clear: both;
	margin-top: 102px;
}
.welcome h1 {
	font-size: 36px;
	margin-bottom: 17px;
}
.welcome span {
	font-family: 'ralewaybold';
	font-size: 37px;
}
a.join-butt {
	background: #ffd203;
	display: inline-block;
	margin-top: 35px;
	padding: 15px 26px;
	font-family: 'ralewaymedium';
	font-size: 20px;
}
a.join-butt:hover {
	background: #edca52;
	color: #000;
}
.news {
    margin-top: 35px;
	background: #333333;
	padding: 0;
	color: #fff;
}
.news-update {
	padding: 14px 0 0;
}
.news-update > img {
	float: left;
	margin-right: 16px;
}
.news-update h3 {
	margin: 4px 0 0;
	color: #fff;
	padding-bottom:0;
}
.news-cont {
	background: url(../images/border.png) repeat-y left top;
	padding: 20px 30px;
	font-size: 15px;
}
.news-cont > a {
	color: #dddddd;
	text-decoration: underline;
}
.news-cont > a:hover {
	color: #fff;
	text-decoration: none;
}
.news-cont span {
	color: #edca52;
	margin-left: 10px;
	text-decoration: underline;
}
.body-cont {
	background: #e6e9ed;
	padding: 37px 0;
}
.welcome-sec {
	background: #fff;
	padding: 40px;
	margin-bottom: 45px;
}
h2 {
	color: #000;
	font-size: 32px;
	font-family: 'ralewaysemibold';
	padding-bottom: 30px;
}
h3 {
	color: #000;
	font-size: 26px;
	font-family: 'ralewaysemibold';
	padding-bottom: 25px;
}
.welcome-sec p, .business-sec p {
	color: #363636;
}
.business-sec {
	background: #edca52;
	padding: 40px;
}
a.hvr-radial-in {
	padding: 15px 26px;
	display: inline-block;
	color: #fff;
	box-shadow: 7px 5px 0 #ccaf4a;
	overflow: hidden;
	position: relative;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	vertical-align: middle;
	background: #00c01a;
}
a.hvr-radial-in::before {
	background: #1f1f1f;
	border-radius: 100%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(2);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
.hvr-radial-in:hover::before, .hvr-radial-in:focus::before, .hvr-radial-in:active::before {
	transform: scale(0);
}
.img-sec {
	padding-top: 35px;
}
.img-sec img {
	border: 20px solid #daba4a;
}
.right-panel ul li {
	background: url(../images/arrow.png) no-repeat left 20px;
	border-bottom: 1px solid #bdbdbd;
}
.right-panel ul li:last-child {
	border-bottom: none;
}
.right-panel ul li a {
	display: block;
	padding: 14px 0 14px 20px;
}
.right-panel ul li a:hover {
	color: #18c449;
}
.right-panel .business-awards {
	background: #f0f0f0;
	border: 1px solid #c4c4c4;
	margin-top: 20px;
	margin-bottom: 20px;
}
.right-panel .business-awards h4 {
	position: relative;
	background: #00af35;
	padding: 17px;
	font-size: 15px;
	color: #fff;
	font-family: 'ralewaybold';
}
.right-panel .business-awards h4:after {
	background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") repeat scroll 0 0;
	bottom: -20px;
	content: "";
	height: 29px;
	left: 40%;
	position: absolute;
	width: 54px;
}
.business-awards > img {
	padding: 13px;
}
.right-logo {
	text-align: center;
	padding: 10px;
border: 5px solid #e2001a;
}
.footer {
	background: url(../images/foot-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0 0;
}
.foot-bg {
	background: rgba(236, 236, 236, 0.9);
	padding: 35px 0;
	color: #2d2d2d;
}
.foot-bg .form-control {
	border: 1px solid #bcbcbc;
}
a.hvr-radial-in.join-now-butt {
	box-shadow: 7px 5px 0 #c4c4c4;
	margin: 70px 0 0;
}
.foot-bg .col-sm-3 {
	text-align: center;
}
.contact-info i {
	margin-right: 10px;
}
.contact-info p {
	font-size: 15px;
}
.copyright {
	text-align: center;
	color: #c5ccc7;
	padding: 15px;
}
.drop_menu {
	position: absolute;
	top: 67px;
	left: 0px;
	background: #edca52;
	margin: 0;
	padding: 15px;
	display: none;
	z-index: 99;
	transition: all 0.5s ease 0s;
}
.member-login:hover .drop_menu {
	display: block;
}
.member-login:hover i {
	/*transform: rotate(180deg);*/
}
.drop_menu a {
	font-size: 14px;
	line-height: 29px;
	text-transform: capitalize;
	color: #272726;
	font-family: 'ralewayregular';
}
.drop_menu a:hover {
	color: #fff;
}
.inner-ban {
	width: 100%;
}
.banner .logo.inner-logo {
	bottom: 72%;
}
.inner-head {
	bottom: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}
.inner-head h1 {
	color: #fff;
	float: left;
	font-family: 'ralewaysemibold';
	font-size: 40px;
	line-height: 52px;
	text-transform: capitalize;
	padding-bottom: 25px;
}
.bradcamp {
	float: right;
	padding-top: 20px;
	font-family: 'ralewaysemibold';
}
.bradcamp ul li {
	background: rgba(0, 0, 0, 0) url("../images/bradcampdevider.png") no-repeat scroll right 6px;
	color: #fff;
	float: left;
	padding: 0 15px 0 8px;
	text-transform: uppercase;
}
.bradcamp ul li:last-child {
	background: none;
}
.breadcrumbs a:hover {
	color: #00c633;
}
.inner-cont h2 {
	text-align: center;
}
.contact-form .form-group label {
	color: #00c633;
	display: inline-block;
	font-size: 15px;
	left: 20px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 30px;
	z-index: 999;
}
.contact-info.foot p {
	text-align: left;
	padding-bottom: 10px;
}
.contact-form .form-group .form-control {
	padding: 6px 12px 6px 35px;
}
.contact-form textarea.form-control {
	height: 145px;
	resize: none;
}
.conbutt .btn.btn-success.submit_story {
	background: #ffd203 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #000;
	display: block;
	float: left;
	font-family: 'ralewaysemibold';
	font-size: 15px;
	margin-top: 6px;
	outline: medium none;
	padding: 8px 19px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	box-shadow: 7px 5px 0 #ccaf4a;

}
.conbutt {
	padding-bottom: 36px;
	
}

.contactmap {
	border: 1px solid #ccc;
	padding: 4px;
}
.contactmap iframe {
	width: 100%;
}
.loc-details h4 {
	font-weight: bold;
	padding-bottom: 7px;
}
.about-details {
	padding-top: 30px;
}
.addbanner {
	padding-top: 30px;
}
.right-panel .addbanner h4 {
	position: relative;
	background: #00af35;
	padding: 17px;
	font-size: 17px;
	color: #fff;
	font-family: 'ralewaybold';
	text-align: center;
	text-transform: uppercase;
}
.right-panel .addbanner h4:after {
	background: rgba(0, 0, 0, 0) url("../images/arrow-top.png") repeat scroll 0 0;
	top: -20px;
	content: "";
	height: 29px;
	left: 40%;
	position: absolute;
	width: 54px;
}
#accordion .panel-heading {
	padding: 0;
}
#accordion .panel-title > a {
	display: block;
	padding: 15px;
	outline: none;
	font-weight: bold;
	text-decoration: none;
}
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
	content: "\f106";
	float: left;
	font-family: FontAwesome;
	margin-right : 1em;
	/*color:#00af35;*/
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
	content: "\f107";
}
.my_acordian .panel-body {
	padding: 25px 15px;
}
.my_acordian .panel-body h2 {
	font-size: 18px;
	padding-bottom: 16px;
	text-transform: capitalize;
}
.my_acordian .panel-body h4 {
	color: #000;
	font-family: 'ralewaysemibold';
	font-size: 16px;
	padding-bottom: 15px;
	padding-top: 20px;
	text-transform: capitalize;
}
.green_arrow li {
	background: url(../images/arrow.png) no-repeat left 16px;
	padding: 5px 0 5px 20px;
}
.green_arrow {
	margin-bottom: 16px;
}
.my_acordian.panel-group .panel {
	border-radius: 0;
}
.my_thumbnail .caption p {
	margin-bottom: 0;
	line-height: 18px;
}
.my_thumbnail {
	text-align: center;
	padding: 15px 5px 5px 5px;
	border-radius: 0;
	min-height: 240px;
}
.only_hover {
	position: relative;
}
.hover_content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	visibility: hidden;
	transform: scale(0);
	transition: all 0.5s;
}
.only_hover:hover .hover_content {
	visibility: visible;
	transform: scale(1);
}
.hover_content span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	color: #00af35;
	padding: 10px;
	background: #fff;
	width: 140px;
}
.my_thumbnail .caption h4 {
	color: #000;
	font-family: 'ralewaysemibold';
	font-size: 16px;
	padding-bottom: 15px;
	padding-top: 11px;
	text-transform: capitalize;
}
.photo_thumbnail .caption h4 {
	color: #000;
	font-family: 'ralewaysemibold';
	font-size: 16px;
	padding-top: 5px;
	text-transform: capitalize;
	text-align: center;
	transition: all 0.5s;
}
.photo_thumbnail:hover .caption h4 {
	color: #18c449;
}
.awards_logo {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}
.servise_btn_join {
	text-align: center;
}
.award_history {
	margin-bottom: 25px;
}
.no_border > tbody > tr > td, .no_border > thead > tr > th {
	border-top: none;
	border-bottom: none;
}
.no_border > tbody > tr > td, .no_border > thead > tr > th {
	padding: 3px 8px;
}
.member_reg input, .member_reg textarea {
	border-radius: 0;
}
.btn_submit {
	background: #ffd203;
	display: inline-block;
	margin-top: 35px;
	padding: 15px 26px;
	font-family: 'ralewaymedium';
	font-size: 20px;
	border: 1px solid #ffd203;
}
.btn_submit:hover {
	background: #edca52;
	color: #000;
	border: 1px solid #edca52;
}
.mandatory_fild {
	float: left;
	margin-bottom: 50px;
}
.download_fild {
	float: right;
}
.color_red {
	color: #c1141d;
}
.thumbnail.photo_thumbnail.director {
	min-height: 412px;
}
.bold_h2 h4 {
	color: #000;
	font-family: 'ralewaysemibold';
	font-size: 18px;
	padding-bottom: 15px;
	padding-top: 20px;
	text-transform: capitalize;
}
.bold_h2 h3 {
	color: #000;
	font-size: 25px;
	font-family: 'ralewaysemibold';
	padding-bottom: 25px;
	text-align: center;
}
.photo_thumbnail.board_member_thumbnail h4 {
	padding: 3px 0 10px 0px;
}
.photo_thumbnail.board_member_thumbnail p {
	margin-bottom: 9px;
	line-height: 19px;
	text-align: center;
}
.photo_thumbnail.board_member_thumbnail p:last-child {
	margin-bottom: 0px;
}
.board_member_thumbnail {
	min-height: 433px;
}
.btn_close {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
}
.boadr_member_popup .modal-body {
	padding: 50px 55px 20px;
	color: #000;
}
.boadr_member_popup .modal-content {
	border-radius: 0;
	border: 10px solid #00af35;
}
.boadr_member_popup p {
	text-align:justify;
	font-family:Arial, calibri;
}
.boadr_member_popup h3 {
	color: #000;
	text-align: center;
	font-weight: bold;
}
.boadr_member_popup h3 span {
	font-size: 18px;
}
.color_green {
	color:#00af35;	
}
.boadr_member_popup .table > tbody > tr > td {
	border-top: none;
}
.mem_lst_pop_logo {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}
.member_list_logo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
.member_pick {
	height: 40px;
	width: 40px;
	background: #f00;
	position: absolute;
	border-radius: 50%;
	top: -10px;
	left: -51px;
	overflow: hidden;
}
.member_login_pick {
	padding: 22px 17px 22px 64px;
}
.my_acordian .panel-title {
	font-size: 16px;
	padding-bottom: 0;
	padding-top: 0;
	color: #333;
}
.event_content h3 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 0;
}
.meta-data {
	display: block;
	color: #6f6f6f;
	font-size: 13px;
	margin: 0 2px 10px;
}
.event_list {
	margin-bottom: 35px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 24px;
}
.event_photo {
	padding: 4px;
	border: 1px solid #bdbdbd;
	text-align: center;
	margin-bottom:15px;
}
.btn_event_read_more {
	background: #ffd203;
	display: inline-block;
	margin-top: 15px;
	padding: 7px 19px;
	font-family: 'ralewaymedium';
	font-size: 14px;
	border: 1px solid #ffd203;
	color: #000;
	line-height: 18px;
}
.enent_pagination {
	text-align: right;
}
.event_details h3 {
	color: #000;
	font-size: 25px;
	font-family: 'ralewaysemibold';
	padding-bottom: 15px;
text-align: left;
}
.event_details {
	margin-bottom:35px;
}
.event_details p {
	line-height: 18px;
}	
.event_details a {
	color:#00af35;	
}
.for_gallery_details {
	bottom: 95px;	
}
.inner_breadcamp {
	padding: 15px 0px;
}
.inner_breadcamp .bradcamp {
	padding-top: 10px;	
}
.inner_breadcamp .bradcamp a {
color: #00c633;
}
.member_list ul {
	column-count:3;
	-webkit-column-count:3;
}
.member_list ul li a {
	color: #363636;
}
.member_list ul li a:hover {
	color:#00af35;
}
.member_list ul li {
	padding:8px 0px;
}
.for_login .modal-body {
    padding: 25px 10px 20px;
}
.for_login .modal-dialog {
	width: 350px;
	max-width: 350px;
}
.for_login .member_reg h3 {
	text-transform: uppercase;	
}
.for_login .download_fild {
    margin-bottom: 15px;
}
.btn_submit {
	margin-top: 20px;
	padding: 10px 26px;
	margin-bottom: 20px;	
}
.icon_user, .icon_pass {
	position:relative;	
}
.icon_user:before, .icon_pass:before {
	font-family: FontAwesome;
	position:absolute;
	top: 12px;
	font-size: 20px;
	color: #00af35;
	left: 10px;
}
.icon_user:before {
	content: "\f007";
}
.icon_pass:before {
	content: "\f023";
}
.icon_user .form-control, .icon_pass .form-control {
	padding-left:35px;
}
.category_tags {
	float:left;
text-align: left;
margin-bottom: 0;
border-left: 3px solid #ffd203;
padding-left: 6px;
text-transform: uppercase;
font-size: 11px;
line-height: 1em;
color:#00af35;
font-weight:bold;
}
.enent_top_details {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.module_date_author {
    float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-style: italic;
	line-height: 1em;
}
.inner_breadcamp h1 {
	text-transform:capitalize;
}
.sparkasse_banner_text {
	text-align: center;
	margin-top: 30px;
	color: #fff;	
}
.table_head_green .table thead {
	background:#00af35;
	color:#fff;
}
.table_head_green .table thead tr th {
	text-align:center;
}
.table_head_green .table thead tr th:first-child {
	text-align:left;
}
.member_list {
	margin-top: 30px;	
}
.for_sparkas_logo {
	margin-bottom:30px;
}
.btn_sparkase .btn_submit {
    margin-top: 40px;
    margin-bottom: 0;
}
.color_green {
	color:#00af35;
}
.leadship_section {
	margin-bottom:30px;
}
.spokesperson_pick {
	width: 150px;
height: 100px;
overflow: hidden;
text-align: center;

}
.event_short_info {
	margin-bottom:40px;
}

.contact-form .form-group span label {
  display: block;
  padding-right: 20px;
  position: relative;
  text-align: right;
  width: auto;
  color:#ff0000;
}

.form-group label.error {
  display: block;
  padding-right: 20px;
  position: relative;
  text-align: right;
  width: auto;
  color:#ff0000;
}

#company_lgo {
  /*height:20px;*/
  width:50%;
}

/*---29072017--*/
.msgsection{
	margin-top: 3%;
}
#logerr{
	color:red;
}


.mainbanner img{width:100%;}



.foot-bg .input-group {
    display: block;
}
#subscribeemail {
    width: 70%;
    display: inline-block;
}
.foot-bg .input-group-btn {
    width: 30%;
    display: inline-block;
}
label.error {
    color: red;
    position: absolute;
    left: 0;
    bottom: -27px;
    z-index: 999;
    font-size: 13px;
}
