@charset "utf-8";

/* .innerBanner{position: relative;}
.innerBanner img{width: 100%; display: block;} */

.innerBanner {
  height: 0;
  min-height: 150px;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.innerBanner img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  display: block;
}

.innerBanner .slideContent {
  top: 60%;
}
.innerBanner .slideContent h2 {
  font-size: 4.5rem;
}

h2.pageTitle {
  color: var(--red);
  font-size: 5rem;
  font-weight: 700;
  text-transform: capitalize;
}

.innerBannerText {
  width: 100%;
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
}
.innerBannerText h2 {
  font-size: 4.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-top: 0;
  text-transform: uppercase;
  text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.42);
}

/* accordian */
.accordianHead {
  cursor: pointer;
  font-size: 1.2rem;
  padding: 15px 35px 15px 0;
  position: relative;
  border-bottom: 1px solid #dad9d9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordianHead.active {
  background: #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 35px 15px 15px;
  font-weight: 600;
}

.accordianHead.active::after {
  transform: rotate(-180deg);
  font-weight: normal;
}

.accordianHead::after {
  content: "\002B";
  position: absolute;
  display: block;
  right: 10px;
  top: 7px;
  font-family: FontAwesome;
  color: #000;
  font-size: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
}

.accordianHead.active::after {
  content: "\2212";
}

.accordianContent {
  display: none;
  padding: 25px 15px;
  border-bottom: 1px solid #dad9d9;
}

.accordianContent p:last-child {
  margin-bottom: 0px;
}

/* table */
.table {
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
}
.table thead tr th {
  background-color: var(--red) !important;
  color: #fff;
  border: 1px solid #252525;
  border-bottom: 2px solid var(--border-grey);
  padding: 12px;
  font-weight: 700;
}
.table tbody tr td,
.table tbody tr th {
  color: #212121;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 15px 10px;
  border-right: 1px solid #ccc;
}

.table.vertTable tr th {
  background-color: var(--orange);
  font-weight: 700;
  color: var(--white);
}

.numberList {
  padding-left: 15px;
}
.numberList li {
  margin-bottom: 10px;
  list-style: decimal;
  padding-left: 10px;
}

.directorPopup {
  background: #fff;
  border-radius: 0 50px 0 50px;
  padding: 40px;
  overflow: hidden;
}
.directorPopup h3 {
  font-size: 1.2rem;
}
.fancybox__content {
  background: none !important;
  padding: 0;
}
.fancybox__backdrop {
  background: #000000ed !important;
}

.juryBox {
  height: 100%;
  display: block;
  color: #606060;
  position: relative;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.teamBox .imgBox {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.juryBox {
  height: 100%;
  display: block;
  color: #606060;
  position: relative;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}

.juryBox .imgBox {
  position: relative;
  padding-bottom: 85%;
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.juryBox .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.juryBox:hover img {
  transform: scale(1.1);
}
.juryBox h3 {
  text-transform: uppercase;
  color: var(--orange);
  font-size: 1.3rem;
  margin: 10px 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.juryBox:hover {
  background: var(--red);
  color: var(--white);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.linkedIncon {
  width: 30px;
  display: block;
}

.mfWrap {
  padding: 10px;
  background: #f6f6f6;
  position: relative;
}
.mfWrap::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #ddddde;
}
.mfOrangeWrap {
  padding: 2em;
  color: var(--white);
  position: relative;
}
.mfOrangeWrap::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
}

.gMap {
  height: 100%;
}
.gMap iframe {
  width: 100%;
  height: 100%;
}

.contactIcon {
  width: 30px;
}

.categoryWrap .ctaBtn {
  font-size: 1rem;
}

.whoApply {
  color: var(--orange);
  cursor: pointer;
}
.whoApply p {
  display: none;
  width: 60%;
  position: absolute;
  background: var(--orange);
  color: var(--white);
  right: 0;
  top: -100px;
  padding: 10px;
  border-radius: 5px;
  z-index: 100;
}
.whoApply p span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}
.whoApply:hover p {
  display: block;
}

.evaluation {
  color: var(--red);
  font-weight: 600;
  cursor: pointer;
}
.evaluation p {
  display: none;
  width: 100%;
  position: absolute;
  background: var(--orange);
  color: var(--white);
  right: 0;
  top: -100px;
  padding: 10px;
  border-radius: 5px;
  z-index: 99;
}
.evaluation p span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}
.evaluation:hover p {
  display: block;
}

.applicationSteps {
  position: relative;
}
.applicationSteps:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--red);
  content: "";
}
.applicationSteps li {
  padding: 15px 15px 25px 15px;
  border-right: 1px solid #fff;
  font-size: 1rem;
  position: relative;
  color: var(--red);
  font-weight: 600;
}
.applicationSteps li span {
  color: #000;
  font-weight: normal;
}
.applicationSteps li:after {
  width: 25px;
  height: 25px;
  background: var(--red);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -12px;
  content: "";
  color: #fff;
  z-index: 9;
}
.applicationSteps li:last-child {
  border-right: 0;
}
.applicationSteps li.active {
  border-bottom: 2px solid var(--red);
  color: var(--orange);
}
.applicationSteps li.active span {
  color: var(--orange);
}
.applicationSteps li.active:before {
  width: 100%;
  height: 3px;
  background: var(--orange);
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  content: "";
}
.applicationSteps li.active:after {
  content: "\2713";
  background: var(--orange);
}

.applicationForm .form-control, .applicationForm .form-select {
    padding: 15px 25px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    color: #878787;
}
.applicationForm .form-control:hover,
.applicationForm .form-select:hover,
.applicationForm .form-control:focus,
.applicationForm .form-select:focus {
  border: 1px solid var(--red);
  box-shadow: none;
}

.applicationForm .form-floating {
  min-height: 60px;
}
.applicationForm .form-floating > label {
  left: 15px;
}

.radio-custom {
  opacity: 0;
  position: absolute;
}

.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.radio-custom-label {
  position: relative;
  font-weight: 400 !important;
}

.radio-custom + .radio-custom-label:before {
  content: "";
  background: #e0e0e0;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  font-size: 0.8rem;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  /* content: "\2713";
    font-family: 'FontAwesome';
    color: #bbb; */
  background: var(--orange);
  border-color: var(--orange);
  content: "\2713";
  color: var(--white);
}

.radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--orange);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--orange);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

sup {
  color: red;
}

.chartInfo {
  position: relative;
  display: inline-block;
}
.chartInfo p {
  background: var(--orange);
  color: var(--white);
  padding: 10px 35px 10px 10px;
  border-radius: 10px;
  width: 70%;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 1rem;
  display: none;
  z-index: 11;
  min-width: 450px;
}
.chartInfo {
  transition: all 0.3s ease;
}
.chartInfo img {
  position: relative;
  z-index: 99;
  opacity: 0.8;
  width: 20px;
  margin-top: -5px;
}
.chartInfo:hover img {
  filter: invert(0);
  opacity: 1;
}
.chartInfo:hover p {
  display: block;
}

.nudgeBrief li {
  margin-bottom: 30px;
}

.epBtn {
  text-decoration: underline;
}
.epBtn:hover {
  color: var(--orange);
}

.editBtn {
  background: none;
  border: 0;
  text-align: center;
}
.editBtn img {
  width: 20px;
}

/* .dashboardTable td:last-child {
  text-align: center;
} */

.ppCheck input[type="checkbox"] {
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;

  float: left;
}

.ppCheck input[type="checkbox"]:hover {
  opacity: 1;
}

.ppCheck input[type="checkbox"]:checked {
  background-color: var(--white);
  opacity: 1;
  border: 1px solid var(--orange);
}

.ppCheck input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid var(--orange);
  border-width: 0 1px 1px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

.ppCheck input[type="checkbox"]:checked:before {
  opacity: 1;
}

.ppCheck label {
  display: flex;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
}
.ppCheck label strong {
  color: var(--orange);
  border-bottom: 1px solid var(--orange);
  font-weight: 600;
}
.ppCheck label a {
  text-decoration: underline;
}

.userBtn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.userBtn p {
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .applicationSteps {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .applicationSteps:after {
    width: 125%;
  }
  .tableWrap {
    overflow-x: auto;
  }
}
.bordiv {
  border: 1px solid rgb(180, 180, 180);
}
.text-justify {
  text-align: justify;
}


 @media (min-width: 991px) {
  .top-col {
    display: inline-flex;
    justify-content: flex-end;
    gap: 20px;
  }
}
.top-header-area {
  padding: 20px 10px;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
.list-design {
  font-weight: bold;
  list-style: circle;
  padding: 0;
}
[2:12 PM, 07/11/2024] Aziz Sardar Web Class It Planet: .bordiv {
  border: 1px solid rgb(180, 180, 180);
}
.text-justify {
  text-align: justify;
}
.py-50 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .menuWrp {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 991px) {
  .top-col {
    display: inline-flex;
    justify-content: flex-end;
    gap: 20px;
  }
}
.top-header-area {
  padding: 20px 10px;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
.list-design {
  font-weight: bold;
  list-style: circle;
}
.card-header span {
  font-weight: 900;
}

.green {
  color: green;
}
.x-modal {
  border: none;
  height: 40px;
  width: 40px;
  font-size: 24px;
  border-radius: 84px;
}

