.cois-s{
    color: var(--secondery-color) !important;
}

.bg-prc{
    background-color: var(--primary-color);
}

.bg-src{
    background-color: var(--secondery-color);
}

.txt-prc{
    color: var(--primary-color)!important;
}

.txt-src{
    color: var(--secondery-color)!important;
}

.custom-shape-divider-bottom-1720449829 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 109px;
}

.custom-shape-divider-bottom-1720449786 {
    position: absolute;
    z-index: -10;
    bottom: -73px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0deg);
}

.svimg img{
    min-width: 100%;
}

.partners{
    padding: 50px 0 !important;
}

.bgc-techreg{
    background-color: #0105270d;
}

.roundth{
    border-radius: 15px;
}

.btn.dropdown-toggle.btn-light{
    border: none;
}

.dropdown .bootstrap-select{
 margin-top: 8px;
}

.cat{
    /* margin-top: -250px; */
}

.tecimg .img-1 {
    position: absolute;
    bottom: 294px;
    right: 46px;
  }
  .tecimg .img-2 {
    position: absolute;
    right: 58px;
    top: 100px;
  }
  .tecimg .img-3 {
    position: absolute;
    right: 414px;
    top: 438px;
  }
  .tecimg .img-4 {
    position: absolute;
    bottom: -90px;
    right: 300px;
  }
  .tecimg .img-5 {
    position: absolute;
    right: 200px;
    top: 70px;
  }
  .tecimg .img-5 {
    position: absolute;
    top: 140px;
    right: 550px;
  }
  .tecimg .img-6 {
    position: absolute;
    right: 302px;
    top: 37px;
  }

  .ps-20{
padding-left: 150PX;
  }

 li.circle{
    list-style-type: disc;
  }

  .grids p{
    text-align: justify;
  }

 img.rounded-circle{
  height: 55px !important;
  width: 55px !important;
 }

 .bottom-nav {
  background-color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -2px 10px rgba(38, 37, 37, 0.22);
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.bottom-nav a {
  text-align: center;
  color: #555;
  text-decoration: none;
}

.bottom-nav a span {
  margin-top: 6px;
  font-size: 0.6rem;
}

.bottom-nav a i {
  font-size: 0.9rem;
}

.bottom-nav a:hover, .bottom-nav a:active {
  color: #08106f;
}

.bottom-nav i {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}


.active_link{
  font-weight: bold;
  color:var(--primary-color);
}