
footer {
    padding-top: 32px;
    background: #fff;
    position: relative
}

footer .award-sec {
    padding: 30px 0 60px
}

@media only screen and (min-width: 768px) {
    footer .award-sec {
        padding:30px 0 30px
    }
}

footer .award-sec .award-row {
    text-align: center;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 10px
}

footer .award-sec .award-row>* {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px)
}

@media only screen and (min-width: 768px) {
    footer .award-sec .award-row {
        display:-ms-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px
    }

    footer .award-sec .award-row>* {
        flex: 0 0 calc(16.6666666667% - 8.3333333333px);
        width: calc(16.6666666667% - 8.3333333333px)
    }
}

@media only screen and (min-width: 1280px) {
    footer .award-sec .award-row img {
        width:120px;
        height: 109px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

footer .footer-wrap {
    background-color: #f8f8ff;
    padding: 0
}

@media only screen and (min-width: 768px) {
    footer .footer-wrap {
        padding-top:32px;
        padding-bottom: 32px
    }
}

footer .footer-wrap .container {
    padding: 0
}

@media only screen and (min-width: 768px) {
    footer .footer-wrap .container {
        padding-left:16px;
        padding-right: 16px
    }
}

footer .footer-cta {
    background-color: #222;
    background-image: url(../../../../../../../../../themes/accely/assets/images/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 60px 16px;
   

}

@media only screen and (min-width: 1280px) {
    footer .footer-cta {
        padding:75px 0
    }
}

footer .footer-cta p {
    color: rgba(255,255,255,.7215686275);
    order: 2;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: normal
}

@media only screen and (min-width: 768px) {
    footer .footer-cta p {
        margin-bottom:0;
        font-size: 21px;
        line-height: 1.381;
        font-weight: 400;
        letter-spacing: normal
    }
}

footer .footer-cta h3 {
    margin-top: 8px;
    margin-bottom: 24px;
    order: 1;
    font-size: 27px;
    color: #fff !important;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -.32px
}

@media only screen and (min-width: 1024px) {
    footer .footer-cta h3 {
        font-size:32px;
        line-height: 1.1;
        font-weight: 400;
        letter-spacing: -.32px
    }
}

@media only screen and (min-width: 1440px) {
    footer .footer-cta h3 {
        font-size:36px;
        line-height: 1.1;
        font-weight: 400;
        letter-spacing: -.32px
    }
}

@media only screen and (min-width: 768px) {
    footer .footer-cta h3 {
        font-size:36px;
        line-height: 1.06;
        font-weight: 400;
        letter-spacing: -.32px
    }
}

@media only screen and (min-width: 768px) and (min-width:1024px) {
    footer .footer-cta h3 {
        font-size:40px;
        line-height: 1.06;
        font-weight: 400;
        letter-spacing: -.32px
    }
}

@media only screen and (min-width: 768px) and (min-width:1440px) {
    footer .footer-cta h3 {
        font-size:47px;
        line-height: 1.06;
        font-weight: 400;
        letter-spacing: -.32px
    }
}

footer .footer-cta .cta-img {
    display: none
}

@media only screen and (min-width: 768px) {
    footer .footer-cta .cta-img {
        position:absolute;
        right: 0;
        bottom: 0;
        display: block
    }
}

footer .footer-cta .footer-cta-content {
    display: -ms-flex;
    display: flex;
    text-align: left;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    footer .footer-cta .footer-cta-content {
        display:block;
        text-align: center
    }
}

footer .footer-cta .footer-cta-content .btn {
    order: 3;
    /* color: #0f0f0f; */
    width: 100%;
    justify-content: space-between
}

@media only screen and (min-width: 768px) {
    footer .footer-cta .footer-cta-content .btn {
        width:auto
    }
}

footer .footer-cta .footer-cta-content .btn br {
    display: none
}

footer .footer-cta-logo {
    background: linear-gradient(90deg,#222222 0%,#181818 55.5%,#222222 100%);
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(90deg,#666666 0%,#2B2B2B 56%,#666666 100%);
    border-image-slice: 1;
    padding: 36px 0
}

footer .newsletter-wrap {
    padding: 48px 16px 64px;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0;
    background-color: #000;
}

footer .newsletter-wrap>* {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px)
}

@media only screen and (min-width: 768px) {
    footer .newsletter-wrap {
        display:-ms-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 0 0;
        background-color: #222;
        padding: 24px 32px;
        margin-top: 32px
    }

    footer .newsletter-wrap>* {
        flex: 0 0 calc(50% - 0px);
        width: calc(50% - 0px)
    }
}

footer .newsletter-wrap p {
    color: rgba(255,255,255,.7215686275)
}

footer .newsletter-wrap .h5 {
    margin-bottom: 4px;
    color: #fff !important;
}

footer .newsletter-wrap .newsletter-form {
    padding-left: 0;
    padding-top: 20px
}

@media only screen and (min-width: 768px) {
    footer .newsletter-wrap .newsletter-form {
        padding-top:0;
        padding-left: 16px
    }
}

footer .newsletter-wrap .newsletter-form span[class*=spinner] {
    display: none
}

footer .newsletter-wrap .newsletter-form input {
    border: 1px solid rgba(255,255,255,.0509803922);
    background-color: rgba(219,219,219,.1215686275);
    padding: 8px 16px;
    width: 100%;
    color: rgba(255,255,255,.7215686275);
    font-family: "Questrial",Arial,Verdana,Tahoma,sans-serif;
    border-radius: 1px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: normal
}

footer .newsletter-wrap .newsletter-form input::-moz-placeholder {
    color: rgba(255,255,255,.7215686275)
}

footer .newsletter-wrap .newsletter-form input::placeholder {
    color: rgba(255,255,255,.7215686275)
}

@media only screen and (min-width: 768px) {
    footer .newsletter-wrap .newsletter-form input {
        max-width:344px
    }
}

footer .newsletter-wrap .newsletter-form .btn.btn-outline {
    height: 40px;
    margin-left: 0;
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    footer .newsletter-wrap .newsletter-form .btn.btn-outline {
        margin-left:16px;
        margin-top: 0
    }
}

footer .newsletter-wrap .newsletter-form .btn.btn-outline .btn-text {
    width: 100%;
    justify-content: space-between;
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff
}

@media only screen and (min-width: 768px) {
    footer .newsletter-wrap .newsletter-form .btn.btn-outline .btn-text {
        width:auto;
        justify-content: center
    }
}

footer .newsletter-wrap .newsletter-form .btn.btn-outline::after {
    background: transparent;
    border: 1px solid #fff
}

footer .newsletter-wrap .newsletter-form>.d-flex {
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    footer .newsletter-wrap .newsletter-form>.d-flex {
        flex-direction:row
    }
}

footer .newsletter-wrap .newsletter-form>.d-flex p {
    display: -ms-flex;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    footer .newsletter-wrap .newsletter-form>.d-flex p {
        flex-direction:row
    }
}

footer .footer-location-wrap {
    margin: 0;
    gap: 0 0;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    footer .footer-location-wrap {
        margin:48px 0;
        gap: 0 40px;
        flex-direction: row
    }
}

@media only screen and (min-width: 768px) {
    footer .footer-location-wrap {
        gap:0 80px
    }
}

footer .footer-location-wrap .link {
    color: #120d4a;
}

footer .footer-location-wrap .link span {
     color: #120d4a;
}

footer .footer-location-wrap .select-menu {
    position: relative
}

footer .footer-location-wrap .select-menu .wpml-ls-item-toggle {
    padding: 10px;
    border: 1px solid rgba(255,255,255,.5019607843);
    justify-content: space-between
}

footer .footer-location-wrap .select-menu .wpml-ls-item-toggle .wpml-ls-native {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

footer .footer-location-wrap .select-menu .wpml-ls-item-toggle::after {
    content: "\e914"!important
}

footer .footer-location-wrap .select-menu .options {
    z-index: 1;
    left: 0
}

footer .footer-location-wrap .select-menu .options li {
    border: 1px solid rgba(255,255,255,.12)
}

footer .footer-location-wrap .location-left {
    max-width: 200px;
    width: 100%;
    margin-left: 16px;
    margin-bottom: 48px
}

@media only screen and (min-width: 768px) {
    footer .footer-location-wrap .location-left {
        margin:0
    }
}

footer .footer-location-wrap .location-left .link {
    margin-top: 18px;
    margin-bottom: 46px;
    display: none
}

@media only screen and (min-width: 768px) {
    footer .footer-location-wrap .location-left .link {
        display:inline-block
    }
}

footer .footer-location-wrap .location-left .cta-img {
    position: absolute;
    right: 16px
}

@media only screen and (min-width: 768px) {
    footer .footer-location-wrap .location-left .cta-img {
        display:none
    }
}

footer .footer-location-wrap .location-left h4 {
    display: none
}

@media only screen and (min-width: 768px) {
    footer .footer-location-wrap .location-left h4 {
        display:inline-block
    }
}

footer .footer-location-wrap .location-right {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
    display: none
}

footer .footer-location-wrap .location-right>* {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px)
}

@media only screen and (min-width: 768px) {
    footer .footer-location-wrap .location-right {
        display:block;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 20px 20px;
        width: calc(100% - 160px)
    }

    footer .footer-location-wrap .location-right>* {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px)
    }
}

@media only screen and (min-width: 1280px) {
    footer .footer-location-wrap .location-right {
        display:-ms-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 0 32px
    }

    footer .footer-location-wrap .location-right>* {
        flex: 0 0 calc(25% - 24px);
        width: calc(25% - 24px)
    }
}

footer .footer-location-wrap .location-right a {
    color: #91a6ff
}

footer .footer-location-wrap .location-right a span {
    padding-right: 4px;
    font-size: 12px
}

footer .footer-location-wrap .location-right .location-card {
    border: 1px solid rgba(255,255,255,.12);
    padding: 16px;
    background-color: rgba(34,34,34,.5)
}

footer .footer-location-wrap .location-right .location-card .country-map {
    margin-right: 12px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 24px;
    height: 25px
}

footer .footer-location-wrap .location-right .location-card .body-font-md {
 color: #120d4a;
    margin: 8px 0 12px;
    text-transform: capitalize
}

footer .footer-location-wrap .location-right .location-card address {
    min-height: 66px
}

footer .footer-location-wrap .location-right .location-card a {
    font-size: 15px
}

footer .footer-location-wrap .location-right .location-card .contact-footer {
    display: block;
    margin-bottom: 10px
}

footer .footer-menu-wrap {
    padding: 0 0;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0
}

footer .footer-menu-wrap>* {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px)
}

@media only screen and (min-width: 768px) {
    footer .footer-menu-wrap {
        border-top:1px solid rgba(255,255,255,.1);
        border-bottom: 1px solid rgba(255,255,255,.1);
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
        padding: 32px 0
    }

    footer .footer-menu-wrap>* {
        flex: 0 0 calc(20% - 16px);
        width: calc(20% - 16px)
    }
}

@media only screen and (min-width: 1024px) {
    footer .footer-menu-wrap {
        display:-ms-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 0 32px
    }

    footer .footer-menu-wrap>* {
        flex: 0 0 calc(25% - 25.6px);
        width: calc(25% - 25.6px)
    }
}

footer .footer-menu-wrap .menu-footer-products-menu-container {
    display: none
}

@media only screen and (min-width: 1024px) {
    footer .footer-menu-wrap .menu-footer-products-menu-container {
        display:block
    }
}

@media only screen and (min-width: 768px) {
    footer .footer-menu-wrap .menu-footer-products-menu-container {
        display:block
    }
}

footer .footer-menu-wrap .menu-footer-company-menu-container,footer .footer-menu-wrap .menu-footer-offerings-menu-container,footer .footer-menu-wrap .menu-footer-services-menu-container,footer .footer-menu-wrap .menu-footer-industries-menu-container,footer .footer-menu-wrap .menu-footer-resources-menu-container {
    display: none
}

@media only screen and (min-width: 768px) {
    footer .footer-menu-wrap .menu-footer-company-menu-container,footer .footer-menu-wrap .menu-footer-offerings-menu-container,footer .footer-menu-wrap .menu-footer-services-menu-container,footer .footer-menu-wrap .menu-footer-industries-menu-container,footer .footer-menu-wrap .menu-footer-resources-menu-container {
        display:inherit
    }
}

footer .footer-menu-wrap ul {
    padding: 24px 16px;
    /* background-color: #2c2c2c; */
    margin: 0;
    list-style: none
}

@media only screen and (min-width: 768px) {
    footer .footer-menu-wrap ul {
        padding:0;
        background-color: transparent
    }
}

footer .footer-menu-wrap ul li {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    footer .footer-menu-wrap ul li {
        margin-bottom:12px
    }
}

footer .footer-menu-wrap ul li:last-child {
    margin-bottom: 0
}

footer .footer-menu-wrap ul li a {
 color: #57556f;
}

footer .footer-social-menu-wrap {
    flex-direction: column;
    align-items: flex-start
}

@media only screen and (min-width: 768px) {
    footer .footer-social-menu-wrap {
        padding-top:32px;
        padding-bottom: 48px;
        flex-direction: row;
        align-items: center
    }
}

footer .footer-social-menu-wrap ul {
    display: none;
    padding: 16px;
    /* background-color: #2c2c2c; */
    width: 100%
}

@media only screen and (min-width: 768px) {
    footer .footer-social-menu-wrap ul {
        background-color:transparent;
        display: -ms-flex;
        display: flex;
        padding: 0;
        gap: 20px;
        width: auto
    }
}

@media only screen and (min-width: 1024px) {
    footer .footer-social-menu-wrap ul {
        gap:32px
    }
}

footer .footer-social-menu-wrap ul li {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    footer .footer-social-menu-wrap ul li {
        margin-bottom:0
    }
}

footer .footer-social-menu-wrap ul li a {
 color: #120d4a;
}

footer .footer-bottom-wrap {
    padding: 32px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: start !important;
}

@media only screen and (min-width: 768px) {
    footer .footer-bottom-wrap {
        padding:0;
        flex-direction: row !important;
    }
}

footer .footer-bottom-wrap .footer-logo {
    max-width: 40px !important;
    font-size: 25px;
}

@media only screen and (min-width: 768px) {
    footer .footer-bottom-wrap .footer-logo {
        max-width:40px !important
    }
}

footer .footer-bottom-wrap .copyright-text {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
    color: #120d4a;
}

@media only screen and (min-width: 768px) {
    footer .footer-bottom-wrap .copyright-text {
        font-size:24px;
        line-height: 1.1;
        font-weight: 400;
        letter-spacing: -.32px;
        text-align: right;
        color: #fff
    }
}

@media only screen and (min-width: 768px) and (min-width:1024px) {
    footer .footer-bottom-wrap .copyright-text {
        font-size:25px;
        line-height: 1.1;
        font-weight: 400;
        letter-spacing: -.32px
    }
}

@media only screen and (min-width: 768px) and (min-width:1440px) {
    footer .footer-bottom-wrap .copyright-text {
        font-size:27px;
        line-height: 1.1;
        font-weight: 400;
        letter-spacing: -.32px
    }
}

footer .footer-bottom-wrap .copyright-text br {
    display: none
}

@media only screen and (min-width: 768px) {
    footer .footer-bottom-wrap .copyright-text br {
        display:block
    }
}

footer .menu-title {
    padding: 20px 16px;
    border-top: 1px solid rgba(255,255,255,.5019607843);
    border-bottom: 1px solid rgba(255,255,255,.5019607843);
    font-size: 18px !important;
    line-height: 1.375;
    font-weight: 400;
    margin-bottom: 16px !important;
    letter-spacing: normal
}

@media only screen and (min-width: 768px) {
    footer .menu-title {
        pointer-events:none
    }
}

footer .menu-title::after {
    content: "\e91c";
    font-family: "icomoon";
    position: absolute;
    right: 16px;
    transition: 0.4s all
}

footer .menu-title.open::after {
    transform: rotate(180deg)
}

@media only screen and (min-width: 768px) {
    footer .menu-title {
        margin-bottom:16px;
        padding: 0;
        border: 0;
        font-size: 14px;
        line-height: 1.429;
        font-weight: 400;
        letter-spacing: normal
    }

    footer .menu-title::after {
        content: none
    }
}

footer .menu-title.d-none {
    display: block;
    width: 100%
}

@media only screen and (min-width: 768px) {
    footer .menu-title.d-none {
        display:none
    }
}

footer .social-menu {
    gap: 24px;
    display: none
}

@media only screen and (min-width: 768px) {
    footer .social-menu {
        display:-ms-flex;
        display: flex
    }
}

footer .social-menu br {
    display: none
}

footer .social-menu span {
    font-size: 24px
}

@media only screen and (min-width: 768px) {
    footer .social-menu span {
        font-size:20px
    }
}

footer .social-menu.d-none {
    display: flex;
    justify-content: space-around;
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    footer .social-menu.d-none {
        display:none
    }
}

footer .m-d-flex {
    display: flex
}

@media only screen and (min-width: 768px) {
    footer .m-d-flex {
        display:none
    }
}

footer .m-d-flex .social-menu {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px
}

@media only screen and (min-width: 768px) {
    footer .m-d-flex .social-menu {
        display:none
    }
}
