footer{
  z-index:99;
  font-weight:500;
  position:relative;
  background-color: #07304c;
}
.footer-add {
    color:#b5c9dd;
    font-size:13px;
}
.footer-widget {
    padding: 20px 0px 40px 0px;
}
.footer-widget .footer-subscribe-widget{
    padding: 0px 80px 0px 0px;
}
.widget-title {
    font-weight:600;
    font-size:18px;
    color: #ffffff;
}
.widget-title:after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    border-radius: 100px;
    background-color: #f16925;
    margin-top: 10px;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top:15px;
    display: block;
}
.footer-widget ul li a,.footer-widget ul li span{
    color:#ffffff;
    font-size:14px;
    cursor: pointer;
    font-weight:400;
}
.footer-widget .footer-subscribe-title{
  color:#ffffff;
  font-size:24px;
  font-weight: 500;
}
.footer-widget p {
  color:#ffffff;
  font-size:16px;
  font-weight: 300;
}
.footer-bottom {
  padding: 10px 0 10px;
    color:#022f5d;
    font-size:13px;
  border-top: 1px solid #eee;
}
.footer-bottom .tc-footer-copyright-title{
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.foot-socials {
    position: relative;
    display: block;
    text-align: center;
}
.foot-socials ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.foot-socials ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right:10px;
    cursor: pointer;
}
.foot-socials ul li a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    font-size: 15px !important;
}
.foot-socials img{
    width: 34px;
    height: 34px;
}
