@font-face {
  font-family: "Dubai-Bold";
  src: url(fonts/Dubai/Dubai-Bold.otf);
}
@font-face {
  font-family: "Dubai-Light";
  src: url(fonts/Dubai/Dubai-Light.otf);
}
@font-face {
  font-family: "Dubai-Medium";
  src: url(fonts/Dubai/Dubai-Medium.otf);
}
@font-face {
  font-family: "Dubai-Regular";
  src: url(fonts/Dubai/Dubai-Regular.otf);
}
@font-face {
  font-family: "BukraGM-Extra-Light";
  src: url(fonts/Bukra/29LTBukra-Extra-Light.otf);
}
@font-face {
  font-family: "BukraGM-Light";
  src: url(fonts/Bukra/29LT-Bukra-Light.otf);
}
@font-face {
  font-family: "BukraGM";
  src: url(fonts/Bukra/29LTBukraGM.otf);
}
@font-face {
  font-family: "BukraGM-Medium";
  src: url(fonts/Bukra/29LTBukraGM-Medium.otf);
}
@font-face {
  font-family: "BukraGM-Semi-Bold";
  src: url(fonts/Bukra/29LTBukra-Semi-Bold.otf);
}
@font-face {
  font-family: "BukraGM-Bold";
  src: url(fonts/Bukra/29ltbukrabold.otf);
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url("../images/back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

header {
  max-height: 55px;
  height: 55px;
  padding: 0.3rem 0;
  background-color: #221c35;
  background-color: #000;
  position: relative;
  width: 100%;
  z-index: 999;
}
header .main-header {
  max-width: 1000px;
  margin: 0 auto;
  width: 98%;
  display: flex;
  padding: 0 1%;
  height: 100%;
  justify-content: center;
}
header .main-header .header-cols {
  width: 33%;
}
header .main-header .header-cols img {
  height: 100%;
}
header .main-header .header-cols.header-left {
  display: flex;
  align-items: center;
  justify-content: left;
}
header .main-header .header-cols.n-logo {
  display: flex;
}
@media (max-width: 590px) {
  header .main-header .header-cols.n-logo {
    display: none;
  }
}
header .main-header .header-cols.r-logo {
  display: none;
}
@media (max-width: 590px) {
  header .main-header .header-cols.r-logo {
    display: flex;
  }
}
header .main-header .header-cols.header-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-header .header-cols.header-right {
  display: flex;
  align-items: center;
  justify-content: right;
}

.top-content {
  width: 100%;
  min-height: 700px;
  background-image: url("../images/top-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 700px;
}
@media (min-width: 1900px) {
  .top-content {
    height: 80vh;
  }
}
.top-content .gradient {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.top-content .tc-main {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 99;
  height: 100%;
  flex-direction: row;
}
@media (max-width: 900px) {
  .top-content .tc-main {
    flex-direction: column;
  }
}
.top-content .tc-main .tc-ch {
  width: 50%;
  display: flex;
  padding: 3rem 1rem;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 900px) {
  .top-content .tc-main .tc-ch {
    justify-content: start;
    width: 100%;
    padding: 1rem 2rem;
    height: auto;
  }
}
.top-content .tc-main .tc-ch.left-ch {
  align-items: right;
}
.top-content .tc-main .tc-ch h1 {
  text-transform: uppercase;
  font-size: 5rem;
  color: #fff;
  font-weight: 800;
  text-align: right;
  padding: 0;
  margin: 0;
  text-shadow: 1px 2px 5px rgb(0, 0, 0);
}
@media (max-width: 1150px) {
  .top-content .tc-main .tc-ch h1 {
    font-size: 4rem;
  }
}
@media (max-width: 900px) {
  .top-content .tc-main .tc-ch h1 {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .top-content .tc-main .tc-ch h1 {
    font-size: 3rem;
  }
}
.top-content .tc-main .tc-ch .main-desc {
  max-width: 80%;
}
@media (max-width: 900px) {
  .top-content .tc-main .tc-ch .main-desc {
    max-width: 100%;
  }
}
.top-content .tc-main .tc-ch p {
  color: #fff;
  text-shadow: 1px 2px 5px rgb(0, 0, 0);
  font-weight: 200;
}

.common-sec {
  max-width: 1300px;
  margin: 0 auto;
  width: 98%;
  min-height: 300px;
  padding: 2rem;
}
.common-sec .award-details {
  width: 100%;
  padding: 2rem 0 0 0;
}
.common-sec .award-details .ad-main {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: repeat(6, 1fr);
}
.common-sec .award-details .ad-main .ad-ch {
  grid-column: span 3;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 800px) {
  .common-sec .award-details .ad-main .ad-ch {
    grid-column: span 6;
  }
}
.common-sec .award-details .ad-main .ad-ch .ad-ch-head {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.common-sec .award-details .ad-main .ad-ch .ad-ch-head .head-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-sec .award-details .ad-main .ad-ch .ad-ch-head .head-img .single-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.common-sec .award-details .ad-main .ad-ch .ad-ch-head .head-img .single-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-sec .award-details .ad-main .ad-ch .ad-ch-head .head-text {
  width: 100%;
}
.common-sec .award-details .ad-main .ad-ch .ad-ch-head .head-text h3 {
  font-size: 1.2rem;
  padding: 1rem 1rem;
  margin: 0;
  text-align: center;
}
.common-sec .award-details .ad-main .ad-ch .ad-ch-head .head-text p {
  font-weight: 200;
  text-align: justify;
  padding: 0 1rem;
  line-height: 1.7rem;
  text-align: center;
}
.common-sec .award-details .ad-main .ad-ch .ad-ch-desc {
  width: 100%;
  padding: 2rem 0 0 0;
}
.common-sec .award-details .acd-single {
  padding: 2rem 0;
  color: #FFF;
}
.common-sec .award-details .acd-single .adcs-content {
  padding: 1rem 0;
  width: 80%;
  margin: 0 auto;
}
.common-sec .award-details .acd-single .adcs-content p {
  text-align: center;
  padding: 0.5rem 0;
  margin: 0;
  font-weight: 200;
}
.common-sec .award-details .acd-single .adcs-content p span {
  font-weight: 400;
}
.common-sec .award-details .acd-single .adcs-content .ar-single {
  padding: 1rem 0;
}
.common-sec .award-details .acd-single .adcs-content .ar-single p {
  padding: 0.3rem 0;
}
.common-sec .award-details .acd-single .reg-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-sec .award-details .acd-single .reg-link a {
  background: #fff;
  color: #000;
  padding: 1rem 3rem;
  background: linear-gradient(135deg, #ece9e6, #ffffff);
  color: #333;
  transition: all 0.4s ease;
  border-radius: 0.5rem;
}
.common-sec .award-details .acd-single .reg-link a:hover {
  background: linear-gradient(135deg, #d4d4d4, #ece9e6);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  text-decoration: none;
  animation: bounce 0.5s;
}

.contact-sec {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-sec .cs-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-sec h3 {
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
}
.contact-sec h3 a {
  color: #fff;
}
.contact-sec a.download {
  padding: 0.5rem 0.5rem;
  border: 1px solid #fff;
  margin: 0.5rem 0;
  color: #fff;
  border-radius: 0.2rem;
  transition: all 0.4s ease;
}
.contact-sec a.download:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

.footer {
  color: white;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
  width: 100%;
}
.footer p {
  font-size: 0.85rem;
  padding: 0;
  margin: 0;
  text-align: center;
}

h2 {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 0px rgb(0, 0, 0);
  position: relative;
}
h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: rgb(228, 227, 227);
}
h2::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 15px;
  left: 50%;
  margin-left: -50px;
  background-color: rgb(228, 227, 227);
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
.register-wrapper {
  padding: 0;
}
.register-wrapper .breadcrumbs {
  font-size: 0.8rem;
}
.register-wrapper .breadcrumbs span {
  color: #747272;
}
.register-wrapper .breadcrumbs span a {
  color: #747272;
}
.register-wrapper .breadcrumbs span.center {
  padding: 0 0.6rem;
}
.register-wrapper .register-content {
  padding-top: 5rem;
}
.register-wrapper .register-content .form-wrapper {
  width: 100%;
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
  padding: 2rem 0;
}
.register-wrapper .register-content .form-wrapper .fw-single {
  grid-column: span 3;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.register-wrapper .register-content .form-wrapper .fw-single.left-algn {
  align-items: start;
}
.register-wrapper .register-content .form-wrapper .fw-single label {
  color: #fff;
}
.register-wrapper .register-content .form-wrapper .fw-single input, .register-wrapper .register-content .form-wrapper .fw-single select {
  width: 95%;
  height: 45px;
  padding: 0.3rem;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1rem 0.5rem;
  font-size: 0.9rem;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
  border: 1px solid #c1bebe;
  transition: 0.5s;
  outline: none;
}
.register-wrapper .register-content .form-wrapper .fw-single select {
  height: 45px;
  padding: 0rem 0.5rem;
}
.register-wrapper .register-content .form-wrapper .fw-single input[type=file] {
  height: 60px;
}
.register-wrapper .register-content .form-wrapper .fw-single p {
  color: #929191;
  padding: 0.3rem 0 0 0;
  margin: 0;
  font-size: 0.8rem;
}
.register-wrapper .register-content .form-wrapper .fw-single.full {
  grid-column: span 6;
}
.register-wrapper .register-content .form-wrapper .fw-single.full input {
  width: 100%;
}
@media (max-width: 650px) {
  .register-wrapper .register-content .form-wrapper .fw-single {
    grid-column: span 6;
  }
}
.register-wrapper .register-content .form-wrapper .fw-single button {
  background: #fff;
  color: #000;
  padding: 1rem 3rem;
  background: linear-gradient(135deg, #ece9e6, #ffffff);
  color: #333;
  transition: all 0.4s ease;
  border-radius: 0.5rem;
}
.register-wrapper .register-content .form-wrapper .fw-single button:hover {
  background: linear-gradient(135deg, #d4d4d4, #ece9e6);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  text-decoration: none;
  animation: bounce 0.5s;
}

#gradient {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  z-index: 999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
}
#gradient.gr-msg {
  display: none;
}

#gradient div.message {
  width: 500px;
  max-width: 90%;
  height: 200px;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
}

#gradient div.message h1 {
  font-weight: 700;
  color: #000;
  font-size: 0.95rem;
  text-align: center;
  line-height: 2rem;
}

#gradient div.message a {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 10px 10px;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #000;
  font-weight: 700;
}

#gradient div.message a:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #000;
}

#gradient div.message a:active {
  transform: scale(0.9);
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
  display: none;
}
.loader .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.loader .loading span {
  width: 8px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
  background: #058b87;
  color: #FFF;
  box-sizing: border-box;
  animation: animloader 0.3s 0.3s linear infinite alternate;
}
.loader .loading span::after, .loader .loading span::before {
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 40px;
  border-radius: 4px;
  background: #058b87;
  position: absolute;
  bottom: 0;
  left: 20px;
  animation: animloader1 0.3s 0.45s linear infinite alternate;
}
.loader .loading span::before {
  left: -20px;
  animation-delay: 0s;
}

.submissionForm {
  width: 600px;
  margin: 0 auto;
  max-width: 98%;
}

@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}
@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}/*# sourceMappingURL=style.css.map */