h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize!important;
}

.site-header .site-branding img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer.site-footer {
    background-color: #352D2D;
}
.img-grayscale {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(50%);
}

#psdm-about-us h2.pbmit-title {
    color: #fff;
}
.pbmit-title-bar-wrapper {
    background-image: url(../images/cumi.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}

.about-us-two_box .pbmit-heading-desc p,
.pbmit-ihbox-style-2 .pbmit-heading-desc {
    color: #FFF;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
    color: #FFF;
}

.wa-chat {
    position: fixed;
    bottom: 50px;
    right: 125px;
    z-index: 500;
    min-height: 50px;
    background-color: #4caf50;
    min-width: 148px;
    padding: 10px 16px;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(53 64 90 / 20%);
    box-shadow: 0 10px 20px 0 rgb(53 64 90 / 20%)
}
.wa-chat .wa-image-container {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 8px
}
.wa-chat .wa-image-container .wa-image {
    width: 100%;
    height: 100%
}
.wa-chat .wa-text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
}

.pbmit-title-bar-wrapper {
    background-image: url(../images/cumi.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}
.pbmit-tbar-title.light {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
    color: #FFF;
}
.about-us-two_leftbox .pbmit-ihbox-style-2:last-child {
    padding-top: 0;
}
.pbmit-heading-desc {
    padding: 0 60px 0 0;
    text-align: justify;
}
.pbmit-tbar-title,
.pbmit-title-bar-wrapper .pbmit-breadcrumb, .pbmit-title-bar-wrapper .pbmit-breadcrumb a {
    color: #FFF;
}