.footer-area {
    background-image: url(/createmytrip/img/footer-bg.png)!important;
    background-position: bottom top!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative!important;
}
.footer-area:after {
    content: ''!important;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    width: 100%!important;
    height: 100%!important;
    background: #071c55!important;
    z-index: -2!important;
}
.pt-100 {
    padding-top: 100px!important;
}
.footer-area .footer-widget {
    position: relative!important;
    z-index: 1!important;
}
.footer-area .footer-widget-box {
    margin-bottom: 20px;
}
.footer-area .footer-logo img {
    width: 215px;
    margin-bottom: 30px;
}
.footer-area .pb-50 {
    padding-bottom: 50px!important;
}
.footer-area .footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}
.footer-area .footer-social {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.footer-area .footer-social li a i {
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #fca702;
    color: #fff;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}
.footer-area .footer-social li a i:hover {
    background: #fca702;
    color: #fff;
}
.footer-area .footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1;
}

.footer-area h4 {
    font-size: 24px;
}
.footer-area .footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-area .footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}
.footer-area .footer-list li a:hover {
    padding-left: 10px;
    color: #fca702;
}
.footer-area .footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-area  .footer-contact li i {
    width: 15px;
    height: 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fca702;
}
.footer-area  .footer-contact li a {
    color: #f5faff;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-area  .far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
.footer-area  .copyright {
    border-top: 1px solid #2a355e;
    padding: 20px 0;
}
.footer-area .copyright .copyright-text a {
    color: #fca702;
    font-weight: 600;
}
@media (max-width: 1199px){
    .footer-area  .footer-widget-box {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px){
    .footer-area  .copyright .copyright-text {
        margin-top: 30px;
        text-align: left;
    }
    
}

.footer-area  .copyright .copyright-text {
    text-align: right;
    color: #f5faff;
    margin-bottom: 0;
    font-size: 16px;
}
