
.navbar-brand > img {
  z-index: 1;
  position: absolute;
  top: -15px;
  left: -45px;
  height: 98px;
}

text-right {
  text-align: right;
}

.copyright {
  text-align: right;
}

.header {
  /*background-color: #211f20;*/
  border-top: solid 1px #a7a3a4;
  border-bottom: solid 1px #a7a3a4;
}

.navbar {
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
}

.banner{
  background: none !important;
  padding: 1em 0 2em;
  -webkit-transition: background-image 0.5s;
  padding: 0;
}

.banner:hover {
  background: none !important;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.50);
  padding:18px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  text-align: left;
  top: 140px;
  left: 140px;
  width: 554px;
  margin-bottom: 120px;
  height: 200px;
}

.carousel-caption .title {
  font-size: 2.4em;
  font-style: italic;
  font-weight: bolder;
}

.carousel-caption .subtitle {
  padding-left: 30px;
}

.services {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/banner/mina2.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}

.tabs-right img {
  padding: 0;
  border: 0;
}

.tabs .nav-tabs li a {
  margin-right: 0;
  border: 0;
  background-color: #403325;
  color: #fff;
  padding: 2em;
  font-size: 1em;
  border-radius: 0;
}

.address-row span.glyphicon {
  font-size: 1.2em;
  border: 2px solid #403325;
  padding: 1em;
  color: #403325;
  transition: .5s all;
}

.w3-agile-address-right h5 {
  font-size: 1.5em;
  color: #403325;
  margin: 0 0 .4em 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 600;
}

.servc-grid-right h4 {
  font-size: 2em;
  margin: 0 0 .5em;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
}

.servc-grid-right p {
  font-size: 1.2em;
}

#about{
  background: #eceae685;
}
#contact{
  background: #eceae685;
}

.contact input[type="text"] {
  width: 47.9%;
  color: #000;
  float: left;
  background: white;
  outline: none;
  font-size: .9em;
  padding: .7em 1em;
  margin-bottom: 1.5em;
  border: solid 1px #999;
  -webkit-appearance: none;
  display: inline-block;
}
.contact textarea {
  resize: none;
  width: 100%;
  background: white;
  color: #000;
  font-size: .9em;
  outline: none;
  padding: .6em .8em;
  border: solid 1px #999;
  min-height: 12em;
  -webkit-appearance: none;
}

.navbar-header h1 a{
  color: #bb1611;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav li a.active {
  color: #FFC107;
}

.navbar-default .navbar-nav > li > a:before {
  background: #bb1611;
  height: 12px;
}

.navbar-default .navbar-nav > li > a {
  color: #2c2c2c;
}

.w3-text h3, .w3l-services-heading h3 {
  color: #bb1611;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 2px 1px;
}

.w3-text p {
  color: #2c2c2c;
  text-align: justify;
  font-size: 1.05em;
}

.servc-grid-left span {
  color: #bb1611;
}

.servc-grid:hover span {
  background: #bb1611;
  color: #5b5a60;
}

.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 2px #bb1611;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.5s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.5s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

a, a:hover, a, a:active {
  color: #bb1611;
}

.address-row:hover span.glyphicon {
  border-color: #bb1611;
}
.w3-agile-address-right p a, .w3-agile-address-right p a:hover {
  color: #bb1611;
}

.navbar-nav li a {
  color: #fff;
}

.copyright p a {
  color: #bb1611;
}

.carousel-inner h3{
}

.contact input[type="submit"]:hover {
  background: #bb1611;
}
