@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e6e7e8;
}
.footer-style {
	background-color: #7f3f0e;
	height: 100px;
}
.fa {
	color: #e6e7e8;
}
.col-md-6 {
	background-color: #7f3f0e;
}
.fa-map-marker {
	color: #7f3f0e;
}
.fa-phone-square {
	color: #7f3f0e;
}
.fa-envelope-o {
	color: #7f3f0e;
}
.fa-file-o {
	color: #7f3f0e;
}
.fa-graduation-cap {
	color: #7f3f0e;
}
.fa-desktop {
	color: #7f3f0e;
}
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.captiontwo {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
}
