body {
    line-height: 1.52;
    color: rgb(51,51,51);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
ol, ul {
	list-style: none;
}
section {
	padding: 60px 0;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}

.navbar {
    min-height: 101px;
}

a,
a:hover,
a:focus,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #81371E;
}

.navbar-default {
    background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: RGB(98,28,17);
    font-weight: 700;
}
.navbar-nav > li > a{
	margin: 15px 5px;
	padding: 10px 15px;
}

.navbar-default .navbar-brand {
    padding: 0;
    margin: 20px 0;
}
.navbar-brand img {
    max-height: 60px;
    height: 60px;
}

.banner{
	background: url('../img/banner.jpg') no-repeat center top;
    background-size: cover;
	min-height: 580px;
    position: relative;
}
.gradiant{
	background-color: RGBA(98,28,17, 0.9);
	min-height: 580px;
}
.banner-title{
	display: inline-block;
	margin-top: 200px;
    margin-bottom: 20px;
}
.banner-title span{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 15px 0;
    text-transform: uppercase;
    color: #fff;
}
.banner-cta, .banner-cta:focus {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    color: RGB(129, 55, 30);
    border: 1px solid RGBA(129, 55, 30, 0.5);
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
    margin-top:10px;
}
.banner-cta:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
}

.banner-desc{
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
}
.big-text{
    font-size: 35px;
}
.small-text{
    font-size: 16px;
}

h2{
	font-size: 24px;
	padding-bottom: 15px;
}
.bottom-line{
	width: 25px;
	height: 3px;
	background-color: rgb(30,104,129);
}

.more-information-txt {
    padding-bottom: 15px;
    text-align: center;
    margin: 0 auto;
    line-height: 34px !important;
}

#more-information-form {
    text-align: left;
}

#services {
    background-color: rgb(247, 247, 247);
}
.service-box{
    background: #fff;
    padding: 60px 30px 80px;
    margin-bottom: 20px;
}

.service-box-large {
    min-height: 436px;
}

.service-box-small {
    min-height: 244px;
}

.service-title {
    font-size: 20px;
}

.service-list {
    padding-left: 0;
}

#why-us {
  background-color: #000;
}
.why-us-image {
  width: 150px;
  background-color: #C6C6C6;
  display: inline-block;
}
.why-us-item-details {
    padding: 20px 20px;
}
.why-us-item-title {
    font-size: 20px;
    text-transform: capitalize;
    color: #2b5d83;
}
.why-us-item-desc {
  text-transform: capitalize;
  color: #4b4b4b;
  font-weight: 100;
}

.form-row > div {
    margin-bottom: 15px;
}
.form-control {
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
    border-radius: 0;
}
.shadow {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
}

.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}
.white{
    color: #fff !important;
}

.underline {
    text-decoration: underline;
}
.validation {
    color: red;
    display:none;
    font-weight:400;
    font-size:13px;
}

.footer {
    padding: 20px 0 20px;
    background: #111;
    color: #ccc;
}
.footer a {
    color: #fff;
}

.form-feedback {
    display: none;
}

.footer-section {
    margin: 20px 0;
}

.footer h3{
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0;
	font-size: 20px;
}
.footer .copyright {
    padding: 20px 0;
}
.border-top {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.submit-button{
    background: white;
    border: 1px solid RGBA(129, 55, 30, 0.5);
    padding: 10px 30px;
    margin: 15px 0;
    color: #81371E;
    border-radius: 10px;
}

.submit-button:hover{
    background: #81371E;
    color: white;
}

.disclaimer {
    display: none;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-top: 15px;
    }

    .footer h3 {
        margin: 0  0 40px;
    }
}
@media (min-width: 769px) and (max-width: 980px) {
    .service-box {
        margin-bottom: 30px;
        box-shadow: 5px 10px #2b542c;
    }
}

@media (max-width: 768px) {
    .header-section {
        padding: 0 15px;
    }
    button.navbar-toggle {
        margin-top: 30px;
    }
}
@media (min-width: 451px) and (max-width: 768px) {
    .service-box {
        margin-bottom: 30px;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .big-text {
        font-size: 20px;
    }
    .small-text {
        font-size: 14px;
    }
    .header-section p{
        font-size: 14px;
    }
    .service-box {
        margin-bottom: 30px;
    }
    .navbar-default .navbar-brand{
        margin-left: 10px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
    .banner-desc {
        padding: 0 15px;
    }

    .banner-cta, .banner-cta:hover, .banner-cta:focus {
        padding: 0 15px;
    }
}
