/*


whait #ffffff
blur #00529c
red #ed1d24
font ->
*/

/* Start Upper Bar */
.upper-bar{
  background: #ffffff;
  color: #00529c;
  padding: 9px;
}
.navbar {
  padding: 0px;
}
.navbar-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 10px;
}
.navbar-nav .active > .nav-link{
  color: #f4623a !important
}
.img-brand {
  border: 1px solid #00529c;
}
/* End Upper Bar */

/* Start slider */

.slider{
  background-color: #DDD;
}
.slider .carousel-inner  {
  display: flex;
  align-items: center;
  justify-content: left;
}
.slider .carousel-inner h1 {
  position: absolute;
  color: #FFF;
  z-index: 3;
  font-size: 80px;
  max-width: 1000px;
  margin-right: 100px;
  left: 100px;
  margin-top:300px;
  margin-left: 50px;
}
.slider .carousel-inner h4 {
  position: absolute;
  color: #FFF;

  z-index: 3;
  font-size: 60px;
  max-width: 1000px;
  margin-right: 100px;
  left: 100px;
  margin-top:450px;
  margin-left: 50px;

}
.slider .carousel-inner .overlay{
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.slider .carousel-item{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider .carousel-one{
  background-image: url('../img/slider01.jpg')
}
.slider .carousel-two{
  background-image: url('../img/slider02.jpg')
}
.slider .carousel-three{
  background-image: url('../img/slider03.jpg')
}

/* End slider */


/* Start Footer */
.footer {
  padding: 100px 0
}
.footer .site-info h2 {
  font-size: 50px;
  margin: 35;
}
.footer .site-info h2 span:first-of-type {
  color: #08526d;
  font-weight: bold;
}
.footer .site-info h2 span:last-of-type {
  color: #ec1c23;
}
.footer .site-info p{
  line-height: 1.8;
  color: #727272
}
.footer .site-info a {
  color: #08526d;
  font-size: 15px;
  font-weight: bold;
}
.footer .site-info a:before {
  font-family: 'FontAwesome';
  content: "\f138";
  display: inline-block;
  margin-right: 5px;
}
.footer .helpful-links h2 ,
.footer .contact h2{
  font-size: 22px;
  color: #08526d;
  margin-bottom: 68px;
}
.footer .helpful-links ul li:before{
  font-family: 'FontAwesome';
  content: "\f054";
  margin-right: 5px;
  color: #08526d;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.footer .contact ul li {
  margin-bottom: 24px;
}

/* End Footer */
/* Start copyright */
.copyright {
  border-top: 1px solid #c0c0c0;
  padding: 20px;
}
.copyright ul {
  margin: 0
}
.copyright ul li {
  display: inline-block;
}
.copyright ul li a {
  color: #777;
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
}
/* End copyright */
