.container-fluid{
    padding:0;
    margin:0;    
}

.banner-container{
    padding:0;
    margin:0; 
}

#bannerimg.img-responsive{
   background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    width:100%;
    height:700px;
    padding:5em 0 0.5em 0;
    margin:0;
}

.aboutus .aboutphoto img {
    width: 100%;
}

@media (max-width: 548px) {
    .aboutus .wrap-block {
        padding: 0.5em 2em;
    }
    h4{
        font-size:1.2em;
    }
    h5{
        font-size:1.05em;
    }
    h6{
        font-size:1em;
    }
}
.head {
  color: red;
  font-weight:normal;
  margin-bottom: 1em;
  text-align:center;
  padding-bottom:0.5em;
}
.subhead{
  color: red;
  font-weight:normal;
  margin-bottom: 1em;
  text-align:justify;
}

 .hb1{    
    padding-bottom:1.5em;
    display:flex;
    flex-wrap: wrap;
}
.sbcol,.wbcol{
       padding-bottom:2em;
   }

@media (max-width: 548px) {   
    .sbcol, .hbcol{
       padding-bottom:1em;
   }
   .sb1, .hb1{
         padding-bottom:1em;
            }
    .head {
    padding-top:0.8em;
    }
 }

.servicebox{
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.servicebox:hover{ box-shadow: 0.18em 0.18em 3em #999; }
.servicebox:before,
.servicebox:after{
    content: "";
    background: radial-gradient(circle at 23% 70%,rgba(255,255,255,0.8),#fff 30%);
    width: 150%;
    height: 150%;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top:-10.5%;
    right:-150%;
    z-index: 1;
    transition: all 0.35s ease;
}
.servicebox:after{
    background: rgba(255,255,255,0.5);
    width: 65%;
    height: 65%;
    right: auto;
    left: -20%;
    top: -65%;
}
.servicebox:hover:before{
    opacity: 1;
    right: -85%;
}
.servicebox:hover:after{
    opacity: 1;
    top: -42%;
}
.servicebox img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.servicebox:hover img{ transform: scale(1.2); }
.servicebox .servicebox-content{
    text-align: right;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100%;
    z-index: 2;
    transition: all .5s;
}
.servicebox:hover .servicebox-content{ right: 5%; }
.servicebox .servicetitle{
    color: red;
    font-weight:600;
    margin: 0 0 3px 0;
    font-size:1.05em;
}


.whyus {
   padding:3em 2.5em 2em 2.5em;
   background-color: rgb(206, 201, 201); 
}

@media (max-width: 548px) {
    .whyus {
        padding: 0.5em 1.5em 1em 1.5em;
    }
    .wbcol{
       padding-bottom:1em;
   }
    .explore {
        padding: 0.5em 1.5em 0 1.5em;
    }
    .epcol{
    padding:0.8em;
    text-align:center;
 }
}

.whyusBox{
    padding: 0.75em 1.25em;
    text-align: center;
    background: #182541;

    position: relative;
    height:100%;
}
.whyusBox:before{
    content: "";
    border-top: 0 solid #ac0d21;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.whyusBox:hover:before{
    border-top-width: 4.5em;
    border-right-width: 4.5em;
}
.whyusBox:after{
    content: "";
    border-bottom: 0 solid #ac0d21;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.whyusBox:hover:after{
    border-bottom-width:4.5em;
    border-left-width: 4.5em;
}
.whyusBox .whyus-icon{
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    border-radius: 1em;
    border: 0.10em solid white;
    background: #0a2d43;
    font-size: 1.5em;
    color: white;
    margin-bottom: 1.2em;
    position: relative;
}
.whyusBox .whyus-title{
    font-weight: normal;
    color: #f3729c;
    letter-spacing: 0.08em;
    margin: 0 0 0.75em 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.whyusBox:hover .whyus-title{ letter-spacing: 0.10em; }
.whyusBox .whyus-description{
    color: #fff;
}

.hb1{
    padding-top:1em;
}
.hlts{
    color: white;
    text-align: center;
    height: 7.8em;
    width: 7.8em;
    padding: 2.5em 0.50em 2.2em 0.93em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.hlts:before,
.hlts:after{
    content: '';
    background: #ac0d21;
    height: 92%;
    width: 92%;
    border-radius: 50% 0 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.hlts:after{
    background: #fa7890;
    box-shadow: 0 0 5px transparent;
    right: 0.93em;
    top: 0.93em;
    z-index: -2;
}
.hlts:hover:before{ box-shadow: 0 0 10px #fff; }
.hlts:hover:after{ transform: rotate(360deg); }
.hlts h6{    
    font-weight: 600;
    margin: 0 0 0.31em 0;
}
.hlts.yellow:before{ background: #ac0d21 }
.hlts.yellow:after{ background: #fc5c5c; }

.explore {
    padding:3em 2.5em 0 2.5em;
     background-color: rgb(206, 201, 201);
  }
.explore h5{
    font-weight:normal;
    text-align:center;
    padding:1em;
    color:#0a2d43;
}
.btn1{
     border: 1px solid black;   
     background-color:#0a2d43;
     color:#fff;
}
.btn1:hover{
     color:#fff;
}
.epcol{
    padding:1em;
 }