/* 
    Created on : june 09, 2016, 11:41:28 AM
    Author     : Lithos Technosoft
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}
ol, ul, li {
	list-style:none;
}
a:focus {
	outline: none;
        text-decoration: none;
}
a{
    text-decoration: none;
    color: #666;
    transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -ms-transition:0.5s;
}
a:hover{
    text-decoration: none;
    color: #333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}
::selection {
	background: #000;
	color: #FFFFFF;
	text-shadow: none;
}
::-moz-selection {
	 background:#000;
	 color:#FFFFFF;
	 text-shadow:none;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 39px 46px 41px #282828;
}
::-moz-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 39px 46px 41px #282828;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'source_sans_probold';
}
body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color:#777;
    background: #fff;
    line-height: 1.3em;
}
.nopad{
    padding: 0 !important;
}
section.banner{
    height: auto;
    position: relative;
    padding: 115px 0;
    text-align: center;
}
section.banner h1,h2{
    text-align: center;
    text-transform: uppercase;
}
section.banner h1{
    font-size: 35px;
    margin-bottom: 20px;
    color: #fe4a2d;
}
section.banner h2{
    font-size: 22px;
    margin: 50px 0 20px 0;
}
section.banner p{
    padding: 0 15%;
    margin-bottom: 30px;
}
section.banner .go-web{
    background: #fe4a2d;
    color: #fff;
    padding: 15px 20px;
    border: none;
    outline: none;
    text-transform: uppercase;
}
section.portfolio{
    height: auto;
    position: relative;
    z-index: 2;
}
.goto{
    position: absolute;
    right: 20px;
    top: 0px;
    border: solid 2px #fff;
    color: #fff;
    padding: 10px 15px;
    transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s;
}
.goto:hover{
    background: #fff;
    border: solid 2px #fff;
    color: #666;
}
.industry{
    position: absolute;
    left: 20px;
    top: 5px;
    color: #fff;
    padding: 5px;
}
section.service{
    height: auto;
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: url(../images/service_bg.jpg) no-repeat #20281b 50% 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}
section.service h5{
    color: #fe4a2d;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
section.service ul li{
    line-height: 1.8em;
    opacity: 0.7;
    cursor: pointer;
}
section.service ul li:hover{
    opacity: 1;
}
.border{
    border-right: solid 1px #443930;
}
section.contact{
    height: auto;
    position: relative;
    z-index: 2;
    background: #e7e7e7;
    padding: 80px 0;
}
section.contact img{
    margin-bottom: 20px;
}
section.contact input{
    margin-bottom: 15px;
    outline: none;
    border: none;
    box-shadow: none;
}
section.contact input:focus{
    box-shadow: none;
    border: none;
}
section.contact textarea{
    box-shadow: none;
    border: none;
}
section.contact textarea:focus{
    box-shadow: none;
    border: none;
}
section.contact button{
    width: 100%;
    margin-top: 15px;
    background: #666;
    color: #fff;
    transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s;
}
section.contact button:hover{
    background: #00aef0;
    color: #fff;
}
section.footer{
    height: auto;
    position: relative;
    z-index: 1;
    padding: 30px 0;
    background: url(../images/footer_bg.jpg) no-repeat #20281b 50% 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
}