

.section_1{
    background-image:linear-gradient(to bottom,#ffffff,#f3f3f3);
    color:#333;
}

.section_2{
    background-image: url(https://www.newpages2u.com/userfiles/21913/image/bg1.jpg);
    color:#fff;
    padding:40px 0;
}


.section_3{
    padding:0;
}


.section_4{
    padding:50px 0 ;
    background-image: url(https://www.newpages2u.com/userfiles/21913/image/bg2.jpg);
    background-position:bottom;
    color:#333;
}

.width-10{
    width:80% !important;
    margin:0 10%;
}


.font1{
    font-size:2.2em;
    line-height:1em;

}

.font2{
    font-size:1.1em;
    line-height:1.5em;
}

.font3{
    font-size:1.4em;
    line-height:1.5em;
}


.txt-content1{
    padding:10% ;
}

.blue-btn{
    background-color: #09366C;
    font-weight: bold;
    border:2px solid #09366C;
}


.blue-btn:hover{
    background-color: rgb(0,0,0,0);
    font-weight: bold;
    color:#09366C;
}

.box{
    padding:10px 0;
    text-align:center;
}

.show-content .content-holder {
    top:100% !important;
    transform:scale(1) !important;
    transition: all .4s ease-in-out !important;
    background-color: rgb(255,255,255,0.9) !important;
    color: #A94E39;
}

.show-content:hover .content-holder {
    top:0 !important;
}

.img-holder {
  object-fit:cover;
}

.img-holder img{
  width:100% !important;
}

.img-holder {

    transition: all .4s ease-in-out !important;
}

.img-holder:hover {

    transform:scale(1.1) !important;

}


.intro {
    padding: 0px !important;
    overflow-x: auto;
}