.full-bfft {
	background: #00183c;
	padding: 50px 0 0;
    margin-top: 35px;
}
.bfft-logo {
    text-align: center;
}
.ft-dki p.dess {
    color: #fff;
    max-width: 700px;
    margin: 0 auto 20px;
    margin-top: 27px;
    line-height: 1.8;
    text-align: center;
}

.ft-dki form {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 98px;
    overflow: hidden;
}
.ft-dki form p {
    position: relative;
	display: flex;
    justify-content: center;
	margin-bottom: 0;
}
.ft-dki .wpcf7-form-control-wrap {
	margin-bottom: 0;
    width: 100%;
}
.ft-dki .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    background: #dbe7e5;
    border: none;
    height: 50px;
    padding-left: 20px;
    border-radius: 50px;
}
.ft-dki form .btn {
    background: #7e8e8e;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    z-index: 999;
    right: 6px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
}

/**/
.full-footer {
	color: #fff;
	background-color: #00183c;
}

.main-footer {
    border-top: 1px solid rgba(245, 245, 245, 0.52);
    margin-top: 30px;
    padding-top: 30px;
}

.footer-box h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-box p {
    color: #fff;
    margin-top: 0;
}

.footer-box-1 i {
    font-size: 20px;
    margin-right: 5px;
    min-width: 20px;
}

ul#footer-menu {
    padding: 0;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
ul#footer-menu a {
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}

ul#footer-menu a:hover {
    text-decoration: underline;
}

.footer-box iframe {
    width: 95%;
}

.footer-box-4 a {
    color: #fff;
    text-decoration: none;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    min-width: 100px;
}

.footer-box-4 .footer-content i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    color: #008080;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    margin-right: 5px;
}

.link_bct {
    clear: both;
}

/* footer-bottom */
.full-footer-bottom {
	padding: 15px 0;
	background: #00183c;
	color: #fff;
}
.footer-bottom-wrap{
    display: flex;
    justify-content: center;
}
.right-footer-bottom {
    display: inline-block;
    width: 40%;
    text-align: right;
}

a.design-by {
    color: #fff;
    text-decoration: none;
}

a.design-by:hover {
    text-decoration: underline;
}

#show-sft,
#hide-sft {
    float: right;
    font-size: 14px;
    margin: 0;
    text-align: right;
    cursor: pointer;
}

#show-sft,
.active-sft #hide-sft {
    display: inline-block;
}

#hide-sft,
.active-sft #show-sft {
    display: none;
}

@media only screen and (max-width: 990px) {
    .ft-dki, .ft-mxh {
        width: 100%;
    }
    .ft-dki {
        margin-bottom: 10px;
    }
    .bfft-row h2 {
        font-size: 18px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .full-bfft {
        padding: 20px 0 0;
        margin-top: 20px;
    }
    .ft-dki p.dess{
        margin-top: 15px;
    }
    .main-footer{
        margin-top: 15px;
        padding-top: 15px;
    }
    .full-footer .col-mb {
        width: 50%;
    }

    .footer-box-3 {
        clear: both;
    }

    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .ft-dki {
        flex-wrap: wrap;
    }
    .ft-dki h2 {
        margin-bottom: 10px;
    }
    .bfft-row h2 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .full-footer .col-mb {
        width: 100%;
    }
}