.index-about {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}

.minus-top{
	margin-top: -2%;
	position: relative;
	z-index: 999;
}

.custhead h3{
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 28px;
	padding: none;
	margin-top: 0px;
	text-transform: uppercase;
}
.leave-margin{margin-top: 7%;}

.srv{
	display: inline-block;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #b9babc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 27px 30px 26px 30px;
    line-height: 1.3;
    transition: all 100ms ease-out;
	margin-top: 10%;
	font-weight: bold;
	font-size: 17px;
	color: black; 
	
}
.srv:hover{
 transition: all 100ms ease-out;
 border-bottom: 2px solid #4ab9cf;
 cursor: pointer;
	box-shadow:  5px 5px rgb(185 186 188 / 35%);
}

.core-values{
	margin-top: 6%;margin-bottom: 6%;
	background-image:url(../images/core_values_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px;
	height: auto;overflow: hidden;
}

.featured-widget{
	padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
	height: auto;
    overflow: hidden;
    width: 100%;
}
.logo-panel img {
    margin: 15px 0;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #b9babc;
    border-radius: 2px;
    transition: all 100ms ease-out;
    opacity: 0.6;
}

.core-values1{
	margin-top: 3%;
	background-image:url(../images/counter_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px;
	height: auto;overflow: hidden;margin-bottom: -7px;
}

#counters_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
	background-color: white;
	padding: 30px 0;
 
}

.counter {
  font-size: 36px;
  font-weight: 600;
  color: #000;
 position: relative
}
#counters_2 p{color:#676262a6;font-size: 18px; font-weight: bold; text-align: center}
#counters_2 .col-md-3{text-align: center !important;}



.list-group a{
font-size: 16px;
    font-weight: 900;
    transition: all 100ms ease-out;
    display: block;
    background-color: #eeeeee;
	
    color: #aaaaaa;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
   
    padding: 18px 25px;	
}
.list-group .active{
	z-index: 2;
    color: #fff;
    background-color: #911d1d;
   border-color:azure;
	
    text-shadow: 0 1px rgb(0 0 0 / 16%);
    text-decoration: none;
	
}

.list-group a:hover{color: #fff; text-decoration: none;}

.flexrow{display: flex; flex-wrap: wrap; flex: auto;float: none; padding:0;}
