/* Custom CSS */

.uppercase {
  text-transform: uppercase;
}

.list-style {
  list-style: disc;
}

.slogan-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* .soc-link a i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
} */

.text-blue {
  color: #0d3150 !important;
}

.text-red {
  color: #ba2025 !important;
}

.text-white {
  color: #fff;
  -webkit-text-stroke: 1px black;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
  /* text-shadow:5px 5px 10px black; */
}

.register-btn {
  cursor: pointer;
  padding: 20px 40px;
  text-align: center;
  display: block;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  background-image: linear-gradient(to right, #0d3150, #ba2025);
  color: #fff;
  width: -webkit-fill-available;
}

.text-hidden {
  /* white-space: nowrap;  */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  max-height: 70px;
  position: relative;
}

.text-hidden:hover {
  overflow: visible;
  word-break: keep-all;
  cursor: pointer;
}

.text-hidden a:hover {
  color: #0d3150;
}

.text-hidden .text-details {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 20%;
}

.text-hidden:hover .text-details {
  visibility: visible;
}

.home-buy-btn {
  border-radius: 20px !important;
  opacity: 0.7;
}

.home-buy-btn:hover {
  border-radius: 20px !important;
  opacity: 1;
}

.home-title-1 {
  font-size: 48px;
}

@media only screen and (max-width: 768px) {
  .home-title-1 {
    font-size: 30px;
  }
}
.icon-check {
  background-color: #58be60;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
}
.refreshCapcha {
  border: none;
  cursor: pointer;
  background: none;
}

.bg-light {
  background: none;
  padding-bottom: 95px;
}
.bg-blue {
  background-color: #f6fdf5;
}

.icon-refresh {
  background-color: #0d3150;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
}

.text-center {
  text-align: center;
}

.block-QR {
  margin: 0 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}
.img-code {
  max-width: 150px;
}

.w-110 {
  width: 110px !important;
}
.pad-30::before {
  content: ".";
  color: #fff;
}
.font-18 {
  font-size: 18px;
}

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

.register-QR {
  position: relative;
}

.register-QR:before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-bold {
  font-weight: 800;
}

.img-demo {
  /* background-color: #0d3150; */
  height: 50px;
  margin-bottom: 10px;
}

.text-black {
  color: #000 !important;
  word-break: keep-all;
}

.pad-10 {
  padding-top: 20px !important;
}

.object-non {
  object-fit: fill !important;
}

.font-size-23 {
  font-size: 23px;
}
.font-size-22 {
  font-size: 22px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-35 {
  font-size: 35px;
}
.font-size-38px {
  font-size: 38px;
}

.font-size-37 {
  font-size: 37px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-33 {
  font-size: 33px;
}

.font-size-32 {
  font-size: 32px;
}

.join-our-team-item img {
  width: 100%;
  height: 270px;
}
.img-eduBusiness {
  border-radius: 20px;
}
/* .focus-center{
  object-position: center center !important; 
} */

.pad-center {
  padding: 50px;
}

.pad-center p {
  color: #000;
}

.img-eduBusiness {
  width: 90%;
}

.img-center{
  
}
