h2 {
    color: #6a6a75;
    font-size: 55px;
    font-weight: 300;
    line-height: normal;
    margin: 0px 0px 20px;
    overflow: hidden;
}
h3 {
    color: #56aad5;
    font-size: 30px;
    margin: 40px 0px 20px;
}
p {
    color: #6a6a75;
    font-size: 17px;
    margin-bottom: 28px;
}
.service {
	background: url("../images/cios.jpg") no-repeat top right;
	overflow: hidden;
	min-height: 436px;
    padding: 20px 0px;
	width: 100%;
}
.letus {
    background: #235681 url("../images/polygon.jpg") no-repeat bottom center;
    margin-bottom: 34px;
    padding: 40px 15px 6%;
    text-align: center;
}
.letus h3 {
    margin: 0px;
}
.steps {
    background: url("../images/line1.jpg") no-repeat 10% 10px;
    float: none;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}
.steps h3 {
    color: #6a6a75;
    font-size: 17px;
    font-weight: 400;
    margin: 0px 0px 20px;
}
.steps h3 span {
    display: inline-block;
    height: 40px;
    float: left;
}
.steps h4 {
    color: #56aad5;
    font-size: 28px;
    font-weight: 900;
    margin: 25px 0px 5px;
    text-transform: uppercase;
}
.steps p {
    clear: both;
}
.steps .frame {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0px;
}
.nospace {
    padding: 0px;
}
.contact {
    background-color: #f0f0f0;
    padding: 20px 15px 40px;
    margin: 40px 0px 20px;
    text-align: center;
    width: 100%;
}
.contact h2 {
    color: #9999a0;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin: 0px 0px 25px;
}
.contact .form-group {
    padding: 0px 4px;
}
.contact .form-control {
    border: 1px solid #02c7ff;
    border-radius: 4px;
    font-size: 16px;
    padding: 7px 12px;
    min-height: 40px;
}
.contact .btn-primary {
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    max-width: 355px;
    font-size: 17px;
    width: 100%;
}
.contact .btn-primary:focus {
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.67);
}
.contact form {
	max-width: 700px;
    margin: auto;
}
.contact p { margin:0; }
.contact h2 {
    color: #6a6a75;
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0px 25px;
}
.contact .form-group {
    padding: 0px 4px;
}
.contact .form-control, .contact .wpcf7-form-control {
    border: 1px solid #02c7ff;
    border-radius: 4px;
    font-size: 16px;
    padding: 7px 12px;
    min-height: 40px;
	margin-bottom: 15px;
	width:100%;
}
.contact input[type=submit] {
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    max-width: 355px;
    font-size: 17px;
    width: 100%;
}
.contact input[type=submit]:focus {
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.67);
}

.box {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    min-height: 340px;
    margin-bottom: 18px;
    padding: 20px 15px;
    text-align: center;
}
.box h4 {
    color: #395e85;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.box h4 small {
    color: #395e85;
    font-size: 15px;
    font-style: italic;
    text-transform: capitalize;
}
.box p {
    font-size: 15px;
    margin: 15px 5px;
}
.grey {
    background-color: #f2f2f2;
}
.small, .wide {
    padding: 0px 9px;
}
.wide .box {
    min-height: inherit;
}
.wide img {
    margin: 35px 0px 10px;
}
.wide p {
  margin: 15px 15%;  
}


/*========================
    MEDIA QUERIE
=========================*/

@media only screen and (max-width: 767px) {
    h2 { font-size: 35px; }
    h3 { font-size: 25px; }
    .service { background: top left; background-size: cover; }
    .steps { background: none; }
    .steps h3 { font-size: 21px; }
    .steps h3 span { height: 50px; }
    .steps h4 { margin-top: 5px; }
    .steps .frame { margin-bottom: 0px; }
    .steps .content { padding: 0px 0px 0px 10px; }
    .contact h2 { font-size: 25px; }
    .contact .form-group { padding: 0px 15px; }
    .contact .btn { font-size: 17px !important; max-width: 260px; }
	table tr, table th, table td { display:block; clear:both; width:100%; }
	.box { min-height:auto; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .steps { background: url("../images/line1.jpg") no-repeat 12% 10px; }
    .steps h3 { font-size: 21px; }
    .steps h3 span { height: 47px; }
    .steps p { clear: both; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
     .steps { background: url("../images/line1.jpg") no-repeat 12% 10px; }
    .steps h3 { font-size: 23px; }
}