/*
Custom Css
*/
.pl100 {
    padding-left: 100px;
}
.pr50 {
    padding-right: 50px;
}
.pb20 {
    padding-bottom: 20px;
}
.logo4m-s {
    display: none;
}

.card-body ul,
.card-body .text-muted {
    visibility: hidden;
}

.navbar {
    overflow: hidden;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
} 

.input-group input[type=text] {
    border-color: #56ae6c !important;
    color: #fff;
}
#contact-us .fa {
    color: #f15009; }

#about {
    color: #fff;
}


/* For Mobile */
@media screen and (max-width: 540px) {


    .logo4m-h {
        display: none;
    }
    .logo4m-s {
        display: block;
    }
}