#dcpTemplateBody {
	font-family: 'Hind', sans-serif;
}
/* footer css start */
.footer-padding {
    padding: 50px 0px;
	
}
.footer-border{
  width: 270px;
  height: 1px;
  background-color: #ffffff;
  opacity:5%;
}
.footer-border-heading{
  width: 250px;
  height: 1px;
  background-color: #ffffff;
  opacity:5%;
}
.service li {
    list-style: none;
}
.service li a {
    text-decoration: none;
}
.service li a:hover {
    text-decoration: none !important;
}
.social-icon a {
    background: transparent;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    padding: 5px 0px;
    margin: 0px 8px 0px 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.social-icon a.fb {
    margin-left:0px;
}
@media (max-width: 481px) {
    .mx-xs-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-border{
        width: 345px;
    }
    .footer-padding {
        padding: 30px 0px;
    }
    .social-icon a {
        height: 30px;
        min-height: 30px;
        min-width: 30px;
        line-height: 25px;
        text-align: center;
        font-size: 16px;
        margin: 0px 2px 0px 2px;
    }
}
/* footer css end */
