.footer-sec {
    width:100%;
	display: inline-block;
}
.footer-navbar-box{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}
.footer-links li {
    display: inline-block;
    margin-right: 25px;
    font-weight: bolder;
    font-size: 1em;
}
.footer-social-media {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-social-media ul {
	margin: 0 auto;
	display: inline-block;
}
.footer-social-media li {
	display: inline-block;
	margin: 0px 8px;
}
.footer-social-media li a {
	font-size: 20pt;
    color: #757575;
}
.footer-navbar-box p {
  line-height: 1.7;
  padding-right: 50px;
	margin: 10px 0 20px;
}
.copyright-section p {
	display: inline-block;
	margin: 0 0px 0 0;
    padding: 0;
}
.divider {
	margin: 0 0px;
	color: #757575;
	font-size: 11pt;
}
.footer-navbar-box small {
	font-size: 11pt;
	text-transform: uppercase;
	color: #09433e;
}
.footer-navbar-box h3.footer-logo {
	margin-bottom: 5px;
}
.footer-social-media a{
	color: #47364e;
}
.footer-links a{
	color: #47364e;
}
.footer-links a:hover,.footer-social-media a:hover,.copyright-section a:hover , .footer-links a:focus,.footer-social-media a:focus,.copyright-section a:focus{
	color: #916FEB;
}
.copyright-section a , .copyright-section p{
  color: #757575;
}
.long-divider {
	display: block;
	position: relative;
}
.long-divider::after {
	position: absolute;
	left: 0;
	width: 140px;
	background: #09433e;
	height: 4px;
	content: "";
	border-radius: 2px;
}
#subscribe{
  background: #916FEB;
  color:#fff;
  border-radius: 3px;
}
a.btn.btn-success:visited {
    background: #916FEB;
    border: #79f2c0;
    color:#fff;
}
a.btn {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 28px 8px;
    transition: background-color .5s ease;
    white-space: normal;
    cursor: pointer;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    line-height: 1.428571429;
}
.footer-social-media.logo-ul{
    display: flex;
    justify-content: center;
    align-items: center;  
   
}
.footer-social-media.logo-ul li{
     margin: 0 !important;
}
.footer-social-media a.action.logo-btn {
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 15px;
    border-radius: 3px;
    transition: all .5s ease;
    width: 100%;
    min-width: 130px;
    text-align: center;
}
.footer-social-media a.action.logo-btn img{
    max-width: 130px;
}
.footer-social-media a.action.logo-btn img.akira-img{
    max-width: 110px;
}
.footer-social-media a.action.logo-btn:hover, .footer-social-media a.actionlogo-btn:focus{
    background: #fff;
    color: #916FEB;
    transition: all .5s ease;
}
.powered-by-text{
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 7px;
    color: #424242;
}
/* .footer-social-media a.action {
    background: #916FEB;
    color: #fff;
    font-size: 9pt;
    border-radius: 3px;
    padding: 5px 0px;
    opacity: 0.9;
    border: 2px solid #916FEB;
    transition: all .5s ease;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.footer-social-media a.action:hover, .footer-social-media a.action:focus{
    background: #fff;
    color: #916FEB;
    border: 2px solid #916FEB;
    transition: all .5s ease;
} */