@charset "utf-8";
@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/pt_sans_regular.eot');
    src: url('fonts/pt_sans_regular.eot') format('embedded-opentype'),
         url('fonts/pt_sans_regular.woff') format('woff'),
         url('fonts/pt_sans_regular.ttf') format('truetype'),
         url('fonts/pt_sans_regular.svg#PTSansRegular') format('svg');
}
@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/pt_sans_bold.eot');
    src: url('fonts/pt_sans_bold.eot') format('embedded-opentype'),
         url('fonts/pt_sans_bold.woff') format('woff'),
         url('fonts/pt_sans_bold.ttf') format('truetype'),
         url('fonts/pt_sans_bold.svg#PTSansBold') format('svg');
}

html, body, div, ul, li, a, p, h1, h2, h3, h4, h5, h6, input, label, img {
	margin:0px; 
	padding:0px; 
	text-decoration:none; 
	 /*list-style-type:none;*/
	font-family: 'PTSansRegular';
	border: 0;
    vertical-align: baseline;
}
p { font-size:12px; color:#666; line-height:25px;}
h1 {font-weight:55px; font-family:'PTSansBold'; line-height:50px;}
h2 {font-weight:30px; }
h3 { font-weight:25px;font-family:'PTSansBold'}
h4 { font-weight:20px; }

.clear { 
	clear:both;
}
.spacer { 
	clear:both; 
	padding:10px 0;
}
.container { 
	width:1000px; 
	margin:0 auto; 
}



/*Contact us Form*/
.contact-us {
    display: inline-block;
}

.FormTable {
    width: 625px;
    
    font-size: 15px;
    font-weight: normal;
    color: #95a5a6;
    float: left;
}

    .FormTable span {
        font-size: 15px;
        font-weight: bold;
        color: #097dc2;
    }

    .FormTable table tr:first-child td {
        padding-bottom: 0px;
    }

    .FormTable p {
        font-size: 30px;
        padding-bottom: 20px;
    }

.text-input {
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #878989;
    width: 298px;
    height: 38px;
    padding-left: 5px;
    outline-color: #515860;
    resize: none;
}

.Send-btn {
    width: 120px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    border: none;
    background-color: #097dc2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-size:18px;
}
.full-project-container{
    position: absolute;
right: 49px;
bottom: 83px;
    }
.full-project-btn
{
    position: absolute;
right: 0px;
top: 0px;
display: block;
width: 120px;
line-height: 20px;
cursor: pointer;
padding: 9px 0px;
background: #86be46;
color: #fff;
border-radius: 5px 5px 5px 5px;
    
    }
/*End Contact Us Form*/




