
/*------------------------------------
Footer css Start
-------------------------------------*/

.footer_section {
    padding: 60px 0 0;
    position: relative;
}
.footer_section:before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/just_bg.svg);
    background-size: contain;
    background-position: bottom right -80px;
    z-index: 0;
    top: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    filter: grayscale(1);
}
.footer_section .border-bottom {
    border-color: #31343B !important;
}
.footer-text {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
p.text__bottom {
    letter-spacing: 0px;
    color: #B7B7B7;
    font-size: 16px;
}
p.mail-box {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

ul.footer_links {
    list-style: none;
    color: #fff;
    padding: 0;
}
ul.footer_links li{
  font-size: 16px;
  color: #B7B7B7 !important;  
  margin-bottom: 10px;
}
ul.footer_links li a{
  color: #B7B7B7 !important;
}
ul.footer_links li i{
  color: #FFDBA1;
}
.copyright_sec{
  background: #0d2d31;  
}
section.footer_section .top_social li {
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 10%) ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition-duration: 0.3s;
}
section.footer_section .top_social li:hover{
  background: #FFDBA1;
}
section.footer_section .top_social li:hover i{
  color: #000;
}
section.footer_section .top_social ul li i{
  color: #fff;
}
.footer_link_title{
  color: #FFDBA1;
}
/*------------------------------------
Footer css End
-------------------------------------*/
