/*
Theme Name: Warfield

Theme URI: http://www.readyedgetechnologies.com/

Author: Tejinder Singh

Author URI: http://www.readyedgetechnologies.com/

Description: 

Version: 3.0

License: Copyrighted

Tags: none


*/

@charset "utf-8";
/* CSS Document */




* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

body {
	color: #222;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
}

p {
    color: #222;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
}

.header{
	width:100%;
	padding:30px 0;
}

.header_wrapper{
	width:900px;
	margin:0 auto;
}

.header_mid{
	width:100%;
	float:left;
}

.logo{
	width:300px;
	float:left;
	text-align:center;
}

.header_right {
    width: 420px;
    float: right;
    text-align: center;
    margin-top: 30px;
}

.phone_left {
    width: 170px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.phone_img {
    width: 15px;
    float: left;
    padding: 10px 10px;
    border-right: 1px solid #d9d9d9;
}

.phone_text {
    width: 110px;
    float: right;
    color: #95291f;
    padding: 7px 10px;
}

.email_left {
    width: 220px;
    float: right;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.email_img {
    width: 15px;
    float: left;
    padding: 10px 10px;
    border-right: 1px solid #d9d9d9;
}
.email_text {
    width: 150px;
    float: right;
    color: #8c8c8c;
    padding: 7px 10px;
}
.banner{
	width:100%;
	padding:30px 0 0;
	background:url(images/banner.JPG) no-repeat top center;
	background-size:cover;
	height:800px;
}
.banner_wrapper {
    width: 800px;
    margin: 135px auto 0;
}
.banner_mid{
	width:100%;
	float:left;
	text-align:center;
}
h1{
	color:#fff;
	font-size:70px;
	text-transform:uppercase;
	margin-bottom:15px;
}
h2 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    text-shadow: 3px 3px #222;
}
.border{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.border2{
	width:100%;
	float:left;
	margin:20px 0;
}
.web {
    width: 100%;
    background: url(images/logo2.jpeg) no-repeat center center;
    background-size: cover;
    height: 617px;
    padding: 350px 0 0;
    text-align: center;
    color: #222;
    font-size: 47px;
    font-weight: 400;
}
.contact_btn {
    text-align: center;
    background: #bf230d;
    color: #fff;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 30px;
    text-transform: capitalize;
}
.web_wrapper {
    width: 1000px;
    margin: 0 auto;
}