.logo-image {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 3px;
    margin-left:8px;
    }
.navbar-inverse {
    background-color: #c6003e;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #34495e;}
#layout-footer {
    background-color: #c6003e;
}
@media (max-width: 480px) {
  .logos {
    display: block;
  }
}
@media (max-width: 657px) {
  .logos > .container > div:first-child {
    display: table-cell;
  }
}
@media (max-width: 917px) {
  .logos > .container > div:last-child {
    display: table-cell;
  }
}
.logos > .container {
    display: block;
}
.logos > .container > div{
    display: block;
  }
li {
    margin-bottom:5px;
    }
.image p{
    font-size:14px;
    }
div#img > a > img {
    width:200px;
    height:200px;
    display:block;
    margin:0 auto;
    }
.image{
    border-style:solid;
    border-width:thin;
    margin-top:1px;
    }
img.space{
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom:5px;
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    }
img.space:hover{
    opacity: .5;
    }    
.services .service-item > i {
    background: #7a0026;
    opacity: 0.90;
}
#layout-footer a {
    font-weight: normal;
    color: #ffffff;
}
#ico{
    line-height:50px;
    }
#text{
    line-height:50px;
    }
.map{
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 20px;
    height: 0;
    overflow: hidden;
    }
.banner-img{
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
    border-radius:5px;
    margin-bottom:25px;
    }
#indent{
    text-align:justify;
    text-indent:25px;
    font-size:16px;
    }
.col-md-3 > .img-thumbnail > p{
    font-size:15px;
    text-align:center;
    }
.col-md-3 > .img-thumbnail > img{
    width:100%;
    padding: 0 10px 15px;
    }

.col-md-3 > .img-thumbnail {
    width:100%;
    margin-top:5px;
    }
.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}
.img-thumbnail > div {
    display:flex;
    line-height:1.428571429;
}
.img-thumbnail > div > span {
    display:flex;
    font-size:18px;
    margin-left:15px;
}
#circle1{
     width: 300px;
     height: 300px;
     border-radius: 50%;
     border-style:solid;
     border-color:#019CA9;
     border-width:10px;
     background:#eaedf2;
     display:table;
}
#circle2{
     width: 300px;
     height: 300px;
     border-radius: 50%;
     border-style:solid;
     border-color:#FFD63E;
     border-width:10px;
     background:#eaedf2;
     display:table;
}
#circle3{
     width: 300px;
     height: 300px;
     border-radius: 50%;
     border-style:solid;
     border-color:#EF6325;
     border-width:10px;
     background:#eaedf2;
     display:table;
}
#circle1 > p, #circle2 > p, #circle3 > p {
    text-align:center;
    vertical-align: middle;
    display: table-cell;
    font-size:x-large;
    }
.col-md-4 > ul{
margin-top:20px;    
    
}    
