/* ===========================
   DHUMS GLOBAL STYLE
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins','Noto Sans Bengali',sans-serif;
    background:#f8f9fa;
    color:#212529;
    line-height:1.6;
}

a{
    text-decoration:none;
    color:inherit;
}

a:hover{
    text-decoration:none;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

ul,
ol{
    margin:0;
    padding:0;
    list-style:none;
}

button{
    outline:none;
}

.container{
    width:100%;
}

.dhums-section-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
    color:#212529;
}