.abt-img img{
  border-radius: 5px !important;
}

.fade-in-up {
    opacity: 0; /* Start hidden */
    transform: translateY(50px); /* Start from below */
    transition: opacity 1s ease-out, transform 3s ease-out;
}
.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 1s forwards; /* Add animation */
}

.border-btm{
  margin-top: 10px !important;
}

.goog-te-gadget-simple{
  background-color: #9bb81e !important;
  color: #fff !important;
  border: none !important;
  padding: 8px;
}

.about-cont{
  text-align: justify !important;
}

.gallery-front{
  position: relative;
  left: 970px;
    padding: 8px 15px;
    text-align: center;
    background-color: #9bb71e;
    cursor: pointer;
    border-radius: 5px;

}
.gallery-front a{
  color: #fff;
}


.gallery-img{
  border: none !important;
  padding: 0px !important;
}

.gallery-tab{
  width: 10% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-thumbnail{
  margin-bottom: 26px !important;
  padding: 0px !important;
  border: 1px solid #3a2e16 !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
  visibility: collapse !important;
}

.goog-te-gadget-simple{
    border: 2px solid black !important;
    border-radius: 5px !important;
}
.goog-te-gadget img{
  display: none !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span{
  color: #fff !important;
  font-size: 15px !important;
  font-family: 'Poppins', sans-serif;
  border: none !important;
}
.modal-body{
  text-align: center !important;
}

.glery-div{
  display: flex;
  justify-content: center;
   margin-bottom: 10px;
}

.glery-div button{
  margin-right: 10px;
  background-color: #fff !important;
  border-radius: 5px;
}

.glery-div button:hover{
  background-color: #9ab81f !important;
  color: #fff;
}
.lang-down{
/*    max-width: 96px;*/
    border-radius: 4px;
    position: absolute !important;
/*    right: 20px;*/
}
.lang-down, .btn{
  color: #fff;
  background-color: #9bb81a !important;
}
.lang-down, .btn:hover{
  background-color: #3a2e16 !important;
  color: #fff !important;
}
.alter-lag{
  padding-left: 10px;
  color: #3a2e16 !important;
}

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

.lecture-sec{
  padding-top: -80px !important;
}

.lecture-ser ul li{
    padding-bottom: 18px !important;
    position: relative !important;
    padding: 10px 10px 10px 15px !important;
    margin-bottom: 10px !important;
    color: #555555 !important;
    border-bottom: none !important;
    line-height: 15px !important;
}

.course-para{
  text-align: left !important;
}

.para-title{
  color: #8BC34A !important;
}

.course-tabs{
  width: 100% !important;
}

.cont-para{
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0 0 0px !important;
}

.cont-title{
  line-height: 25px !important;
}

.alter-div{
  background-color: #3a2e16 !important;
}

.flip-box-back a{
  background: #9bb81e !important;
  color: #fff !important;
  padding: 5px 10px !important;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  .google-button {
    position: relative;
    left: 50%;
  }
  .tab .nav-tabs{
    width: 100% !important;
  }
  .gallery-front{
    left: 0px !important;
  }
}




