
i.fa-contact {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #562669;
    color: #562669;
    text-align: center;
    line-height: 56px;

    display: table-cell;
    vertical-align: middle;

}

.ul-contact-us{
    list-style: none;
    margin: 0;
    padding: 0;
}
.li-contact-us{
    border: 1px solid #E5E5E5;
    padding: 10px;
    margin-bottom: 30px
}
.contact-us-text-box{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
.contact-us-para{
    margin: 0;
    font-size: 13px;
    color: #000000;
}
/*Contact us Social**/
i.fa-contact-social {
    color: white;
}
.cs-social-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.contact-us-social-box{
    border-radius: 50%;
    background: #562669;
    box-sizing: border-box;
    border: 1px solid #562669;
    transition:.5s;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.contact-us-social-box:hover{
    background: #fff;
    border-color:#000;
}
.contact-us-social-box:hover .fa-contact-social{
    color: #562669;
}

#page-footer .inner #footer-main{
    background-color:#313131;
    color: white;
}
#page-footer .inner h3{
    color: white;
}
#page-footer .inner h2{
    color: white;
}
.link-arrow{
    color: white;
}

i.fa-footer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    line-height: 27px;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;


}
.social-footer{
    padding: 30px 0 15px;
    border-bottom: 1px solid #4A4A4A;
    text-align: center;
}



.social-footer-ul{
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
ul.social-footer-ul li{
    margin-right: 10px;
    loat: none;
    display: inline-block;
    list-style: none;
    margin-bottom: 15px;
}
@media (max-width: 4000px) {
    .footer-span {
        letter-spacing: 1px;
        margin-left: 10px;
        vertical-align: top;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
    }
}
ul.social-footer-ul li a{
    color: #999;
    line-height: 36px;
    vertical-align: top;
}

@media (max-width:505px) {
    .footer-span
    {
       display: none;
    }
}
.social-fb-class:hover a.social-fb{
    color: #752c8a;
}
.social-fb-class:hover i.social-fb{
    color: white;
    background-color: #562669;
    border-color: #562669;
}

.social-twitter-class:hover a.social-twitter{
    color: #752c8a;
}
.social-twitter-class:hover i.social-twitter{
    color: white;
    background-color: #562669;
    border-color: #562669;
}

.social-insta-class:hover a.social-insta{
    color: #752c8a;
}
.social-insta-class:hover i.social-insta{
    color: white;
    background-color: #562669;
    border-color: #562669;
}
