html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Adelle Sans Regular";
  src: url("../fonts/AdelleSans-Light.woff2") format("woff2"), url("../fonts/AdelleSans-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelle Sans regular-400";
  src: url("../fonts/AdelleSans-Regular.woff2") format("woff2"), url("../fonts/AdelleSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelle Sans Semi-b";
  src: url("../fonts/AdelleSans-Semibold.woff2") format("woff2"), url("../fonts/AdelleSans-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ellis";
  src: url("../fonts/Ellis.woff2") format("woff2"), url("../fonts/Ellis.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Adelle Sans light";
  src: url("../fonts/AdelleSans-Light.woff2") format("woff2"),
    url("../fonts/AdelleSans-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Adelle Sans Regular", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
  min-height: 100%;
  color: #231F20;
  background-color: #ffffff;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ScrollSmoother wrapper fix */
.smooth-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden !important;
  /* Height will be set dynamically by JS */
}

.smooth-content {
  position: relative;
  width: 100%;
  will-change: transform;
}

/* Remove bottom spacing */
.smooth-content > *:last-child {
  margin-bottom: 0 !important;
}

.bglc-footer {
  margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ellis", sans-serif;
  font-weight: 500;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.header-wrapper {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hide-mobile {
    display: none;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
.bglc-slider-hme__arrows .lft {
  width: 24px !important;
  height: 64px;
bottom: 39px !important;
	top: inherit;
  right: 0% !important;
}
.bglc-slider-hme__arrows .rgt {
  width: 24px !important;
  height: 64px;
  right: 10% !important;
  left: inherit;
  bottom: 37px !important;
  top: inherit;
    }	
}
.bglc-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  border: none;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  padding: 25px 30px;
  border-radius: 30px;
  font-family: "Adelle Sans regular-400", sans-serif;
  font-weight: 400;
}
.bglc-btn .outer {
  position: absolute;
  inset: 0;
}
.bglc-btn .outer img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.bglc-btn .outer img:nth-child(1) {
  opacity: 1;
}
.bglc-btn .outer img:nth-child(2) {
  opacity: 0;
}
.bglc-btn span {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  z-index: 1;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.bglc-btn:hover .outer img:nth-child(1) {
  opacity: 0;
}
.bglc-btn:hover .outer img:nth-child(2) {
  opacity: 1;
}
.bglc-btn:hover span {
  color: #006EB6;
}

.bglc-btn-1 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  border: none;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  padding: 25px 40px;
  border-radius: 30px;
  font-family: "Adelle Sans regular-400", sans-serif;
  font-weight: 400;
}
.bglc-btn-1 .outer {
  position: absolute;
  inset: 0;
}
.bglc-btn-1 .outer img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.bglc-btn-1 .outer img:nth-child(1) {
  opacity: 1;
}
.bglc-btn-1 .outer img:nth-child(2) {
  opacity: 0;
}
.bglc-btn-1 span {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  z-index: 1;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.bglc-btn-1:hover .outer img:nth-child(1) {
  opacity: 0;
}
.bglc-btn-1:hover .outer img:nth-child(2) {
  opacity: 1;
}
.bglc-btn-1:hover span {
  color: #1e3866;
}

.bglc-btn-2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  border: none;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  padding: 25px 30px;
  border-radius: 30px;
  font-family: "Adelle Sans regular-400", sans-serif;
  font-weight: 400;
}
.bglc-btn-2 .outer {
  position: absolute;
  inset: 0;
}
.bglc-btn-2 .outer img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.bglc-btn-2 .outer img:nth-child(1) {
  opacity: 1;
}
.bglc-btn-2 .outer img:nth-child(2) {
  opacity: 0;
}
.bglc-btn-2 span {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  z-index: 1;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.bglc-btn-2 span.ylw {
  color: #231F20;
}
.bglc-btn-2 span.wht {
  color: #ffffff;
}
.bglc-btn-2 span.wht-1 {
  color: #ffffff;
}
.bglc-btn-2 span.ylw-2 {
  color: #231F20;
}
.bglc-btn-2 span.ylw-3 {
  color: #E7B81D;
}
.bglc-btn-2 span.brwn {
  color: #97401F;
}
.bglc-btn-2 span.brwn-1 {
  color: #ffffff;
}
.bglc-btn-2 span.blu {
  color: #006EB6;
}
.bglc-btn-2:hover .outer img:nth-child(1) {
  opacity: 0;
}
.bglc-btn-2:hover .outer img:nth-child(2) {
  opacity: 1;
}
.bglc-btn-2:hover span.ylw {
  color: #E7B81D;
}
.bglc-btn-2:hover span.blu {
  color: #ffffff;
}
.bglc-btn-2:hover span.brwn {
  color: #ffffff;
}
.bglc-btn-2:hover span.brwn-1 {
  color: #97401F;
}
.bglc-btn-2:hover span.ylw-2 {
  color: #231F20;
}
.bglc-btn-2:hover span.wht {
  color: #231F20;
}
.bglc-btn-2:hover span.wht-1 {
  color: #ffffff;
}
.bglc-btn-2:hover span.ylw-3 {
  color: #231F20;
}

.bglc-head {
  overflow: hidden;
}
.bglc-head h2 {
  color: #97401F;
  font-family: "Ellis", sans-serif;
  padding: 0 0 20px;
  font-size: 64px;
  line-height: 56px;
}
.bglc-head h2.blu {
  color: #006EB6;
}
.bglc-head h3 {
  color: #97401F;
  font-family: "Ellis", sans-serif;
  padding: 0 0 20px;
  font-size: 36px;
  line-height: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-head h2 {
    font-size: 44px;
    line-height: 44px;
    text-align: left;
  }
  .bglc-head h3 {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .bglc-head h2 {
    font-size: 44px;
    line-height: 44px;
    text-align: center;
  }
  .bglc-head h3 {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }
}
.bglc-abstract {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}
.bglc-abstract img {
  width: 100%;
  height: 100%;
}
.bglc-abstract.invert {
  transform: scaleX(-1) rotateX(183deg);
}

@media (max-width: 767px) {
  .bglc-abstract {
    overflow: hidden;
  }
  .bglc-abstract.scale {
    overflow: hidden;
  }
  .bglc-abstract.scale img {
    transform: scale(1.5);
  }
}
.bglc-abstract-1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 200;
}
.bglc-abstract-1 img {
  width: 100%;
  height: 100%;
}

.abstarct-inner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 300;
  margin-top: -7%;
  margin-bottom: -3%;
}
.abstarct-inner img {
  width: 100%;
  height: 100%;
}

.bglc-accordian {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 22px;
}
.bglc-accordian__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
  gap: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bglc-accordian__head h3 {
  color: #006EB6;
  font-size: 32px;
  line-height: 36px;
}
.bglc-accordian__head h3.brwn {
  color: #97401F;
}
.bglc-accordian__head__img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.bglc-accordian__head__img img {
  width: 100%;
  height: 100%;
}
.bglc-accordian__cnt {
  padding: 5px 0;
  display: none;
}
.bglc-accordian__cnt p {
  padding-bottom: 15px;
}
.bglc-accordian__cnt p span {
  font-family: "Adelle Sans Semi-b", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 20px;
}
.bglc-accordian__cnt ul {
  list-style-type: disc;
  padding-left: 25px;
  padding-bottom: 20px;
}
.bglc-accordian.active .bglc-accordian__cnt {
  display: block;
}
.bglc-accordian.active .bglc-accordian__cnt p,
.bglc-accordian.active .bglc-accordian__cnt li {
  width: 95%;
}
.bglc-accordian.active .bglc-accordian__head__img {
  transform: rotate(180deg);
}
.bglc-accordian__line {
  width: 95%;
  height: 1px;
  display: block;
  background-color: #cecece;
  margin-top: 10px;
}
.bglc-accordian__line.brwn {
  background-color: #97401F;
}
.bglc-accordian__line.ylw-abstrct {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 3px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .bglc-accordian__head h3 {
    width: 90%;
    font-size: 26px;
    line-height: 30px;
  }
}
.bglc-form .radio-group {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 10px 0 0;
}
.bglc-form .radio-option {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #231F20;
  cursor: pointer;
  position: relative;
}
.bglc-form .radio-option input[type=radio] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.bglc-form .custom-radio {
  width: 22px;
  height: 22px;
  border: 2px solid #f0b429;
  border-radius: 50%;
  margin-right: 8px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.bglc-form .radio-option input[type=radio]:checked + .custom-radio {
  border-color: #f0b429;
  background-color: #f0b429;
}
.bglc-form .custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s ease;
}
.bglc-form .radio-option input[type=radio]:checked + .custom-radio::after {
  transform: translate(-50%, -50%) scale(1);
}
.bglc-form .form-group {
  margin-bottom: 18px;
}
.bglc-form label {
  display: block;
  color: #231F20;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 0.95em;
  font-family: "Adelle Sans regular-400", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.bglc-form input[type=text],
.bglc-form input[type=email],
.bglc-form input[type=number],
.bglc-form select,
.bglc-form textarea {
  width: 100%;
  padding: 6px 12px;
  border: 2px solid #f0b429;
  border-radius: 10px;
  font-size: 1em;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fefefe;
}
.bglc-form input[type=text]:focus,
.bglc-form input[type=email]:focus,
.bglc-form input[type=number]:focus,
.bglc-form select:focus,
.bglc-form textarea:focus {
  outline: none;
  border-color: #e67e22;
  box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.1);
}
.bglc-form textarea {
  resize: vertical;
  min-height: 120px;
}
.bglc-form textarea::-moz-placeholder {
  color: #bdc3c7;
}
.bglc-form textarea::placeholder {
  color: #bdc3c7;
}
.bglc-form .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.bglc-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: #3498db;
}
.bglc-form .checkbox-group label {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}
.bglc-form select {
  height: 46px;
}
.bglc-form .submit-btn {
  background: #3498db;
  color: white;
  padding: 14px 40px;
  border: none;
  border-radius: 25px;
  font-size: 1.05em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}
.bglc-form .submit-btn:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}
.bglc-form .submit-btn:active {
  transform: translateY(0);
}
.bglc-form .success-message {
  display: none;
  background: #2ecc71;
  color: white;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  animation: slideIn 0.3s ease;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 600px) {
  .bglc-form .container {
    padding: 35px 25px;
  }
  .bglc-form h1 {
    font-size: 2em;
  }
}

.bglc-quents-sec .waves {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.bglc-quents-sec .waves-bottom {
  transform: rotate(180deg);
}
.bglc-quents-sec .waves svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bglc-quents-sec .layer {
  animation: wave-slide 18s linear infinite;
  will-change: transform;
}
.bglc-quents-sec .layer-back {
  animation-duration: 26s;
  opacity: 0.55;
}
.bglc-quents-sec .layer-mid {
  animation-duration: 18s;
  opacity: 0.8;
}
.bglc-quents-sec .layer-front {
  animation-duration: 12s;
  opacity: 1;
}
@keyframes wave-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.bglc-quents-sec .crest-glow {
  filter: drop-shadow(0 -6px 10px rgba(255, 255, 255, 0.18));
}
.bglc-quents-sec .faq-cta {
  background: #005C99;
  text-align: center;
  margin: -10px 0;
  padding: 10px 0;
  color: #fff;
}
.bglc-quents-sec .faq-cta .bglc-head h2 {
  color: #ffffff;
  text-align: center;
}
.bglc-quents-sec .faq-cta p.cnt {
  text-align: center;
  padding-bottom: 32px;
}
.bglc-quents-sec .faq-cta .btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bglc-confim-modal p.modal-title {
  font-family: "Ellis", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  padding: 10px 0;
  color: #97401F;
}
.bglc-confim-modal .modal-body {
  padding: 10px 48px 20px;
}
.bglc-confim-modal .modal-header {
  border-bottom: none;
  padding: 25px 48px;
}
.bglc-confim-modal__img {
  width: 100%;
  height: auto;
}
.bglc-confim-modal__img img {
  width: 100%;
  height: 100%;
}
.bglc-confim-modal .form-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bglc-confim-modal .form-wrap .form-group {
  width: 50%;
}

@media (max-width: 767px) {
  .bglc-confim-modal .modal-body {
    padding: 20px 15px;
  }
  .bglc-confim-modal .form-wrap {
    flex-direction: column;
  }
  .bglc-confim-modal .form-wrap .form-group {
    width: 100%;
  }
  .bglc-confim-modal .modal-header {
    padding: 20px;
  }
  .bglc-confim-modal .modal {
    padding-right: 0 !important;
  }
}
.bglc-breadcrump {
  padding: 40px 0 20px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: -1%;
}
.bglc-breadcrump__blog_main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
}
.bglc-breadcrump__breadcrams {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bglc-breadcrump__breadcrams ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bglc-breadcrump__breadcrams ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bglc-breadcrump__breadcrams ul li a {
  text-decoration: none;
  color: rgb(0, 92, 153);
  font-size: 16px;
  line-height: 18px;
  font-weight: 350;
}
.bglc-breadcrump__breadcrams ul li:last-child a {
  color: #949494;
}

@media (max-width: 767px) {
  .bglc-breadcrump {
    padding: 25px 0 20px;
    position: relative;
    background-color: #ffffff;
    margin: -4% 0;
  }
}
.bglc-roundImg {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
}
.bglc-roundImg img.animImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bglc-roundImg img.animImg-r {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bglc-roundImg__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 88%;
}
.bglc-roundImg__outer.border-ylw img {
  border-color: #E7B81D;
}
.bglc-roundImg__outer.border-blu img {
  border-color: #006EB6;
}
.bglc-roundImg__outer img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  border: 6px solid #005c99;
  transition: all 0.4s ease-in;
}
.bglc-roundImg:hover .bglc-roundImg__outer img {
  transform: scale(1.03);
}

.bglc-srvce-card {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bglc-srvce-card__img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
}
.bglc-srvce-card__img img.animImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bglc-srvce-card__img img.animImg-r {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bglc-srvce-card__img__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 83%;
}
.bglc-srvce-card__img__outer img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  border: 6px solid #005c99;
  transition: all 0.4s ease-in;
}
.bglc-srvce-card__img:hover .bglc-srvce-card__img__outer img {
  transform: scale(1.02);
}
.bglc-srvce-card__head {
  color: #E7B81D;
  font-family: "Ellis", sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  padding: 15px 0;
}
.bglc-srvce-card__cnt {
  color: #ffffff;
  text-align: center;
  padding-bottom: 32px;
}

.bglc-slider-hme__outer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
 background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/slider-bg-desk.png');
  padding: 35px 60px;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.bglc-slider-hme__outer .sec1 {
  width: 90%;
}
.bglc-slider-hme__outer .sec1 p {
  color: #231F20;
/*   padding-bottom: 20px; */
  font-size: 18px;
}
.bglc-slider-hme__inner {
  width: 75%;
}
.bglc-slider-hme__btn-outer {
  display: flex;
  align-items: center;
  gap: 12px;
margin-top:20px;
}
.bglc-slider-hme__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.bglc-slider-hme__arrows .lft {
  width: 64px;
  height: 64px;
  bottom: 10px;
  top: inherit;
  right: 5%;
}
.bglc-slider-hme__arrows .lft img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-slider-hme__arrows .rgt {
  width: 64px;
  height: 64px;
  right: 14%;
  left: inherit;
  bottom: 10px;
  top: inherit;
}
.bglc-slider-hme__arrows .rgt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-slider-hme .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
  left: -14% !important;
}
.bglc-slider-hme .dot-outer {
  position: relative;
  height: 55px;
}
.bglc-slider-hme .swiper-button-next:after,
.bglc-slider-hme .swiper-button-prev:after {
  font-size: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-slider-hme__inner {
    width: 85%;
  }
  .bglc-head h3 {
    text-align: left;
  }
  .bglc-slider-hme__outer .sec1 {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .bglc-slider-hme__outer .sec1 p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 15px;
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .bglc-slider-hme__outer {
	  background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/slider-bg-tab.webp');

    height: 100%;
  }
  .bglc-slider-hme__arrows .rgt {
    right: 15%;
  }
  .bglc-slider-hme__arrows .lft {
    right: 4%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-slider-hme__outer {
    background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/slider-bg-tab.webp');
    height: 100%;
  }
  .bglc-slider-hme__arrows .rgt {
    right: 15%;
  }
}
@media (max-width: 767px) {
  .bglc-slider-hme__outer {
     background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/slider-bg-mob.png');
    height: 700px;
  }
  .bglc-slider-hme__outer {
    padding: 130px 20px 20px;
    align-items: center;
    justify-content: center;
  }
  .bglc-slider-hme__outer .sec1,
  .bglc-slider-hme__inner {
    width: 100%;
  }
 /* .bglc-slider-hme__arrows {
    display: none;
  } */
  .bglc-slider-hme__outer .sec1 p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
    text-align: center;
  }
  .bglc-slider-hme .dot-outer {
    height: 35px;
  }
  .bglc-slider-hme .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 0 !important;
  }
  .bglc-slider-hme__btn-outer {
    justify-content: center;
  }
}
@media (min-width: 1028px) and (max-width: 1199px) {
  .bglc-slider-hme__outer .sec1 p {
    font-size: 14px;
  }
  .pagination-bullets.swiper-pagination-horizontal {
    bottom: 11px !important;
  }
  .bglc-slider-hme__arrows .rgt {
    right: 12%;
  }
}
.bglc-card {
  display: inline-block;
}
.bglc-card__img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}
.bglc-card__img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in;
}
.bglc-card__tag {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #008E6B;
  padding: 12px 24px;
  border-radius: 12px;
  color: #008E6B;
  font-family: "Adelle Sans regular-400", sans-serif;
  font-weight: 400;
}
.bglc-card__tag img {
  display: none;
}
.bglc-card__cnt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  color: #231F20;
}
.bglc-card__cnt .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
}
.bglc-card__loc {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 20px;
min-height:90px;
}
.bglc-card__loc img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-card__title {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 8px;
  color: #97401F;
 min-height:60px;
}

.bglc-card p.cnt {
  padding-bottom: 24px;
}
.bglc-card__rvwr {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bglc-card__rvwr .bg {
  width: 50px;
  height: 50px;
  position: relative;
}
.bglc-card__rvwr .bg span {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #676767;
  font-weight: 400;
  font-family: "Adelle Sans regular-400", sans-serif;
}
.bglc-card__rvwr p.head {
  color: #231F20;
  font-family: "Adelle Sans Semi-b", sans-serif;
  font-weight: 500;
}
.bglc-card__rvwr p.sub {
  color: #949494;
  font-size: 14px;
  line-height: 16px;
}
.bglc-card__rvwr p.sub span {
  vertical-align: 4px;
}
.bglc-card:hover .bglc-card__img img {
  transform: scale(1.02);
}

.bglc-bord-card {
  width: 100%;
  height: 209px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.bglc-bord-card__sec {
  width: 52%;
  padding: 20px 0;
}
.bglc-bord-card h3.head {
  font-size: 36px;
  line-height: 32px;
  color: #E7B81D;
}
.bglc-bord-card p.sub {
  font-size: 20px;
  line-height: 28px;
  font-family: "Adelle Sans regular-400", sans-serif;
  font-weight: 400;
  padding-top: 14px;
  color: #E7B81D;
}
.bglc-bord-card__btn {
  color: #ffffff;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  .bglc-bord-card__btn {
    margin: 0;
  }
}
.bglc-position-card {
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/position-ylw-bg.png');
 
  margin-bottom: 24px;
}
.bglc-position-card__sec {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78%;
}
.bglc-position-card__sec .sec1 {
  width: 65%;
}
.bglc-position-card__sec .sec2 {
  width: 20%;
}
.bglc-position-card__sec h2 {
  color: #97401F;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 8px;
}
.bglc-position-card__sec p {
  padding-bottom: 5px;
}
.bglc-position-card__sec p span {
  font-weight: 500;
  font-family: "Adelle Sans Semi-b", sans-serif;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .bglc-position-card {
    height: 305px;
     background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/position-ylw-bg-tab.png');
  }
  .bglc-position-card__sec {
    width: 75%;
    padding-right: 30px;
  }
  .bglc-position-card__sec .sec1 {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-position-card__sec {
    padding: 30px;
  }
  .bglc-position-card {
    background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/position-ylw-bg-tab.png');
	
  }
  .bglc-position-card__sec p {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .bglc-position-card__sec {
    width: 80%;
  }
  .bglc-position-card__sec .sec1 {
    width: 75%;
  }
  .bglc-position-card__sec .sec2 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .bglc-position-card {
    height: 605px;
    background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/position-ylw-bg-mob.png');
  }
  .bglc-position-card__sec {
    flex-direction: column;
    width: 100%;
    padding: 30% 40px 0;
  }
  .bglc-position-card__sec .sec1,
  .bglc-position-card__sec .sec2 {
    width: 100%;
  }
}
.bglc-member-abstract {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: -10%;
}
.bglc-member-abstract__img {
  width: 100%;
  height: 100%;
}
.bglc-member-abstract__img img {
  width: 100%;
  height: 100%;
}
.bglc-member-abstract__lft {
  width: 200px;
  height: auto;
  position: absolute;
  top: 12%;
  left: -10%;
  z-index: 10;
}
.bglc-member-abstract__lft img {
  width: 100%;
  height: 100%;
}
.bglc-member-abstract__rgt {
  width: 200px;
  height: auto;
  position: absolute;
  top: 3%;
  right: -8%;
  z-index: 10;
}
.bglc-member-abstract__rgt img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .bglc-member-abstract__lft,
  .bglc-member-abstract__rgt {
    width: 120px;
  }
  .bglc-member-abstract__lft {
    left: -17%;
  }
  .bglc-member-abstract__rgt {
    right: -16%;
  }
  .bglc-member-abstract {
    padding-bottom: 60px;
    overflow: hidden;
  }
}
.contact-card {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 210px;
}
.contact-card__outer {
  display: flex;
  height: 100%;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0px 0px 28px 24px;
}
.contact-card__outer h3 {
  color: #97401F;
  font-size: 26px;
  line-height: 26px;
}
.contact-card__outer a {
  text-decoration: none;
  color: #231F20;
}

.bglc-hero-hme {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0); /* Creates a new stacking context */
  will-change: transform;
	
}
.bglc-hero-hme.inner {
  height: 535px;
}
.bglc-hero-hme.inner .bglc-hero-hme__outer {
  height: 535px;
}
.bglc-hero-hme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  opacity: 0.5;
}
.bglc-hero-hme__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* height: 100vh; */
  position: relative;
  z-index: 100;
  width: 65%;
  margin: auto;
  height: 630px;
  padding-bottom: 7%;
}
.bglc-hero-hme__outer h1 {
  font-family: "Ellis", sans-serif;
  color: #ffffff;
  font-size: 56px;
  line-height: 66px;
  text-align: center;
  padding: 50px 0 0;
}
.bglc-hero-hme__outer h1.pt-none {
  padding: 0;
}
.bglc-hero-hme__outer p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.bglc-hero-hme__outer p.cnt {
  font-weight: 300;
  text-align: center;
}
.bglc-hero-hme .bglc-btn-2 {
  margin-top: 40px;
}
.bglc-hero-hme_tag-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 65px;
  padding-bottom: 15px;
}
.bglc-hero-hme__tags {
  border: 2px solid #ffffff;
  padding: 10px 15px;
  color: #ffffff;
  font-family: "Adelle Sans regular-400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 12px;
}
.bglc-hero-hme__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
}
.bglc-hero-hme__inner p {
 color: #ffffff;
    width: -moz-max-content;
    width: max-content;
    font-family: "Adelle Sans light", sans-serif;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-hero-hme__outer {
    padding-top: 16%;
    width: 85%;
  }
}
@supports (-webkit-touch-callout: none) {
  .bglc-hero-hme__outer {
    padding-bottom: 20%;
  }
}
@media (max-width: 767px) {
  .bglc-hero-hme,
  .bglc-hero-hme__outer {
    height: 800px;
  }
	
  .bglc-hero-hme {
    padding: 40px 0;
    background-attachment: scroll;
  }
  .bglc-hero-hme__outer {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20%;
  }
  .bglc-hero-hme__outer h1 {
    font-size: 36px;
    line-height: 50px;
    padding-top: 0;
  }
  .bglc-hero-hme .bglc-btn-2 {
    margin-top: 20px;
  }
  .bglc-hero-hme__outer p {
    width: 100%;
  }
  .bglc-hero-hme__inner {
    flex-wrap: wrap;
    gap: 8px;
  }
  .bglc-hero-hme.inner,
  .bglc-hero-hme.inner .bglc-hero-hme__outer {
    height: 500px;
  }
}
.bglc-about-hme {
  margin-top: -14%;
  position: relative;
  z-index: 400;
}
.bglc-about-hme.inner {
  margin-top: -7%;
  padding-bottom: 40px;
}
.bglc-about-hme.scale-top {
  margin-top: 0;
  padding: 20px 0;
}
.bglc-about-hme.nogap {
  margin-top: 0;
  padding-bottom: 40px;
  padding-top: 20px;
}
.bglc-about-hme.nogap .bglc-about-hme__outer {
  padding-top: 0;
}
.bglc-about-hme.nogap-1 {
  margin-top: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}
.bglc-about-hme.nogap-1 .bglc-about-hme__outer {
  padding-top: 0;
  margin-top: 0;
}
.bglc-about-hme__img {
  width: 145px;
  height: auto;
  transform: rotate(25deg);
}
.bglc-about-hme__img img {
  width: 100%;
  height: 100%;
}
.bglc-about-hme .abstarct {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.bglc-about-hme .abstarct img {
  width: 100%;
  height: 100%;
}
.bglc-about-hme__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 120px;
  padding: 80px 0 30px;
  margin-top: -2%;
}
.bglc-about-hme__outer.row-reverse {
  flex-direction: row-reverse;
}
.bglc-about-hme__outer .sec2 {
  width: 48%;
}
.bglc-about-hme .bglc-roundImg {
  width: 42%;
}
.bglc-about-hme p {
  padding-bottom: 15px;
}
.bglc-about-hme p span {
  font-weight: 700;
}
.bglc-about-hme ul.norm {
  list-style: disc;
  padding-left: 30px;
}
.bglc-about-hme ul.norm li {
  color: #231F20;
  margin-bottom: 10px;
}
.bglc-about-hme ul.norm li::before {
  position: relative;
}
.bglc-about-hme ul {
  padding-left: 20px;
  list-style: none;
}
.bglc-about-hme ul li {
  position: relative;
  color: #ffffff;
  margin-bottom: 20px;
}
.bglc-about-hme ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 16px;
  height: 16px;
  background-color: #E7B81D;
  border-radius: 50%;
}
.bglc-about-hme .bglc-btn-2 {
  margin-top: 10px;
}

@media (min-width: 2560px) {
  .bglc-about-hme {
    margin-top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-about-hme__outer {
    gap: 30px;
  }
  .bglc-about-hme .bglc-roundImg,
  .bglc-about-hme__outer .sec2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bglc-about-hme__outer {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }
  .bglc-about-hme .bglc-roundImg,
  .bglc-about-hme__outer .sec2 {
    width: 100%;
  }
  .bglc-about-hme p {
    text-align: center;
  }
  .bglc-about-hme .bglc-btn-2 {
    width: 100%;
    margin: auto;
  }
  .bglc-about-hme .bglc-btn {
    width: 100%;
    margin: auto;
  }
  .bglc-about-hme {
    overflow-x: hidden;
  }
  .bglc-about-hme .abstarct {
    margin-bottom: -3%;
    transform: scale(1.5);
  }
  .bglc-about-hme {
    margin-top: -20%;
  }
  .bglc-about-hme__outer.row-reverse {
    flex-direction: column;
  }
  .bglc-about-hme__img {
    display: none;
  }
}
.bglc-srvce-hme {
  position: relative;
  z-index: 100;
  margin-bottom: -5px;
}
.bglc-srvce-hme .bglc-abstract {
  margin-top: -1%;
}
.bglc-srvce-hme__outer {
  background-color: #97401F;
  padding: 130px 0 0;
  margin-top: -0.5%;
}
.bglc-srvce-hme .bglc-head h2 {
  text-align: center;
  color: #E7B81D;
}
.bglc-srvce-hme__sub {
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}
.bglc-srvce-hme .bglc-srvce-hme__outer {
  display: flex;
  gap: 70px;
  padding: 20px 0 0;
  position: relative;
  margin-top: -10px;
  z-index: 200;
}
@media (max-width: 768px) {
  .bglc-srvce-hme .bglc-srvce-hme__outer {
    display: block;
    padding: 0 20px;
  }
}
.bglc-srvce-hme .bglc-srvce-card {
  width: 70%;
  margin: auto;
  padding-top: 50px;
}
.bglc-srvce-hme .bglc-srvce-card__cnt {
  line-height: 28px;
}
.bglc-srvce-hme .bglc-srvce-card__img {
  width: 70%;
}
.bglc-srvce-hme .swiper-pagination-bullet-active {
  background-color: #E7B81D !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-srvce-hme .bglc-srvce-card {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .bglc-srvce-hme {
    padding: 60px 0 0;
    margin-bottom: -1%;
  }
  .bglc-srvce-hme .bglc-srvce-card {
    padding: 30px 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -1%;
  }
  .bglc-srvce-hme .bglc-srvce-card {
    width: 100%;
  }
  .bglc-srvce-hme .bglc-btn-2 span.ylw-3 {
    font-size: 16px;
    line-height: 16px;
  }
  .bglc-srvce-hme .bglc-srvce-hme__outer {
    padding: 0;
  }
}
.bglc-caring-hme {
  background-color: #E7B81D;
  padding: 18% 0 14%;
  position: relative;
  margin-top: -12%;
}
.bglc-caring-hme.bg-grn {
  background-color: #008E6B;
}
.bglc-caring-hme .bglc-head h2 {
  color: #006EB6;
}
.bglc-caring-hme .bglc-head h2.ylw {
  color: #E7B81D;
}
.bglc-caring-hme .btn-outer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
gap:12px;
}
.bglc-caring-hme .bglc-btn-2 {
  margin-top: 15px;
}
.bglc-caring-hme__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
  position: relative;
  z-index: 300;
}
.bglc-caring-hme__outer .sec2 {
  width: 48%;
}
.bglc-caring-hme .bglc-roundImg {
  width: 42%;
}
.bglc-caring-hme p {
  padding-bottom: 15px;
}
.bglc-caring-hme p span {
  font-weight: 700;
}
.bglc-caring-hme p:last-child {
  padding-bottom: 20px;
}
.bglc-caring-hme p.wht {
  color: #ffffff;
}
.bglc-caring-hme p a {
  font-family: "Adelle Sans Semi-b", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-decoration: underline;
}
.bglc-caring-hme__abstract-top {
  width: 100%;
  height: auto;
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 100;
}
.bglc-caring-hme__abstract-top img {
  width: 100%;
  height: 100%;
}
.bglc-caring-hme__abstract-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -8%;
  left: 0;
  z-index: 200;
}
.bglc-caring-hme__abstract-bottom img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-caring-hme__outer {
    gap: 30px;
  }
  .bglc-caring-hme {
    overflow: hidden;
  }
  .bglc-caring-hme .bglc-roundImg,
  .bglc-caring-hme__outer .sec2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bglc-caring-hme__outer {
    flex-direction: column;
    gap: 40px;
  }
  .bglc-caring-hme {
    overflow: hidden;
  }
  .bglc-caring-hme .bglc-roundImg,
  .bglc-caring-hme__outer .sec2 {
    width: 100%;
	text-align: center;
  }
  .bglc-caring-hme p {
    text-align: center;
  }
  .bglc-caring-hme__abstract-top {
    top: 1%;
  }
  .bglc-caring-hme__abstract-bottom {
    bottom: -4%;
  }
  .bglc-caring-hme .btn-outer {
    justify-content: center;
  }
}
.bglc-nativeNurseryHome {
  padding: 0 0 40px;
}
.bglc-nativeNurseryHome .bglc-abstract {
  margin-top: -12%;
}
.bglc-nativeNurseryHome .bglc-head h2 {
  color: #006EB6;
  line-height: 52px;
}
.bglc-nativeNurseryHome__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
.bglc-nativeNurseryHome__outer .sec2 {
  width: 48%;
}
.bglc-nativeNurseryHome .bglc-roundImg {
  width: 42%;
}
.bglc-nativeNurseryHome p {
  padding-bottom: 15px;
}
.bglc-nativeNurseryHome p span {
  font-weight: 700;
}
.bglc-nativeNurseryHome p:last-child {
  padding-bottom: 20px;
}
.bglc-nativeNurseryHome__btn-outer {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 17px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-nativeNurseryHome__outer {
    gap: 30px;
  }
  .bglc-nativeNurseryHome__outer .sec2 {
    width: 50%;
  }
  .bglc-nativeNurseryHome__outer .bglc-roundImg {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bglc-nativeNurseryHome__outer {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .bglc-nativeNurseryHome__outer .sec2 {
    width: 100%;
  }
  .bglc-nativeNurseryHome__outer .bglc-roundImg {
    width: 100%;
  }
  .bglc-nativeNurseryHome p {
    text-align: center;
  }
  .bglc-nativeNurseryHome__btn-outer {
    justify-content: center;
  }
}
.bglc-culturalServices {
  padding: 40px 0 50px;
  position: relative;
  z-index: 200;
  background-color: #ffffff;
}
.bglc-culturalServices__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 60px;
}
.bglc-culturalServices__outer.padtop {
  padding-top: 50px;
}
.bglc-culturalServices__outer .sec1 {
  width: 40%;
}
.bglc-culturalServices__outer .sec2 {
  width: 55%;
}
.bglc-culturalServices .bglc-head h2 {
  color: #97401F;
}

@media (max-width: 767px) {
  .bglc-culturalServices__outer {
    flex-direction: column;
  }
  .bglc-culturalServices__outer .sec1, .bglc-culturalServices__outer .sec2 {
    width: 100%;
  }
  .bglc-culturalServices__outer .sec2 p {
    text-align: center;
  }
}
.bglc-protectingWilkerrHome {
  padding: 50px 0 80px;
}
.bglc-protectingWilkerrHome .bglc-head h2 {
  text-align: center;
  color: #006EB6;
}
.bglc-protectingWilkerrHome__cnt {
  text-align: center;
  padding-bottom: 32px;
  width: 80%;
  margin: 0 auto;
}
.bglc-protectingWilkerrHome__btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-bottom: 40px;
}
.bglc-protectingWilkerrHome__img {
  width: 75%;
  height: auto;
	margin: auto;
}
.bglc-protectingWilkerrHome__img img {
     width: 100%;
    height: auto;

}

@media (max-width: 767px) {
  .bglc-protectingWilkerrHome__cnt {
    width: 100%;
  }
	.bglc-protectingWilkerrHome__img{
		width:100%;
	}
}
.dyurrite-hme {
  background-color: #005C99;
  margin-top: -1%;
  position: relative;
  padding-bottom: 60px;
}
.dyurrite-hme.ylw {
  background-color: #E7B81D;
}
.dyurrite-hme.ylw .dyurrite-hme__outer {
  padding: 60px 0 0;
}
.dyurrite-hme.ylw p {
  color: #231F20;
}
.dyurrite-hme.ylw .bglc-abstract {
  margin-bottom: -2%;
}
.dyurrite-hme__abstratct {
  position: absolute;
  top: -15%;
  right: 15%;
  width: 450px;
  height: auto;
  z-index: 100;
}
.dyurrite-hme__abstratct img {
  width: 100%;
  height: 100%;
}
.dyurrite-hme__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
  padding: 40px 0;
}
.dyurrite-hme__outer .sec2 {
  width: 48%;
}
.dyurrite-hme .bglc-head h2 {
  color: #E7B81D;
}
.dyurrite-hme .bglc-head h2.blu {
  color: #006EB6;
}
.dyurrite-hme .bglc-roundImg {
  width: 42%;
}
.dyurrite-hme p {
  padding-bottom: 15px;
  color: #ffffff;
}
.dyurrite-hme p span {
  font-weight: 700;
}
.dyurrite-hme p:last-child {
  padding-bottom: 20px;
}
.dyurrite-hme__btn-outer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 17px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dyurrite-hme .bglc-roundImg,
  .dyurrite-hme .sec2 {
    width: 50%;
  }
  .dyurrite-hme__abstratct {
    width: 300px;
  }
  .dyurrite-hme__outer {
    gap: 40px;
  }
  .dyurrite-hme {
    margin-top: -2%;
  }
}
@media (max-width: 767px) {
  .dyurrite-hme__outer {
    flex-direction: column;
    gap: 30px;
  }
  .dyurrite-hme .bglc-roundImg,
  .dyurrite-hme .sec2 {
    width: 100%;
  }
  .dyurrite-hme p {
    text-align: center;
  }
  .dyurrite-hme {
    margin-top: -3%;
  }
  .dyurrite-hme__btn-outer {
    justify-content: center;
  }
  .dyurrite-hme__abstratct {
    top: -3%;
    right: -2%;
    width: 286px;
  }
  .dyurrite-hme__abstratct {
    right: 3%;
  }
  .dyurrite-hme__abstratct img {
    display: none;
  }
}
.bglc-member-hme {
  position: relative;
  margin-top: -4%;
  overflow: hidden;
}
.bglc-member-hme__abstrat {
  width: 208px;
  height: auto;
  position: absolute;
  bottom: -5%;
  left: -6%;
  z-index: 100;
}
.bglc-member-hme__abstrat img {
  width: 100%;
  height: 100%;
}
.bglc-member-hme.mt-none {
  margin-top: 0;
}
.bglc-member-hme .bglc-head h2 {
  color: #006EB6;
}
.bglc-member-hme__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 120px;
}
.bglc-member-hme__outer.reverse {
  flex-direction: row-reverse;
}
.bglc-member-hme__outer.pad-60 {
  padding: 60px 0 40px;
}
.bglc-member-hme__outer.pad-80 {
  padding: 60px 0 120px;
}
.bglc-member-hme__outer .sec2 {
  width: 42%;
}
.bglc-member-hme .bglc-roundImg {
  width: 42%;
}
.bglc-member-hme .bglc-btn-2 {
  margin-top: 17px;
}
.bglc-member-hme p {
  padding-bottom: 15px;
}
.bglc-member-hme p span {
  font-weight: 700;
}
.bglc-member-hme p a {
  color: #231F20;
  text-decoration: underline;
}
.bglc-member-hme p:last-child {
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-member-hme__outer .sec2 {
    width: 50%;
  }
  .bglc-member-hme .bglc-roundImg {
    width: 50%;
  }
  .bglc-member-hme__outer {
    gap: 30px;
  }
  .bglc-member-hme__abstrat {
    bottom: -1%;
    left: -10%;
  }
}
@media (max-width: 767px) {
  .bglc-member-hme__outer {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .bglc-member-hme__outer .sec2 {
    width: 100%;
  }
  .bglc-member-hme .bglc-roundImg {
    width: 100%;
  }
  .bglc-member-hme p {
    text-align: center;
  }
  .bglc-member-hme .bglc-btn-2 {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .bglc-member-hme__abstrat {
    display: none;
  }
  .bglc-member-hme__outer.pad-60 {
    padding-top: 30px;
  }
  .bglc-member-hme__outer.pad-80 {
    padding-bottom: 50px;
  }
  .bglc-member-hme__outer.reverse {
    flex-direction: column-reverse;
  }
  .bglc-member-hme {
    margin-top: -14%;
  }
}
.bglc-events-hme {
  padding: 0 0 80px;
}
.bglc-events-hme.pad-80 {
  padding: 80px 0;
}
.bglc-events-hme.pat-40 {
  padding: 60px 0 0;
}
.bglc-events-hme .bglc-head h2 {
  text-align: center;
}
.bglc-events-hme p.sub {
  text-align: center;
}
.bglc-events-hme__outer {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 60px -16px;
}
.bglc-events-hme .bglc-card {
  width: calc(33% - 32px);
    margin: 0 16px 32px;
}
.bglc-events-hme__bnt-outer {
  display: flex;
  justify-content: center;
  padding: 55px 0 0 0;
}

@media (max-width: 767px) {
  .bglc-events-hme .bglc-card {
    width: calc(100% - 32px);
    margin-bottom: 30px;
  }
  .bglc-events-hme {
    padding: 40px 0 20px;
  }
  .bglc-events-hme__outer {
    margin-bottom: 30px;
  }
  .bglc-events-hme__bnt-outer {
    padding: 20px 0;
  }
}
.bglc-faq-sec {
  padding: 80px 0 0;
  position: relative;
  background: #ffffff;
}
.bglc-faq-sec.martop1 {
  margin-top: -1%;
  padding-bottom: 80px;
}
.bglc-faq-sec .bglc-abstract {
  margin-top: -17%;
  padding-bottom: 40px;
}
.bglc-faq-sec .bglc-accordian.active .bglc-accordian__cnt {
  overflow-y: auto;
  max-height: 400px;
  width: 98%;
}
.bglc-faq-sec__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.bglc-faq-sec__outer .sec1 {
  width: 35%;
}
.bglc-faq-sec__outer .sec2 {
  width: 50%;
}
.bglc-faq-sec__outer .sec2 .bglc-accordian:last-child .bglc-accordian__line {
  display: none;
}
.bglc-faq-sec .bglc-head h2 {
  color: #006EB6;
}

@media (max-width: 767px) {
  .bglc-faq-sec__outer {
    flex-direction: column;
    gap: 30px;
  }
  .bglc-faq-sec__outer .sec1,
  .bglc-faq-sec__outer .sec2 {
    width: 100%;
  }
  .bglc-faq-sec {
    padding: 40px 0 0;
  }
  .bglc-faq-sec__outer .sec1 p {
    text-align: center;
  }
}
.bglc-questions-sec__outer {
  background-color: #005C99;
  margin-top: -2%;
  position: relative;
  z-index: 150;
}
.bglc-questions-sec .bglc-head h2 {
  text-align: center;
  color: #ffffff;
}
.bglc-questions-sec .bglc-abstract {
  margin-bottom: -5%;
}
.bglc-questions-sec .bglc-abstract-1 {
  margin-top: -2%;
}
.bglc-questions-sec p.sub {
  text-align: center;
  color: #ffffff;
}
.bglc-questions-sec__bnt-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
}

@media (max-width: 767px) {
  .bglc-questions-sec .bglc-abstract-1 {
    margin-top: -2%;
  }
  .bglc-questions-sec .bglc-abstract {
    margin-bottom: -3%;
  }
}
.bglc-resource-sec {
  padding: 80px 0;
}
.bglc-resource-sec .bglc-head h2 {
  padding-bottom: 10px;
}
.bglc-resource-sec__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 50px;
}
.bglc-resource-sec__head .sec1 {
  width: 45%;
}
.bglc-resource-sec__head .sec2 {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.bglc-resource-sec__outer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.bglc-resource-sec .bglc-card {
  width: calc(33% - 32px);
  margin: 0 16px;
}

@media (max-width: 767px) {
  .bglc-resource-sec__head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bglc-resource-sec__head .sec1 {
    width: 100%;
  }
  .bglc-resource-sec__head .sec1 p {
    text-align: center;
    padding-bottom: 20px;
  }
  .bglc-resource-sec__head .sec2 {
    width: 100%;
    justify-content: center;
  }
  .bglc-resource-sec {
    padding: 40px 0;
  }
  .bglc-resource-sec .bglc-card {
    width: calc(100% - 32px);
    margin-bottom: 32px;
  }
}
.bglc-form-hme {
  padding: 120px 0 60px;
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
}
.bglc-form-hme__cnt-desk {
  display: block;
}
.bglc-form-hme__cnt-mob {
  display: none;
}
.bglc-form-hme__abstract {
  position: absolute;
  top: -4%;
  right: -3%;
  width: 320px;
  height: auto;
  z-index: 20;
  padding-top: 40px;
}
.bglc-form-hme__abstract img {
  width: 100%;
  height: 100%;
}
.bglc-form-hme__img {
  width: 100%;
  height: auto;
  position: relative;
}
.bglc-form-hme__img img {
  width: 100%;
  height: 100%;
}
.bglc-form-hme__outer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #ffffff;
}
.bglc-form-hme__outer .sec1 {
  width: 45%;
}
.bglc-form-hme__outer .sec2 {
  width: 45%;
}
.bglc-form-hme .bglc-head h2 {
  color: #d83b20;
}
.bglc-form-hme .bglc-form {
  padding: 30px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-form-hme__abstract {
    top: -3%;
    right: -3%;
    width: 210px;
  }
}
@media (max-width: 767px) {
  .bglc-form-hme__outer {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .bglc-form-hme__outer .sec1,
  .bglc-form-hme__outer .sec2 {
    width: 100%;
  }
  .bglc-form-hme__cnt-desk {
    display: none;
  }
  .bglc-form-hme__cnt-mob {
    display: block;
  }
  .bglc-form-hme__cnt-mob p {
    padding-bottom: 30px;
    text-align: center;
  }
  .bglc-form-hme__abstract {
    top: 11%;
    right: -3%;
    width: 156px;
  }
  .bglc-form-hme {
    padding: 50px 0;
  }
  .bglc-form-hme .bglc-head h2 {
    padding-bottom: 10px;
  }
}
.bglc-footer {
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
 background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/footer-bg.png');
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 70px 0 30px;
  min-height: auto;
}
.bglc-footer label {
  color: #ffffff;
  font-family: "Adelle Sans Regular", sans-serif;
  font-weight: 400;
}
.bglc-footer input[type=email] {
  width: 100%;
  padding: 8px 18px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: transparent;
  color: #ffffff;
}
.bglc-footer input[type=email]::-moz-placeholder {
  color: #949494;
}
.bglc-footer input[type=email]::placeholder {
  color: #949494;
}
.bglc-footer form p {
  color: #ffffff;
  padding-top: 8px;
  font-size: 16px;
}
.bglc-footer input[type=email]:focus,
.bglc-footer textarea:focus {
  outline: none;
  border-color: #e67e22;
  box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.1);
}
.bglc-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #cecece;
}
.bglc-footer__inner .sec1 {
  width: 42%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.bglc-footer__inner .sec2 {
  width: 20%;
}
.bglc-footer__outer {
  padding: 40px 0;
  border-bottom: 1px solid #cecece;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
}
.bglc-footer__outer ul {
  list-style: none;
  padding: 0;
}
.bglc-footer__outer ul li a {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.3s ease-in;
}
.bglc-footer__outer ul li a:hover {
  color: #006EB6;
}
.bglc-footer__outer__nav-card {
  padding: 10px 0;
}
.bglc-footer__outer p.head {
  font-family: "Ellis", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 24px;
  color: #ffffff;
}
.bglc-footer__abstract {
  width: 148px;
  height: auto;
}
.bglc-footer__abstract img {
  width: 100%;
  height: 100%;
}
.bglc-footer__btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 0;
}
.bglc-footer__btm p {
  color: #ffffff;
  line-height: 24px;
}
.bglc-footer__logo {
  width: 230px;
  height: auto;
}
.bglc-footer__logo img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .bglc-footer__inner .sec1 {
    width: 54%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-footer__inner .sec1 {
    width: 54%;
  }
  .bglc-footer__outer {
    gap: 20px;
  }
  .bglc-footer__outer p.head {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .bglc-footer {
 background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/footer-mob-bg.png');
  }
  .bglc-footer__inner {
    flex-direction: column;
    position: relative;
    padding-bottom: 75px;
  }
  .bglc-footer__inner .sec1 {
    width: 100%;
  }
  .bglc-footer__inner .sec2 {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  .bglc-footer__inner .sec2 .bglc-footer__abstract {
    width: 80px;
  }
  .bglc-footer__inner .sec1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .bglc-footer form {
    width: 100%;
  }
  .bglc-footer__outer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .bglc-footer__outer__nav-card {
    width: 100%;
  }
  .bglc-footer__logo {
    display: none;
  }
  .bglc-footer__inner .sec2 {
    bottom: 20px;
  }
}
.bglc-header-v1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}
.bglc-header-v1.show {
  transform: translateY(0);
}
.bglc-header-v1.hide {
  transform: translateY(-100%);
}
.bglc-header-v1.active {
  background-color: #231F20;
  height: 100vh;
}
.bglc-header-v1.active .bglc-header-v1__outer {
  background-color: #231F20;
}
.bglc-header-v1.active .bglc-header-v1__navitems {
  border-bottom: 1px solid #cecece;
  padding-bottom: 40px;
}
.bglc-header-v1.active .bglc-header-v1__hamburger img:nth-child(1) {
  display: none;
}
.bglc-header-v1.active .bglc-header-v1__hamburger img:nth-child(2) {
  display: block;
}
.bglc-header-v1.active .bglc-header-v1__logo img:nth-child(1) {
  display: none;
}
.bglc-header-v1.active .bglc-header-v1__logo img:nth-child(2) {
  display: block;
}
.bglc-header-v1.active .bglc-header-v1__inner .bglc-header-v1__rgt-sec {
  display: none;
}
.bglc-header-v1.active .bglc-header-v1__inner .bglc-btn {
  display: none;
}
.bglc-header-v1__outer {
  background-color: #f7f0ed;
  padding: 14px 0;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.bglc-header-v1__navitems {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.bglc-header-v1__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.bglc-header-v1__hamburger {
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.bglc-header-v1__hamburger img:nth-child(2) {
  display: none;
}
.bglc-header-v1__hamburger img {
  width: 100%;
  height: 100%;
}
.bglc-header-v1__rgt-sec {
  display: flex;
  align-items: center;
  gap: 24px;
}
.bglc-header-v1__rgt-sec .nav-link {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Adelle Sans r-400", sans-serif;
  transition: all 0.3s ease-in-out;
}
.bglc-header-v1__rgt-sec .nav-link:hover {
  color: #006EB6;
}
.bglc-header-v1__rgt-sec li a {
  color: #231f20;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Adelle Sans r-400", sans-serif;
  transition: all 0.3s ease-in-out;
}
.bglc-header-v1__rgt-sec li a:hover {
  color: #006EB6;
}
.bglc-header-v1__logo {
  width: 230px;
  height: auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: auto 0;
  display: flex;
}
.bglc-header-v1__logo img:nth-child(2) {
  display: none;
}
.bglc-header-v1__logo img {
  width: 100%;
  height: 100%;
}
.bglc-header-v1___nav-sec {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}
.bglc-header-v1___nav-sec.active {
  max-height: 650px; /* adjust depending on content height */
  opacity: 1;
  visibility: visible;
}
.bglc-header-v1___nav-sec .inner {
  padding: 40px 0 20px;
  display: flex;
  justify-content: space-between;
}
.bglc-header-v1___nav-sec .inner .sec1 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 140px;
}
.bglc-header-v1___nav-sec .inner .sec1 p.head {
  font-family: "Ellis", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 24px;
}
.bglc-header-v1___nav-sec .inner .sec1 .nav-list li a {
  display: inline-block;
  font-family: "Adelle Sans", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.bglc-header-v1___nav-sec .inner .sec1 .nav-list li a:hover {
  color: #E7B81D;
}
.bglc-header-v1___nav-sec .inner .sec2 {
  width: 20%;
  margin: auto 0;
}
.bglc-header-v1___nav-sec .inner .sec2 img {
  width: 200px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-header-v1___nav-sec .inner .sec2 img {
    width: 100%;
  }
  .bglc-header-v1__rgt-sec .nav-link {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .bglc-header-v1__rgt-sec,
  .bglc-header-v1__navitems .bglc-btn {
    display: none;
  }
  .bglc-header-v1___nav-sec .inner {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .bglc-header-v1___nav-sec .active {
    height: 100%;
  }
  .bglc-header-v1___nav-sec .inner .sec1 {
    width: 100%;
  }
  .bglc-header-v1___nav-sec .inner .sec2 {
    display: none;
  }
  .bglc-header-v1__logo {
    width: 150px;
  }
  .bglc-header-v1__outer {
    padding: 10px 0;
  }
  .bglc-header-v1__hamburger {
    width: 38px;
    height: 38px;
  }
}

.bglc-cntryYlw {
  position: relative;
  padding-bottom: 50px;
  /* ------------------------------
     FIXED HOVER BACKGROUND OVERLAY
  --------------------------------*/
  /* Bottom Shape */
  /* Content Wrap */
}
.bglc-cntryYlw .bglc-abstract {
  margin-bottom: -3%;
}
.bglc-cntryYlw .abstract-sml-lft {
  width: 250px;
  height: auto;
}
.bglc-cntryYlw .abstract-sml-lft img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-cntryYlw .abstract-sml-rgt {
  width: 250px;
  height: auto;
  transform: scaleY(-1) rotate(0deg);
}
.bglc-cntryYlw .abstract-sml-rgt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-cntryYlw__outer {
  background-color: #E7B81D;
  padding: 30px 0 180px;
}
.bglc-cntryYlw__inner {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.bglc-cntryYlw .bglc-head h2 {
  text-align: center;
  color: #006EB6;
}
.bglc-cntryYlw__cnt {
  text-align: center;
  padding-bottom: 15px;
}
.bglc-cntryYlw .outer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.bglc-cntryYlw__img {
  width: 50%;
  margin-bottom: 60px;
  position: relative;
	cursor:pointer;
  /* Overlay added here */
  /* Center Content */
}
.bglc-cntryYlw__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  border-radius: 30px;
  z-index: 100;
  transition: opacity 0.3s ease-in-out;
}
/* .bglc-cntryYlw__img:hover::before {
  opacity: 0.5;
} */
.bglc-cntryYlw__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 50;
}
.bglc-cntryYlw__img .cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.bglc-cntryYlw__img .cnt img {
  width: 100px;
  height: 100px;
}
.bglc-cntryYlw__img .cnt p {
  font-size: 32px;
  line-height: 30px;
  color: #ffffff;
}
.bglc-cntryYlw__img:hover .cnt {
  opacity: 1;
}
.bglc-cntryYlw__btm {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -6%;
  left: 0;
  z-index: 300;
}
.bglc-cntryYlw__btm img {
  width: 100%;
  height: 100%;
}
.bglc-cntryYlw__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
  padding: 40px 0 30px;
  position: relative;
  z-index: 400;
}
.bglc-cntryYlw__wrap .bglc-head h2 {
  text-align: left;
  color: #97401F;
}
.bglc-cntryYlw__wrap.row-reverse {
  flex-direction: row-reverse;
}
.bglc-cntryYlw__wrap .sec2 {
  width: 48%;
}
.bglc-cntryYlw__wrap h3 {
  color: #97401F;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 16px;
}
.bglc-cntryYlw__wrap ul {
  list-style: disc;
}
.bglc-cntryYlw__wrap ul li {
  padding-bottom: 8px;
  margin-left: 20px;
}
.bglc-cntryYlw__wrap p {
  padding-bottom: 15px;
}
.bglc-cntryYlw__wrap p span {
  font-family: "Adelle Sans Semi-b", sans-serif;
  font-weight: 500;
}
.bglc-cntryYlw__wrap__btn-outer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  z-index: 300;
  flex-wrap: wrap;
}
.bglc-cntryYlw .bglc-roundImg {
  width: 42%;
}

/* ------------------------------
   RESPONSIVE: TABLET
--------------------------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-cntryYlw__img {
    margin-bottom: 0;
    height: 100% !important;
  }
}
/* ------------------------------
   RESPONSIVE: MOBILE
--------------------------------*/
@media (max-width: 767px) {
  .bglc-cntryYlw__inner {
    width: 100%;
  }
  .bglc-cntryYlw__img {
    margin-bottom: 0;
    height: 100% !important;
  }
  .bglc-cntryYlw__outer {
    padding-bottom: 80px;
  }
  .bglc-cntryYlw__btm {
    bottom: -1%;
  }
  .bglc-cntryYlw__wrap.row-reverse {
    flex-direction: column;
    gap: 30px;
  }
  .bglc-cntryYlw .bglc-roundImg,
  .bglc-cntryYlw__wrap .sec2 {
    width: 100%;
  }
  .bglc-cntryYlw__wrap .bglc-head h2,
  .bglc-cntryYlw__wrap h3 {
    text-align: center;
  }
  .bglc-cntryYlw__wrap__btn-outer {
    justify-content: center;
  }
  .bglc-cntryYlw__wrap p {
    text-align: center;
  }
  .abstract-sml-rgt, .abstract-sml-lft {
    display: none;
  }
  .bglc-cntryYlw .outer {
    justify-content: center;
  }
  .bglc-cntryYlw__img .cnt p {
    font-size: 16px;
    line-height: 25px;
  }
}


.bglc-keyMomentsSLider {
  padding: 60px 0 40px;
  margin-top: -16%;
  position: relative;
  z-index: 200;
  /* show inner red dot when active */
}
.bglc-keyMomentsSLider .bglc-abstract {
  padding-bottom: 8%;
}
.bglc-keyMomentsSLider .bglc-head h2 {
  text-align: center;
  color: #006EB6;
}
.bglc-keyMomentsSLider__cnt {
  text-align: center;
}
.bglc-keyMomentsSLider .timeline-container {
  width: 100%;
  background: #ffffff;
  padding: 60px 0 40px;
  margin-top: 80px;
}
.bglc-keyMomentsSLider .timeline-header {
  position: relative;
  margin-bottom: 60px;
}
.bglc-keyMomentsSLider .timeline-line {
  position: relative;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  margin: 30px 0;
}
.bglc-keyMomentsSLider .timeline-progress {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, #00796b, #009688);
  border-radius: 2px;
  transition: width 0.3s ease;
}
.bglc-keyMomentsSLider .timeline-dots {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.bglc-keyMomentsSLider .timeline-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid #D83B20;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* inner dot (hidden by default) */
}
.bglc-keyMomentsSLider .timeline-dot::after {
  content: "";
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  transform: scale(0.6);
  opacity: 0;
  position: absolute;
  z-index: 2;
}
.bglc-keyMomentsSLider .timeline-dot.active {
  transform: scale(1.04);
}
.bglc-keyMomentsSLider .timeline-dot.active .timeline-dot-label {
  color: #006EB6;
}
.bglc-keyMomentsSLider .timeline-dot.active::after {
  background: #D83B20;
  opacity: 1;
  transform: scale(1);
}
.bglc-keyMomentsSLider .timeline-dot-label {
  position: absolute;
  top: -45px;
  font-weight: 500;
  color: #008E6B;
  white-space: nowrap;
  font-family: "Ellis", sans-serif;
  font-size: 32px;
  line-height: 32px;
}
.bglc-keyMomentsSLider__bg {
  position: absolute;
  width: 100%;
  height: auto;
  top: -2px;
  left: 0;
}
.bglc-keyMomentsSLider__bg img {
  width: 100%;
  height: 100%;
}
.bglc-keyMomentsSLider .swiper {
  width: 100%;
  padding: 20px 0;
}
.bglc-keyMomentsSLider .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.bglc-keyMomentsSLider .swiper-slide-active {
  opacity: 1;
}
.bglc-keyMomentsSLider .slide-content {
  display: flex;
  padding: 60px 50px 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.bglc-keyMomentsSLider .slide-content .sec1 {
  width: 60%;
}
.bglc-keyMomentsSLider .slide-content .sec2 {
  width: 40%;
}
.bglc-keyMomentsSLider .slide-content h3.head {
  font-weight: 500;
  font-size: 96px;
  line-height: 80px;
  color: #008E6B;
}
.bglc-keyMomentsSLider .slide-content h4.sub {
  font-weight: 500;
  font-size: 64px;
  line-height: 56px;
  color: #008E6B;
  padding-bottom: 16px;
}
.bglc-keyMomentsSLider .slide-content p {
  width: 90%;
}
.bglc-keyMomentsSLider .navigation-buttons {
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  margin: 0 50px;
}
.bglc-keyMomentsSLider .navigation-buttons .cta-btn {
  width: 64px;
  height: 64px;
}
.bglc-keyMomentsSLider .navigation-buttons .cta-btn img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-keyMomentsSLider .nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-keyMomentsSLider .timeline-dot-label {
    font-size: 24px;
    line-height: 30px;
  }
	.bglc-cntryYlw__img {
    margin-bottom: 0;
	 height:100% !important;
  }
}
@media (max-width: 767px) {
  .bglc-keyMomentsSLider .slide-content {
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }
  .bglc-keyMomentsSLider .slide-content .sec1,
  .bglc-keyMomentsSLider .slide-content .sec2 {
    width: 100%;
  }
  .bglc-keyMomentsSLider .slide-content h3.head {
    font-size: 45px;
    line-height: 58px;
    color: #D83B20;
    text-align: center;
  }
  .bglc-keyMomentsSLider .slide-content h4.sub {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .bglc-keyMomentsSLider .slide-content p {
    width: 100%;
    text-align: center;
  }
  .bglc-keyMomentsSLider .navigation-buttons {
    justify-content: center;
  }
  .bglc-keyMomentsSLider .timeline-dots,
  .bglc-keyMomentsSLider__bg {
    display: none;
  }
  .bglc-keyMomentsSLider .timeline-container {
    padding: 0;
    margin: 0;
  }
  .bglc-keyMomentsSLider .swiper-slide {
    border-radius: 30px;
    padding: 30px 0;
    border: 1.5px solid #ececec;
  }
  .bglc-keyMomentsSLider {
    margin-top: -34%;
  }
}
.bglc-boardDirectors {
  padding-bottom: 80px;
}
.bglc-boardDirectors.pad80 {
  padding: 80px 0;
}
.bglc-boardDirectors__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 50px;
}
.bglc-boardDirectors__head .sec1 {
  width: 45%;
}
.bglc-boardDirectors__head .sec2 {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.bglc-boardDirectors__head .bglc-head h2 {
  text-align: left !important;
  padding-bottom: 10px;
}
.bglc-boardDirectors.pad-80 {
  padding: 80px 0;
}
.bglc-boardDirectors .bglc-head h2 {
  text-align: center;
}
.bglc-boardDirectors__cnt {
  width: 75%;
  margin: 0 auto;
}
.bglc-boardDirectors__cnt p {
  text-align: center;
  padding-bottom: 15px;
}
.bglc-boardDirectors__outer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px -20px 0;
}
.bglc-boardDirectors__outer.padtop0 {
  margin-top: 0;
}
.bglc-boardDirectors__outer .bglc-bord-card {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-boardDirectors .bglc-bord-card p.sub {
    font-size: 16px;
    padding-top: 0;
  }
  .bglc-boardDirectors .bglc-bord-card h3.head {
    font-size: 22px;
	 line-height:28px;
	  min-height:96px;
  }
  .bglc-boardDirectors__outer .bglc-bord-card {
    height: 100%;
    margin-bottom: 20px;
  }
	  .bglc-boardDirectors__outer .bglc-bord-card {
  background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/blue-card.png') !important;
	}
}
@media (max-width: 767px) {
  .bglc-boardDirectors__outer .bglc-bord-card {
    width: calc(100% - 40px);
    height:205px;
    margin-bottom: 20px;
	  background-image: url('https://bglc.com.au/wp-content/uploads/2025/11/blue-card.png') !important;
  }
	.bglc-bord-card h3.head {
    font-size: 24px;
    line-height: 28px;
}
	
body .bglc-boardDirectors__outer .bglc-bord-card__sec {
    width: 72%;
    padding: 20px 40px 20px 20px;
}
	.bglc-slider-hme__outer .sec1 .content
	{
	font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
        text-align: center;	
	}

  .bglc-boardDirectors__cnt {
    width: 100%;
  }
  .bglc-boardDirectors .bglc-bord-card p.sub {
    font-size: 16px;
    padding-top: 0;
  }
  .bglc-boardDirectors .bglc-bord-card h3.head {
    font-size: 24px;
    line-height: 26px;
  }
  .bglc-boardDirectors {
    overflow-x: hidden;
  }
  .bglc-boardDirectors__outer {
    margin-top: 30px;
  }
  .bglc-bord-card__sec {
    width: 60%;
  }
  .bglc-boardDirectors__head {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .bglc-boardDirectors__head .sec1, .bglc-boardDirectors__head .sec2 {
    width: 100%;
  }
  .bglc-boardDirectors .bglc-btn {
    width: 100%;
  }
  .bglc-boardDirectors .bglc-head h2 {
    text-align: center !important;
  }
  .bglc-boardDirectors__head .sec1 p {
    text-align: center;
  }
}
.bglc-acknwldge-sec {
  padding: 80px 0;
}
.bglc-acknwldge-sec .bglc-head h2 {
  text-align: center;
  color: #97401F;
  padding-bottom: 40px;
}
.bglc-acknwldge-sec__head {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12px 32px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bglc-acknwldge-sec__head h2 {
  color: #006EB6;
  font-size: 32px;
  line-height: 40px;
}
.bglc-acknwldge-sec__cnt {
  padding: 20px 30px 10px;
}
.bglc-acknwldge-sec__cnt p {
  padding-bottom: 15px;
}
.bglc-acknwldge-sec__cnt p span {
  font-weight: 500;
  font-family: "Adelle Sans Semi-b", sans-serif;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-acknwldge-sec__head h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .bglc-acknwldge-sec__head h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .bglc-acknwldge-sec__head {
    background-image: none !important;
    background-color: #E7B81D;
    height: 60px;
    border: 2px solid #005c99;
    border-radius: 16px;
    padding: 12px 24px;
  }
  .bglc-acknwldge-sec__cnt {
    padding: 20px 0;
  }
}
.bglc-wrking-accord-sec {
  position: relative;
  padding: 5% 0 15%;
  height: 100%;
}
.bglc-wrking-accord-sec__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}
.bglc-wrking-accord-sec__top img {
  width: 100%;
  height: 100%;
}
.bglc-wrking-accord-sec .bglc-accordian.active .bglc-accordian__cnt {
  overflow-y: auto;
  max-height: 380px;
}
.bglc-wrking-accord-sec .bglc-accordian.active .bglc-accordian__cnt p, .bglc-wrking-accord-sec .bglc-accordian.active .bglc-accordian__cnt li {
  width: 95%;
}
.bglc-wrking-accord-sec .bglc-accordian.active .bglc-accordian__cnt::-webkit-scrollbar {
  width: 5px;
}
.bglc-wrking-accord-sec .bglc-accordian.active .bglc-accordian__cnt::-webkit-scrollbar-thumb {
  background-color: #231F20;
  border-radius: 10px;
}
.bglc-wrking-accord-sec__btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}
.bglc-wrking-accord-sec__btm img {
  width: 100%;
  height: 100%;
}
.bglc-wrking-accord-sec__outer {
  background-color: #E7B81D;
}
.bglc-wrking-accord-sec .bglc-head h2 {
  color: #97401F;
}
.bglc-wrking-accord-sec__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  padding: 80px 0 30px;
  margin-top: -2%;
  position: relative;
  z-index: 200;
}
.bglc-wrking-accord-sec__inner.row-reverse {
  flex-direction: row-reverse;
}
.bglc-wrking-accord-sec__inner .sec2 {
  width: 55%;
}
.bglc-wrking-accord-sec__inner .sec2 .bglc-accordian:last-child .bglc-accordian__line {
  display: none;
}
.bglc-wrking-accord-sec .bglc-roundImg {
  width: 45%;
}
.bglc-wrking-accord-sec p {
  padding-bottom: 15px;
}
.bglc-wrking-accord-sec p span {
  font-weight: 700;
}
.bglc-wrking-accord-sec__accord {
  padding: 0 0 10px;
  width: 95%;
}

@media (max-width: 767px) {
  .bglc-wrking-accord-sec__inner.row-reverse {
    flex-direction: column;
  }
  .bglc-wrking-accord-sec .bglc-roundImg,
  .bglc-wrking-accord-sec__inner .sec2 {
    width: 100%;
  }
  .bglc-wrking-accord-sec__inner .sec2 {
    text-align: center;
  }
  .bglc-wrking-accord-sec {
    padding: 4% 0 13%;
  }
  .bglc-wrking-accord-sec .bglc-accordian__head h3 {
    text-align: left;
  }
  .bglc-wrking-accord-sec__accord {
    width: 100%;
  }
}
.bglc-firePrgrm {
  padding: 70px 0 50px;
}
.bglc-firePrgrm.pad-100 {
  padding: 100px 0 60px;
}
.bglc-firePrgrm .bglc-abstract {
  margin-top: -16%;
}
.bglc-firePrgrm__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  padding-top: 50px;
}
.bglc-firePrgrm__outer .sec1 {
  width: 50%;
}
.bglc-firePrgrm__outer .sec2 {
  width: 50%;
}
.bglc-firePrgrm p {
  padding-bottom: 15px;
}
.bglc-firePrgrm__dorm-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.bglc-firePrgrm__dorm-wrap .form-group {
  width: 50%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .bglc-firePrgrm .bglc-abstract {
    margin-top: -23%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-firePrgrm .bglc-abstract {
    margin-top: -26%;
  }
}
@media (max-width: 767px) {
  .bglc-firePrgrm__dorm-wrap .form-group {
    width: 100%;
  }
  .bglc-firePrgrm__outer {
    flex-direction: column;
    gap: 40px;
  }
  .bglc-firePrgrm__outer .sec1,
  .bglc-firePrgrm__outer .sec2 {
    width: 100%;
  }
  .bglc-firePrgrm__dorm-wrap {
    flex-direction: column;
  }
  .bglc-firePrgrm .bglc-abstract {
    margin-top: -43%;
  }
  .bglc-firePrgrm p {
    text-align: center;
  }
}
.bglc-trdtnOwner {
  position: relative;
}
.bglc-trdtnOwner__top {
  width: 100%;
  height: auto;
  margin-bottom: -2%;
}
.bglc-trdtnOwner__top img {
  width: 100%;
  height: 100%;
}
.bglc-trdtnOwner__abstract-1 {
  width: 100%;
  height: auto;
  padding: 30px 0;
}
.bglc-trdtnOwner__abstract-1 img {
  width: 100%;
  height: 100%;
}
.bglc-trdtnOwner__abstract-2 {
  width: 370px;
  height: auto;
  position: absolute;
  top: 5%;
  left: 35%;
  z-index: 10;
}
.bglc-trdtnOwner__abstract-2 img {
  width: 100%;
  height: 100%;
}
.bglc-trdtnOwner__btm {
  width: 100%;
  height: auto;
  margin-top: -8%;
}
.bglc-trdtnOwner__btm img {
  width: 100%;
  height: 100%;
}
.bglc-trdtnOwner__outer {
  background-color: #005C99;
  padding: 40px 0 60px;
}
.bglc-trdtnOwner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bglc-trdtnOwner__inner.row-reverse {
  flex-direction: row-reverse;
}
.bglc-trdtnOwner__inner .sec2 {
  width: 48%;
}
.bglc-trdtnOwner__inner ul {
  padding-left: 24px;
  padding-top: 20px;
  width: 85%;
}
.bglc-trdtnOwner__inner ul li {
  position: relative;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 16px;
}
.bglc-trdtnOwner__inner ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e7b81d;
}
.bglc-trdtnOwner .bglc-roundImg {
  width: 42%;
}
.bglc-trdtnOwner .bglc-head h2 {
  color: #E7B81D;
}

@media (max-width: 767px) {
  .bglc-trdtnOwner__inner.row-reverse {
    flex-direction: column;
    gap: 30px;
  }
  .bglc-trdtnOwner .bglc-roundImg,
  .bglc-trdtnOwner__inner .sec2 {
    width: 100%;
  }
  .bglc-trdtnOwner__abstract-2 {
    display: none;
  }
  .bglc-trdtnOwner__inner ul {
    width: 100%;
    padding-left: 30px;
  }
  .bglc-trdtnOwner__top {
    margin-bottom: -3%;
  }
}
.bglc-currentProjects {
  padding: 0 0 60px;
}
.bglc-currentProjects .bglc-head h2 {
  text-align: center;
  color: #006EB6;
}
.bglc-currentProjects p.sub {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.bglc-currentProjects__outer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px -16px 0;
}
.bglc-currentProjects .bglc-card {
  width: calc(50% - 32px);
  margin: 0 16px;
}

@media (max-width: 767px) {
  .bglc-currentProjects p.sub {
    width: 100%;
  }
  .bglc-currentProjects .bglc-card {
    width: 100%;
    margin-bottom: 32px;
  }
}
.bglc-mapWotjobaluk {
  padding: 20px 0 120px;
}
.bglc-mapWotjobaluk .bglc-head h2 {
  text-align: center;
}
.bglc-mapWotjobaluk__cnt {
  width: 85%;
  margin: 0 auto 25px;
}
.bglc-mapWotjobaluk__cnt p {
  padding-bottom: 15px;
  text-align: center;
}
/* .bglc-mapWotjobaluk__map {
  width: 100%;
  height: auto;
} */
.bglc-mapWotjobaluk__map img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .bglc-mapWotjobaluk__cnt {
    width: 100%;
  }
  .bglc-mapWotjobaluk .bglc-member-abstract {
    margin-top: -19%;
  }
  .bglc-mapWotjobaluk {
    padding-bottom: 40px;
  }
}
.contat-cards {
  padding: 30px 0px;
}
.contat-cards__card_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px -12px;
}
.contat-cards .contact-card {
  margin: 0 12px 24px;
  width: calc(33.3% - 24px);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .contat-cards .contact-card {
    margin: 0px 12px 24px;
    width: calc(50% - 24px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contat-cards .contact-card {
    width: calc(50% - 24px);
    margin: 0px 10px 0;
  }
}
@media (max-width: 767px) {
  .contat-cards .contact-card {
    margin: 0px 12px 10px;
    width: calc(100% - 24px);
  }
}
.bglc-blogList {
  padding: 70px 0 0;
  background-color: #ffffff;
  position: relative;
  z-index: 200;
}
.bglc-blogList__outer {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.bglc-blogList .bglc-card {
  width: calc(33% - 32px);
  margin: 0 16px 72px;
}
.bglc-blogList .step-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: "Adelle Sans", sans-serif;
  overflow: hidden;
  padding-bottom: 60px;
}
.bglc-blogList .nav-btn {
  width: 60px;
  height: 60px;
}
.bglc-blogList .nav-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-blogList .nav-btn .arrow {
  color: #0a8a75;
  font-size: 28px;
}
.bglc-blogList .steps span {
  font-size: 20px;
  margin: 0 12px;
  cursor: pointer;
}
.bglc-blogList .steps .active {
  color: #d9534f; /* red */
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-blogList .bglc-card {
    width: calc(50% - 32px);
  }
}
@media (max-width: 767px) {
  .bglc-blogList .bglc-card {
    width: calc(100% - 32px);
  }
}
.bglc-privacy-sec {
  padding: 60px 0;
}
.bglc-privacy-sec h1 {
  color: #006EB6;
  padding: 120px 0 40px;
  font-size: 64px;
  line-height: 64px;
}
.bglc-privacy-sec .sec {
  padding-top: 60px;
}
.bglc-privacy-sec__outer {
  padding-bottom: 16px;
}
.bglc-privacy-sec__outer h2 {
  color: #97401F;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 15px;
}
.bglc-privacy-sec__outer p {
  padding-bottom: 12px;
}
.bglc-privacy-sec__outer p span {
  font-weight: 500;
  font-family: "Adelle Sans Semi-b", sans-serif;
}
.bglc-privacy-sec__outer ul.list {
  list-style: disc;
  padding-left: 24px;
  padding-bottom: 15px;
}
.bglc-privacy-sec__outer ul.list li {
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .bglc-privacy-sec h1 {
    font-size: 42px;
    line-height: 42px;
    padding-top: 80px;
  }
}
.bglc-mediaDetail-sec {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
}
.bglc-mediaDetail-sec__outer {
  margin: 0 auto;
  width: 80%;
}
.bglc-mediaDetail-sec__outer p {
  padding-bottom: 15px;
}
.bglc-mediaDetail-sec__outer p span {
  font-weight: 500;
  font-family: "Adelle Sans Semi-b", sans-serif;
}
.bglc-mediaDetail-sec__line {
  width: 60px;
  height: 1px;
  background-color: #231F20;
  display: block;
  padding-bottom: 0;
  margin: 10px 0;
}
.bglc-mediaDetail-sec .bglc-head h2 {
  font-size: 36px;
  line-height: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-mediaDetail-sec__outer {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .bglc-mediaDetail-sec__outer {
    width: 100%;
  }
}
.bglc-openPos-sec {
  padding: 40px 0 50px;
}
.bglc-openPos-sec p.sub {
  padding-bottom: 30px;
}
.bglc-openPos-sec__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 50px;
}
.bglc-openPos-sec__head .bglc-head h2 {
  padding-bottom: 0;
}

.bglc-bloginner {
  padding: 80px 0;
  position: relative;
  background-color: #ffffff;
}
.bglc-bloginner__blog_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
}
.bglc-bloginner__blog_main .sec1 {
  width: 32%;
}
.bglc-bloginner__blog_main .sec2 {
  width: 68%;
}
.bglc-bloginner__list {
  padding: 24px;
  background: rgb(255, 253, 247);
  border-radius: 12px;
  border: 1px solid rgb(255, 196, 0);
}
.bglc-bloginner__list li {
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(231, 184, 29);
}
.bglc-bloginner__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.bglc-bloginner__list li:last-child a {
  padding-bottom: 0;
}
.bglc-bloginner__list a {
  text-decoration: none;
  color: #231f20;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease-in-out;
}
.bglc-bloginner__list a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.bglc-bloginner__list a:hover {
  color: #006EB6;
}
.bglc-bloginner__list a:hover img {
  opacity: 1;
}
.bglc-bloginner__blog_icons {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
}
.bglc-bloginner__outer h2 {
  font-size: 36px;
  color: #97401F;
  text-align: left;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 12px;
}
.bglc-bloginner__outer p {
  font-size: 18px;
  color: #231F20;
  text-align: left;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 15px;
}
.bglc-bloginner__outer p span {
  font-weight: 500;
  font-family: "Adelle Sans Semi-b", sans-serif;
}
.bglc-bloginner__outer p:last-child {
  padding-bottom: 30px;
}
.bglc-bloginner__outer ol {
  list-style: decimal;
  padding-left: 24px;
}
.bglc-bloginner__outer ul {
  padding-bottom: 24px;
}
.bglc-bloginner__outer ul li {
  list-style: disc;
  margin-left: 20px;
  font-size: 16px;
  color: #231F20;
  text-align: left;
  font-weight: 400;
  line-height: 28px;
}
.bglc-bloginner__outer ul a {
  text-decoration: none;
  color: #231F20;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.bglc-bloginner__span {
  font-size: 18px;
  color: #231F20;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
}
.bglc-bloginner a {
  text-decoration: none;
  color: #231F20;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.bglc-bloginner a .icons {
  width: 20px;
  height: 20px;
}
.bglc-bloginner a .icons img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bglc-bloginner .bglc-btn {
  margin-top: 30px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .bglc-bloginner__blog_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .bglc-bloginner__blog_main .sec1 {
    width: 50%;
    height: auto; /* will be set via JS */
    position: relative;
  }
}
@media (max-width: 767px) {
  .bglc-bloginner__blog_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .bglc-bloginner__blog_main .sec2 {
    width: 100%;
  }
  .bglc-bloginner__list {
    display: none;
  }
  .bglc-bloginner__blog_icons p {
    white-space: nowrap;
  }
  .bglc-bloginner {
    padding: 40px 0;
  }
}
.bglc-thanku {
  padding: 200px 0 60px;
}
.bglc-thanku.patop0 {
  padding-top: 0;
}
.bglc-thanku__outer {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.bglc-thanku__outer .rgt {
  width: 255px;
  height: auto;
  transform: rotate(260deg);
}
.bglc-thanku__outer .rgt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-thanku__outer .lft {
  width: 255px;
  height: auto;
}
.bglc-thanku__outer .lft img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bglc-thanku__inner h1 {
  color: #008E6B;
  font-size: 104px;
  line-height: 104px;
  text-align: center;
  padding: 20px 0 0;
}
.bglc-thanku__inner h1.blu {
  color: #006EB6;
}
.bglc-thanku__inner p.sub {
  color: #97401F;
}
.bglc-thanku__inner .btn-outer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 20px;

}
.bglc-thanku__inner p {
  text-align: center;
}
.bglc-thanku__img {
  width: 200px;
  height: auto;
  transform: rotate(280deg);
  display: block;
  margin: 0 auto;
}
.bglc-thanku__img img {
  width: 100%;
  height: 100%;
}
.bglc-thanku .form-group {
  width: 360px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-thanku__outer .lft,
  .bglc-thanku__outer .rgt {
    display: none;
  }
  .bglc-thanku__inner h1 {
    font-size: 74px;
    line-height: 74px;
  }
  .bglc-thanku__outer {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bglc-thanku__outer .lft,
  .bglc-thanku__outer .rgt {
    display: none;
  }
	
  .bglc-thanku__inner h1 {
    font-size: 64px;
    line-height: 64px;
  }
  .bglc-thanku__outer {
    justify-content: center;
  }
	.bglc-footer__btm {
flex-wrap: wrap;
  gap: 20px;
justify-content: center;
}
}

.bglc-footer form {  
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.bglc-boardDirectors__outer .bglc-bord-card__sec {
    width: 60%;
}
/* .bglc-accordian__cnt p {
    padding-bottom: 7px;
    font-weight: 700;
} */


@media (min-width: 1600px){
	.bglc-hero-hme__outer{
		height:795px;
	}
}

@media (min-width: 2500px){
	.bglc-hero-hme__outer{
		height:830px;
	}
}

@media (min-width: 3000px){
	.bglc-hero-hme__outer{
		height:1000px;
	}
}
#wpforms-form-791 label
{
padding: 10px 0px 6px 0px;
}

#wpforms-form-645 input, #wpforms-form-645 text-area{
 margin-bottom:20px;   
}
.bglc-about-hme__outer h3 {
  color: #97401F;
  padding: 10px 0 16px;
  font-size: 36px;
  line-height: 40px;
}
.bglc-about-hme__outer .list-dot {
  list-style: disc;
}
.bglc-about-hme__outer .list-dot li {
  color: #231F20;
  margin-bottom: 10px;
}
.bglc-about-hme__outer .list-dot li::before {
  position: relative;
}
.mediadetails
{
	display: flex;
    align-items: stretch;
    justify-content: center !important;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.bglc-confim-modal.popup .modal-body {
  border-radius: 20px;
}
.bglc-confim-modal.popup .modal-body::-webkit-scrollbar {
  width: 8px; /* thin scrollbar */
}
.bglc-confim-modal.popup .modal-body::-webkit-scrollbar-track {
  background: transparent; /* transparent track */
}
.bglc-confim-modal.popup .modal-body::-webkit-scrollbar-thumb {
  background: white; /* slightly visible thumb */
  border-radius: 10px;
}
.bglc-confim-modal.popup .modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.bglc-confim-modal.popup img {
  cursor: pointer;
}
.bglc-confim-modal.popup .modal-content {
  background-color: transparent;
  border: none;
}
.bglc-confim-modal.popup .modal-header {
  background-color: transparent;
  padding: 20px 0;
}
.bglc-confim-modal.popup .modal-header button {
  filter: invert(1);
}
.bglc-confim-modal.popup .modal-header .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 0;
  background: transparent;
  background-color: transparent;
}
.bglc-confim-modal.popup .modal-header .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.bglc-confim-modal.popup .modal-body {
  padding: 0;
  position: relative;
}
/* .bglc-cntryYlw__img {
  width: 100%;
  height: 550px;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
} */
/* .bglc-cntryYlw__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: 100;
  border-radius: 30px;
} */
.bglc-cntryYlw__img .cnt {
  display:none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.bglc-cntryYlw__img .cnt img {
  width: 100px;
  height: 100px;
}
.bglc-cntryYlw__img .cnt p {
  font-size: 32px;
  line-height: 30px;
  color: #ffffff;
}
.bglc-cntryYlw__img img {
  width: 100%;
  height: 100%;
     object-fit: cover;
}
/* .bglc-cntryYlw__img:hover::before {
  opacity: 0.5;
} */
.bglc-cntryYlw__img:hover .cnt {
  opacity: 1;
}

/* .bglc-mapWotjobaluk__map {
  width: 100%;
  height: 550px;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  overflow: hidden;
} */

/* Overlay */
/* .bglc-mapWotjobaluk__map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: 100;
  border-radius: 30px;
  transition: opacity 0.3s ease-in-out;
} */

/* Center content */
.bglc-mapWotjobaluk__map .cnt {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.bglc-mapWotjobaluk__map .cnt img {
  width: 100px;
  height: 100px;
}

.bglc-mapWotjobaluk__map .cnt p {
  font-size: 32px;
  line-height: 30px;
  color: #ffffff;
}

/* Background image fit */
.bglc-mapWotjobaluk__map img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

/* Hover effects */
/* .bglc-mapWotjobaluk__map:hover::before {
  opacity: 0.5;
} */

.bglc-mapWotjobaluk__map:hover .cnt {
  opacity: 1;
}
.bglc-caring-hme.padbot5 {
    padding: 18% 0 5%;
}
#language {
    scroll-margin-top: 200px; /* adjust based on header height */
}
.bglc-cntct-detls {
  padding: 60px 0;
}
.bglc-cntct-detls__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.bglc-cntct-detls__outer .sec1 {
  width: 50%;
}
.bglc-cntct-detls__outer .sec2 {
  width: 50%;
}
.bglc-cntct-detls__img {
  position: relative;
  width: 100%;
  height: 328px;
}
.bglc-cntct-detls__img img {
  width: 100%;
  height: 100%;
}
.bglc-cntct-detls__cnt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 48px;
}
.bglc-cntct-detls__cnt p {
  color: #ffffff;
  padding-bottom: 8px;
}
.bglc-cntct-detls .bglc-head h3 {
  color: #E7B81D;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bglc-cntct-detls__outer {
    gap: 30px;
  }
.bglc-events-hme .bglc-card {
    width: calc(50% - 32px);
}
}
@media (max-width: 767px) {
  .bglc-cntct-detls__outer {
    flex-direction: column;
    gap: 30px;
  }
  .bglc-cntct-detls__outer .sec1,
  .bglc-cntct-detls__outer .sec2 {
    width: 100%;
  }
  .bglc-head h3 {
    text-align: left;
  }
}
/* MOBILE ONLY: force two columns for Quick Links + Helpful Resources */
@media (max-width: 767px) {

  /* ensure parent is visible and acts as flex row */
  .bglc-header-v1___nav-sec,
  .bglc-header-v1___nav-sec .content-wrapper,
  .bglc-header-v1___nav-sec .inner {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
	 padding-top:10px;
  }

 .bglc-header-v1___nav-sec .inner .sec1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
  }

  /* Each block takes full width */
  .bglc-header-v1___nav-sec .inner .sec1 > div {
    width: 100% !important;
  }

 

  /* Make sure headings don't collapse */
  .bglc-header-v1___nav-sec .inner .sec1 > div .head {
    display: block !important;
    margin-bottom: 10px !important;
	 font-size: 28px;
    line-height: 30px;
  }

  /* Make ul.nav-list items stack inside each column, not take full viewport */
  .bglc-header-v1___nav-sec .inner .sec1 > div .nav-list,
  .bglc-header-v1___nav-sec .inner .sec1 > div .nav-list ul {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Prevent anchors from forcing new lines or 100% widths */
  .bglc-header-v1___nav-sec .inner .sec1 > div .nav-list li,
  .bglc-header-v1___nav-sec .inner .sec1 > div .nav-list li a {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    box-sizing: border-box !important;
	 margin-bottom:8px;
  }

  /* safety: stop any global rule setting flex-direction:column on inner children */
  .bglc-header-v1___nav-sec .inner .sec1 * {
    flex-direction: initial !important;
  }

  /* If there's an animating image block (sec2), force it below or hide on small screens */
  .bglc-header-v1___nav-sec .inner .sec2 {
    display: none !important; /* comment this out if you want the image shown */
  }
	.bglc-header-v1.active .bglc-header-v1__navitems {
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
}
}

