.section_1{
    padding-bottom:0px;

}

.section_2{
      padding:0;
     background-image:none;

}

.font1{
     font-size:18px;
     line-height:28px;
        color:#000;
}

.font2{
     font-size:13px;
     line-height:23px;
        color:#000;

}

.font3{
     font-size:38px;
     line-height:48px;
        color:#000;

}

.line{
     background:#333333;
     width:50px;
     height:1.5px;
}

.imgx1{

}

.txt-content1{
    padding: 5% 15% 5% 5%;
}

.show-content .content-holder {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left !important;
    padding-top: 100px;
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: all .2s ease-in-out;
    z-index: 1;
    background-color: rgba(255,255,255,0) !important;
    color: #000;
    padding: 15% 0 0 10% !important;

}

.show-content .img-holder{
   transition:Ease-in-out 0.3s;
   filter:brightness(0.95);

}



.show-content:hover .img-holder{
   filter:brightness(1.05);

}


.col-no-gutter .six{
     width:50% !important;
}


.btn-square.black:hover {
    background-color: #000;
    color: #fff;
}
.btn-square.black {
    border-color: #000;
    color: #000;
}
.btn-square:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

body {
    background-color: #fff !important;
}