/*@font-face {
    font-family: mainseriffont;
    src: url(../fonts/CallunaSans-Regular.otf);
}*/
::-moz-selection {
  /* Code for Firefox */
  background: #bed3ff;
  color: #000;
}

::selection {
  background: #bed3ff;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Readex Pro", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Readex Pro", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Readex Pro", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

ul,
li,
ol {
  list-style-type: none;
  padding-inline-start: 0;
}

.bg1 {
  background: #fffbfb;
}

.bg2 {
  background: #1e216c;
}

.bg3 {
  background: #eec630;
}

.bg4 {
  background: #db2121;
}

.page-content {
  position: relative;
  margin: 50px 0 120px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
}

.main-header {
  background: #3f1c24;
  padding: 15px 30px;
}

.main-header .header-logo {
  display: flex;
  align-self: center;
  align-items: center;
  width: 100%;
}

.main-header .header-logo .logos img {
  width: 65px;
}

.page-content-block {
  padding: 40px 80px;
  background: #fff;
}

h5.separator-divide {
  position: relative;
  margin: 25px 0;
  text-align: center;
}

h5.separator-divide:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #efefef;
}

h5.separator-divide span {
  background: #fffbfb;
  display: inline-block;
  border: 1px solid #9d9d9d;
  position: relative;
  padding: 2px 9px;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 600;
}

.page-content-box h4 {
  font-size: 22px;
  line-height: 28px;
  color: #401c24;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-content-box h4 small {
  font-size: 80%;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
}

.page-content-box ul {
  margin-bottom: 0;
}

.page-content-box ul li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #121212;
  padding-left: 25px;
  margin-bottom: 8px;
}

.page-content-box ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  background: rgba(0, 0, 0, 0.26);
  color: #ffffff;
  font-size: 52%;
  padding: 3px 2px;
  border-radius: 2px;
}

.admission-form {
  background: #efe6e6;
  padding: 25px;
  margin-top: 40px;
}

.admission-form h1 {
  font-size: 24px;
  line-height: 28px;
  color: #111;
  margin-bottom: 12px;
  font-family: "Readex Pro", sans-serif;
}

.form-select:focus {
  border-color: darkgrey;
  box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.admission-form form .input-group select.form-select {
  border-radius: 0;
  height: 44px;
  padding: 6px 30px 6px 16px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.input-group button.btn.form-btn,
a.form-btn,
input.payu-payment-button {
  background: #3f1c24;
  border-radius: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 16px;
  height: 44px;
  border: 0;
}

a.form-btn {
  background: #3f1c24;
  display: inline-block;
  padding: 8px 20px !important;
  height: 40px;
}

a.form-btn:hover {
  color: #fff !important;
}

.admission-form form .input-group button.btn i {
  transform: rotate(45deg);
  margin-left: 3px;
}

.main-form .input-group label, .main-form label {
  text-align: end;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #121212;
  display: block;
  padding: 0 16px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bfbfbf;
  outline: 0;
  box-shadow: none;
}

.main-form .input-group input,
.main-form .input-group textarea,
.main-form .input-group select {
  padding: 6px 14px;
  height: 42px;
  font-size: 15.5px;
  border-radius: 0;
  color: #000;
  border: 1px dashed #c1c1c1;
}

.table-application-fee tr {
  border: 1px dashed #c1c1c1;
}

.main-form .input-group input[type=date] {
  color: #777;
}

.main-form .input-group textarea {
  height: 80px;
}

::-moz-placeholder {
  color: #777;
}

::placeholder {
  color: #777;
}

h1.main-title {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  color: #401c24;
  margin-bottom: 25px;
  font-weight: 600;
}

.form-block {
  background: #f5f5f5;
  padding: 25px 16px;
  height: 100%;
}

h2.sub-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
  color: #121212;
  font-weight: 500;
  text-align: center;
}

.form-table table.table td {
  font-size: 15.5px;
  color: #000;
  padding: 8px 12px;
}

.form-table table.table td i {
  font-size: 85%;
}

.declaration-block {
  background: #efeaea;
  padding: 25px;
}

.declaration-block h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #121212;
  text-align: center;
  margin-bottom: 12px;
}

p.text {
  font-size: 15px;
  line-height: 20px;
  color: #121212;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

.registration-closed {
  position: relative;
  text-align: center;
  border: 2px dashed #ddd;
  padding: 20px;
}

.registration-closed svg {
  width: 150px;
  margin-bottom: 16px;
  fill: #ebebeb;
}

.registration-closed i {
  font-size: 150px;
  margin-bottom: 16px;
  color: #ebebeb;
}

.registration-closed h3 {
  font-size: 22px;
  color: #c33d3d;
  font-family: "Readex Pro", sans-serif;
  text-transform: capitalize;
  margin-bottom: 0;
}

.otp-block {
  padding: 30px 25px;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
}

.otp-block p {
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.otp-block p b {
  font-weight: 600;
}

.upload_input label {
  width: 180px;
  height: 200px;
  border: 2px dotted #b9b9b9;
  margin: 20px 12px 10px;
  padding: 60px 20px;
  text-align: center;
  cursor: pointer;
}

input.payu-payment-button {
  border: 0 !important;
}

.upload_input label svg {
  fill: #bdbdbd;
  width: 50px;
}

.upload_input label h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #767676;
  margin-top: 0px;
  margin-bottom: 0;
}

.upload_input input {
  position: absolute;
  top: 50%;
  width: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.photo.upload_docs {
  position: relative;
  text-align: center;
  border: 2px solid #f1f1f1;
  padding-bottom: 20px;
  height: 100%;
}

.photo.upload_docs h2 {
  font-size: 18px;
  color: #000;
  background: #f1f1f1;
  padding: 12px 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.photo.upload_docs a {
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s ease-in-out;
}

.photo.upload_docs .preview {
  padding: 20px 16px 10px;
}

.photo.upload_docs .preview img {
  width: 180px;
  height: 200px;
  border: 1px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-form .field {
  border: 1px dashed #c1c1c1;
  padding: 7px 12px;
  height: 40px;
  font-size: 15px;
  background: #f7f7f7;
}

.main-form .field input,
.main-form .field textarea {
  background: #f7f7f7;
  border-width: 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.main-form .field.field2 {
  height: 80px;
}

.main-table table.table thead tr th {
  background: #ddd;
  color: #222;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 12px;
}

.main-table table.table tbody tr th {
  font-size: 16px;
  padding: 6px 12px;
  vertical-align: middle;
  color: #222;
  background: #f7f7f7;
  font-weight: 500;
}

.main-table table.table tbody tr td {
  font-size: 15.5px;
  padding: 6px 12px;
  vertical-align: middle;
  color: #222;
  background: #f7f7f7;
}

.user-image img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #282828;
}

.register-success h1 {
  color: #007100;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2px;
}

.register-success h1 i {
  border-radius: 50%;
  padding: 8px;
  font-size: 42px;
  background: #fff;
  margin-bottom: 5px;
  color: #fff;
  background: #007100;
}

.register-success .dated {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.page-content-block.success-content-block {
  padding: 40px;
}

p.text-main {
  color: #000;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  margin-bottom: 12px;
}

.register-fail h1 {
  color: #dc3545;
}

.register-fail h1 i {
  padding: 4px 11px;
  background: #dc3545;
}

.main-footer {
  background: #0d1116;
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.main-footer span.copyright, .main-footer span.developed, .main-footer span.developed a {
  display: block;
  color: rgba(255, 255, 255, 0.5607843137);
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  transition: 0.6s ease-in-out;
}

.main-footer span.developed a:hover {
  color: #fff;
}

.school-name small {
  font-size: 50%;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}

.school-name small:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(270deg, white, transparent);
}

.school-name small:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, white, transparent);
}

.school-name span {
  padding-left: 0;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin-right: 0;
}

.school-name span.desklogoTM {
  position: absolute;
  top: -9px;
  font-size: 11px;
  right: -16px;
}

.school-name span {
  align-content: center;
  align-self: center;
  padding-left: 16px;
}/*# sourceMappingURL=main.css.map */