.overlay-text {
color: #fff;
font-size: 24px;
font-weight: 500;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
justify-content: center;
}
a{
    text-decoration:none;
}
.header-color{
 color:#487eb0;
}


.hover-div:hover{
   border:1px solid #444 !important;
}
.hover-srp,.hover-srp:link,.hover-srp:active,.hover-srp:visited{
 color: #000 !important;
}
.badge.transparent-pill {
  border: 2px solid #0d6efd; /* Use the primary color for the border */
  background-color: transparent; /* Make the background transparent */
  color: #0d6efd; /* Match the text color with the border */
}

@keyframes slideInFromRight {
  0% {
      transform: translateX(100px);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

/* Apply animation to core value cards */
.divcontent {
  transition: all 0.6s ease-out;
  padding: 15px;
  border-radius: 10px;
}

/* Class to trigger animation */
.divcontent.animate {
  animation: slideInFromRight 0.6s ease-out forwards;
}

/* Staggered delay for each card */
.divcontent:nth-child(1) { animation-delay: 0.1s; }
.divcontent:nth-child(2) { animation-delay: 0.2s; }
.divcontent:nth-child(3) { animation-delay: 0.3s; }
.divcontent:nth-child(4) { animation-delay: 0.4s; }
.divcontent:nth-child(5) { animation-delay: 0.5s; }
.divcontent:nth-child(6) { animation-delay: 0.6s; }


.badge.transparent-pill:hover {
  background-color: #0d6efd; /* Optional: Change background on hover */
  color: white; /* Optional: Change text color on hover */
}
.counter {
  display: flex;
  align-items: center;
  justify-content: center;
   }
.counter input {
  text-align: center;
  width: 40px !important  ;
}
.counter a {
  padding: 5px 10px;
  cursor: pointer;
}
.flash{
  z-index: 20000;
  position: fixed;
  top: 72.5px;
  right: 0;
  width: 100%;
  background-color:#0d6efd;
  color:#fff;
  font-weight:500;
  font-size:.875rem
};

a,a:visited,a:active {
  text-decoration: unset !important;
}

.bar-code {
  font-family: "Libre Barcode 128 Text", system-ui;
  font-weight: 400;
  font-style: normal;
}
.min-page-height{
  min-height:calc(100vh - 398px);

}

.btn {
  background: black; /* Adjust gradient colors as needed */
  border: none !important;
  padding: 10px 30px;
  border-radius: 0 !important;
  color: #fff;
}


.element-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.letter-spacing {
  letter-spacing: 0.2 em;
}

.fluid-image {
  width: 100%;
  height: auto;
}



@media only screen and (max-width: 767px) {
  .padding-top-0 {
    padding-top: 0 !important
  }

  .fixed-body {
    position: fixed;
    top: 0
  }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
 .form-container{
  width:75% !important
 }
}

.header-color {
  color: #487eb0
}

.error {
  color: #ED4337
}

.sidebar-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 9px;
  letter-spacing: 0.1rem;
  text-align: left;
}

.sidebar-heading-contact {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;


  letter-spacing: 0.1rem;
  text-align: left;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.padding-bottom-4 {
  padding-bottom: 2rem
}

.padding-top-4 {
  padding-top: 2rem
}

a,
a:visited,
a:active,
a:focus {
  color: black;
}

.btn,
.btn a,
.btn:visited,
.btn:active,
.btn:focus {
  color: #fff;
}


a:hover,
.btn:hover {
  color: #ccc
}
.flex-box-items{
  width: calc(100% / 3 - 2px)
}
.alert-light-flash {
  background-color: #55efc4;
  font-size: 12px;
  padding: 10px;
}
.alert-light-danger {
  background-color: #dc3545;
  font-size: 12px;
  padding: 10px;
  color:#fff
}

header {
  text-align: left !important;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88888;
}

.oc-chevron::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  padding-left: 2px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
}

.oc-chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.od-chevron.oc-chevron::after {
  content: "\f077";
}

input[type='text'],
textarea,
select {
  /* padding: 5px 0;
    border: none; */
  /* outline: none; */
  /* font-size: 16px;
      margin: 10px 0; */
  /* border-bottom: 2px solid #777; */
  width: 100%;

}

#rder-forms-id label {
  font-size: 12px;
}

select {
  -webkit-appearance: none;
  /* Remove default arrow in Safari */
  -moz-appearance: none;
  /* Remove default arrow in Firefox */
  appearance: none;
  /* Remove default arrow in other browsers */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23777" width="18px" height="18px"><path d="M7 10l5 5 5-5z" /></svg>');
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: right 5px top 50%;
  padding-right: -50%;
  /* Adjust padding to accommodate custom arrow */
}


input[type='text']:focus~.input-details,
textarea:focus~.input-details,
select:focus~.input-details,

input[type='text'].has-content~.input-details,
textarea.has-content~.input-details,
select.has-content~.input-details {
  color: #487eb0;;
  font-size: 12px;
  transform: translateY(-50%);
  display: block
}



a:hover {
  color: #487eb0;
}

.inverse-color {
  color: #fff
}

/* p {
  margin-bottom: 0;
} */

.input-details {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
  display: block
}

select+span.input-details {
  display: none
}

.special {
  font-weight: bold !important;
  color: #fff !important;
  background: #bc0000 !important;
  text-transform: uppercase;
}

.errors {
  text-align: left
}

.iframe-centre-wrapper {
  width: 50%;
}

.bold-heading {
  font-size: 60px;
  font-weight: 700
}
.min-page-height{
  min-height:calc(100vh - 240.5px);
}
@media only screen and (max-width: 767px) {
  .min-page-height{
    min-height:calc(100vh - 398px);
  }
  .flex-box-items{
    width: 100%;
  }
  .flex-box-items-parent{
    flex-direction:column
  }
  .iframe-centre-wrapper {
    width: 100%;
  }
}

::-webkit-input-placeholder {
  color: transparent;
}

:-moz-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

footer a,
footer a:visited,
footer a:active {
  color: #fff
}

.parent-ul,
.child-ul {
  list-style-type: none;
}

.parent-ul {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 100%;
}

/** Nav **/
ul.child-li {
  display: none;
}

.menu-items ul li ul.child-li li {
  /* padding-bottom: 0 !important; */

}

/* .hero {
  background-position: center top;
  background-image: linear-gradient(100deg,
      rgba(25, 91, 139, 0.98) 0%,
      rgba(61, 152, 217, 0.66) 100%),
    url(https://binaryguard.xyz/assets/HERO.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  color: #fff;
} */

@media only screen and (max-width: 767px) {
  .hero {
    height: 300px;
  }
}

.menu-items ul li ul.child-li li:hover {
  background-color: #487eb0;color:#fff
}

.menu-items ul li ul.child-li a:last-child li {
  padding-bottom: 1rem !important;
}

.menu-items {
  flex-grow: 1;
}

.menu-items ul {
  list-style-type: none;
}

.menu-items ul li ul.child-li li {
  font-weight: 400;
  text-transform: initial !important;
  border-bottom: 0 !important;
  padding: .7rem;
}
.menu-items ul.parent-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* Optional: Remove underline from links */
  color: inherit; /* Optional: Inherit the color from the parent */
}
.ham-menu {
  fill: #fff;
}

.btn-close-css:hover svg {
  fill: #023650;
}

/* .menu-items ul li ul.child-li li:not(:first-child) {
  /* padding-top: 0rem; */
/* } */

.menu-items,
.menu-items a,
.menu-items a:visited {
  color: #000;

}

@media only screen and (max-width: 991px) {
  .order-2{
    order:2
  }
 .order-1{
    order:1
  }
  .menu-items,
  .menu-items a,
  .menu-items a:visited {
    color: #000;

  }

  .btn-close-css {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block !important;
    cursor: pointer;
    z-index: 11111111;
    display: none
  }

  .parent-ul {
    padding-left: 0 !important;
  }

  .menu-items ul li ul.child-li {
    padding-left: 0rem !important;
  }

  .menu-items ul li ul.child-li {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .oc-chevron:after {
    display: flex;
    flex-grow: 1;
    justify-content: end;
  }

  .menu-items {
    position: fixed;
    top: 0;
    left: 0;
    padding: 2rem 0;
    height: calc(100vh - 60px);
    width: 100vw;
    overflow-y: scroll !important;
    background-color: #fff !important;
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }

  .menu-items ul li {
    padding-left: 20px !important;
  }

  .menu-items ul {
    margin-top: 1rem !important;
  }

  .menu-items ul li ul.child-li {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .ham-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
  }

  .menu-items ul.parent-ul li {
    text-align: left;
    /* font-weight: 700; */
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    /* padding: 1.2rem 2.4rem 1rem 0; */
    color: #000;
    line-height: 1.2;
    white-space: initial;
    border-bottom: 1px solid #f4f4f4;
  }

  .menu-items {
    display: none;
  }

  .ham-menu {
    display: flex;
  }

}

.show-menu {
  display: block;
}

@media only screen and (min-width: 992px) {
  .order-2{
    order:1 !important
  }
  .order-1{
    order:2 !important
  }
  .btn-close-css {
    display: none
  }

  .menu-items {
    letter-spacing: 0.05rem;
  }

  .ham-menu {
    display: none;
  }

  .menu-items {
    position: unset !important;
    flex-direction: row !important;
  }

  .copyright {
    display: none;
  }


  .text-hide {
    display: none;
  }

  .menu-items ul.parent-ul {
    display: flex;
    padding: unset !important;
    margin-bottom: 0 !important;
    justify-content: end;
    align-items: center;
  }

  .menu-items ul.parent-ul li {
    border-bottom: none !important;
    padding-left: 15px;
    padding-right:15px;
    font-weight:500;
    font-size:14px


  }

  .menu-items ul.parent-ul li:last-child {
    padding-right: 0;
  }

  .menu-items {
    align-items: center;
    display: flex;
    justify-content: end;
  }

  .pos-rel {
    position: relative;
  }

  .menu-items ul.parent-ul li ul {
    width: 100%;
    position: absolute !important;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    width: 130% !important;
    z-index: 11111111111111;
    margin-top: 0 !important;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #fff !important;
    background-color: #000;
    padding-left: 0 !important;
  }
}

#child-ul-sideheading {
  list-style-type: none;
  padding-left: 1em !important;
  padding-top: 1em !important;
  font-weight:500
}

#child-ul-sideheading {
  padding-bottom: 5px;
}
.card-box-shadow{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;display:flex;flex-direction:column;}
/** Nav End **/
html body a,a:visited,a:active {
  text-decoration: unset !important;
}
.core-values div.divcontent{
  width:calc(100% / 6 - 25px);
  padding:1rem;




}
.core-values
{ flex-wrap:wrap;
  margin-bottom: -20px}



@media only screen and (max-width: 600px) {
  .core-values div.divcontent{
    width:calc(50% - 15px )!important;
    padding:1rem;



  }
}
@media only screen and (min-width: 601px) and (max-width: 991px){
  .core-values div.divcontent{
    width:calc(100% / 3  - 20px )!important;
    padding:1rem;
    flex-wrap:wrap !important


  }
}

/* .hero {
  background-position: center top;
  background-image: linear-gradient(
      100deg,
      rgba(25, 91, 139, 0.98) 0%,
      rgba(61, 152, 217, 0.66) 100%
    ),
    url(https://binaryguard.xyz/assets/HERO.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
  height: 450px;
  color: #fff;
} */
@media only screen and (max-width: 767px) {
  .hero{
    height: 300px;
  }
  .form-container
{
  width:100% !important;
  padding:2rem !important
}
}
/* Ensures the a tag covers the entire li */
.menu-items ul.parent-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* Optional: Remove underline from links */
  color: inherit; /* Optional: Inherit the color from the parent */
}

/* Optional: Add a hover effect to indicate the whole li is clickable */
.menu-items ul.parent-ul li ul.child-li li:hover {
  background-color: #487eb0;
}

/* Specific to the child li elements */
.menu-items ul li ul.child-li li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* Optional: Remove underline from links */
  color: inherit; /* Optional: Inherit the color from the parent */
}


.hero-index {
  background-position: center top;
  background-image: linear-gradient(
      100deg,
      rgba(25, 91, 139, 0.98) 0%,
      rgba(61, 152, 217, 0.66) 100%
    ),
    url(https://binaryguard.xyz/assets/HERO.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero-index {
    height: 300px;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-40%);
  pointer-events: none;

}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  color:  #487eb0;
  border: none;
  padding: 10px;
  cursor: pointer;
  height:40px;
  pointer-events: all; /* Allow the buttons to be clickable */
  position: absolute;




}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);


}

.owl-carousel .owl-nav .owl-prev {
  /* position: absolute; */
  left: 10px;
}

.owl-carousel .owl-nav .owl-next {
  /* position: absolute; */
  right: 10px;
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-text {
  color: #fff; /* Text color */
  font-size: 24px; /* Text size */
  font-weight: bold; /* Text weight */
}





.menu-items ul.parent-ul li a {
  display: block; /* Ensure the link fills the entire <li> */
  width: 100%; /* Full width of the parent <li> */
  height: 100%; /* Full height of the parent <li> */
  text-decoration: none; /* Remove underline from links */
  color: inherit; /* Inherit color from parent <li> */
  padding: 0.7rem; /* Add padding to <a> to make it clickable */
}

.menu-items ul li ul.child-li li
{
padding: 0.1rem;
}


.menu-items ul li ul.child-li li a {
  padding: 0.7rem; /* Ensure child links also have padding */
  font-weight: 500;
}

.fixed-size-image {
  width: 150px;
  height: auto;
  object-fit: cover; /* Ensure the image covers the area without distortion */
}

.form-check-input[type=checkbox] {
  border-radius: 0 !important
}
.form-check-input {
  background-color:#fff !important;
  border-color:#000 !important;
}

.form-check-input:checked{
  /* background-color: #fff !important; */
  border-color:#000 !important;
  background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%230d6efd' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>") !important
}
.form-control,
.form-select{
  border-radius:0 !important;
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none !important;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230d6efd' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
  background-size: contain; /* Adjust if needed */
  background-repeat: no-repeat; /* Prevent repeat */
  background-position: center; /* Center the image */
}
.form-check-input[type=checkbox]{
border-radius:0 !important;
}
.form-control:focus {
  border-color: unset !important;
  outline: 0 !important;
  box-shadow: none !important;

}

#process-form label{
  font-weight:700;
}


footer {
  background-color: #222;
}

.inverse-color a {
  color: #fff;
}

.inverse-color a:hover,
i:hover {
  color: #ccc;
}

.footer-content {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .footer-content:first-child {
    justify-content: start !important;
  }

  .footer-content:last-child {
    justify-content: end !important;
  }

  .company-logo p {
    font-size: 60px !important;
  }
}


.menu-items{
  font-weight: 500;
}
.register-page  label {
  display: block !important;
  margin-bottom: 0.2rem;
  color: #555;
  font-weight: 600;

}
.form-container
{
  width:40%;
  padding:3rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}


.hero-index {
    background-position: center top;
    background-image: linear-gradient(100deg, rgba(25, 91, 139, 0.98) 0%, rgba(61, 152, 217, 0.66) 100%), url(https://binaryguard.xyz/assets/HERO.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    color: #fff;
}

.owl-item{
    background-color: #487eb0;
    text-align:100%;
    height:150px;
}
.fw-600{
    font-weight:600
}
.fw-500{
    font-weight:500
}
.error-field{
    color:#dc3545;
    font-size:12px
}

.flash-message {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  background: linear-gradient(to top right, #2d3748, #4a5568);
  color: white;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.error-message{
      background: linear-gradient(to top right, #e53e3e, #c53030);
}

.message-text {
  flex-grow: 1;
}

.close-btn {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.close-btn:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.close-icon {
  width: 1.25rem;
  height: 1.25rem;
}
