/* Bottom - Start */
.bottom-section{
    padding: 40px 50px 30px;
}
.bottom-section .container-inner{
    padding: unset;
}
@media (max-width: 1030px) {
    .bottom-section{
        padding: 20px 35px 20px 20px;
    }
}
@media (max-width: 991px) {
    .bottom-section .bottom-horizontal-section .mod-position-bottom-horizontal{
        width: 33.3% !important;
    }
}
@media (max-width: 820px) {
    .bottom-section .bottom-horizontal-section .mod-position-bottom-horizontal{
        width: 50% !important;
    }
    .bottom-section{
        padding: 14px 10px 10px 10px;
    }
}
@media (max-width: 580px) {
    .bottom-section .bottom-horizontal-section .mod-position-bottom-horizontal{
        width: 100% !important;
    }
}



.bottom-section .bottom-horizontal-section div.row{
    justify-content: space-between;
}
.bottom-section .bottom-horizontal-section div.row ul{
    list-style: none;
    padding: unset;
}
.bottom-section .bottom-horizontal-section .header{
    color: #000000;
    font-size: 32px !important;
    line-height: 38px !important;
    text-transform: none !important;
}

@media (max-width: 400px){
    .bottom-section .bottom-horizontal-section .header{
        font-size: 26px !important;
    }
}
.bottom-section .newsletter label{
    display: flex;
    flex-direction: column;
}
.bottom-section input[type="email"]{
    -moz-border-radius: 4px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    max-width: 100% !important;
    padding: 0 15px;
    cursor: pointer;
}
.bottom-section .newsletter .acysubbuttons input[type="button"]{
    -moz-border-radius: 2px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    background: #333;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 34px;
    margin: 0 5px 2px 2px;
    padding: 0 15px;
    text-align: center;
    transition: all .3s ease-out;
    text-decoration: none;
}
.bottom-section .newsletter .acysubbuttons input[type="button"]:hover{
    background: #069;
    color: #fff;
}

.bottom-section .bottom-horizontal-section .mod-position-bottom-horizontal.mod-row.dmt-team.mb-5{
    width: 40%;
}
.bottom-section .bottom-horizontal-section .mod-position-bottom-horizontal.mod-row.mb-5.col-12.col-lg-2{
    width: 15%;
}

.bottom-section .bottom-horizontal-section .mod-menu li{
    border: none;
    color: #929292;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
}
/* Bottom - End */


/* Footer - Start */
.footer-area{
    padding: 0 50px;
}
/* Footer - End */