.navbar {
  min-height: 100px;
  border-style: solid;
  border-bottom: 1;
  border-bottom-width: 5px;
  border-bottom-color: #f05f40 !important;
}

@media (min-width: 768px)
.navbar-default {
  border-color: rgba(255,255,255,.3) !important;
  background-color: #fff !important;
}

#bs-example-navbar-collapse-1{
 margin-top:50px;
}
.carousel .item {
    width: 100%; /*slider width*/
    max-height: 500px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
}
/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}

header {
color :#555 !important;
}

.customleft {
 float:left;
 text-align: left;
}
.customright {
 float:right;
 text-align: right;
 margin-right:15px;
}
.designation {
color:#3498db;
}
.img-bordered {
  padding: 3px;
  border: solid 1px #eee;
  width:100%;
  height:300px;
}

.overflow-h {
  overflow: hidden;
  text-align: left;
}
.about-me span {
  color: #999;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.shadow-wrapper {
  z-index: 1;
  position: relative;
}