#pageintro article .heading{
    font-size:40px;
}

.home-banner{
    text-align:center;
}

.section-heading{
    border-bottom: 1px solid #e4e4e4;
}

.gray-bg{background: #F8F8F8;}
.white-bg{background: #ffffff;}

.section-padding{
    padding-top:30px;
    padding-bottom:30px;
}

.container{
    padding-top:0;
    padding-bottom:0;
}

.paragraph-heading{
    font-size: 22px;
}

p{
    font-size:18px;
}




/*Gallery*/

.inline-gallery-container {
    width: 100%;
    height: 60%;
    padding-bottom: 65%;
}
.lg-inline.lg-show .lg-backdrop{
    background:transparent !important;
}

.lg-show .lg-backdrop{
    background: #000000d6 !important;
}

.lg-outer .lg-thumb-outer{
    background:transparent !important;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 0 8px;
}

.lg-next, .lg-prev{
    background-color: rgb(0 0 0 / 12%);
}

.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}


.font-manik{
    font-family: "Sedan SC", serif;
    font-weight: 400;
    font-style: normal;
}