
footer{
/* padding: 50px 0; */
/* background-color: #373737; */
color: var(--white);
border-radius: 100px 0 0 0;
background-image: url(../../img/index/footerbg.webp);
height: 270px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: end;
}

#testimonialslide.carousel {
    bottom: -65px;
}
 .copyright{
display: flex;
align-items: center;
justify-content: space-around;
padding: 10px 0;
background-color: var(--text-color);
}
.copyright p{
    /* margin: 0;  */
    font-size: 14px;
    color: var(--white);
}
.copyright p a{
    color: var(--yellow);
}

footer .address h3{
margin-bottom: 10px;

}
.address .line{
height: 2px;
width: 50px;
background: var(--white);
margin-top: 10px;
}
.address h3{
    font-size: 21px;
}
.address h4{
font-size: 18px;
line-height: 26px;
}
.address ul{
font-size: 15px;
line-height: 26px;
}
.address ul a{
    color: var(--white);
}
.adress-cotent{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
 h3{
font-size: 22px;
text-transform: capitalize;
}





.footer-logo img{
    width: 320px;
}
.ft-flex{
    display: flex;
    gap: 20px;
}
.footer-md{
    position: relative;
}
.footer-md::after {
    position: absolute;
    content: '';
    height: 100px;
    width: 1px;
    top: 60px;
    transform: translateY(-50%);
    right:30px;
    background-color: var(--white);
}
.footer-md::before {
    position: absolute;
    content: '';
    height: 100px;
    width: 1px;
    top: 50px;
    transform: translateY(-50%);
    left: -40px;
    background-color: var(--white);
}
.footer-img1{
    width:90px;
}
.social li{
font-size: 22px;
    height: 40px;
    width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    border: 1px solid var(--white);
    transform: rotate(45deg);
    color:black;
    transition: all .3s;
}
.social{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px; 
}
.social li i{
transform: rotate(312deg);
color: white;
}
.social .active,
.social li:hover{
background-color: var(--yellow);
border: 1px solid var(--yellow);
}
.social .active i,
.social li:hover i{
    color: black;
}
.ft-testi{
    /* height: calc(100vh - 109px); */
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
}

footer .footer-logo ul {
	margin-top: 10px;
    margin-bottom: 20px;
}
footer .row{
align-items: center;
}
