.section_1{
    background-position: top center !important;
}

.font1{
    font-size:30px;
    line-height:35px;
}

.font2{
    font-size:16px;
    line-height:26px;
}

.line{
    width:60px;
    height:4px;

}

.imgx5{
    padding:5%;
}


.logo_x1{
    border:1px solid #ccc;
    border-radius:5px;
    transition:ease-in-out 0.3s;
}


.logo_x1:hover{
    border:1px solid #f6f6f6;
    background:#f6f6f6;
    transition:ease-in-out 0.3s;
}

.show-content .img-holder img{
    opacity: 1;
    transform: scale(1);
    transition:Ease-in-out 0.3s;
}

.show-content:hover .img-holder img{
    opacity: 1;
    transform: scale(1.05);
    filter:brightness(150%);

}

.orange{
    background-color:#f48120 !important;
    border:1px solid #f48120;
    color:#fff !important;
    font-weight:bold;
}

.orange:hover{
    background-color:#fff!important;
    border:1px solid #f48120;
    color:#f48120 !important;
    font-weight:bold;
}
