@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);


.Contact_section {
	display: inline-block;
	width: 100%;
	background: #1B2232 url(../images/bg.jpg) bottom center no-repeat;
	padding: 20px 0;
	margin-top: 0px;
	background-size: 100%;
}
.scnd_hding {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.scnd_hding h2 {
	color: #72bf44;
	font-size: 42px;
}
.Contact_section h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.inner-addon {
	position: relative;
}
.inner-addon .glyphicon {
	position: absolute;
	padding: 10px;
	pointer-events: none;
	z-index: 99;
	color: #89898b;
}
.left-addon .glyphicon {
	left: 0px;
}
.right-addon .glyphicon {
	right: 0px;
}
.left-addon input {
	padding-left: 30px;
	height: 39px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #283245;
	color: #89898b;
	border: solid 1px #4a5e80;
}
.left-addon input:focus {
	border-color: #1fb1f3;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
}
.Contact_section ::-webkit-input-placeholder { /* WebKit browsers */
 color:    #89898b;
 opacity:  1;
}
.Contact_section :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #89898b;
 opacity:  1;
}
.Contact_section ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #89898b;
 opacity:  1;
}
.Contact_section :-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #89898b;
}
.Contact_section .col-md-6 {
	padding-right: 5px;
	padding-left: 5px;
}
.Contact_section .col-md-12 {
	padding-right: 5px;
	padding-left: 5px;
}
.right-addon input {
	padding-right: 30px;
}
.form_contact {
	display: inline-block;
	width:100%;
	/*width:850px;*/
}
.form_contact .form-group {
	margin-bottom: 5px;
}
#msg {
	height: 127px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	z-index: 9;
	background: #283245;
	color: #89898b;
	border: solid 1px #4a5e80;
}
#msg:focus {
	border-color: #1fb1f3;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
}
.form_contact .btn_submit {
	color: #fff;
	font-size: 15px;
	border: none;
	/*background: #f15a22;	
	border-bottom: solid 5px #d54f1d;*/
	background: none;
	border: solid 2px #1fb1f3;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
	float: left;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
}
.form_contact .btn_submit:hover, .form_contact .btn_submit:focus {
	background: #1fb1f3;
}





.contect_page_section {
	background: #1b2331;
	display: inline-block;
	width: 100%;
	padding: 50px 0 0;
	margin-bottom: -5px;
}
.contact_heading {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.contact_heading h1 {
	color: #fff;
	font-size: 38px;
	font-weight: normal;
}
.contact_heading p {
	color: #77c344;
	font-size: 25px;
}
.contact_boxes {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 20px 0;
}
.contact_boxes .img_cntc {
	display: inline-block;
	width: 83px;
	height: 83px;
	background: #d0d0d0;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	overflow: hidden;
}
.contact_boxes .linecntc1 {
	position: absolute;
	background: url(../images/contact/line1.png) no-repeat;
	width: 210px;
	height: 24px;
	top: 66px;
	background-size: 100% 100%;
}
.contact_boxes .linecntc2 {
	position: absolute;
	background: url(../images/contact/line2.png) no-repeat;
	width: 210px;
	height: 24px;
	top: 23px;
	background-size: 100% 100%;
}
.contact_boxes h3 {
	font-size: 24px;
	font-weight: 300;
}
.contact_boxes p {
	font-size: 14px;
	font-weight: 300;
	color: #929292;
}

#captchaOperation {
	background: #283245;
	color: #89898b;
	border: solid 1px #4a5e80;
	float: left;
	line-height: 37px;
	width: 30%;
}
#tester {
	width: 70%;
	float: right;
	height: 39px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #283245;
	color: #89898b;
	border: solid 1px #4a5e80;
}
#tester:focus {
	border-color: #1fb1f3;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 209, 248, 0.6);
}
textarea {
	resize: none;
}

/*=======Drop Down Contact========*/
.drpdwn {
	margin: 0px;
	text-align: left;
	font-weight: 400;
	z-index: 99 !important;
	position: relative;
}
.drpdwn * {
	font-weight: 400;
}
.drpdwn p {
	margin: 0px;
}
.drpdwn dd, .drpdwn dt {
	margin: 0px;
	padding: 0px;
}
.drpdwn ul {
	margin: -1px 0 0 0;
}
.drpdwn dd {
	position: relative;
}
.drpdwn a, .drpdwn a:visited {
	color: #89898b;
	text-decoration: none;
	outline: none;
}
.drpdwn dt a {
	background: #283245 url(../images/slct_fld.png) right center no-repeat;
	;
	display: block;
	padding: 8px 20px 5px 10px;
	height: 39px;
	line-height: 24px;
	overflow: hidden;
	border: 0;
	width: 100%;
	position: relative;
	border: solid 1px #4a5e80;
}
.drpdwn dt a span, .multiSel span {
	cursor: pointer;
	display: inline-block;
	padding: 0 3px 2px 0;
}
.drpdwn dd ul {
	background-color: #283245;
	border: 0;
	color: #89898b;
	display: none;
	left: 0px;
	padding: 2px 15px 2px 5px;
	position: absolute;
	top: 2px;
	width: 100%;
	list-style: none;
	height: 450px;
	overflow: auto;
	z-index: 99;
	padding-bottom: 10px;
}
.drpdwn dd h6 {
	float: left;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-left: 8px;
}
.drpdwn span.value {
	display: none;
}
.drpdwn dd ul li a {
	padding: 5px;
	display: block;
}
.drpdwn dd ul li {
	float: left;
	width: 100%;
}
.drpdwn dd ul li a:hover {
	background-color: #fff;
}
.drpdwn input {
	margin: 4px 5px 0;
}
.drpdwn dd ul li ul {
	float: left;
	width: 90%;
	padding-left: 5%;
	height: auto;
	background: none;
	position: relative;
}
.drpdwn dd ul li ul li {
	font-size: 10px;
}
.drpdwn dd ul li ul li label {
	margin-bottom: 0px;
}


.cptch {
	margin-top: -44px;
}



 @media screen and (max-width: 992px) {

.form_contact {
	width: 100%;
}
.cptch {
	margin-top: 0px;
}



}






