/* Your custom css codes start here: */
#about ol{
	list-style-type: decimal;
    margin-left: 5%;
}
#about ul{
	list-style: circle;
    margin-left: 5%;
}
.logoFooter{
	max-height: 150px;
}
.errors{
	color: #5978ba;
    margin-left: 10px;
}
.contact-info p{
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 1.42857143;
    color: #808080 !important;
    font-size: 12px;
    text-align: left;
    margin-left: 10px;
}
.pagination{
    float: right
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #5978ba! important;
}
.single-service ol{
    list-style-type: decimal;
    margin-left: 5%;
}
.single-service ul{
    list-style: circle;
    margin-left: 5%;
}
.projectImg{
    max-height: 100px;

    
}
.bannerImg{
  height: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.iso{
    max-height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:60px! important;
}
.header-top{
    background: #32405d !important
}
.serviceImg{
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.newsFP{
    height: 285px;
}
.projects {
  margin-bottom: 30px;
}
.projects a {
  border-left: 3px solid transparent;
  background-color: #f8f8f8;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
  outline: medium none;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
}
.projects a.active,
.projects a:hover {
  color: #fff;
  background: #5978ba
}
@media only screen and (max-width: 479px) {
  .projects a {
    margin-bottom: 10px;
  }
}
.contact-info{
  height: 400px;
}
.white-bg{
  background: #fff
}