@media (min-width: 1024px) {
.branding__logo img {
    margin-left: -10px;
}
}

#page-breadcrumb {
   display: none !Important;
} 

@media (max-width: 554px)
.page-title-bar-inner {
    padding-top: 40px;
    padding-bottom: 100px;
}
@media (min-width: 555px) {
.page-title-bar-inner {
    padding-top: 85px !Important;
    padding-bottom: 105px !important;
}
}

.imp {
   color: #fff; 
   background: #000;
   padding-top: 30px; 
   padding-bottom: 30px; 
   padding-left: 15px; 
   padding-right: 15px;
}

@media (min-width: 768px) {
.container {
    max-width: 100%;
}
}

.tm-button.style-2.tm-button-default {
   transition: 0.7s;
}

.tm-button.style-2.tm-button-default:hover {
   color: #fff;
   transition: 0.7s;
}

@media (min-width: 1400px) {
 .branding__logo {
   margin-left: -80px;
 }
}

html {
    background-image: url(https://kulaykalingkastudy.com.au/wp-content/uploads/2023/05/hbg11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.headroom.headroom--not-top .page-header-inner {
    max-width: 1200px;
    left: unset !important;
}

.page-mobile-main-menu {
    box-shadow: none;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner {
    box-shadow: none;
}

@media (max-width: 600px) {
.header-sticky-both .headroom.headroom--not-top .page-header-inner {
    box-shadow: none;
    border-bottom: 5px solid #f9b911;
    height: 80px;
}

#hide, .hide {
   display: none !Important;
}