.font1{
font-size:25px;
letter-spacing:3px;
text-transform:uppercase;
}

.font2{
font-size:16px;
line-height:32px;
}

.line{
height:3px;
width:150px;
background:#D9052E;
}

.btn_x1{
width:90px;
background:#222;
border:2px solid #222;
color:#fff;
font-size:12px;
font-weight:bold;
padding:13px 20px;
border-radius:5px;
text-align:Center;
margin-top:30px;
transition:Ease-in-out 0.3s;
}

.btn_x1:hover{
background:#fff;
color:#222;
}


.btn_x1:hover a{
color:#222;
text-decoration:none;
}

.btn_x2{
width:90px;
background:rgb(0,0,0,0);
border:2px solid #fff;
color:#fff;
font-size:12px;
font-weight:bold;
padding:13px 20px;
border-radius:5px;
text-align:Center;
margin:30px auto 0 auto;
transition:Ease-in-out 0.3s;
}

.btn_x2:hover{
background:#fff;
color:#222;
}

.btn_x2:hover a{
text-decoration:none;
color:#222;
}


.brands-logo img{
transition:Ease-in-out 0.3s;
}
.brands-logo img:hover{
margin-top:-20px;
}

.colx1{
width:100% !important;
position:relative;
margin:20px auto;
}

.colx2{
width:100% !important;
position:relative;
margin:20px auto;
}

.show{
transform: scale(1) !important;
opacity: 1 !important;
padding-top:0 !important;
}

.pad{
padding:10% 20% 20% 20%;
}

.img-holder img{
    object-fit: cover;
    width: 100% !important;

}