
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";

html {
  font-size: 14px;
}

.animate__flipInX, animate__fadeIn {
    animation-duration: 1.5s;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
    #langddl {
        max-width: 90%;
        margin:auto;
    }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin:0;
  padding:0;
}

/*#courses {
    display: none !IMPORTANT;
    transition:1s ease-in;
}
#nav-courses:hover + #courses {
    display: block !IMPORTANT;
}*/


    
    


.roundedDiv {
width:70%;
    overflow:hidden;
    border: 1px #80808038 solid;
    border-radius: 50px;
    padding: 50px;
    box-shadow: 0px 0px 13px 12px #0000000f;
    transition: 1s ease-in-out;
}



p {
    word-break: break-word !important
}

/* Style the Registration form */
#regForm {
    background-color: #ffffff;
    margin: 50px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: green;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #04AA6D;
    }


@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

// color form current day in calender

.fc-day-today {
    background-color: #80808040 !important;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: #80808040 !important;
}
.header-contact1 {
    width: 250px;
    justify-content: space-evenly;
}



.side-menu {
    /* position: absolute; */
    /* height: 500px; */
    width: 20%;
    background-color: #8a2be2d4;
    top: 0;
    bottom: 10px;
    opacity: 1;
    z-index: 5;
    transition: 1s ease-in;
}

.rounded-div {
    border-radius: 50px;
    padding: 30px;
    border: 0.5px solid #8080803b;
    transition: 1s ease-in-out ;
}

    .rounded-div:hover {
        box-shadow: 1px 1px 15px 10px #7b7f9b29;
    }



.page-head {
   display: flex; flex-direction: row;
    justify-content: space-between;
    
}
.mr {
margin:150px;

}


@media only screen and (max-width: 600px){

    .mr {
        margin: 20px;
        text-align:center
    }


    .header-contact-info {
    flex-direction:column;
    
    }
    .header-contact1 {
        width: 175px;
        justify-content: space-between;
    }
}