.footer-social-links {
    float: left;
    width: 45%;
}
.footer .row {
	justify-content: center;
}
.nws-form {
    float: left;
    width: 50%;
    margin-left: 15px;
}
.btn-sbmt {
	padding: 5px;
}
.rtin-icon img {
    box-shadow: 0 1px 5px 6px rgba(0, 0, 0, .07);
    border-radius: 50%;
    width: 100px;
}
.rtin-icon p {
	color: #000000;
	font-size: 13px;
}
.footer-social-links a {
	margin-left: 5px;
}

.backPage::before {
    content: "\f177";
    font: normal normal normal 24px / 1 FontAwesome;
    color: #fff;
    cursor: pointer;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    z-index: 9;
    height: 10px;
    width: 10px;
    /*left: 19px;*/
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.btn-custom-whatapp {
    color: #ffffff;
    position: fixed;
    background: #0cc244;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    font-size: 35px;
    z-index: 99;
    bottom: 150px;
    right: 10px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.up {
    bottom: 100px;
    right: 20px;
}
.nav-droupdwn .fa-minus:before {
    content: "\f067";
    position: absolute;
    right: 25px;
    top: 2px;
    width: 0;
}
.nav-droupdwn li.dropdown.active .fa-minus:before, .pg-links li.dropdown.selected:before {
    content: "\f068";
    height: 0;
    position: absolute;
    right: 25px;
    color: #000000;
    top: 2px;
    width: 0;
}
.nav-droupdwn li.dropdown .sub-menu a {
    padding-left: 25px;
}
.nav-droupdwn li.dropdown .sub-menu {
    padding: 5px 0 0;
}
.nav-droupdwn li.dropdown .sub-menu {
    display: none !important;
}
.nav-droupdwn li.dropdown.active .sub-menu {
    display: block !important;
}

.origins-histry ul {
   padding-left: 40px;
}
.origins-histry ul li, ol {
   list-style-type: disclosure-closed;
   padding-left: 5px;
}
.miss-viss ul {
    padding-left: 0px;
}
.miss-viss ul li, ol {
   list-style-type: disc;
   padding-left: 5px;
}
.adm-gdl ul {
    padding-left: 25px;
}
.adm-gdl ul li, ol {
   list-style-type: disc;
   padding-left: 2px;
}
.content-dtl ol li {
    margin-bottom: 0px;
}
.content-dtl ol, ul {
    margin-bottom: 1rem;
}
.content-dtl ul li {
    list-style-type: disc !important;
    margin-left: 30px !important;
}

/* Arrows original style with reduced transparency */
.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  /*height: 54px;*/
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
  opacity: 0.85;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  /*height: 54px;*/
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
  opacity: 0.85;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}

/* Image hover effect only */
.video-card img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#admissionDropdown a:hover {
    background-color: #fcf044 !important; /* Dark Yellow */
    color: black !important;
    text-decoration: none !important;
  }
.owl-nav button span {
    display: none;
}
.owl-nav .owl-prev::before {
    content: "\f177";
    font: normal normal normal 24px / 1 FontAwesome;
    color: #000;
    cursor: pointer;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    z-index: 9;
    height: 10px;
    width: 10px;
    left: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.owl-nav .owl-next::before {
    content: "\f178";
    font: normal normal normal 24px / 1 FontAwesome;
    color: #000;
    cursor: pointer;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    z-index: 9;
    height: 10px;
    width: 10px;
    right: 35px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}