/* ====================================Footer Menu ====================================*/
.footer-menu{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.footer-menu .footer-menu-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8c134;
    border-radius: 4px;
    padding: 13px 25px;
}
  
/* ====================================Main Footer  ====================================*/
.main-footer{
    width: 100%;
    display: block;
    padding: 0;
    margin: -32px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-footer .row{
    padding: 125px 0 80px;
}
.main-footer h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.main-footer h5{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 0;
    float: left;
}
.main-footer h5 b{
    font-family: 'Playfair Display', serif !important;
}
.main-footer ul.payment-icons{
    padding: 0;
    margin: 0;
}
.main-footer ul.payment-icons li + li{
    margin-top: 0;
}
.main-footer ul.payment-icons li{
    width: 28%;
    height: 38px;
    line-height: 38px;
    float: left;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.main-footer ul.payment-icons li a img {
    margin: 0 auto;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-footer ul{
    padding: 0;
    margin: 0;
}
.main-footer ul li{
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-footer ul li + li{
    margin-top: 15px;
}
.main-footer ul li a{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
}
.main-footer ul li:hover{
    transform: translateY(-5px);
}
.main-footer ul.social-icons{
    padding: 0;
    margin: 35px 0 0;
} 
.main-footer ul.social-icons li{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}
.main-footer ul.social-icons li + li{
    margin-left: 15px;
}
.main-footer ul.social-icons li  a{
    font-size: 20px;
    color: #550d0d;
}
.main-footer ul.social-icons li:hover{
    background: #550d0d;
}
.main-footer ul.social-icons li:hover a{
    color: #fff;
}
.main-footer .btm-wrap{
    background: #262626;
    text-align: center;
    padding: 18px 0;
}
.main-footer .btm-wrap p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (max-width: 1150px) {
    .main-footer ul.payment-icons li{
        width: 42%;
        height: 50px;
    }
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
    .main-footer .row {
        padding: 80px 0 10px;
    }
    .main-footer .col-md-6{
        margin: 0 0 30px;
    }
    .main-footer ul.payment-icons li{
        width: 30%;
    }
}
@media screen and (max-width: 840px) {

}
@media screen and (max-width: 767px) {
    .main-footer ul.payment-icons li {
        width: 100px;
        float: none;
        display: inline-block;
        margin-bottom: 0;
    }
    .main-footer ul.social-icons {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 575px) {
    .main-footer ul.payment-icons li {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 490px) {

}
@media screen and (max-width: 375px) {
    .main-footer ul li a {
        font-size: 15px;
    }
} 
@media screen and (max-width: 35px) {
    .footer-menu .logo{
        width: 50%;
    }
} 
