.logo{
    width: 100px;
}
.logo2{
    background: white;
    border-radius: 10px;
    padding: 20px;
}
/*top bar*/
.top-bar {
            font-size: 14px;
            background-color: #222;
            color: #fff;
        }

        .top-bar a {
            color: #fff;
            text-decoration: none;
        }

        .top-bar a:hover {
            text-decoration: underline;
        }

.social-icons a {
    position: relative;
    z-index: 10;
        pointer-events: auto;

}
 .hover-opacity:hover {
        opacity: 0.75;
        transition: opacity 0.2s ease-in-out;
    }
.top-bar {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}



.main-menu ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  padding: 8px 12px;
}

.gt-btn {
  padding: 10px 20px;
  font-weight: bold;
  background-color: #f2c94c;
  color: #000;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}

.footer-bottom {
    background-color: #111; 
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-style: normal;
}

.footer-bottom-wrapper a {
    text-decoration: none;
}
.footlo{
    background: white;
    border-radius: 10px;
}

.section-py-30{
      padding: 30px;
}  
.mt-7{
  padding: 90px;
}
.title-section.style1 .title-content .sub-title{
  font-size: 25px;
}
    .career-page {
        background-color: #f9f9f9;
    }

    .card {
        background-color: #ffffff;
    }

    .form-control:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

    .btn-warning {
        background-color: #fd6d0d;
        border-color: #fd6d0d;
        
    }
     
    @media (max-width: 576px) {
        .col-form-label {
            text-align: left !important;
        }
        
    }
        .breadcumb .breadcumb-wrapper .page-heading h2 {

      font-size: 40px;
    }
    .bottom{
      padding-top: 20px;
    }
    .color{
      background-color:  #EFEFEF;
      padding: 20px;
      z-index: -1;
    }
    .foot{
      color: greenyellow;
 }

 .centered-text {
  width: 425px;
  margin: 0 auto; 
  text-align: center; 
}

/*breadcrumb*/
.breadcumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.breadcumb-wrapper {
  position: relative;
  z-index: 2;
}

.breadcumb-bg img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.page-heading {
  padding: 40px 0;
  text-align: center;
  z-index: 3;
  position: relative;
}

.breadcrumb-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.breadcrumb-items li {
  list-style: none;
  font-size: 16px;
}

.breadcrumb-items a {
  color: #333;
  text-decoration: none;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
.page-heading {
  padding: 40px 0;
  text-align: center;
  z-index: 3;
  position: relative;
}

@media (max-width: 768px) {
  .page-heading {
    padding: 60px 0 30px; 
  }
}

@media (max-width: 425px) {
  .page-heading {
    padding: 80px 0 40px;
  }

  .breadcrumb-items {
    flex-direction: column;
    gap: 4px;
  }

  .breadcrumb-items li {
    font-size: 14px;
  }
  
}
.breadcumb-bg img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.breadcrumb-items a {
  pointer-events: auto;
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .breadcumb-wrapper {
    min-height: 180px;
  }
}



  
