
.section_2{
    background-image: url(https://www.newpages2u.com/userfiles/21667/image/bg2.jpg);
    color:#333;
    padding: 80px 0 50px 0;
}

.font1{
    font-size:30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.font2{
    font-size:18px;
    line-height:34px;

}

.font3{
    font-size:16px;
    color:#ccaa63;
    text-transform:uppercase;
    margin:20px 0;
}


.font4{
    font-size:16px;
    line-height:28px;
    color:#666;
    padding:20px 0;
    text-align:left;
}


.txt-content1{
    padding:15% 10% 10% 0%;
}

.iconx1{
    width:150px;
    margin:0 auto;
    transition:ease-in-out 0.3s;
}

.iconx1:hover{
    animation : 2s .2s   pulse  both;
}


.box-border{
    border-left:1px solid #ccaa63;
}

.show-content .content-holder {

    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 2% !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: all .2s ease-in-out;
    z-index: 1;
    background-color: rgba(204,170,98,0.8);
    color:#FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;

}

.show-content:hover .content-holder {
    top: 100%;
}

.show-content .img-holder{
  transform:scale(1);
  transition:ease-in-out 0.3s;
}

.show-content:hover .img-holder{
  transform:scale(1.1);
}


/* BUTTON EFFECT */

.cool-link {

    display: inline-block;
    color:#ccaa63 !important;
    text-decoration: none !important;
    font-size: 18px;
    font-family: 'Roboto Condensed',san-serif;
    margin-top: 30px;
    font-weight: bold;

}

.cool-link::after {

    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ccaa63;
    transition: width .3s;
    margin-top: 5px;

}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;

}