html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="email"],
textarea,
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
@font-face {
  font-family: 'sourcesanspro-light';
  src: url('../fonts/sourcesanspro-light-webfont.eot');
  src: url('../fonts/sourcesanspro-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
       url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
       url('../fonts/sourcesanspro-light-webfont.ttf')  format('truetype'),
       url('../fonts/sourcesanspro-light-webfont.html#svgFontName') format('svg');
}

body {
	font-family:'sourcesanspro-light';
	line-height:1.3;
	color:#586676;
}
.bg{
	background:url(../images/banner_01.jpg) no-repeat top center;
	background-size: cover;
	left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
img{
	max-width:100%;
}
a{
	text-decoration: none;
	font-family: 'sourcesanspro-light';
}
h3{
	font-size:30px;
	color:#586676;
	margin-bottom:5px;
}
.header {
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 104px;
    padding: 20px 15px;
    z-index: 9999;
}
.logo {
	float:left ;
}
.menu {
	float:right;
}
.menu h3{
	margin-bottom:25px;
}
.menu li {
	display:inline;
	margin-left: 65px;
}


.menu li a{
	color:#586676;
	font-size:17px;
}
.menu li a:hover{
	color:#ef008c;
}
.section1{
	position:relative;
}
.section2{
	background:#fff;
	 height: 500px !important;
}
.section2, .section3{
	  padding: 50px 45px 25px;
	  margin:0 auto;
	  position:relative;
}
.section3 {
    	padding: 50px 100px 50px 85px; 
}

.content1{
	background:rgba(239, 0, 140, 0.72);
	padding:20px 20px 0 20px;
	margin:20px;
	width:410px;
	border-radius:6px;
	position: absolute;
    right: 0;
    top: 50%;
}
.numbering > li {
    list-style-type: decimal !important;
    margin-bottom: 4px;
}
.content1 p {
	color:#fff;
	font-family:'sourcesanspro-light';
	font-size:16px;
	margin-bottom:25px;
	text-align: justify;
}
.content2{
	-webkit-padding-before:30px !important;
	-webkit-padding-end:30px !important;
	-webkit-padding-after:15px !important;
	-webkit-padding-start:30px !important;
	width: 57%;
	background:#f6f7f8;
	border:1px solid #cccccc;
	padding:30px 20px 4px 30px;
	float:left;
}
.content2 h3,
.content3 h3{
	font-size:24px;
	color:#ef008c;
	margin-bottom:15px;
}
.content2 p{
	margin-bottom:20px;
	font-family:'sourcesanspro-light';
	font-size: 16px;
	text-align:justify;
}
textarea {
    min-height:35px;
}
p.text-danger { color:#ff0000}
/**right of form**/
	
.myimage {
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
    width: 36%;
}
.contact-bg{
	background:url(../images/footer_02b.jpg);
height: inherit !important;
}
.content3{
	width: 465px;
	float:left;
}
.text-field{
	background:#f6f7f8;
	padding:12px;
	font-size:14px;
	font-family:'sourcesanspro-light';
	width:93%;
	border:1px solid #b9b8b8;
	border-radius:2px;
	margin-bottom:13px;
}
.button{
	background:#ef008c;
	display:block;
	width:100%;
	padding:10px;
	border:medium none;
	border-radius:7px;
	cursor:pointer;
	color:#fff;
	font-size:20px;
	font-family:'sourcesanspro-light';
	width: 93.5%;
}
.contact-info{
	float:right;
	width:42%;
	padding: 50px 30px 0 50px;
	background:#f6f7f8;
	border:1px solid #cccccc;

}
.msg {
    color: green;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.numbering {
    margin-bottom: 20px;
    margin-left: 42px;
    list-style:decimal !important;
}
.contact-info h3{
	font-size:18px;
	margin-bottom:40px;
}
.contact-info ul{
	width:220px;
	float:left;
}
.contact-info li{
	margin-bottom:15px;
	color:#586676;
}
.info-point{
	margin-bottom:40px;
}
.bold{
	font-weight:bold;
	color:#586676;
}
.heading{
	float:left;
}
.paragraph{
	float:right;
	text-align:right;
	line-height: 2;
}
.footer{
	background:#586676;
	text-align:center;
	padding:15px;
	color:#fff;
	font-size:12px;
}

.footer a{
	
	color:#fff;
}
.box-link li a{
	color:#EF008C
}
.box-link li a:hover{

	color:#586676;
}
.contact a {
	color:#EF008C;
}

.contact a:hover {
	color:#EF008C;
}
li.pink{
	color:#EF008C
}
.section2 {
    height: inherit !important;
}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
@media (max-width: 1050px) {
body {
	overflow-x: hidden;
}
.section2, .section3 {
	width: 980px;
}
.section2.full-width {
    height: inherit !important;
}
.content2 {
    width: 50%;
}
.myimage {
    float: left;
    margin:0 35px;
    padding-bottom: 10px;
    width: 35%;
}
.content3 {
    width: 400px;
}
.contact-info {
    margin: 0 20px 0 50px;
    width: 400px;
}
.contact-info ul {
    float: left;
    width: 200px;
}

.button {
    width: 430px;
}
}
@media (max-width: 820px) {
.section2, .section3 {
	width: 100%;
	text-align: center;
	margin: inherit;
    padding: inherit;
}
.content2 {
    float: none;
    margin: 20px;
    width: auto;
}
.contact-info {
    float: none;
    margin: 20px 20px 0;
    width: auto;
}
.myimage {
    float: none;
    margin-left: inherit;
    padding-bottom: 10px;
    width: auto;
}
.content3 {
    float: none;
    margin: 20px;
    padding: 10px 0;
    width: auto;
}
.text-field {
    display: block;
    width: 95%;
}

.button {
    width: 95%;
}
.section2 {
    background: #fff none repeat scroll 0 0;
    height: inherit !important;
    padding: 10px 0;
}
.myimage > img {
    min-height: inherit;
}
.contact-bg {
    height: inherit !important;
}

.contact-info ul {
    display: inline-block;
    float: none;
    margin: 0 20px;
    text-align: center;
}
.numbering {
    text-align: left;
}
.section3 {
    padding-bottom: 20px;
}
}
@media (max-width: 767px) {
.header {
	left: 0;
    position: relative;
    right: 0;
}
.section2, .section3 {
	width: auto;
}
.menu li {
    display: inline;
	margin-right:15px;
    margin-left: inherit;
}
.header {
    text-align: center;
}
.logo {
    float: none;
    margin-bottom: 20px;
}
.menu {
    float: none;
}

.menu h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.content3 {
	padding: 10px;
}
.contact-info ul {
    float: none;
    width: auto;
}

.myimage {
    margin: 0 20px;
}
}
@media (max-width:479px){
	
	.menu h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.text-field {
    display: block;
    width: 90%;
}
.content1 {
    top: 40%;
    width: auto;
	
}

.section2 {
	margin-top:60px
}


.button {
    width: 90%;
}

.margin10 {
	margin-top:20px
}
}
