/* #1F476D 
947041
*/
.navbar-default 
	{
	background: #1F476D;
	}


/***********************************************************************/

a, a:hover {
  color: #947041
;
}


/* Back to top button */
.back-to-top {
  background: #947041
;
  color: #fff;
}


.back-to-top:focus {
  background: #75532c
;
  color: #fff;
}

.back-to-top:hover {
  background: #75532c;
  color: #fff;
}

.navbar-default {
  background: #111E2A !important;
}

.form-control:focus {
  border-color: #1F476D
;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #1F476D
;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #1F476D
;
}

.service .carousel-indicators .active {
  background: #1F476D
;
}

.btn-theme {
  background: #111E2A
;
}

.btn-theme:hover{
	background:  #947041 !important;
	border-color: #999;
	color: #FFF;
}

.contact-widget i {
  color: #947041
;
}


.squared {
	font-size:45px;
;
}





/* ================================
About -- Services 
================================= */

#services .about-img {
  height: 350px;
  overflow: hidden;
}

#services .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #services .about-img {
    height: auto;
  }
  #services .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#services .content h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}

#services .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: left;
}

#services .content p {
  line-height: 26px;
  text-align: left;
}

#services .content p:last-child {
  margin-bottom: 0;
}