.section_1{
    background:#fff;
}

.section_2{
    background-image:url(https://www.newpages2u.com/userfiles/22118/image/bg1.jpg);
    padding:50px 0;
}

.section_3{
    background-image:linear-gradient(to right, #1ab4c7, #0b5c93);
    color:#fff;
    padding:0;
}

.wid-8{
    width:80% !important;
    margin:0 10%;
}


.wid-9{
    width:90% !important;
    margin:0 5%;
}

.font1{
    font-size:22px;
    color:#000;
}

.font2{
    font-size:16px;
    line-height:30px;
}

.font2 .fa{
    padding-right:10px;
    margin-left:-30px;
}


.font3{
    font-size:16px;
    font-weight:bold;
}

.blue-line{
    background-image:linear-gradient(to right, #1ab4c7, #0b5c93);
    height:3px;
    width:80px;
}

.imgx1{
    max-width:350px;
}

.txt-content1{
    padding: 10% 15%;
}

.mar{
    margin-top:20px;
}

.show-content .content-holder {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 10px !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: all .3s ease-in-out !important;
    z-index: 1;
    background-color: rgba(0,0,0,0.5) !important;
    color: #fff !important;
}

.show-content:hover .content-holder {
    top: 100%;
}

.show-content .img-holder img{
    transition:ease-in-out 0.3s;
}

.show-content:hover .img-holder img{
    transform:scale(1.1);

}

.intro {
    padding: 0 !important;
    overflow-x: auto;
}

.photo img.logo_pic {
    display: block;
    margin: 0 auto !important;
}