.navbar-brand h1 {
  font-size: 60px;
  color: #fff;
}
.navbar-brand h1 div {
  font-size: 10px;
}

.info li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #9da1a5;
  text-align: center;
  margin-right: 4px;
}
.info li .fa-facebook {
  background-color: #3b5998;
}
.info li .fa-twitter {
  background-color: #55acee;
}
.info li .fa-google-plus {
  background-color: #dc4e41;
}
.info-nav li {
  position: relative;
  margin-right: 10px;
}

.info-nav li:not(:last-child) a:before {
  content: "";
  position: absolute;
  top: 16px;
  right: -8px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.carousel-inner {
  border: 10px double #eee;
}
.calender p {
  font-size: 12px;
}
.calender .day span:first-child {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
}
.calender .day span:last-child {
  font-size: 18px;
  line-height: 0.1;
}
/*services*/
.welcome p {
  font-size: 12px;
}
.services-images div {
  width: 48%;
  height: 150px;
  display: inline-block;
}
.services-images div:last-child {
  margin-left: 2%;
}

.services-images div img {
  width: 100%;
  height: 80%;
  border: 10px double #eee;
}
.latest p {
  font-size: 12px;
}
.test-images img,
.t-four img,
.photo-images img {
  width: 100%;
  height: 100%;
  border: 10px double #eee;
}
.t-four {
  height: 150px;
}
.test p,
.part p {
  font-size: 12px;
}
.photoo .active {
  background-color: #007bff;
  color: #fff;
}
