.footer-btn {
  max-width: 1250px;
  margin: 0 auto;
  background: #172836;
}
.footer-btn .top-sec h2 {
  font-family: 'Halyard Display Book';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 70.5px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0 0 20px;
}
.footer-btn .top-sec .inner-btn {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}
.footer-btn .top-sec .inner-btn a {
  border: 0;
  background: #648AA8;
  margin: 0 20px 0 0;
  width: 100%;
  display: block;
  max-width: 210px;
  height: 63px;
  padding: 14px 15px;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Halyard Display;
  font-weight: 400;
  font-size: 19px;
  line-height: 35px;
  text-align: center;
}
.footer-btn .top-sec .inner-btn a:hover{
  background:#fff;
  color: #000;
}
.footer-btn .top-sec p {
  font-family: 'Halyard Display Book';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 49px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
}
.footer-btn .bottom-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px 0 0;
  flex-direction: column-reverse;
}
.footer-btn .bottom-sec .social-link ul li:after{
  display: none;
}
.footer-btn .bottom-sec .social-link ul{
  padding: 0;
  margin:50px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-btn .bottom-sec .social-link ul li{
  padding: 0 25px 0 0;
  margin: 0;
}
.footer-btn .bottom-sec .social-link ul li:last-of-type{
  padding: 0;
}
.footer-btn .bottom-sec .social-link ul li a i {
  color: #fff;
  font-size: 20px;
}

.footer-btn .bottom-sec .social-link ul li a:hover i{
  color:#648AA8; 
}
.footer-btn .bottom-sec .social-link ul li a:hover svg path{
  fill:#648AA8;

}
.footer-btn .bottom-sec a.btn-link svg{
   margin-right:10px;
}
.footer-btn .bottom-sec a.btn-link {
    border: 0;
    background:#648aa8;
    margin: 0;
    width: 100%;
    display: block;
	  max-width:193px;
    height: 54px;
    padding: 14px 15px 12px;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-align:center;
}
.footer-btn .bottom-sec a.btn-link:hover{
    background-color:#fff;
	color:#000;
}
.footer-btn .bottom-sec a.btn-link:hover svg path {
  fill:#000;
}
.footer-btn .bottom-sec a.btn-link:hover svg path {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
body.widget-snippet .footer-btn .bottom-sec .social-link ul li{
  padding: 10px;  
}
body.widget-snippet .footer-btn .bottom-sec .social-link ul li a{
  padding: 10px;  
}
body.widget-snippet .footer-btn .bottom-sec .social-link ul li i{
  padding: 10px;  
}
