.footer_main {
    padding: 60px 0;
}

.footer_widget h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.importent_link {
    padding: 0;
    margin: 0;
    list-style: none;
}

.importent_link li {
    margin-bottom: 10px;
}

.importent_link li a {
    color: #d6d6d6;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.importent_link li a:hover {
    color: #ffcb3d;
    padding-left: 5px;
}

.global_text {
    color: #d6d6d6;
    line-height: 28px;
    font-size: 14px;
}

.ft_conta {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.ft_conta li {
    margin-bottom: 15px;
    color: #fff;
}

.ft_conta li i {
    color: #ffcb3d;
    margin-right: 10px;
}

.ft_conta li a {
    color: #d6d6d6;
    text-decoration: none;
}

.bottom_social {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.bottom_social li {
    display: inline-block;
    margin-right: 10px;
}

.bottom_social li a {
    width: 33px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s;
}
.bottom_social li a:hover {
    color: white;
    transform: translateY(-1px);
}

.newsletter_box p {
    color: #fff;
    margin-bottom: 10px;
}

.newsletter_box form {
    display: flex;
}

.newsletter_box input {
    width: 70%;
    height: 42px;
    border: none;
    padding: 10px;
    border-radius: 4px 0 0 4px;
}

.newsletter_box button {
    width: 30%;
    border: none;
    background: #ffc727db;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.footer_bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0;
}

.ft_bottom p,
.ft_bottom a {
    color: #d6d6d6;
    margin: 0;
    text-decoration: none;
}

.ft_bottom a:hover {
    background: #ffcb3d;
}
.heading_line{
    position: relative;
    padding-bottom: 10px;
}

.heading_line:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #ffcb3d;
}
@media (min-width: 768px) and (max-width: 991px) {

    .footer-col{
        flex: 0 0 50%;
        max-width: 50%;
    }

}
.footer-row{
    display:flex;
    flex-wrap:wrap;
}
/*.row{*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*}*/