/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#main-footer {
    background-color: #0071bc;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-blend-mode: multiply;
    overflow: hidden;
}
.footer-top-section .container-inner, .footer-middle-section .container-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.footer-top-section h4, .footer-top-section h5 {
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Museo Sans",sans-serif;
    font-weight: 700;
    position: relative;
}
.footer-top-section .textwidget {
    text-align: center;
}
.footer-top-section h5 {
    display: inline-block;
}
.footer-top-section h5::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    left: -40px;
    top: 8px;
}
.footer-top-section h5::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    right: -40px;
    top: 8px;
}
.footer-top-section h3 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.footer-top-section .divider-light {
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto 0;
    display: none;
}
.footer-top-form {
    max-width: 1150px;
    margin: auto;
    width: 90%;
    padding-top: 100px;
}
.ft-form-row {
    display: flex;
    margin-left: -32px;
    margin-right: -32px;
    text-align: left;
}
.ft-form-row:first-child {
    margin-bottom: 85px;
}
.ft-form-item {
    margin-left: 32px;
    margin-right: 32px;
    width: calc(33.33% - 64px);
}
.ft-form-item.full-width {
    width: 100%;
}
.footer-top-form label {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.ft-form-input {
    width: 100%;
    background-color: transparent;
    border: 0;
    color: #fff;
    border-bottom: 2px solid rgba(255,255,255,.7);
    height: 45px;
    transition: all .3s ease-in-out;
    border-radius: 0;
}
textarea.ft-form-input {
    height: 35px;
    padding: 18px 0 0;
}
.ft-form-input::placeholder {
    color: rgba(255,255,255,.5);
    font-size: 15px;
}
.ft-form-input:focus {
    outline: none;
    border-color: rgba(255,255,255,.5);
}
.ft-button-row {
    margin: 35px auto 0;
    position: relative;
    max-width: 275px;
}
.ft-form-submit {
    width: 100%;
    max-width: 210px;
    height: 55px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    color: #2da9e4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0px 10px rgba(45, 169, 228, 0.5);
    border: 1px solid #2da9e4;
    cursor: pointer;
}
.ft-button-row i {
    display: none !important;
    font-size: 16px;
    position: absolute;
    right: 50%;
    transform: translateX(100px);
    top: 14px;
    color: #e02f2f;
    background-color: #fff;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.ft-form-submit:hover {
    background-color: #2da9e4;
    color: #fff;
}
.ft-button-row:hover i {
    background-color: #0071bc;
    color: #ffffff;
}
#main-footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
#main-footer .footer-widget-column {
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
}
.ie-footer-logo {
    width: 100%;
    max-width: 456px;
}
#main-footer .widget-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px;
    position: relative;
    font-weight: 500;
    font-family: "Museo Sans",sans-serif;
    font-weight: 700;
}
#main-footer .widget-title::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: -10px;
}
.footer-widget-column .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-widget-column .menu li {
    margin-bottom: 15px;
}
.footer-widget-column .menu li:last-child {
    margin-bottom: 0;
}
.footer-widget-column .menu li a {
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    font-weight: 300;
}
.footer-widget-column .menu li a:hover {
    opacity: .7;
}
.footer-contact-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 25px;
}
.footer-contact-info ul li {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    display: flex;
    line-height: 1.7;
    align-items: flex-start;
}
.footer-contact-info ul li a {
    color: #fff;
    transition: all .3s ease-in-out;
}
.footer-contact-info ul li i {
    width: 25px;
    line-height: 1.8;
}
.footer-contact-info ul li img {
    max-width: 15px;
    margin-right: 10px;
    margin-top: 6px;
}
.footer-contact-info ul li span {
    width: calc(100% - 25px);
}
.footer-contact-info ul li span a {
    text-decoration: none;
}
.footer-contact-info ul li a:hover {
    opacity: .7;
}
.footer-social-links {
    display: flex;
}
.footer-social-links a {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0071bc;
    margin-right: 15px;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.footer-social-links a img {
    max-width: 16px;
}
.footer-social-links a:last-child {
    margin-right: 0;
}
.footer-social-links a:hover {
    background-color: #2da9e4;
    color: #ffffff;
}
.footer-social-links a:hover img {
    filter: grayscale(1) brightness(3.5);
}
.jobs-for-website-developers {
    margin: 20px 0px 0px;
}
.jobs-for-website-developers .jobs-link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.jobs-for-website-developers .jobs-link:hover {
    opacity: .7;
}
.footer-bottom-section .container-inner {
    padding-bottom: 90px;
    padding-top: 15px;
}
.footer-bottom-section div#media_image-2 svg {
    max-width: 60% !important;
}
.footer-bottom-section .footer-widget-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-social-links a span,
.footer-bottom-section .footer-widget-column span,
#scroll-to-top span {
    display: none;
}
.footer-bottom-section .footer-widget-column img {
    width: 215px;
}
.footer-bottom-section .footer-widget-column .textwidget {
    color: #fff;
    font-size: 15px;
}
#scroll-to-top {
    position: absolute;
    background-color: #fff;
    color: #2da9e4;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
#scroll-to-top:hover {
    background-color: #2da9e4;
    color: #ffffff;
}
.ft-form-item textarea {
    height: 50px;
}
.ft-form-input::placeholder {
    font-size: 15px;
    font-weight: 300;
}
.footer-top-section h5 {
    font-size: 17px;
    margin-bottom: 24px;
}
.footer-top-section h4 {
    font-size: 45px;
}
.footer-bottom-section {
    position: relative;
}
#scroll-to-top i {
    font-size: 35px;
}
#scroll-to-top img {
    max-width: 20px;
    transition: all .3s ease-in-out;
}
a#scroll-to-top:hover img {
    filter: grayscale(1) brightness(3.5);
}

@media only screen and (max-width: 991px) {
    .footer-top-section h3 {
        font-size: 25px;
        line-height: 1.4;
    }
    .footer-top-form {
        width: 100%;
        padding-top: 50px;
    }
    .footer-top-section .container-inner, .footer-middle-section .container-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ft-form-row:first-child {
        margin-bottom: 35px;
    }
    #main-footer .footer-middle-section .footer-widget-column {
        width: calc(33.33% - 30px);
        margin-bottom: 50px;
        flex: inherit;
    }
    .footer-bottom-section .container-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-top-section h4 {
        font-size: 35px;
    }
    .footer-contact-info ul li {
        margin-bottom: 15px;
    }
    #main-footer li.current-menu-item > a {
        background-color: transparent;
    }
}

@media only screen and (min-width: 768px) {
    .ft-form-item i {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .ft-form-row {
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }
    .ft-form-item {
        width: calc(100% - 64px);
        margin-bottom: 30px;
    }
    .ft-button-row {
        margin: 0 auto;
        margin-top: 25px;
    }
    .ft-form-item.full-width {
        margin-bottom: 0;
    }
    #main-footer .footer-middle-section .footer-widget-column {
        width: calc(50% - 30px);
    }
    .footer-bottom-section .container-inner {
        padding-bottom: 10px;
    }
    .footer-bottom-section .footer-widget-column {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bottom-section .footer-widget-column .widget {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .ft-form-item {
        position: relative;
    }
    .ft-form-item i {
        position: absolute;
        top: 24px;
        color: #2e8bc8;
        left: 0px;
        padding: 11px 5px;
        background: #fff;
        width: 30px;
        text-align: center;
    }
    .ft-form-input, textarea.ft-form-input {
        width: 100%;
        padding-left: 35px;
    }
    .ft-form-item.full-width i {
        top: 30px;
    }
    .footer-top-section h4 {
        font-size: 25px;
    }
    .footer-top-section h5 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .footer-contact-info ul li {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 450px) {
    #main-footer .footer-middle-section .footer-widget-column {
        width: calc(100% - 30px);
    }
}




