.img-fluid{
    border-radius: 20px;
}
.desktoplogo img {
    max-height: 54px;
}

.bg--red{
    background-color: #ee1a1a;
}

.foo-links-custom{
    gap: 30px;
}

.bg--grey{
    background-color: #ebebeb;
}
.bg--footer{
    background-color: #333f4e;
}



.hor-divider{
    display: block;
    height: 30px;
    width: 2px;
    background-color: #ffffff12;
}

.map-btn{
    transition: all .3s;
    display: block;
    color: #fefefe !important;
    padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
}

.map-btn_top {
    background-color: #6f8aa9;
}
.map-btn_bottom {
    background-color: #ffffff;
    color: #555 !important;
}
.map-btn_top:hover{
    background-color: #3f5a7a;
}
.map-btn_bottom:hover{
    background-color: #d7d7d7;
}

.logo-footer{
    width: 150px;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
}

.footer a {
    color: #ffffff;
}

#footer-1{
    color: #ffffff;
}

.footer-info, .footer-links {
    margin-bottom: unset;
}

.img-fluid-custom {
    border-radius: 10px;
}

.post-author-avatar img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer {
    padding-bottom: 20px;
}


.bottom-footer, .footer-copyright p{
    font-size: 15px ! important;
}


.socials{
    border: .5px solid #ffffff3d;
    display: flex !important;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 3px;
}

.foo-links{
    column-count:2;
}

.footer-top-hr{
    border: 1.8px solid #6f8aa9;
}

.foo-links a{
    position: relative;
    text-transform: uppercase !important;
}
.foo-links a:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40%;
    height: 2px;
    background-color: #6f8aa9;
}

.footer h6 {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 22px;
    color: white !important;
}

.foo-links-custom{
    text-transform: uppercase;
}

.footer-fixed {
    background: #525252;
    padding: 0px 0px 0px 0px;
    height: 40px;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    /* width: 100%; */
    z-index: 150;
}

.footer-fixed span.contact-icon {
    font-size: 27px;
    background: #333;
    height: 40px;
    margin: 0;
    text-align: center;
}

.footer-fixed ul li {
    float: left;
    list-style: none;
    margin-right: 11px;
    padding: 0px 0 0 10px;
}

.footer-fixed ul {
    margin-top: 10px;
}

.footer-fixed ul li a span {
    font-size: 15px;
    color: #fff;
}

.footer-fixed span.contact-icon a {
    color: #fff !important;
}

.footer-fixed .suivez {
    margin-top: 7px;
    padding-left: 27px;
}


span.sm-info {
    width: auto;
    height: auto;
    -webkit-border-radius: 6px;
    padding: 1px 4px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.shape-ico.color--theme path, .shape-ico.color--theme path, .shape-ico.color--theme path {
    fill: #53647c24;
}

.img-btp {
  width: 2000px;
  height: auto;
  border: 25px solid #3d3d3d;
  box-sizing: border-box;
}

/* Medium screens (tablet) */
@media (max-width: 768px) {
  .img-btp {
    border: 15px solid #3d3d3d;
  }
}

/* Small screens (mobile) */
@media (max-width: 480px) {
  .img-btp {
    border: 8px solid #3d3d3d;
  }
}
