footer {
    background: #a20209;
    position: relative;
    padding: 40px 0 10px 0;
}
footer:before {
    content: "";
    /*! background: url(https://vindors.wpengine.com/wp-content/uploads/2023/03/Vin-Testimonial-Overlay-1.png); */
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}
footer .ctnr {
	position: relative;
	z-index: 10;
}


.footer {
    position: relative;
    background-color: #323232;
    border-top: 3px solid #981b1e;
    color: #999;
}

.footer-top {
}
.footer-logo img{
        height: 90px;
        width: unset;
        margin-bottom: 10px;
    }
    .footer-box .desc p {
        color: #ffeb7c;
        font-size: 15px;
        font-weight: 300;
        text-align: justify;
        line-height: 1.5;
    }
    .footer-box .bct a img{
        height: 45px;
        width: unset;  
    }
    .footer-box  .footer__title{
        position: relative;
        margin-bottom: 30px;
        display: inline-block;
        font-size: 20px;
        line-height: 22px;
        text-transform: capitalize;
        padding-left: 16px;
        color: #ffeb7c;
        letter-spacing: 0.06em;
        border-left: 5px solid #ffeb7c;
        font-weight: 500;
    }
    .footer-box ul li {
        position: relative;
        padding-left: 25px;
        color: #ffeb7c;
        font-size: 15px;
        padding-bottom: 12px;
        font-weight: 300;
    }
    .footer-box ul li svg,
    .footer-box ul li i{
        height: 15px;
        position: absolute;
        left: 0;
        top: 5px;
        fill: #ffeb7c;
    }
    .footer-box .pt_social ul li a i{
        height: unset;
        position: unset;
        left: unset;
        top: unset;
        fill: #fff;
    }
.footer-box ul li i {
	font-size: 16px;
	padding-right: 0px;
}
.footer-box ul li a {
	color: #ffeb7c;
}
    .footer-box .footer-news li{
        padding: 0px;
        margin-bottom: 15px;
    }
    .footer-box .footer-news li img{
        height: 60px;
        width: 70px;
        border-radius: 5px;
        margin-right: 10px;
    }
    .footer-box .footer-news li h4{
        color: black;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5;
    }

.footer-top article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    margin: 0 -15px;
}

.footer-top .item-form {
    width: 45%;
    padding: 0 15px;
}


.footer-top .item-text {
    width: 55%;
    padding: 0 15px;
}


.footer-top header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
}


.footer-top header h2 {
    width: 38%;
    color: #000000;
    font-weight: 400;
    margin: 0;
    font-size: 17px;
    font-size: 23px;
    line-height: 17px;
    line-height: 1.7rem;
    text-transform: uppercase;
}

.footer-top header p {
    width: 62%;
    margin: 0;
    color: #000;
}

.footer-top .form {
    position: relative;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}


.footer-top .form .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}

.footer-top .form input {
    width: 100%;
    padding-right: 60px;
    padding-left: 40px;
    background-color: transparent;
    border: 1px solid #d1cdcd;
    color: #fff;
}

.footer-top .form a {
    position: absolute;
    width: 50px;
    height: 100%;
    background: #981b1e;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.footer-top .form button {
    position: absolute;
    width: 50px;
    height: 100%;
    background: #ed883b;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

    .footer-top .form a span {
        display: block;
    }

.footer-top nav {
    border-top: 1px solid #535353;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
}

    .footer-top nav .logo {
        width: 19%;
        display: block;
    }


.footer-top nav > ul {
    width: 81%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px;
}

.footer-top nav > ul > li h3 {
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    font-size: 15px;
    line-height: 17px;
    line-height: 1.7rem;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-top nav > ul > li a {
    color: #000000;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3rem;
}


.footer-top nav > ul > li a:hover {
    color: #981b1e;
}

.footer-body {
    padding: 20px 0;
    background: #ffffff;
}

    .footer-body .container {
        max-width: 920px;
    }


.footer-body .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-body .text .social {
        width: 23%;
    }



.footer-body .text .social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #999;
    color: #999;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 9px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 10px;
    line-height: 1rem;
}


.footer-body .text .social a:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.footer-body .text .social a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-body .text .copyright {
    width: 77%;
    padding-left: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
}


.footer-body .text .copyright span {
    font-weight: 700;
}

.footer-body .text .copyright .address {
    line-height: 1.6rem;
    position: relative;
}


.footer-body .text .copyright .address .license {
    position: absolute;
    left: 40rem;
    top: 3.5rem;
    display: block;
    width: 13rem;
}


.footer-body .text .copyright .address p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
}

    .footer-body .text .copyright .address p:first-child {
        margin-bottom: 1rem;
    }

.footer-body .text .copyright .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-body .text .copyright .link a {
    margin-left: 5px;
}

.footer-body .text .copyright a {
    color: #939393;
    line-height: 10px;
    line-height: 1rem;
    text-decoration: underline;
}


.footer-body .text .copyright a:hover {
    color: #981b1e;
}

.footer-top {
    position: relative;
    color: #999;
}
.footer-body .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-body .text .social {
    width: 23%;
}
.footer-top nav > ul > li > ul {
    padding-top: 15px;
}
.pt_social {
	margin-top: 15px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.pt_social ul li:first-child {
    font-size: 14px;
    padding-left: 0px;
}
.pt_social ul li:not(:last-child) {
    margin-right: 5px;
}
.pt_social ul li {
    padding-left: 0px;
    border-radius: 50%;
    /*! background: #fff; */
    color: #333;
}
.pt_social ul li a {
    align-items: center;
    text-align: center;
    float: left;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #ffeb7c;
    border-radius: 100%;
}
.pt_social ul li a svg {
    height: 26px;
    fill: #d9d9d9;
    position: relative;
}
.pt_social ul li a i {
	font-size: 20px;
	color: #000;
}
.pt_social ul{
    display: flex;
    align-items: center;
}

.footer-box .footer__title{
    text-transform: uppercase;
}





@media(max-width:780px) {
    .footer-top article {
        display: block;
        text-align: center;
    }
    
    .footer-top .item-text {
        width: 100%;
    }
    
    .footer-top header {
        display: block;
    }
    
    .footer-top header h2 {
        margin-bottom: 20px;
        width: unset;
    }
    
    .footer-top header p {
        width: unset;
    }
    
    .footer-top .item-form {
        margin: 0 auto;
        padding-top: 10px;
        width: 90%;
    }
    
    .footer-top nav {
        display: block;
    }
    
    .footer-top nav .logo {
        width: unset;
    }
    
    .footer-top nav .logo img {
        height: 60px;
        width: auto;
    }
    
    .footer-top nav > ul {
        width: unset;
        padding-left: 0px;
        margin-top: 20px;
    }
    
    .footer-body .text .social {
        display: none;
    }
    
    .footer-body .text .copyright {
        width: 100%;
    }
    
    .footer-body .text .copyright .address .license {
        position: unset;
        margin: 0 auto;
        padding-top: 15px;
    }
    
    .footer-body .text .copyright .address {
        text-align: center;
    }
    .footer-box .footer__title {
        margin-bottom: 10px;
    }
    .footer-box{
        margin-bottom: 20px;
    }
    .footer-box ul li {
        padding-bottom: 7px;
    }
    .footer-box .footer__title{
        margin-top: 15px;
        margin-bottom: 15px;
    }
	.footer-box .footer__title {
  margin-bottom: 10px;
  margin-top: 10px;
}
}