/* =================================== footer start =================================== */
.footer-padding {
    padding-top: 130px;
    padding-bottom: 100px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding {
        padding-top: 130px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 50px;
        padding-bottom: 30px
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 50px;
        padding-bottom: 30px
    }
}

/* Footer Logo */
.footer-logo img {
    max-width: 120px;
    height: auto;
}

/* Footer Social Icons */
.footer-social {
    margin-top: 15px;
}
/* 
.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
    font-size: 14px;
    font-size: 14px;
    border: 1px solid #c11920;
    background: #c11920;
    display: inline-block;
    color: #e2e2e2;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s */
}


/* Bottom Bar */
.footer-main .footer-copy-right {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #9fa6bd;
}

.footer-main .footer-copy-right a {
    color: #F47B20;
    text-decoration: none;
    margin: 0 5px;
}

.footer-main .footer-copy-right a:hover {
    text-decoration: underline;
}


/* Responsive */
/* @media (max-width: 991px) {
            .footer-main {
                padding: 60px 20px;
            }
        } */

@media (max-width: 767px) {
    /* .footer-main {
                padding: 50px 15px;
            } */

    /* .footer-form input[type="email"],
            .footer-form .form-icon button {
                width: 100%;
                display: block;
                border-radius: 4px;
            } */

    .footer-form .form-icon {
        margin-top: 10px;
    }

    .footer-social a {
        margin-bottom: 8px;
    }
}


.footer-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 60px;
    width: 200%;
    /* Double width for smooth looping */
    background-image: url(../img/gallery/arrow_testimonial.png);
    background-repeat: repeat-x;
    /* Repeat arrow horizontally */
    background-size: contain;
    animation: slide-continuous 20s linear infinite;
}

@keyframes slide-continuous {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Moves half of the width to loop seamlessly */
    }
}


.footer-area .footer-logo {
    margin-bottom: 30px
}

.footer-area .footer-pera .info1 {
    margin-bottom: 10px;
    line-height: 1.5;
    padding-right: 40px;
    font-size: 18px;
    color: #000000;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0px
    }
}

@media (max-width: 575px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0px
    }
}

.footer-area .footer-pera .info2 {
    margin-bottom: 50px;
    line-height: 1.8
}

.footer-area .footer-pera.footer-pera2 p {
    padding: 0
}

.footer-area .footer-tittle h4 {
    color: #4a4a4a;
    font-size: 35px;
    margin-bottom: 29px;
    font-weight: 500;
    font-family: "Teko", sans-serif
}

@media (max-width: 991px) {
    .footer-area .footer-tittle h4{
        margin-bottom: 10px;
    }

}

.footer-area .footer-tittle ul li {
    color: #000000;
    margin-bottom: 10px;
}

.footer-area .footer-tittle ul li a {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
}

.footer-area .footer-tittle ul li a:hover {
    color: #c11920;
    padding-left: 5px;
}

.footer-area .footer-tittle p {
    color: #000000;
}

.footer-area .footer-form {
    margin-bottom: 30px
}

.footer-area .footer-form form {
    position: relative
}

.footer-area .footer-form form input {
    width: 100%;
    height: 43px;
    padding: 10px 20px;
    border: 0;
    background: #1e293a;
    color: #fff;
}

.footer-area .footer-form form input::placeholder {
    color: #9fa6bd
}

.footer-area .footer-form form .form-icon button {
    position: absolute;
    top: 0px;
    right: 0;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 13.5px 22px;
    background: #c11920;
    line-height: 1;
    color: #fff
}

.footer-area .info.error {
    color: #c11920
}
.footer-area .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;

    font-size: 14px;
    color: #e2e2e2;

    border-radius: 50%;
    margin-right: 8px;

    border: 1px solid #c11920;
    background: #c11920;

    transition: all 0.4s ease-out;
}


.footer-area .footer-copy-right {
    padding-top: 20px
}

@media (max-width: 575px) {
    .footer-area .footer-copy-right {
        padding-top: 0px
    }
}

.footer-area .footer-copy-right p {
    color: #9fa6bd;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px
}

.footer-area .footer-copy-right p i {
    color: #c11920;
}

.footer-area .footer-copy-right p a {
    color: #c11920;
}

.footer-area .footer-copy-right p a:hover {
    color: #c11920
}

.footer-social a:hover {
    background: #f6f6f6;
    background-color: #191d34;
    border-color: #191d34;
}

.footer-social a:hover i {
    color: #ffffff;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.map-footer img {
    width: 100%
}

/* =================================== footer start =================================== */