indexone.css 2.1 KB
.mypoa {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.p-title-top{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.p-title{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.mypoa .poaBox{
  width: 100%;
  margin:0 20px;
}
.mypoa .icon {
  margin-bottom: -40px;
  margin-left: 40px;
}

.mypoa .icon i {
  width: 60px;
  height: 60px;
  background: #f9f9f9;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mypoa .color-1 i {
  background: #FAE3E3;
  color: #D82928 !important;
}

.mypoa .color-2 i {
  background: #E6F8ED;
  color: #57D283 !important;
}

.mypoa .color-3 i {
  background: #E3EAFA;
  color: #457BF4 !important;
}

.mypoa .color-4 i {
  background: #F3EAD6;
  color: #f1a90a !important;
}

.mypoa .color-5 i {
  background: #E7E6FF;
  color: #7271FF !important;
}

.mypoa .color-6 i {
  background: #DEDEDE;
  color: #35393D !important;
}

.mypoa .services-content {
  padding-left: 65px;
}

.mypoa .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.mypoa .services-content h3 a {
  color: #272727;
}

.mypoa .services-content h3 a:hover {
  color: rgba(21, 53, 120, 1);
}

.mypoa:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.mypoa:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wrapbox{
  margin: 25px;
}
.wrapbox h6{
  text-align: left;
  color: #666;
}