body{
    margin: 0px;
    padding: 0px;
    font-family: "PT Serif", serif;
  font-weight: 400;
}
p{
    color:#484848;
    text-align: justify;
    line-height:22px;
}
.banner_sec{
    margin:0px;
    padding: 0px;
    background: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.banner_sec .logo {
    display: block;
    max-width: 240px;
    margin:3rem auto;
}
.banner_sec h1{
    margin:0px;
    padding: 0px;
    text-align: center;
    font-family: "PT Serif", serif;
  font-weight:700;
  color:#07143f;
  font-size: 3.5rem;
  text-shadow: 4px 1px 0px rgba(0,0,0,0.58);
}
.banner_sec h1 span{
    color:#f79321;
}
.servicess_sec{
    background: #ffe7cc;
    padding: 2rem;

}
.servicess_sec h2{
    text-align: center;
    font-family: "PT Serif", serif;
    font-weight:700;
    margin-bottom: 2rem;
    color:#402200;


}
.servicess_sec .sbox{
    position: relative;
    margin: 0px;
    padding:0px;
}
.servicess_sec .sbox img {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    height: 200px;
    background-size: cover;
}
.servicess_sec .sbox h4{
    position: absolute;
    z-index: 9;
    bottom: 0px;
    background: #030d2ce0;
    margin: 0px;
    padding:4px 8px;
    font-size: 1.2rem;
    color: #fff;
}
.addressec{
    margin: 0px;
    padding: 0px;
}
.addressec p {
    font-size: 1.2rem;
    color: #000;
    text-align: left;
    line-height: 28px;
}
footer{
    background:#07143f;
    color: #fff;padding-top: 1rem;
}
footer p {
    color: #ffe7cc;
}
@media all and (max-width:767px){
    .banner_sec h1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: "PT Serif", serif;
    font-weight: 700;
    color: #07143f;
    font-size:2rem;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.58);
}
.banner_sec {
    height: 470px;
}
.servicess_sec .sbox{
    margin-bottom: 1rem;
}
.banner_sec .logo {
    display: block;
    max-width: 190px;
    margin: 2rem auto;
}
}