*{
    font-family: sans-serif;
}
body{
    background: #e6e8eb;
}
.Header_class{
    background: #153638;
}
.main_heading{
    line-height: 10vh;
    font-weight: bolder;
    color: #153638;
}
.Sub_heading{
    font-size: 24px;
    line-height: 5vh;
    font-weight: bolder;
    color: #153638;
}
.all_text{
    text-align: justify;
}
.content_text{
    font-size: 17px;
}
.footer_class{
    background: #153638;
    padding: 50px 0px 0px 0px;
}
h2.title-bold-light {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
.title-bar-left {
    position: relative;
    margin-bottom: 55px;
}
.title-bar-left:before {
    content: "";
    background-color: #2ed6b7;
    height: 2px;
    width: 35px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 5;
}
.font_mark_class{
    color: #ffffff;
}
.footer_bottom_div{
    border-top: 1px solid wheat;
}