@charset "utf-8";
/*font-face*/



body {
	font-family: 'arial', sans-serif;
	font-size: 13px;
	color: #4b585f;
	text-align: left;
	padding-top: 8px;
	background: #ffffff;
}
@font-face {
	font-family: 'segoe_printbold';
	src: url('../font/segoeprb-webfont.eot');
	src: url('../font/segoeprb-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/segoeprb-webfont.woff2') format('woff2'),  url('../font/segoeprb-webfont.woff') format('woff'),  url('../font/segoeprb-webfont.ttf') format('truetype'),  url('../font/segoeprb-webfont.svg#segoe_printbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*===========@Global Styles ============*/

* {
	margin: 0;
	padding: 0;
	outline: none
}
img, fieldset, form {
	border: 0
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, p, a, ul {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.bg_white {
	background: #ffffff;
}
/*Block A*/

header .container {
	border: 5px 5px 0 0;
	-ms-border: 5px 5px 0 0;
	-o-border: 5px 5px 0 0;
	-moz-border: 5px 5px 0 0;
	-webkit-border: 5px 5px 0 0;
}
.logo {
	float: left;
	margin: 10px 0;
}
/*Block A2*/

.social_media {
	float: right;
}
.social_media h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;
	color: #8B8D8E;
	text-align: right;
}
.social_media a {
	float: left;
	margin: 5px;
}
/*Block B*/

#banner {
	width: 100%;
	min-height: 517px;
	padding: 20px 0;
	background: #8B8D8E url(../images/bg_banner.jpg) repeat-x;/*background for Block B*/
}
#banner-bottom {
	width: 100%;
	min-height: 55px;
	background: #65a93d url(../images/banner_bottom.jpg) no-repeat top center;
}
/*Block B1*/

.video h3 {
	font-size: 19px;
	line-height: 26px;
	color: #ffffff;
}
.video p {
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	padding: 8px 15px 0 0;
}
.youtube_video {
	width: 430px;
	background: #000;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  .video-container object,  .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Block B1*/

.contact_box {
	position: relative;
}
.arrow {
	position: absolute;
	top: 20px;
	left: -70px;
}
.contact_box h3 {
	font-family: 'arial';
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	font-weight: italic;
	padding: 0 0 18px 20px;
}
.contact_form {
	width: 360px;
	overflow: hidden;
	float: left;
	padding: 20px 20px 23px;
	float: right;
	background: #555555;/*background color for contact form*/
	/*border*/

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact_form h4 {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 30px;
}
.contact_form p {
	font-size: 13px;
	color: #ffffff;
	line-height: 18px;
	text-align: right;
}
.form-group {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.contact_form label {
	width: 30%;
	font-size: 17px;
	color: #ffffff;
	line-height: 36px;
	float: left;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 0px;
}
.contact_fld {
	width: 70%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #8B8D8E;
	float: right;
	padding: 0px 5px;
}
.contact_area {
	border: 1px solid #8B8D8E;
	float: right;
	height: 80px !important;
	line-height: 16px;
	padding: 5px;
	width: 70%;
}
.btn_submit {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	height: 46px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
	background: url(../images/bg_button.jpg) repeat-x;
	border: none;
	/*border*/

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn_submit:hover,  .more:hover {
	color: #fff;
	text-decoration: underline;
	background: url(../images/bg_button.jpg) repeat-x;
}
.btn_submit:focus,  .btn_submit:active,  .more:focus,  .more:active {
	outline: none !important;
	color: #fff;
	background: url(../images/bg_button.jpg) repeat-x;
}
/*Block C1*/

.service_list {
	padding: 40px 0;
}
.service_list ul {
	width: 100%;
	overflow: hidden;
}
.service_list ul li {
	list-style: none;
	padding: 30px 10px 20px;
	margin-bottom: 10px;
	background: #8B8D8E url(../bg_list.jpg) repeat-x;/*background color for Block C1 list*/
	/*border*/

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.service_list ul li span {
	color: #ffffff;
	display: block;
	font-size: 20px;
	line-height: 38px;
	padding-left: 50px;
	background: url(../images/icon.png) no-repeat;
}
.service_list ul li a:hover {
	text-decoration: underline;
}
.more {
	float: right;
	padding: 0 36px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	background: url(../images/bg_button.jpg) repeat-x;
	/*border*/

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
/*Block C2*/

.testimonials {
	padding: 40px 0;
}
.testimonials h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #8B8D8E;
}
.testimonials ul {
	width: 100%;
	overflow: hidden;
}
.testimonials ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
}
.img-wrapper {
	margin: 3px 10px 3px 0;
	width: 80px;
	height: 60px;
	-moz-box-shadow: 2px 0 5px #666 inset;
	-webkit-box-shadow: 2px 0 5px #666 inset;
	box-shadow: 2px 0 5px #666 inset;
	float: left;
	/*border*/

	border: 1px solid #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.testimonials ul li p {
	line-height: 16px;
	text-align: left;
}
.testimonials ul li h3 {
	font-size: 14px;
	color: #FCD900;
}
.testimonials ul li a {
	color: #FCD900;
}
/*Block D1*/

.article {
	margin-bottom: 20px;
	overflow: hidden;
}
.article h3 {
	font-size: 16px;
	line-height: 22px;
	color: #555555;
	padding-bottom: 10px;
}
.art-img {
	padding-bottom: 10px;
	overflow: hidden;
	/*border*/

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.article p {
	line-height: 14px;
	line-height: 20px;
	padding-bottom: 15px;
}
/*Block D2*/

.adviseurs {
	width: 100%;
	display: inline-block;
	padding: 20px;
	background: #555555;
	margin-bottom: 20px;
	/*border*/

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.adviseurs h3 {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 10px;
}
.adviseurs ul {
	width: 100%;
}
.adviseurs ul li {
	width: 100%;
	list-style: none;
	float: left;
	padding-bottom: 32px;
}
.img-container {
	width: 93px;
	height: 111px;
	float: left;
	background: #ffffff;
	margin-right: 50px;
	/*border*/

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.adviseurs_information {
	float: left;
}
.adviseurs_information h4 {
	font-size: 14px;
	line-height: 18px;
	color: #fefefe;
	font-weight: 600;
}
.adviseurs_information h5 {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 400;
	padding-bottom: 10px;
}
.adviseurs_information a {
	line-height: 18px;
	color: #ffffff;

	word-wrap: break-word;
}
.adviseurs_information a:hover {
	text-decoration: underline;
}
.adviseurs_information p {
	color: #ffffff;
	
}
/*address*/

.address {
	width: 100%;
	display: inline-block;
	padding: 20px;
	background: #797c82;
	margin-bottom: 10px;
	/*border*/

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.address_unit {
	width: 50%;
	float: left;
}
.address_unit p {
	color: #ffffff;
	font-size: 14px;
}
.address_unit p a {
	color: #ffffff;
}
/*Block E*/

#footer {
	width: 100%;
	padding: 30px 0;
	color: #ffffff;
	background: #555555;/*background color Block E*/
}
/*Block E1*/

ul.footer_nav {
	width: 100%;
	padding-top: 10px;
}
.footer_nav li {
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.footer_nav li a {
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	text-transform: capitalize;
}
.footer_nav li a:hover {
	text-decoration: underline;
}
/*Block E2*/

.partner_logo a {
	width: 100px;
	height: 64px;
	float: left;
	margin: 10px;
	background: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
/*Block E2*/

.testimonial h3 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}
.testimonial p {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
}
.testimonial h6 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	text-align: right;
	color: #FFFFFF;
}
.adviseurs .img-container {
	background: none;
}
/*----------------thankyou page---------------*/

.thankyou {
	padding-top: 50px;
	overflow: hidden;
}
.thankyou h3 {
	font-size: 30px;
	color: #FFFFFF;
	padding-bottom: 20px;

	padding-bottom: 50px;
}
.thankyou p {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	padding-bottom: 20px;
	
}

/*----------------media query css for responsive---------------*/



@media only screen and (min-width : 320px) and (max-width : 480px) {/*--- Mobile portrait ---*/
.social_media {
	margin-bottom: 10px;
}
.address_unit {
	width: 100%;
}
.btn_submit {
	font-size: 18px;
}
.contact_form label {
	font-size: 14px;
}
}

@media only screen and (min-width : 480px) and (max-width : 595px) {/*--- Mobile landscape ---*/
.social_media {
	margin-bottom: 10px;
}
.partner_logo a {
	margin: 10px 4px;
}
}

@media only screen and (min-width : 595px) and (max-width : 690px) {/*--- Small tablet portrait---*/
.social_media {
	margin-bottom: 10px;
}
}

@media only screen and (min-width : 690px) and (max-width : 800px) {/*--- Tablet portrait ---*/
.img-container {
	margin-right: 10px;
}
.partner_logo a {
	margin: 10px 4px 5px 0;
}
.btn_submit {
	font-size: 18px;
}
}

@media only screen and (min-width : 800px) and (max-width : 1024px) {/*--- Small tablet landscape ---*/
.img-container {
	margin-right: 10px;
}
.partner_logo a {
	margin: 10px 4px 5px 0;
}
.btn_submit {
	font-size: 18px;
}
}

@media only screen and (min-width : 1024px) and (max-width : 1224px) {/*--- Tablet landscape --- */
}

/* Landscape phones and down xs */

@media (max-width:767px) {
.video {
	margin-bottom: 10px;
}
}

@media (max-width:1024px) {
.youtube_video {
	width: 100%;
}
.arrow {
	display: none;
}
.contact_form {
	width: 100%;
}
}

@media (min-width:1024px) {
.l_side {
	width: 522px;
}
.r_side {
	width: 458px;
}
}

/*==================================-===================================Page: [Home] =======================================================*/
