@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.banner-section {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.display {
  padding: 3%;
  float: left;
  width: 45%;
  height: 80vh;
}
.banner {
  width: 55%;
  height: 35vh;
  display: flex;
  align-items:center;
}
.banner h1 {
  position: relative;
  top: -15%;
  color: #F4EDF6;
  font-size:45px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.banner button {
  
  position: relative;
  text-align:center;
  border: none;
  border-radius: 18px;
  left: -10%;
  top: 40%;
  padding: 10px 55px;
  font-size: 17px;
  background-color:#93C4FD;
  color: #F4EDF6;
}
/* .navbar {
  margin-top: 2%;
} */

.banner button:hover {
  background-color:rgb(123, 123, 191) ;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 0.925rem;
  margin: 0;
  background-image: url(../../../assets/user/img/bg1.png);
  background-size: cover;

}
.body-r {
  font-family: "Roboto", sans-serif;
  font-size: 0.925rem;
  margin: 0;
  background-image: url(../../../assets/user/img/crr.png);
  background-size: cover;

}
.reg-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  top: 3%;
}
.reg-grid {
  position: absolute;


}


.display-r {
  width: 50%;
  display: flex;
  justify-content: center;
}
.form-r {
  width: 50%;
  height: 80%;
}
.form-r #class {
  margin: 5% auto;
  width: 85%;
}
.form-r h4{
	font-size:0.9rem;
	color:#fff;
	margin-left:7.5%;
}
#regsubmit{
	cursor:pointer;
}
.sp {
  width: 45%;
  margin: 2% 0%;
  padding: 0.5% 2%;
  color: #649fe3;
  background-color: white;
}
.sk {
  width: 45%;
  margin: 2% 0%;
  padding: 0.5% 2%;
  color: #649fe3;
  background-color: white;
}

#specialization {
  display: block;
}
#skill, #regsubmit {
  display: inline-block;
}
#skk {
  display: block;
}

.rd {
  -webkit-filter: drop-shadow(0px 16px 10px rgba(92, 92, 93, 0.6));
  -moz-filter: drop-shadow(0px 16px 10px rgba(103, 103, 106, 0.6));
  -ms-filter: drop-shadow(0px 16px 10px rgba(73, 73, 75, 0.6));
  -o-filter: drop-shadow(0px 16px 10px rgba(98, 98, 99, 0.6));
  filter: drop-shadow(100px 25px 3px rgba(47, 32, 62, 0.323));
}
.r {
  -webkit-filter: drop-shadow(0px 16px 10px rgba(92, 92, 93, 0.6));
  -moz-filter: drop-shadow(0px 16px 10px rgba(103, 103, 106, 0.6));
  -ms-filter: drop-shadow(0px 16px 10px rgba(73, 73, 75, 0.6));
  -o-filter: drop-shadow(0px 16px 10px rgba(98, 98, 99, 0.6));
  filter: drop-shadow(100px 25px 4px rgba(47, 32, 62, 0.412));
}
.form-r h1 {
  color: white;
  font-family: 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 60%;
  font-size: 40px;
  margin: 2% auto;
}
span {
  color: white;
  filter: drop-shadow(0px 0px 5px rgba(47, 32, 62, 0.412));
}
.form-r #class select {
  width: 100%;
  background-color: #BBADBF;
  color: white;


}

.form-r #details {
  margin: auto;
  width: 85%;
  background-image: radial-gradient(circle at 50% 80%, #ffffff51,#ffffff7b);
  filter: drop-shadow(0px 0x 8px rgba(204, 183, 243, 0.59));
  -webkit-filter: drop-shadow(0px 16px 10px rgba(63, 45, 90, 0.56));
  -moz-filter: drop-shadow(0px 16px 10px rgba(63, 45, 90, 0.56));
  -ms-filter: drop-shadow(0px 16px 10px rgba(63, 45, 90, 0.56));
  -o-filter: drop-shadow(0px 16px 10px rgba(63, 45, 90, 0.56));
  border-radius: 15px;
  padding: 5%;
}
.form-r #details input, button {
  width: 40%;
  margin: 2.5%;
}
.form-r #details #dd {
  width: 10%;
  margin: 0.5%;
}
.form-r form input, select {
	padding: 5px;
	border-radius: 5px;
	border: none;
	background-color: #1C2346;
	color:#fff;
	-webkit-filter: drop-shadow(0px 16px 10px rgba(92, 92, 93, 0.6));
	-moz-filter: drop-shadow(0px 16px 10px rgba(103, 103, 106, 0.6));
	-ms-filter: drop-shadow(0px 16px 10px rgba(73, 73, 75, 0.6));
	-o-filter: drop-shadow(0px 16px 10px rgba(98, 98, 99, 0.6));
	filter: drop-shadow(0px 0px 2px rgb(255, 255, 255));
}

::placeholder {
  color: rgba(255, 255, 255, 0.595);
  }

.form-r form label {
  padding: 1px;
  margin: 0%;
}
/* .form-r input[type='radio'] {
  vertical-align: middle;
} */

fieldset {
  border: none;
  width: 50%;
  margin-top: 2%;

  float: right;
}
* {
  box-sizing: border-box;
}
.l-radio {
  padding: 6px;
  color: white;
  filter: drop-shadow(3px 1px 2px rgba(47, 32, 62, 0.6));
  border-radius: 50px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 8px 0;
  -webkit-tap-highlight-color: transparent;
}
.l-radio:hover, .l-radio:focus-within {
  background: rgba(119, 26, 137, 0.164);
}
.l-radio input {
  vertical-align: middle;
  width: 30px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
}
.l-radio input:focus {
  outline: none;
}
.l-radio input:checked {
  box-shadow: inset 0 0 0 6px #ffffff;
}
.l-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
} 

#regsubmit {
  border: none;
  border-radius: 20px;
  background-color: #1C2346;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
  padding: 1%;
  margin-left: 5%;
  color: white;

}


.header-r {
  height: 100%;
  width: 100%;
}
.header {

  background-size: cover;
}
.about-header h1 {
  font-size: 50px;
}
.about-us {
  width: 100%;
  padding-top: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
}
a {
  text-decoration: none;
}


img{
  -webkit-filter: drop-shadow(0px 16px 10px rgba(92, 92, 93, 0.6));
  -moz-filter: drop-shadow(0px 16px 10px rgba(103, 103, 106, 0.6));
  -ms-filter: drop-shadow(0px 16px 10px rgba(73, 73, 75, 0.6));
  -o-filter: drop-shadow(0px 16px 10px rgba(98, 98, 99, 0.6));
  filter: drop-shadow(130px 10px 10px rgba(47, 32, 62, 0.6));
}
.about-header {
  width: 80%;
}
.about-header h1 {
  filter: drop-shadow(0px 0px 12px rgba(28, 19, 36, 0.6));
}

.container {
  width: 1170px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar,
.navbar > .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .navbar,
.navbar > .container {
    display: block;
  }
}
.foot {
  background-image: linear-gradient( #00000000,#260f369c , #260f36);

} 

.py-4 {
  color: white;
}
footer .container {
  height: 8vh;
  padding-top: 2%;
}
.navbar {
  /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem 1.15rem;
  /*
  |-----------------------------------
  | Start navbar logo or brand etc..
  |-----------------------------------
  */
  /*
  |-----------------------------------
  | Start navbar menu
  |-----------------------------------
  */
}
@media (min-width: 576px) {
  .navbar .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .navbar .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    max-width: 1140px;
  }
}
.navbar .navbar-header {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .navbar .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.navbar .navbar-header .navbar-toggler {
  cursor: pointer;
  border: none;
  display: none;
  outline: none;
}
@media (max-width: 768px) {
  .navbar .navbar-header .navbar-toggler {
    display: block;
  }
}
.navbar .navbar-header .navbar-toggler span {
  height: 2px;
  width: 22px;
  display: block;
}
.navbar .navbar-header .navbar-toggler span:not(:last-child) {
  margin-bottom: 0.2rem;
}
.navbar .navbar-header > a {
  font-weight: 500;
  color: #f7f7f7;
}
.navbar .navbar-menu {
  display: flex;
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .navbar .navbar-menu {
    display: none;
    text-align: center;
  }
}
.navbar .navbar-menu.active {
  display: flex !important;
}
.navbar .navbar-menu .navbar-nav {
  margin-left: auto;
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .navbar .navbar-menu .navbar-nav {
    width: 100%;
    display: block;
    border-top: 1px solid #EEE;
    margin-top: 1rem;
  }
}
.navbar .navbar-menu .navbar-nav > li > a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
}
.navbar .navbar-menu .navbar-nav > li > a:hover {
  color: rgb(170, 170, 234);
}
@media (max-width: 768px) {
  .navbar .navbar-menu .navbar-nav > li > a {
    border-bottom: 1px solid #eceef3;
  }
}
.navbar .navbar-menu .navbar-nav > li.active a {
  color: rgb(182, 182, 255);
}
.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-width: 160px;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 99999;
  border-radius: 0.75rem;
  display: none;
}
@media (max-width: 768px) {
  .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
    position: relative;
    box-shadow: none;
  }
}
.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown li a {
  color: #3c4250;
  padding: 0.25rem 1rem;
  display: block;
}
.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown.show {
  display: block !important;
}
.navbar .navbar-menu .navbar-nav .dropdown > .separator {
  height: 1px;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar .navbar-dropdown {
  position: relative;
}

.navbar .navbar-header > a span {
  color: #66f;
}

.navbar .navbar-header h4 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .navbar .navbar-header h4 {
    font-size: 1.05rem;
  }
}
input {
  padding: 5px ;
}



.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}