li{
    list-style: none;
}
.laad{
    position: relative;
    padding: 40px 0;
    background-color: #fcfcfc;
}
.laad h2{text-align:center;padding: 0px 0px;font-size: 30px;color: #5f4187;border-bottom: #adadad 1px solid;line-height: 180%;position: relative;}
.laad h2:after{
 position:absolute;
 display:block;
 content:'';
 width: 5em;
 height: 5px;
 background: #c5c5c5;
 bottom: -4px;
 left: 46%;
}
.laad h2 b{
  color: #486d98;
  padding: 9px 13px;
  font-size: 27px;
  letter-spacing: 0.05em;
}
.laad h4{
    text-align: center;
    line-height: 120%;
    margin: 10px 0;
    font-size: 22px;
    color: #4a4a4a;
    letter-spacing: 0.05em;
}
.laad .adimg{
    width: 20%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.laad .adimg:hover h3{
  /* color: #aa8532; */
}
.laad .adimg:hover li{
 
}

.laad .adimg .loading {
    border: 2px solid #92a4da;
    border-right: 6px solid #f4f4f4;
    border-bottom: 6px solid #f4f4f4;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    border-radius: 50%;
    position:absolute;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -ms-animation: loading 1s infinite linear;
    -o-animation: loading 1s infinite linear;
    animation: loading 5s infinite linear;
}
@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes loading {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);





	}
}
@-o-keyframes loading {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}
@keyframes loading {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.abgne-loading-20140104-2 {
    height: 150px;
    width: 150px;
    margin: 0 auto 20px;
    position: absolute;
    right: calc(45% - 60px);
    top: 59px;
}
.laad .adimg li{
  text-align:center;
  border-radius: 50%;
  /* border: #86868626 2px solid; */
  padding: 8%;
  margin: 18px calc(45% - 55px);
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}
.laad .adimg li img{
  width: 80px;
}
.laad .adimg h3{
  text-align:center;
  font-size: 19px;
  line-height: 180%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.laad .adimg h3 b{
  font-size: 26px;
  margin: 0 5px;
}
.laad .adimg p{
  text-align:center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #4a4a4a;
}
.laad .adimg span{
    font-size: 13px;
    color: #474747;
    font-weight: 200;
}
.laad .adrd{
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
.laad .adimg{
    width: 33%;
}
}





@media screen and (max-width: 768px) {
 .laad .adimg{width:32%;}
}
@media screen and (max-width: 640px) {
 
 .laad .adimg{width: 50%;margin: 11px 0;}
 .laad .adimg li img{
    width: 68px;
	}
	.abgne-loading-20140104-2{
    top: 51px;
    width: 130px;
    height: 130px;
    right: calc(45% - 52px);
}
 .laad .adimg:nth-child(5){width: 100%;}
 .laad .adimg:nth-child(5) .abgne-loading-20140104-2{
    right: calc(47% - 52px);
	}
	.laad .adimg p{
    margin-top: 10px;
}
}