.main-footer {
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: initial;
}
.main-footer.dark {
    background: #272727;
    color: #fff;
    position: relative;
}

.main-footer.dark .icon i{
    color: #b19777;
    font-size: 45px;
    margin-right: 20px;
}

.main-footer .content-lines-inner {
    position: absolute;
    width: 1340px;
    left: 50%;
    margin-left: -670px;
    top: 0;
    height: 100%;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
}
.main-footer .content-lines-inner .content-lines {
    position: absolute;
    left: 32.666666%;
    right: 34.666666%;
    height: 100%;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
}

.main-footer .abot p {
    color: #fff;
}
.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    list-style: none;
}
.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #373737;
    color: #999;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 8px 10px;
    margin-right: 10px;
}
.main-footer .abot .social-icon a:hover {
    border: 1px solid #b19777;
    background: transparent;
    color: #b19777;
}
.main-footer .fothead h6 {
    margin-bottom: 0px;
    color: #b19777;
    font-size: 17px;
}
.main-footer .fotcont .fothead h6 {
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
}
.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border: none;
}
.main-footer .fotcont p {
    margin-bottom: 0px;
    position: relative;
}
.main-footer .sub-footer {
    padding: 30px 0 10px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}
.main-footer .sub-footer p {
    font-size: 14px;
    color: #999;
    margin-top: 7px;
}
.main-footer .sub-footer p a:hover {
    color: #b19777;
}
.main-footer .sub-footer p.right {
    text-align: right;
}

