.th-header{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.th-header a{
    color: white;
}
.header-top{
    background: none;
}
.header-default .menu-area{
    position: relative;
    width: 100%;
    background: none;
    width: 100%;
    display: flex;
    background: none;
    padding: 10px;
}
.header-default .menu-area .container{
    position: relative;
    width: 100%;
}
.th-header .header-button span{
    background-color: white;
}
.header-default .sticky-wrapper.sticky .header-button span{
    background: rgb(255, 255, 255);
}



/* footer section start here */

footer .about-logo {
    position: relative;
    width: 100%;
    height: 100px;
}
footer .about-logo img{
    position: relative;
    width: auto;
    height: 100%;
    object-fit: contain;
}