/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


.admission-now{
    position: fixed;
    bottom: 7%;
    font-size: 16px;
    padding: 10px;
    z-index: 999999;
    left: -10px;
    }
.rim1, .rim2, .rim3{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: white .1em solid;
  background: #ca642ca6;
  z-index: -99999;
}
.rim1 {
  -webkit-animation: expand 2s linear infinite;
}
.rim2 {
  -webkit-animation: expand 2s linear .5s infinite;
}
.rim3 {
  -webkit-animation: expand 2s linear 1s infinite;
}

@-webkit-keyframes expand {
  0% {
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border: white .25em solid;
    opacity: 1;
  }
  100% {
    top: calc(50% - 5.5em);
    left: calc(50% - 5.5em);
    width: 11em;
    height: 11em;
    border: white .5em solid;
    opacity: 0;
  }
}
.admission-now a{padding: 12px;
    color: #fff;
    background: #ca642c;
    border-radius: 0px 20px 20px 0px;
    text-transform: uppercase;}
.equal-tabs .et_pb_tabs_controls li {
    width: 20%; /*change width of tabs here depending on the number of tabs you have*/
    text-align: center;
}
@media screen and (max-width: 768px){ /*change device breakpoint here depending on the number of tabs you have*/
.equal-tabs .et_pb_tabs_controls li {
    width: 100%; 
  text-align: center;
}
}








