
.footer-fly-ap{
    direction: rtl;
    text-align: right;
    padding: 5%;
}
.footer-address p{
    font-size: 0.8em !important;
    text-align: center;
}
.btn-request-footer {
    background-color: #18409A !important;
    color: #ffffff !important;
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
}
.btn-request-footer::before{
    position: absolute;
    content: "";
    display: inline-block;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: translateY(105%);
    z-index: -1;
    border-radius: 5px;
    transition: transform ease 0.6s;
    color: #FFFFFF !important;
    opacity: 0.3;
}
.btn-request-footer:hover::before {
    transform: translateY(0);
    color: #FFFFFF !important;
    opacity: 0.3;
    z-index: 1;

}
.btn-request-footer:hover{
    animation: swing 2s;
}
.footer-fly-ap p{
    direction: ltr;
    text-align: right;
}
.footer-style{
    background-color: #F9F9F9;
}

#phoneNumber {
    direction: rtl;
}
.title-contact-us div{
    font-size: 1em;
    font-weight: 800;
}

.footer {
    position: relative;
    margin-top: 100px;
    width: 100%;
    background: #3586ff;
    min-height: 5px;
    padding: 10px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
}


.wave {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("https://i.ibb.co/wQZVxxk/wave.png");
    background-size: 1000px 100px;
}

.wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
}

.wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
}
.img-footer img{
    width: 7%;
}
@keyframes animateWaves {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-positon-x: 0px;
    }
}

@keyframes animate {
    0% {
        background-position-x: -1000px;
    }
    100% {
        background-positon-x: 0px;
    }
}
.titleFoot p {
    font-size: 1.1em;
    font-weight: 600;
}
.social img{
width: 3%;
}
/*@media (max-width:991.98px) {
    .title-contact-us div{
        font-size: 0.8em;
    }
    .footer p {
        font-size: 0.5em;
    }
    .form-control{
        font-size: 0.6em !important;
    }
    .btn-request-footer{
        font-size: 0.6em !important;
    }
}*/