/* General styles for the dropdown */
.lii {
    list-style-type: none; /* Remove default list styles */
}

.lii a {
    display: block;
    padding: 10px 15px;
    color: #fff; /* Text color */
    text-decoration: none; /* Remove underline */
}

.lii a:hover {
    background-color: #f0f0f0; /* Background color on hover */
    color: #007bff; /* Text color on hover */
}

/* Styling for the collapse menu */
ul#servicesDropdown {
    padding-left: 0; /* Remove default padding */
    margin: 0;
    list-style: none; /* Remove list styles */
}

ul#servicesDropdown li {
    border-bottom: 1px solid #ddd; /* Add border to each item */
}

ul#servicesDropdown li a {
    transition: background-color 0.3s ease; /* Smooth background transition */
}

/* Icon styling */
.lii a .zmdi {
    margin-right: 5px; /* Space between icon and text */
}

/*.socialicon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.socialicon .si {
  list-style: none;
}

.socialicon .si a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.socialicon .si a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.socialicon .si a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.socialicon .si a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.socialicon .si a:hover:before {
  top: 0;
}

.socialicon .si:nth-child(1) a:before{
  background: #3b5999;
}

.socialicon .si:nth-child(2) a:before{
  background-image: linear-gradient(to bottom right, #f9ce34, #ee2a7b, #6228d7);
}
.socialicon .si:nth-child(3) a:before{
  background: #55acee;
}

.socialicon .si:nth-child(4) a:before {
  background: #0077b5;
}

.socialicon .si:nth-child(5) a:before {
  background: #CD201F;
}

.socialicon .si:nth-child(6) a:before {
  background: #dd4b39;
}*/
.custom-file-upload {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload span {
    padding: 10px 20px;
    background-color: #6c757d;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.applybtn{
  padding: 0px 0px 50px 0px;
}
.certificate{
  text-align: center;
}

.cursour{
  cursor: pointer;
}
.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.instagram {
  background-image: linear-gradient(to bottom right, #f9ce34, #ee2a7b, #6228d7);
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
.switcher-icon{
  top: 6rem;
}
.row.row-group>div {
   border-right: none;
}
.stu{
   /* background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);*/
border-radius: 10px;

background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

}
.card-footer{
   width: 100%;
}
.requiredField{
   color: red;
   font-size: 20px;
}
.dropdown-menu {
  animation: 0.5s slidedown;
  width: 240px;
}

@keyframes slidedown {
  from {
    transform: translateY(-10%);
  }

  to {
    transform: translateY(10);
  }
}
.sidebar .dropdown-toggle::after {
            display: none;
        }


.button-64 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 20px;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;
}
.certificate a{
  text-decoration: none;
  text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
}
@media (min-width: 768px) {
  .button-64 {
    font-size: 24px;
    min-width: 196px;
  }
}
.Print{
  font-size: 20px;
  margin-right: 6px;
}
.btntext{
  font-size: 13px;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;

}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  width: 500px; /* Set a fixed width for the modal image */
    height: 500px; /* Set a fixed height for the modal image */
    margin: auto;
    display: block;
    object-fit: cover; 
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 80px;
  right: 350px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


