/********************************  CSS start   ********************************/
.browsehappy{
	background:#555;
	color:#fff;
	text-align:center;
	padding:10px 0;
}
.browsehappy a{
	color:yellowgreen;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* normal css  */

body{
	margin: 0;
	padding: 0;
	color: #807e7e;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	position: relative;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}

a {
	color: #008c9e;
	-webkit-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
a:hover {
	color: #002f65;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}

.main_left {
	width: 514px;
	background: url(images/repond-left-bg.jpg) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	min-height: 1220px;
}

.main_left:before {
	position: absolute;
	content: '';
	bottom: 7%;
	left: 50%;
	background: url(images/bg-left-after.png) no-repeat;
	width: 234px;
	height: 389px;
	margin-left: -118px;
}

.title_content {
	padding-left: 125px;
	padding-top: 90px;
	padding-right: 55px;
	color: #FFF;
	font-size: 46px;
	line-height: 56px;
	font-weight: 100;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.title_content strong {
	display: block;
	text-transform: uppercase;
	font-size: 52px;
	line-height: 56px;
}

.main_right {
	padding-left: 63px;
	padding-top: 115px;
	padding-right: 180px;
	width: 62%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.top_content {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 130px;
}

.top_content span {
	color: #ff6699;
}

.question {
	width: 21.2%;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	border: 1px solid #dfdfdf;
	min-height: 343px;
	padding-top: 130px;
	padding-left: 17px;
	padding-right: 17px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	position: relative;
}

.question.who {
	margin-left: 0 !important;
	position: relative;
}

.question:before {
	content: '';
	position: absolute;
	top: -58px;
	width: 110px;
	height: 159px;
	left: 50%;
	margin-left: -55px;
}

.question:after {
	content: '';
	position: absolute;
	bottom: -39px;
	width: 159px;
	height: 40px;
	left: -1px;
	background: url(images/question-after.png) no-repeat;
}

.who:before {
	background: url(images/who.png) no-repeat center top;
}
.what:before {
	background: url(images/what.png) no-repeat center top;
}
.where:before {
	background: url(images/where.png) no-repeat center top;
}
.when:before {
	background: url(images/when.png) no-repeat center top;
}
.why:before {
	background: url(images/why.png) no-repeat center top;
}



/**** Bottom address css  ****/

.bottom_address {
	margin-top: 170px;
	margin-bottom: 100px;
}

.bottom_address span {
	font-size: 20px;
	line-height: 36px;
}

.title_address {
	color: #ff6699;
	font-size: 18px;
	line-height: 36px;
	text-transform: uppercase;
}

.address .title_address {
	display: inline-block;
	width: 130px;
	font-weight: 600;
}

.add_contact {
	display: inline-block;
	vertical-align: top;
	margin-left: 0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
}

.address.address1 {
	margin-bottom: 22px;
	margin-top:10px;
}



/**** footer css ****/
.footer {
	border-top: 1px solid #DFDFDF;
	padding: 30px 0;
	font-size: 14px;
	line-height: 15px;
}

.produced_by {
	margin-right: 75px;
}

.produced_by a {
	color: #ff6699;
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

.produced_by a:hover {
	color: #676767;
	-webkit-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

.copyright span {
	color: #ff6699;
}

.social_icon a i {
	color: #2b6fa8;
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

.social_icon a i:hover {
	color: #ff6699;
	-webkit-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
