

/* Buttons styling section */
.btn-orange-sign-in{
background-color: #ff4304 !important;
color: white !important;
font-size: 12px !important;
max-width: 90px !important;
outline: none !important;
}

.btn-orange-outline{
outline: #ff4304 solid 4px !important;
color: #ff4304 !important;
font-size: 12px !important;
max-width: 148px !important;
line-height: 12px !important;
}

.btn-orange-outline-create-account{
    outline: white solid 4px !important;
    color: white !important;
    font-size: 12px !important;
    max-width: 148px !important;
    line-height: 12px !important;
    }

.btn-orange-scroll-down{
background-color: #ff4304 !important;
color: white !important;
font-size: 12px !important;
max-width: 108px !important;
margin-top: 40px !important;
outline: white solid 2px !important;
}


.btn-orange-contact-support-team{
    background-color:#ff4304 !important;
    font-size: 12px !important;
    max-width: 210px !important;
    line-height: 12px !important; 
}

/* Menu CSS */
.navigation-menu-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* Your future section */
.image-circle-wrapper{
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    padding: auto;

}

.your-future-images{
    width: 40px;
    margin-top: 10px;
}


.university-matters{
    background-image: url('../img/University-bg.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(225,67, 4, 0.930);
}

.funding{
    background-image: url('../img/funding-bg.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(225,90, 0, 0.930);
}


.univerity-roadmap{
    background-image: url('../img/roadmap-bg.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(231, 126, 5, 0.930); 
    background-position: 0% 40%;
}



/* how it works */

.how-it-work-heading-wrapper{
    display: block;
}
.circle-wrapper{
    display: inline-block;
    width: 10%;
}
.how-it-works-heading{
    display: inline-block;
    width: 78%;
}
.circle{
    width: 50px;
    height: 50px;
    background-color: #ff4304;
    border-radius: 50%;
}

.number{
    font-size: 34px;
    color: white;
    font-weight: 800;
}


/* Get Read section CSS */

.get-ready{
    background-image: url('../img/student-bg.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(225,67, 4, 0.788);
    height: 450px !important;
}

.about-us{
  /*background-image: url('../img/university-bg.jpg');*/
  background-image: url('../img/contact_us_bg.jpg');
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(225,67, 4, 0.788);
  height: 250px !important;
}

.faq{
  /*background-image: url('../img/university-bg.jpg');*/
  background-image: url('../img/faq-bg.jpeg');
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(225,67, 4, 0.788);
  height: 250px !important;
}

.partner{
  /*background-image: url('../img/university-bg.jpg');*/
  background-image: url('../img/partner_bg.png');
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(225,67, 4, 0.788);
  height: 250px !important;
}

.read-more-btn{
    background: #ff4304 !important;
  color: white !important;
 text-transform: uppercase !important;
 line-height: 18px !important;
} 



.contact-us-details{
  background-color: lightgray;
border-radius: 20px;
padding: 2px;
}

/* Footer form CSS */

.input-customisation{
    margin-bottom: 15px !important;
    background-color: #343a40 !important;
    border-bottom: 3px #6c757d solid !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #6c757d !important;
    padding-bottom: 10px;
    outline: none;
}

.links{
    color: orange;
}


/* waves */

* {
    padding: 0;
    margin: 0;
  }
  .waveWrapper {
      position: relative;
      height: 650px;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      overflow: hidden;
  }
  .waveWrapperInner {
      position: absolute;
      width: 100%;
      height: calc(100% - 0vh);
      top: 0;
      overflow: hidden;
      background-image: linear-gradient(to top,#ff8302 20%, #ff4304 80%);
  }
  .top {
      opacity: 0.5;
      z-index: 15;
  }
  .mid {
      opacity: 0.75;
      z-index: 10;
  }
  .bottom {
      z-index: 5;
  }
  .wave {
      position: absolute;
      left: 0;
      width: 200%;
      height: 100%;
      background-repeat: repeat no-repeat !important;
      background-position: 0 bottom;
      transform-origin: center bottom;
  }
  .waveTop {
      background-size: 50% 100px;
  }
  .waveTop {
      background-size: 50% 100px;
      animation: wave 3s;
      animation-delay: 1s;
  }
  @keyframes wave {
      0% {
          transform: translateX(0) translateZ(0) scaleY(1);
      }
      50% {
          transform: translateX(-25%) translateZ(0) scaleY(0.50);
      }
      100% {
          transform: translateX(-50%) translateZ(0) scaleY(1);
      }
  }
  .waveMid {
      background-size: 50% 120px;
      animation: wave 10s linear infinite;
  }
  .waveBottom {
      background-size: 50% 100px;
      animation: wave 15s linear infinite;
  }


  .sidebar-links{
    height: 40px;
    border-bottom: solid lightgray 0.5px;
    margin: 30px auto;
    cursor: pointer;
    font-weight: bold;
  }

  .top-nav-links{
    font-weight: bolder;
    cursor: pointer;
  }

.col-md-12-custom{
 position: relative;
width: 100%;
padding-right: 0px;
padding-left: 0px;
}

.sidebar-dashboard-link{
background: navy;
margin-left: -15px;
width: 205px;
height: 70px;
}

.nav-marging-right{
height: 60px;
border-right: solid 1px lightgray;
border-bottom: solid 1px lightgray;
}

.nav-search-box{
    border-bottom: solid 1px lightgray;
}

.form-control {
    display: block;
    width: 100%;
    /* height: 32px !important; */
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: -2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }


  /* Buttons styling section */
.search-btn{
    background-color: #ff4304 !important;
    color: white !important;
    font-size: 12px !important;
    outline: none !important;
    }

    /* .details-contain{
        height: 85vh;
    } */



    input::placeholder{
        color:white;
    }


    table, th, td {
        border:1px solid black;
      }

      input {
        padding: 0 !important; 
        width: 100%;
        font-size: 17px;
        font-family: Raleway;
        border: 1px solid #aaaaaa;
    }



    /* step forms  */


* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.rounded-boraders{
  border-radius: 40px;
  margin-bottom: 25px;
}

#regForm {
  background-color: #fbf8f8;
  margin: 10px auto;
  font-family: Raleway;
  padding: 40px;
  width: 100%;
  min-width: 300px;
}

.form-heading {
  text-align: center;  
}

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;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
 
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

.tab-sections{
background-color: rgb(251, 248, 248);
height: 90vh;
padding-top: 15px;
cursor: pointer;
}

.section-headers{
background: lightgray;
padding: 4px;
}

table td, .table th {
    padding: .4rem !important;
    vertical-align: top;
    border-top: none !important;
  }

  /*table, th, td {*/
  /*  border: none !important ;*/
  /*}*/

  .student-side-bar-icons-wrapper{
    width: 25px;
    height: 25px;
    border: white 2px solid;
    border-radius: 50%;
    padding: 2px 2px 2px 2px;
    margin-right: 5px;
  }
  
  .profile-pic{
    max-height: 100%;
    max-width: 100%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  
  .university-selection{
    display: none;
  }


  table{
    width: 90%;
    margin: 20px;
border-collapse: collapse;
}
table, th, td{
    border: 1px solid #cdcdcd;
}
table th, table td{
    padding: 10px;
    text-align: left;      	
}
.delete-row, h2{
  margin:20px;
}


.cards{
  background-color: lightgray;
  border-radius: 15px;
  height: 120px;
}

.dark-orange{
  color: #ff4304;
}

.inline-block{
  display: inline-block !important;
  cursor: pointer;
}

.font-awesome-customisation{
font-size: 27px !important;
margin-right: 8px !important;
color: white !important;
}

.row_selected {
    background-color: #ff4304 !important;
    color: white;
}

.nav-link.active {
  color: white !important;
    background-color: #ff4304 !important;
  border-color: #dee2e6 #dee2e6 #fff;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
  cursor: pointer !important;
}

.circle-in-cards{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: darkgray;
  margin:auto;
  margin-top: 20px;
}


.link-selected{
  background-color: red !important;
}


.side-link-hover:hover
{
      background-color: brown;
} 




h2 {
  font-family: Arial, Verdana;
  font-weight: 800;
  font-size: 2.5rem;
  color: #091f2f;
  text-transform: uppercase;
}
.accordion-section .panel-default > .panel-heading {
border: 1px #ff6304 solid;
padding: 0;
border-radius: 10px;
}
.accordion-section .panel-default .panel-title a {
display: block;
font-size: 1.2rem;
}
.accordion-section .panel-default .panel-title a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 3rem;
  content: "\f106";
  color: #1f7de2;
  float: right;
  margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}
.accordion-section .panel-default .panel-body {
  font-size: 1.2rem;
}


button.dt-button, div.dt-button, a.dt-button, input.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-left: .167em;
  margin-right: 0.167em;
  margin-bottom: .333em;
  padding: 0.1em 1em !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: .88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}
 


 

 
