
.section_2{
    background-image:url(https://www.newpages2u.com/userfiles/21694/image/bg2.jpg);
    color:#fff;
}

.section_3{
    padding:5px 0;
}

.font1{
    font-size:2.5em;
}


.font2{
    font-size:1.1em;
    line-height:1.8em;
}

.font3{
    font-size:2.4em;
    line-height:1em;
}


.imgx1{
    margin:0 auto;
    padding:25px;
}


.iconx1{
    width:200px;
    margin:0 auto;
}


.three-col{
    width:100% !important;
    margin:0;
    padding:5px;
}

.pad{
    padding:20% 0 0 10% ;
}




.img-holder{
    
    object-fit:cover;
}

.img-holder img{
    width:100% !important;
    display: block;
}


.show-content{

    border-radius:50%;
    width: 70%;
    margin: 2% auto;


}


.show-content .img-holder {
    transition: all .5s ease-in-out !important;
}


.show-content:hover .img-holder {
     transform:scale(1.1);
}



.show-content .content-holder {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 25% 15% 0 15%;
    transform: scale(1) !important;
    opacity: 0 !important;
    transition: all .5s ease-in-out !important;
    z-index: 1;
    background-color: 
    rgba(34,34,34,0.8) !important;
    color:#fff ;

}

.show-content:hover .content-holder {
     opacity: 1 !important;
}



.btn_x1{
    font-size:18px;
    font-weight:bold;
    padding-top:20px;
}

.btn_x1 span::before{
     font-family: "FontAwesome";
     content:"\f18e";
     font-weight:normal;
}

.btn_x1 a{
    transition:Ease-in-out 0.3s;
    color:#ccc !important;
}

.btn_x1 a:hover{
    text-decoration:none;
    color:#fff !important;
}


.btn-black a{
    transition:Ease-in-out 0.3s;
    color:#222!important;
}


.btn-black a:hover{
    text-decoration:none;
    color:#999 !important;
}

.border-line{
    border-left:2px solid #999;
    border-right:2px solid #999;
}

.intro {

    padding: 0px !important;
    overflow-x: auto;

}