/*      Footer        */

.full-footer-box,
.full-footer {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.full-footer-box {
    background-image: url(images/home/footer-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-footer-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #070707;
    opacity: .8;
}

.full-footer-box .wrapper {
    position: relative;
    z-index: 999;
    padding: 80px 0;
    justify-content: space-between;
}

.full-footer-box p {
    font-size: 14px;
    color: #ccc;
}

.ft_title h4 {
    color: #fff;
}

.ft_content {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.ft_content ul li {
    float: left;
    width: 100%;
}

.ft_content ul li a {
    font-size: 14px;
    color: #ccc;
}

.ft_content.about ul li {
    margin-bottom: 10px;
}

.ft_content.about ul li i {
    float: left;
    width: 30px;
    line-height: 1.7;
    color: #ccc;
}

.ft_content.about ul li a,
.ft_content.about ul li span {
    width: calc(100% - 30px);
    float: right;
    font-size: 14px;
    color: #ccc;
}

.full-footer {
    width: 100%;
    float: left;
    position: relative;
    background-color: #000;
    padding: 25px 0;
}

.full-footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

#footer {
    float: left;
    width: 100%;
}

.footer-box {
    float: left;
    width: calc(25% - 30px);
}

.footer-box .wpcf7-form {
    position: relative;
}

.footer-box .wpcf7-form input.wpcf7-text {
    padding: 12px 20px;
    float: left;
    height: 33px;
    color: #a3a2a2;
    background-color: #eee;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    font-size: 13px;
    font-family: Roboto, sans-serif;
}

.footer-box .wpcf7-form input.wpcf7-text:focus {
    border-bottom: 1px solid #f97242;
}

.footer-box .wpcf7-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    border: none;
    height: 33px;
    outline: 0;
    padding: 0;
    margin: 0;
    background: #f97242;
    color: #fff;
    cursor: pointer;
}

.footer-box .wpcf7-form .wpcf7-submit:hover {
    background: #f97242;
    color: #fff;
}

.footer-box div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    top: 8px;
}

body span.wpcf7-not-valid-tip {
    color: #fff !important;
    float: left;
    width: 100%;
    font-size: 12px !important;
    text-transform: uppercase;
    padding-left: 0px;
    padding: 5px 20px;
    margin: 10px 0px;
    overflow: hidden;
    background-color: #f76570;
}

body div.wpcf7-validation-errors,
body div.wpcf7-mail-sent-ng,
body div.wpcf7-spam-blocked {
    float: left;
    width: 100%;
    border: 0px !important;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    margin: 10px 0px;
    background-color: #f3a46b;
}

div.wpcf7-mail-sent-ok {
    color: #fff !important;
    float: left;
    width: 100%;
    font-size: 12px !important;
    text-transform: uppercase;
    padding-left: 0px;
    padding: 5px 20px;
    margin: 10px 0px;
    overflow: hidden;
    background-color: #398f14;
}

.footer-box4 ul li {
    display: inline-block;
    width: auto;
}

.footer-box4 ul li i {
    font-size: 16px;
    margin: 0 auto;
    display: table;
    padding: 9px 0;
    color: #fff;
    text-align: center;
}

.footer-box4 ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f97242;
}


/*Responsive*/

@media only screen and (max-width: 1169px) {}

@media only screen and (max-width: 990px) {
    .footer-box {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    .footer-box:last-child {
        margin-bottom: 0px;
    }
    .full-footer-box .wrapper {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {}

@media only screen and (max-width: 648px) {
    .footer-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .ft_show-hide {
        display: none;
    }
    .ft_title {
        position: relative;
    }
    .ft_title::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        content: "+";
        font-weight: 700;
        font-size: 18px;
        color: #fff;
    }
    .ft_title.active::after {
        content: "-";
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 475px) {}