footer.page-footer {
    background: #000;
    padding-bottom: 60px !important;
    padding-top: 0px;
}
footer.page-footer .footer.content {
    padding: 0px !important;
    max-width: 100% !important;
}
footer.page-footer .pre-footer {
    display: none !important;
}
.footer.content {
    max-width: 100% !important;
    padding: 0px !important;
}
.footer-section2-content {
    
    position: relative;
}
.footer-section2-content .container:before {
    position: absolute;
    display: block;
    background: #ffffff;
    height: 20px;
    width: 500%;
    left: -500%;
}
footer.page-footer .custom-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -15px;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 2px #be322c;
    position: relative;
    padding: 40px 10px 20px 0px;
    width: calc(100% - 205px);
    justify-content: space-between;
}

.footer-top:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0px 0px;
    left: -20px;
    top: 0;
    border-top-color: white;
    border-bottom-color: #0a0a0a;
    opacity: 0;
}
.footer-top:after {
    content: "";
    height: 2px;
    width: 500%;
    left: -500%;
    background: #be322c;
    bottom: -2px;
    position: absolute;
}

.footer-top .column {
    padding: 0px 15px;
}
.footer-top .column .title {
    letter-spacing: 0.5px !important;
    color: #bf3832;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
    font-style: italic;
}

.footer-top .column ul {
    padding: 0 !important;
}
.footer-top .column li {
    margin-bottom: 5px !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
}
.footer-top .column li:last-child{
    margin-bottom: 0px !important;
}
.footer-top .column li a {
    display: block;
    color: #fff;
}
.footer-top .column.btn-wrap {
    margin-right:20px;
    position: relative;
    margin-top: 30px;
}
.footer-top .column.btn-wrap:before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/footer-top-bg.png);
    position: absolute;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: -72px;
    left: 0;
}

.footer-top .column.btn-wrap li:not(:last-child) {
    margin-bottom: 13px !important;
}
.footer-top .column.btn-wrap li a {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 10px 18px;
}
.footer-top .column.btn-wrap li.events a {
    background: #bf3832;
    color: #fff;
}
.footer-bottom {
    text-align: center;
    margin-top: 45px;
    margin-bottom: -3px;
    margin-right: -70px;
    width: 270px;
}
.footer-logo {
    max-width: 100px;
    margin: auto;
    margin-bottom: 15px;
}
.footer-social {
    margin-bottom: 12px;
}
.footer-social ul {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-social ul li {
    margin: 3px 4px !important;
    font-family: FontAwesome;
}
.footer-social ul li a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #be322c;
    color: #fff;
    border-radius: 100%;
    font-size: 0px;
    line-height: 1;
}
.footer-social ul li a img{
    width: 14px;
}
.footer-social ul li a:before{
    font-size: 13px;
}
.footer-social ul li.insta a:before {
        
        content: "\f16d";
    }

    .footer-social ul li.fb a:before {
        content: "\f09a";
    }
    
    .footer-social ul li.linkdn a:before {
        content: "\f0e1";
    }
    
    .footer-social ul li.twt a:before {
        content: "\f099";
    }
    
    .footer-social ul li.utb a:before {
        content: "\f16a";
    }
.footer-bottom p:not(.copyright) {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 8px;
}
.footer-bottom p.copyright {
    padding: 0;
    background: transparent;
    line-height: 1.2;
    font-size: 10px;
    font-weight: 300;
}

@media screen and (max-width: 1919px){
    footer.page-footer {
        padding-bottom: 40px !important;
    }
    .footer-section2-content .container:before {
        height: 15px;
    }

    .footer-top .column .title {
        font-size: 14px;
    }
    .footer-top .column li {
        margin-bottom: 4px !important;
        font-size: 12px;
    }
    .footer-top {
        padding: 30px 0px 15px;
        width: calc(100% - 200px);
    }
    .footer-top:before {
        border-width: 15px 15px 0px 0px;
        left: -15px;
    }
    .footer-top .column.btn-wrap li a {
        font-size: 14px;
        padding: 8px 15px;
    }
    .footer-top .column.btn-wrap li:not(:last-child) {
        margin-bottom: 11px !important;
    }
    .footer-top .column.btn-wrap {
        margin-right: 17px;
        margin-top: 25px;
    }
    .footer-top .column.btn-wrap:before {
        height: 14px;
        top: -57px;
    }
    .footer-bottom {
        margin-top: 20px;
        margin-right: -40px;
        width: 237px;
    }
    .footer-logo {
        max-width: 80px;
        margin-bottom: 12px;
    }
    .footer-bottom p:not(.copyright) {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .footer-social {
        margin-bottom: 10px;
    }
    .footer-bottom p.copyright {
        font-size: 9px;
    }
}
@media screen and (max-width: 1365px){
    footer.page-footer {
        padding-bottom: 25px !important;
    }
    .page-wrapper .page-footer .footer.content {
        padding: 0px !important;
    }
    .footer-top {
        padding: 25px 0px 12px;
        width: calc(100% - 185px);
    }
    footer.page-footer .custom-row {
        margin-left: -12px;
    }
    .footer-top .column {
        padding: 0px 12px;
    }
    .footer-top .column .title {
        font-size: 14px;
    }
    .footer-top .column li {
        font-size: 12px;
    }
    .footer-top .column.btn-wrap li:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .footer-top .column.btn-wrap li a {
        font-size: 13px;
        padding: 7px 10px;
    }
    .footer-top .column.btn-wrap {
        margin-right: 5px;
        margin-top: 20px;
    }
    .footer-top .column.btn-wrap:before {
        height: 11px;
        top: -46px;
    }
    .footer-bottom {
        margin-top: 25px;
        margin-right: -25px;
        margin-bottom: -10px;
        width: 207px;
    }
    .footer-logo {
        max-width: 60px;
        margin-bottom: 10px;
    }
    .footer-bottom p:not(.copyright) {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .footer-social {
        margin-bottom: 8px;
    }
    .footer-bottom p.copyright {
        font-size: 8px;
    }
}

@media screen and (max-width: 1199px){
    .footer-top {
        padding: 25px 0px 0px;
        width: calc(100% - 190px);
        border: none;
    }
    .footer-top .column {
        width: 25%;
        margin-bottom: 15px;
    }
    .footer-top .column.btn-wrap {
        margin-right: 0;
        margin-top: 0;
    }
    .footer-top .column.btn-wrap:before {
        height: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
    }
    footer.page-footer {
        padding-bottom: 20px !important;
    }
    .page-wrapper .page-footer .footer.content .footer-section2-content {
        border-bottom: solid 2px #be322c;
    }
    .footer-top:after {
        opacity: 0;
    }
}
@media screen and (max-width: 991px){
    .footer-top .column {
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .page-wrapper .page-footer .footer.content {
        margin: auto;
    }
    .footer-top {
        width: 100%;
        border: none;
        justify-content: center;
    }
    .footer-bottom {
        margin: auto;
        margin-bottom: 20px;
        width: 207px;
    }
    .theme-pearl .page-wrapper .page-footer {
        margin: 0;
    }
}
@media screen and (max-width: 575px){
    .footer-top .column {
        width: 100%;
    }
    footer.page-footer .custom-row {
        margin-right: -12px;
    }
}


