footer .social{
margin-top: 30px;
}
footer .social li a{
	margin-right: 10px;
}
footer .social li a img{
  width: 40px;
height: 40px;
}
footer .address p{
	margin-bottom: 10px
}
footer .address p span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #5BB286;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 3px;
    font-size: 16px;
    margin-right: 10px;
}
footer .terms-links a{
	color: #000 ;
	letter-spacing: 0
}

.testimonials-item .profile img{
width: 100%;
}
.page .page-bottom .about h3 {
  line-height: 32px;
  margin-bottom: 15px;
}
.light-btn.active.hero-btn {
  padding-left: 15px;
  font-size: 16px;
  padding: 5px 30px;
  height: auto;
  font-weight: 600;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  background: none;
  background-color: #0D1B26;
}
.light-btn.active.hero-btn::before,
.light-btn.active.hero-btn::after{
content: none !important;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.07, 1.07);
  }
  100% {
    transform: scale(1, 1);
  }
}
.light-btn, .dark-btn{
  transition: all ease-in-out .5s !important;
}
.light-btn:hover, .dark-btn:hover{
  padding-left: 16px;
  padding-right: 50px;
}
.light-btn:hover::before,
.light-btn:hover::after,
.dark-btn:hover::before,
.dark-btn:hover::after{
left: auto;
right: 5px;
transition: all ease-in-out .5s !important;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}