/* ! HERO SECTION (DESKTOP) */
.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: 5%;
}
.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;
}
/* .content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;

  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 0.5;
}

.content-image {
  width: 70%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
} */

.fadeIn-bottom {
  top: 80%;
}

/* ? 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;
  }
}




