body{
    padding:0;margin:0
}
.aboutus{
    padding:2em 2.5em 1em 2.5em
}
@media(max-width:548px){
    .aboutus{
        padding:1em 1em 1em 1em
    }
h5{
    font-size:1.05em
}}
.aboutus .photo img{width:100%}
@media(max-width:548px){
    .aboutus .wrap-block{
        padding:.5em 1em}
        .package .box h1{
            font-size:1.05em
        }}
.head{
    color: #ae0c21;
    font-weight:500;
    margin-bottom:1em;
    text-align:center;
    padding-top:1em;
    padding-bottom:.8em;
    font-size:1.25em
}
.subhead{
    color: #182541;
    font-weight:normal;
    margin-bottom:1em;
    text-align:justify
}
@media(max-width:548px){
    .head{
        font-size:1.05em
    }}
.abtcol{
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes fadeInRight{0%{
    opacity:0;
    -webkit-transform:translateX(20px)}
    100%{opacity:1;
        -webkit-transform:translateX(0)
    }}
@keyframes fadeInRight{0%{
    opacity:0;
    transform:translateX(20px)}
    100%{opacity:1;
        transform:translateX(0)
    }}
.fadeInRight{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight
}
.package .box h1{
    color: #fc5c5c;
    font-weight:normal;
    font-size:1.25em
}
.package .box{
    padding:1.8em;
    box-shadow:0 .21em .93em rgba(0,0,0,0.10);
    transition:.5s;position:relative;
    background-color:#182541;
    overflow:hidden;
    margin-bottom:1em;
    border-radius:.62em;
    height:100%
}
.package .box:hover{
    padding:1.7em 1.7em 2.8em 1.7em;
    box-shadow:.62em .93em 1.7em rgba(0,0,0,0.20);
    background-color:rgba(0,0,0,0.3)
}
.package .box img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:0;
    transition:all ease 1s
}
.package .box:hover img{
    opacity:1
}
.package .box p{
    color:#eae7e7;
    margin:0;
    padding:0
}
.package .box:hover h1,.package .box:hover p{
    color:#fff
}
.pkg1{
    display:flex;flex-wrap:wrap
 }
.pkcol{
    padding-bottom:1em
 }