
.service-heading{
    text-align: center;
}
.service-heading h1{
    font-size: 45px;
    font-weight: 500;
}
.service-heading p{
    width:66%;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
p{
    text-align: justify;
}
.service-navbar{
    margin-top: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none !important;
    margin-bottom: 10px !important;
}
.service-navbar li{
    background-color: transparent;
    margin:20px;
}
.service-navbar li a{
    background-color:#f3f4f6 ;
    padding:10px !important;
    border-radius:25px;
    text-decoration: none;
}
.service-navbar .active {
    border:2px solid  #16df7e !important;
    background-color: #16df7e;
    color:#fff;
} 
.service-navbar li a{
    color:#000 !important;
    text-decoration: none;
 }
.service-navbar .active{
    color:#fff !important;
}
.crossbpx .codebox {
    top: auto;
    bottom: -395px;
    -webkit-transform: skew(0deg,18deg);
    -ms-transform: skew(0deg,18deg);
    transform: skew(0deg,18deg);
    z-index:-1 ;
} 
.crossbpx{
    z-index:-1 ;
    position: absolute;
    left: 0;
    top: 450px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    background-color: lightcyan;
    transform: skew(0deg,-18deg);
}
.title{
    border-left: 2px solid #ddd;
    padding-left: 10px;
    font-family: 'JaapokkiRegular';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* @media only screen and (max-width: 600px) {
    body {
      background-color: lightblue;
    }
  } */


