/* Footer */
.foot {
  background: var(--lblack);
  display: flex;
  padding:  0;
  height: auto;
  flex-direction: column;
  position: relative;
}
.foot .container{
  height: 40vh;
  align-content: center;
}
.foot h5, .foot p{
  color: white;
  font-weight: 300;
  text-align: right;
}
.footer_logo{
  width: 100%;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer_logo p{
    text-align: left;
}
.footer_logo h4, .footer_info h3{
  color:white;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  white-space: nowrap;
}
.footer_logo b{
    display: block;
    color: white;
    margin: 2% 0;
}
.footer_logo img{
  width: 30%;
}
.footer_info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
    justify-content: center;
    align-items: flex-end;
    margin-top: 5%;
}
.footer_info h5{
  padding-left: 17%;
}
.blog-post {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: flex-end;
}
.blog-post address, .blog-post p b{
    color: white;
}
.blog-post p, .blog-post address{
    width: 100%;
    text-align: right;
}
.blog-post i{
    color: var(--lred);
    margin-left: 2%;
}
.post{
    width: 100%;
}
.post-card {
    display: flex;
    gap: 3%;
    margin: 5% 0;
    justify-content: flex-end;
}
.post_card :hover{
  background-color: var(--lred);
}
.post_card i{
  color: white;
  font-size: 2rem;
  padding-left: 1.4%;
  padding-right: 1.2%;
  color: var(--lred);
}
.post_card_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.post_card_text small{
  color: var(--lgray);
  text-align: right;
}
.post_card_text p{
  color: white;
  font-size: .9rem;
  font-weight: 300;
}
.post_card img {
  max-width: 15%;
  height: auto;
  border-radius: 50%;
}
.foot small{
  color: white;
  width: 50%;
}
.foot ul{
  font-size: 1rem;
  text-align: right;
  position: relative;
  z-index: 100;
}
.foot ul li{
  color:white;
  padding: 1% 0;
}
.foot ul li a{
  color:white;
  line-height: 1.7;
}
.foot ul li:hover{
  background-color: var(--red);
}
 .shape_bottom{
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.footer_info p span a {
    color: var(--lred);
}
.footer_info p span a:hover{
    color: white;
}
.footer_info span{
    font-weight: bold;
}
.footer_info span:hover{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}
@media (min-width: 768px){
    .cjsudi {
        max-height: 800px;
        right: 0%!important;
        bottom: 9%!important;
    }
    .iSFscl {
        background-color: #0000005e!important;
        border-radius: 50%!important;
    }
}
@media screen and (max-width: 48rem) {
  .foot, .foot .container{
    height: auto;
    padding: 2% 0;
  }
  .footer_logo {
    width: 100%;
    position: relative;
    z-index: 100;
    margin-top: 10%;
  }
  .footer_logo img {
    width: 25%;
  }
  .blog_post, .post {
    margin-left: 0!important;
  }
  .foot h4{
    font-size: 1.3rem;
  }
  .footer_info h5 {
    padding-left: 0;
  }
  .foot ul li {
    display: flex;
    text-align: left;
  }
}
@media screen and (min-width: 320px) and (max-width: 533px){
    .brand img {
    width: 16%;}
  .foot, .foot .container {
    height: auto;
    padding: 2% 0;
  }
  .footer_info h5 {
    padding-left: 0;
  }
  .foot ul li {
    display: flex;
  }
  foot h5, .foot p {
    color: white;
    font-weight: 300;
    text-align: left;
  }
  .blog-post p, .blog-post address {
    width: 100%;
    text-align: left;
  }
  .post {
    display: flex;
    justify-content: flex-start;
  }
  .post_card_text small {
    color: var(--lgray);
    text-align: left;
  }
  .btn-read {
        padding: 0.7rem 1.2rem;}
    .post_card_text{
        order: 2;
    }
    .blog-post p i{ order: 1;}
}
@media screen and (max-width: 320px){
  .foot, .foot .container {
    height: auto;
    padding: 2% 0;
}
  .foot ul li {
    display: flex;
  }
  .footer_logo {
    width: 100%;
  }
  .blog_post .post {
    margin-left: 0;
  }
  .post_card i {
    font-size: 3rem;
    padding-right: 3%;
  }
  .order_2{
    order: 2;
  }
}
@media (max-width: 1440px){
    .foot .container {
    height: auto;
    padding: 2% 0;
    }

}