/* ! HERO SECTION (DESKTOP) */
#myBtn {
  /* display: none; */
  position: fixed;
  bottom: 61px;
  right: 20px;
  z-index: 99;
  /* font-size: 18px; */
  border: none;
  outline: none;
  background-color: #1414A0;
  color: white;
  cursor: pointer;
  width: 55px;
  padding: 13px;
  border-radius: 4px;
}
.hero_container {
  min-height: 500px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.5) 50%,
      #000 100%
    ),
    url("../img/about/hero-bg.jpg") no-repeat center;
  background-size: cover;
}
.root{
	padding:3%;
}
.root1{
	padding:3%;
	border-radius:17px;
}

.hero_text {
  font-size: 12px;
}
/* .dropdown_content .nav-item .nav-link.active {
  background-color: white;
} */

.round1 {
  border: 1px solid #00a753;
  border-radius: 10px;
  height: 100%;
}
.zoom:hover {
  transform: scale(1.1);
}
.zoom {
  transition: transform 0.2s; /* Animation */
  margin: 0 auto;
}

.wrap {
  margin: -1px auto;
  width: 105%;
}
.floo {
  width: 400px;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
floo:hover {
  width: 300px;
}

.pc-20 {
  padding-right: 2%;
}
.temt {
  font-family: var(--ff-inter);
  font-size: 14px;
  line-height: 1.8;
}
.rd {
  color: var(--color-red);
  font-size: 21px;
}

.rd1 {
  color: #1414a0;
  font-size: 19px;
}
.floo {
  float: left;
  margin-right: 15%;
}
.rd3 {
  font-size: 22px;
  color: var(--color-red);
}
.f-12 {
  font-size: 12px;
}
.colob:hover {
  background-color: #32cd32;
}
.colob {
  background-color: #1414a0;
  border: none;
  padding: 3%;
  transition: all 250ms ease-in-out;
  height: 100%;
  min-height: 60px
}
.colob1 {
  background-color: #1414a0;
  border: none;
}
.f-20 {
  font-size: 20px;
}
.bord1 {
  border: 1px solid black;
  border: none;
  background-color: #1414a0;
  width: 100%;
}
.colob2 {
 background-color: #1414a0;
    border: none;
    padding: 3%;
    /* margin-left: 34%; */
    margin-bottom: 12%;
}

.t-g {
  color: #00a753;
}
.colob2:hover {
  background-color: #32cd32;
}

/* ? SECOND DROPDOWN */
.admini_dropdown__container {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease-in-out;
}

.admini_dropdown__container.active {
  max-height: 900px;
}

.admini_dropdown__icon {
  transition: all 350ms ease-in-out;
}
.admini_dropdown__icon.active {
  rotate: 90deg;
}
.admini_dropdown__icon.nav-item.nav-link.active {
  background-color: #d9d9d966;
}
.bblu {
  background-color: #1414a0;
}

@media (min-width: 992px) {
  .round1 p {
    font-size: 12px;
  }

}
@media (min-width: 1200px) {
  .round1 p {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .round1 p {
    font-size: 16px;
  }
}




