
.fo_footer {
    background: url(../../images/footer.jpg);
    background-size: cover;
    padding: 70px 0px 50px;
    border-top: 1px solid #2a2a2a;
}
.footer-strip {
    background: transparent;
    border-radius: 14px;
    padding: 23px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'zapf-renaissance-book';
    position: absolute;
    top: -122px;
    width: 100%;
}
.footer-strip h2 {
    font-family: 'zapf-renaissance-book';
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.footer-strip a.btn-letme {
    color: #fff;
    font-family: 'zapf-renaissance-book';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 26px;
    border: 2px solid #ffffff;
    padding: 5px 30px;
    border-radius: 25px;
    font-weight: 500;
    box-shadow: inset 0.1em 0.2em 0.2em 0 rgb(255 255 255 / 30%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 8%);
    background-image: linear-gradient(180deg, #c76850, #801507) !important;
}
.footer-strip a.btn-letme:hover {
    background-image: linear-gradient(235deg, var(--secondary-color), var(--main-color));
}
.fo_social-media-col ul li a {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

.facebookbg a {background: #3b5998;}
.twitter_img img {margin-top: -3px;}
.youtubebg a {background: #ff0000;}
.linkedinbg a {background: #0a66c2;}
.instagrambg a {
    background: radial-gradient(circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%);
  }

  .footer-logo img {
    max-width: 100%;
    max-height: 150px;
}
.dflex{
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.fo_footer_heading h4 {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.17);
}
.ho_footer-address ul li{margin: 10px 0px;}
.ho_footer-address ul li a{color: #fff;}
.ho_footer-navbar ul li {
    margin-bottom:5px;
    display: inline-block;
    margin-right: 20px;
}
.ho_footer-navbar ul li a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 0;
    font-weight: 500;
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
}
.fo_newsletter{position: relative;}
.fo_newsletter .form-control {background: #fff; border:1px solid #eaeaea; padding: 0.375rem 7rem 0.375rem 0.75rem; border-radius:0;}
.fo_newsletter .btn {background: var(--main-color); border:0px; color: #fff; position: absolute; bottom:0px; width:auto; right: 0; margin:0; border-radius:0; top:0;}
.fo_copyright{    background: #fff;
    padding: 10px 0px;
    color: #000; text-align: center;}
.fo_social-media-col ul{margin-bottom: 0px;}
.fo_social-media-col ul li a {
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: block;
    line-height: 30px;
    font-size: 17px;
}
.socail-media-bottom a {
    color: var(--main-color);
}
.socail-media-bottom a i {
    font-size: 40px;
}
.socail-media-flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.fo_social-media-col{
    text-align: left;
}
.fo_copy {
    text-align: right;
    color: #fff;
    margin-top: 7px;
    font-weight: 500;
    font-size: 13px;
}
.fo_copy_right {
    margin-top: -54px;
    border-top: 2px solid #4f4f51;
    padding: 10px 0 0;
}
.fo_banking-options .list-inline {margin: 0px;}
@media screen and (max-width: 991px){
    .fo_copy_right {
        margin-top:0px;
        padding: 10px 0 10px;
        background: #2b2a2c;
    }
    .footer-strip a.btn-letme {
        font-size: 18px;
        padding: 4px 20px;
      
    }
    .footer-strip h2 {
        font-size: 25px;
        margin: 0;
    }
    .fo_footer{
        padding:20px 0;
    }
    .footer-strip{
		position: static;
		margin-bottom:20px;
	}
.fo_banking-options img{width: 30px;}
}
@media screen and (max-width: 767px){
    .footer-strip h2 {
        font-size: 25px;
        margin-bottom: 13px;
    }
    .footer-strip {
       display: block;
       text-align: center;
       padding: 11px;
    }
    .fo_footer_heading {
        text-align: center;
    }
    .footer-logo img {
        max-width: 100%;
        height: 101px;
        margin-bottom: 12px;
    }
    .dflex {
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
.fo_social-media-col, .fo_copy{text-align: center;}
.fo_banking-options{margin:10px 0px;}
.fo_banking-options .list-inline-item{padding-left: 0px;}
}


