@charset "UTF-8";
/*custom css*/
@import "../fonts/DS-iconfont.css";


@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.otf") format("opentype");
  src: url("../fonts/Poppins-Light.otf") format("truetype");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.otf") format("opentype");
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.otf") format("opentype");
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.otf") format("opentype");
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.otf") format("opentype");
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.otf") format("opentype");
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", Arial;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 16rem 0 0;
  font-weight: 400;
  color: #223247;
  background-image: url(../images/bglogin.png);

}

@media (max-width: 1650px) {
  body {
    padding-top: 120px;
  }
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #c8c8e2 #f1f1f1;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}

*::-webkit-scrollbar-track {
  background: #223247;
}

*::-webkit-scrollbar-thumb {
  background-color: #f1ac4d;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .header {
    padding: 2rem 0;
  }
}

@media (min-width: 1650px) {
  .header {
    padding: 1rem 0;
  }
}

.header.darkHeader {
  background-color: rgba(20, 32, 46, 0.8);
}

.header-active {
  border-bottom-color: rgba(20, 32, 46, 0.15);
}

.header.show {
  top: -100%;
}

.header.dark-header {
  background-color: rgba(20, 32, 46, 0.8);
}

.header-relative {
  background-color: #14202e;
  position: relative;
  top: 0;
}

.header-relative.darkHeader {
  background-color: rgba(20, 32, 46, 0.8);
  /* position: fixed; */
}

.header-relative.show {
  position: fixed;
}

.header__logo {
  max-width: 19.4rem;
  display: inline-block;
}

@media (max-width: 359px) {
  .header__logo {
    max-width: 13.5rem;
  }
}

@media (min-width: 1650px) {
  .header__logo {
    max-width: 27rem;
  }
}

.header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.header .foundation-link {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .header .foundation-link {
    display: none;
  }
}

@media (min-width: 1650px) {
  .header .foundation-link {
    font-size: 1.8rem;
  }
}

.header .foundation-link.active {
  color: #f1ac4d;
}

.header button {
  background-color: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .fa-icon {
  color: #c7cbd6;
  font-size: 2.3rem;
}

@media (min-width: 1650px) {
  .header .fa-icon {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .header .fa-icon {
    font-size: 2.5rem;
  }
}

.header .fa-icon:hover {
  color: #f1ac4d;
}

.header .fa-icon.ip-user {
  font-size: 2rem;
}

@media (min-width: 1650px) {
  .header .fa-icon.ip-user {
    font-size: 2.9rem;
  }
}

@media (max-width: 767px) {
  .header .fa-icon.ip-user {
    font-size: 2.2rem;
  }
}

.header .login-sec,
.header .share-sec,
.header .search-close {
  display: none;
}

@media (max-width: 767px) {
  .header .login-sec .fa-text {
    display: none;
  }
}

.hamburger {
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 1650px) {
  .hamburger {
    width: 3.6rem;
    height: 3.6rem;
  }
}

@media (max-width: 767px) {
  .hamburger {
    margin-left: 2.1rem !important;
  }
}

.hamburger-span {
  display: block;
  width: 2.6rem;
  height: 0.1rem;
  background-color: #c7cbd6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1650px) {
  .hamburger-span {
    height: 0.2rem;
  }
}

.hamburger-span:nth-child(2) {
  margin: 0.7rem 0;
  width: 2rem;
  margin-left: 20%;
}

@media (min-width: 1650px) {
  .hamburger-span:nth-child(2) {
    margin: 0.8rem 0;
    margin-left: 20%;
  }
}

@media (min-width: 992px) {
  .hamburger:hover .hamburger-span {
    width: 2rem;
    margin-left: 20%;
    background-color: #f1ac4d;
  }

  .hamburger:hover .hamburger-span:nth-child(2) {
    width: 2.6rem;
    margin-left: 0;
  }
}

.hamburger.active {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 2.4rem;
  height: 2.4rem;
}

@media (min-width: 1650px) {
  .hamburger.active {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.hamburger.active .hamburger-span:nth-child(2) {
  width: 0;
}

.hamburger.active .hamburger-span:nth-child(1),
.hamburger.active .hamburger-span:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hamburger.active .hamburger-span:nth-child(1) {
  -webkit-transform: translateY(0.8rem);
  -ms-transform: translateY(0.8rem);
  -o-transform: translateY(0.8rem);
  -moz-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
}

.hamburger.active .hamburger-span:nth-child(3) {
  -webkit-transform: translateY(-0.85rem) rotate(90deg);
  -ms-transform: translateY(-0.85rem) rotate(90deg);
  -o-transform: translateY(-0.85rem) rotate(90deg);
  -moz-transform: translateY(-0.85rem) rotate(90deg);
  transform: translateY(-0.85rem) rotate(90deg);
}

@media (min-width: 1650px) {
  .hamburger.active .hamburger-span:nth-child(3) {
    -webkit-transform: translateY(-1.2rem) rotate(90deg);
    -ms-transform: translateY(-1.2rem) rotate(90deg);
    -o-transform: translateY(-1.2rem) rotate(90deg);
    -moz-transform: translateY(-1.2rem) rotate(90deg);
    transform: translateY(-1.2rem) rotate(90deg);
  }
}

.hamburger.active:hover {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger.active:hover .hamburger-span {
  width: 2.6rem;
  margin-left: 0;
  background-color: #f1ac4d;
}

.hamburger.active:hover .hamburger-span:nth-child(2) {
  width: 0;
}

.navbar {
  top: 7.6rem;
  background-color: rgba(20, 32, 46, 0.8);
  /* position: fixed; */
  position: absolute;
  display: block;
  width: 100%;
  z-index: 99;
  /* transition: top 0.5s ease-in-out; */
}

@media (max-width: 767px) {
  .navbar {
    top: 9.8rem;
  }
}

@media (max-width: 359px) {
  .navbar {
    top: 8.4rem;
  }
}

@media (min-width: 1650px) {
  .navbar {
    top: 10.1rem;
  }
}

.navbar-nav {
  width: 100%;
  flex-direction: row;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
}

.navbar-nav .nav-item {
  padding: 0 1.4rem;
}


@media (max-width: 767px) {
  .navbar-nav .nav-item {
    padding: 0;
  }
}

@media (min-width: 1650px) {
  .navbar-nav .nav-item {
    padding: 0 2rem;
  }
}

.navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.3rem;
  font-weight: 300;
  color: #8695A8;
  padding: 1rem 0;
  position: relative;
  transition: all 0.5s ease;
}


@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    display: inline-block;
  }
}

@media (min-width: 1650px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 1.6rem;
    padding: 1.4rem 0;
  }
}

.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #F1AC4D;
  width: 0;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease;
}

.navbar-nav .nav-item .nav-link.active {
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link.active {
    display: none;
  }
}

.navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item:active .nav-link,
.navbar-nav .nav-item:focus .nav-link {
  color: #fff;
}

.navbar-nav .nav-item:hover .nav-link::after,
.navbar-nav .nav-item:active .nav-link::after,
.navbar-nav .nav-item:focus .nav-link::after {
  width: 100%;
}

@media (max-width: 767px) {
  .navbar.navbar-dropdown .dropdown {
    height: 6rem;
    padding: 1.8rem 3.5rem;
  }
}

.navbar.navbar-dropdown .dropdown-toggle {
  border: 0;
}

@media (max-width: 767px) {
  .navbar.navbar-dropdown .dropdown-toggle {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    background-color: transparent;
    font-size: 1.4rem;
    color: #FFF;
    line-height: 2rem;
    padding: 1rem 0;
    text-transform: capitalize;
  }
}

@media (max-width: 767px) {

  .navbar.navbar-dropdown .dropdown-toggle:active,
  .navbar.navbar-dropdown .dropdown-toggle:hover,
  .navbar.navbar-dropdown .dropdown-toggle:focus {
    background-color: transparent;
  }
}

.navbar.navbar-dropdown .dropdown-toggle:focus,
.navbar.navbar-dropdown .dropdown-toggle:active {
  outline: 0;
  box-shadow: none !important;
}

.navbar.navbar-dropdown .dropdown-toggle:after {
  content: "\e908";
  font-family: "icomoon" !important;
  position: absolute;
  top: 25%;
  right: 1.6rem;
  color: #fff;
  transform: rotate(90deg) translateY(-50%);
  font-size: 1.1rem;
  border: none;
  margin-top: 0;
  vertical-align: 0;
}

.navbar.navbar-dropdown .dropdown-toggle span {
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .navbar.navbar-dropdown .dropdown-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #F1AC4D;
    width: 100%;
    height: 0.2rem;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
  }
}

.navbar.navbar-dropdown .dropdown-toggle::before {
  display: none;
}

@media (max-width: 767px) {
  .navbar.navbar-dropdown .dropdown-menu {
    position: absolute;
    min-width: 100%;
    background-color: rgba(34, 50, 71, 0.8);
    padding: 0;
    overflow: hidden;
    transform: none !important;
    top: 3.9rem !important;
    display: none;
    padding: 0 3.5rem;
  }
}

.navbar.navbar-dropdown .dropdown-menu.show {
  display: block;
  align-items: left;
}

.navbar.show {
  top: 0;
}

.navbar-relative {
  position: relative;
  top: 0;
  background-color: #14202E;
}

.navbar-relative.show {
  position: fixed;
}

.navbar-relative.hide {
  position: fixed;
  top: 7.6rem;
}


.container {
  max-width: 1170px;
}

@media (max-width: 1649px) {
  .container {
    max-width: 900px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}


a:hover {
  text-decoration: none;
}

.mt-24 {
  margin-top: 24px;
}

input[type=text],
input[type=email] {
  background: #fff;
  border: 1px solid #8D9BAD;
  color: #424242;
  display: block;
  height: auto;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 20px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

input[type=text]:hover,
input[type=email]:hover {
  background: transparent;
}

input[type=text]:focus,
input[type=email]:focus {
  border: 1px solid #000;
  color: #FFFF;
  outline: none;
}

.header {
  position: absolute;
  display: block;
  z-index: 1010;
  width: 100%;
  top: 0;
  -webkit-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  padding: 0.7rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.15);
}

textarea:focus,
input:focus {
  outline: none;
}

.btn-primary,
.btn-secondary,.btn-three {
  background: #424242;
  border: none;
  font-family: "Poppins Medium";
  font-size: 18px;
  padding: 10px 42px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  outline: 0 !important;
}

.btn-primary:hover {
  background: #5F5D5D !important;
}

.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  background: #000 !important;
}

.btn-secondary {
  background: #fff;
  color: #3B5555;
  border: 1px solid #8695A8;
}

.bdr-right {
  border-right: 1px solid #DBD6D6;
}

.btn-upload {
  background: #fff url(../images/icon-upload.png) 20px 50% no-repeat;
  color: #3B5555;
  font-family: "Poppins Medium";
  font-size: 16px;
  border: 1px solid #F1AC4D;
  padding: 12px 45px 12px 69px;
  white-space: nowrap;
  min-width: 250px;
  text-align: left;
}

.btn-mail {
  background: #fff url(../images/icon-mail.png) 15px 50% no-repeat;
  color: #3B5555;
  font-family: "Poppins Medium";
  font-size: 16px;
  border: 1px solid #F1AC4D;
  padding: 10px 15px 10px 45px;
  margin-top: 30px;
  white-space: nowrap;
  text-align: left;
  width: 100%;
}

.title-name {
  font-size: 34px;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  padding: 20px 30px;
}

.modal-content .close {
  font-size: 30px;
}

.modal-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.import-notes {
  color: #707070;
  font-size: 20px;
}

.title-name {
  font-family: "Poppins Light";
  font-size: 28px;
  margin-top: 4rem;
}

.title-day {
  font-family: "Poppins Light";
  font-size: 45px;
}

.title-nomination {
  font-family: "Poppins SemiBold";
  font-size: 34px;
  line-height: 34px;
  margin: 0;
}

.title-nomination span {
  font-family: "Poppins";
  font-size: 24px;
}

.text-steps {
  font-family: "Poppins Light";
  font-size: 18px;
}

.fz-15 {
  font-size: 15px;
}

.panel-grey {
  background-color: #F1F1F1;
  padding: 40px 0 0;
}

.panel-white {
  background-color: #fff;
  padding: 15px 0;
}

.text-nomination {
  font-size: 16px;
}

.panel-count {
  background: #F1F1F1;
  margin: 1rem 0;
  padding: 0 5px 0 15rem;
  position: relative;
}

.panel-status {
  font-size: 15px;
  text-align: right;
}

.status-bar {
  background-color: #E3E2DE;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  height: 4px;
}

.panel-tabs .nav-item {
  display: inline-block;
  margin: 0 2%;
  width: 12.424%;
}

.panel-tabs .nav-item:first-child {
  margin-left: 0 !important;
}

.panel-tabs .nav-item:last-child {
  margin-right: 0 !important;
}

.panel-tabs .nav-link {
  border-bottom: 3px solid #f1f1f1;
  color: #000 !important;
  display: block;
  font-size: 18px;
  height: 159px;
  line-height: 26px;
  margin: 0 3px 0 0;
  padding: 7px 0 30px;
  position: relative;
  text-align: center;
}

.panel-tabs .nav-link svg {
  margin-bottom: 5px;
}

.inner-tabs {
  display: flex;
  overflow-x: auto;
  padding: 20px 0;
}

.inner-tabs .status-bar {
  position: absolute;
  top: 0px;
  width: 100%;
}

.inner-tabs .nav-link {
  font-size: 14px;
  height: auto;
  line-height: 18px;
  margin-bottom: 0;
  padding: 0;
}

.inner-tabs .nav-link:hover {
  border-bottom: none;
}

.inner-tabs .nav-link:hover,
.inner-tabs .nav-link:hover circle {
  background: none;
}

.inner-tabs .nav-link.completed circle {
  fill: #90C46D;
}

.inner-tabs .nav-link.active circle {
  fill: #fff;
  stroke: #90C46D;
  stroke-width: 2px;
}

.inner-tabs .nav-link.pending circle {
  fill: #fff;
  stroke: #D7534E;
  stroke-width: 2px;
}

.inner-tabs .nav-link.completed #Path_12 {
  fill: #90C46D;
}

.icon-status-completed,
.icon-status-pending,
.icon-status-active {
  display: inline-block;
  margin-left: 14px;
  padding-left: 19px;
}

.icon-status-completed {
  background: url(../images/icon-status-completed.png) 0 40% no-repeat;
}

.icon-status-pending {
  background: url(../images/icon-status-pending.png) 0 40% no-repeat;
}

.icon-status-active {
  background: url(../images/icon-status-active.png) 0 40% no-repeat;
}

.icon-date {
  background: url(../images/icon-calendar.svg) 0 40% no-repeat;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 5%;
  top: 25%;
  width: 24px;
}

.inner-tabs .nav-item .nav-link::after {
  content: '';
  background: url(../images/icon-dots.png) 0 40% no-repeat;
  display: block;
  position: absolute;
  right: -25%;
  height: 3px;
  width: 17px;
  top: 20%
}

.inner-tabs .nav-item:last-child .nav-link:after {
  display: none;
}

.txt-nav-brief {
  font-size: 16px;
}

.txt-nav-brief p {
  display: none;
}

.txt-nav-brief p:first-child {
  margin-left: 2.2%;
}

.txt-nav-brief p:nth-child(2) {
  margin-left: 18.424%;
}

.txt-nav-brief p:nth-child(3) {
  margin-left: 35.424%;
}

.txt-nav-brief p:nth-child(4) {
  margin-left: 52.424%;
}

.txt-nav-brief p:nth-child(5) {
  margin-left: 69.424%;
}

.txt-nav-brief p:nth-child(6) {
  margin-left: 78.424%;
  margin-right: 1.8%;
  text-align: right;
}

.txt-success {
  line-height: 50px;
  text-align: center;
}

.circle {
  position: absolute;
  left: 9px;
  top: -1.75rem;
}

.circle div {
  color: #D7534E;
  font-family: "Poppins";
  font-size: 65px;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  text-align: center;
}

.circle svg {
  position: relative;
  height: 120px;
  width: 120px;
}

.circle svg circle {
  fill: #fff;
  height: 100%;
  stroke: #C7CBD6;
  stroke-width: 8;
  width: 100%;
  transform: translate(6px, 6px);
}

.circle svg circle:nth-child(2n) {
  stroke: var(--clr);
  stroke-dasharray: 440;
}

.modal-nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  background-color: transparent;
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.modal-nav .modal-link {
  color: #99cbe2;
  font-family: "Poppins Medium";
  font-size: 13px;
  line-height: 18px;
  margin-left: 20px;
  padding: 1.2rem 0;
  position: relative;
  text-decoration: underline;
}

.modal-nav li:first-child .modal-link:after {
  background: #99cbe2;
  content: '';
  right: -17%;
  position: absolute;
  top: 38%;
  width: 2px;
  height: 14px;
}

.guidelines-list {
  padding-left: 15px;
}

.guidelines-list li {
  font-size: 15px;
  margin-bottom: 15px;
}

.icon-back {
  background: url(../images/icon-back.png) 0 40% no-repeat;
  color: #424242;
  font-size: 15px;
  padding-left: 45px;
}

.horz-divider {
  border-color: #8695A8;
  font-size: 1px;
  height: 1px;
  width: 100%;
}

.horz-divider.line-grey {
  border-color: #DBD6D6;
}

.text-instruction,
.form-group small {
  font-size: 15px;
}

.form-group small {
  font-size: 14px;
}

.form-group label {
  font-size: 15px;
}

.link-secondary {
  color: #418BCA;
  display: inline-block;
  font-family: "Poppins Medium";
  font-size: 18px;
  line-height: 47px;
  text-decoration: underline;
}

.smart-form .select {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.smart-form .select select {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 20px;
  padding: 15px 20px 15px;
  outline: 0;
  border: 1px solid #8D9BAD;
  border-radius: 0;
  background: #fff;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}

.smart-form .select i {
  position: absolute;
  top: 45%;
  right: 11px;
  width: 20px;
  height: 20px;
  background: #fff;
}

.smart-form .select i:after,
.smart-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.smart-form .select i:after {
  border-top: 4px solid #404040
}

.title-read-instruct {
  font-family: 'Poppins Medium';
  font-size: 18px;
}

.accordion .title-read-instruct {
  background: url("../images/icon-up-arrow.png") 97% 50% no-repeat;
  color: #424242;
  cursor: pointer;
  padding: 15px 25px;
}

.accordion .title-read-instruct.collapsed {
  background: url("../images/icon-down-arrow.png") 97% 50% no-repeat;
}

.accordion {
  background: #F1F1F1;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.16);
}

.icon-filter {
  background: #424242 url(../images/icon-filter.png) 50% 50% no-repeat;
  display: inline-block;
  height: 44px;
  width: 46px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.pagination-wrapper {
  border-left: 1px solid #ACCDD6;
  overflow: hidden;
  padding-left: 15px;
}

.txt-goto {
  float: left;
  line-height: 32px;
}

.txt-items {
  float: left;
  line-height: 32px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 3px 0 0;
}

.pagination li {
  display: inline;
  padding: 0 3px;
}

.pagination li a {
  color: #000;
  display: inline-block;
  font-size: 15px;
  height: 24px;
  width: 24px;
  text-align: center;
}

.pagination li:first-child a,
.pagination li:last-child a {
  color: #737373;
}

.pagination li a.active {
  background: #F1AC4D;
}

.pagination li a:nth-child(2) {
  color: #8626C3;
}

.pagination li a.icon-dots {
  background: url(../images/icon-dots.png) 0 0 no-repeat;
  display: inline-block;
  height: 4px;
  width: 17px;
}

.pagination li a.disabled {
  cursor: not-allowed;
}

.txt-pagination {
  border: 1px solid #EFEEF3 !important;
  font-size: 16px !important;
  height: 32px !important;
  margin: 0 9px;
  padding: 0 !important;
  width: 32px !important;
  text-align: center;
}

.filter-tabs .nav-tabs {
  border: none;
}

.filter-tabs .nav-tabs .nav-item.show .nav-link,
.filter-tabs .nav-tabs .nav-link.active {
  background-color: #fff !important;
  border: 2px solid #F1AC4D;
}

.filter-tabs .nav-tabs .nav-link {
  background-color: #F1F1F1 !important;
  border: 2px solid #F1F1F1;
  padding: 1rem 1rem 0.5rem 1.75rem;
  width: 50%;
}

.filter-tabs .nav-tabs .nav-link,
.filter-tabs .nav-tabs .nav-link:focus,
.filter-tabs .nav-tabs .nav-link:hover {
  color: #000000;
}

#grid-tab {
  background: url(../images/icon-grid.png) 8px 50% no-repeat;
}

#table-tab {
  background: url(../images/icon-table.png) 8px 50% no-repeat;
}

.filter-cont-grid {
  border: 1px solid #D0CFCC;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.page-tabs .nav-tabs .nav-link {
  background-color: #fff !important;
  border: 2px solid #fff;
  color: #8695a8;
  padding: 20px 40px 15px;
}

.page-tabs .nav-tabs .nav-item.show .nav-link,
.page-tabs .nav-tabs .nav-link.active {
  background-color: #F1F0F5 !important;
  border: none;
  border-bottom: 2px solid #F1AC4D;
  color: #424242;
  font-family: "Poppins Semibold";
}

.page-tabs .nav-tabs .nav-link:focus,
.page-tabs .nav-tabs .nav-link:hover {
  background-color: #F1F0F5 !important;
  color: #424242;
  font-family: "Poppins Semibold";
}

.page-tab-content {
  border: 1px solid #BCC5CF;
}

.panel-nom-details {
  background: #F1AC4D;
  color: #424242;
  font-family: "Poppins Medium";
  font-size: 22px;
  padding: 20px 100px;
}

.f-cont-grid-title {
  background-color: #F6F3E0;
  color: #223247;
  font-size: 18px;
  height: 68px;
  padding: 25px 0 0 100px;
  position: relative;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
}

.f-cont-title-img {
  display: block;
  position: absolute;
  height: 73px;
  width: 73px;
  left: 20px;
}

.f-cont-title-img.img-eng-comp {
  background: url(../images/img-eng-comp.png) 0 0 no-repeat;
}

.f-cont-title-img.img-social-sci {
  background: url(../images/img-social-sciences.png) 0 0 no-repeat;
}

.f-cont-title-img.img-life-sci {
  background: url(../images/img-life-sciences.png) 0 0 no-repeat;
}

.f-cont-title-img.img-phy-sci {
  background: url(../images/img-physical-sciences.png) 0 0 no-repeat;
}

.f-cont-title-img.img-math-sci {
  background: url(../images/img-mathematical-sciences.png) 0 0 no-repeat;
}

.f-cont-title-img.img-humanities {
  background: url(../images/img-humanities.png) 0 0 no-repeat;
}

.f-cont-grid-text {
  padding-left: 100px;
}

.title-contact {
  color: #000000;
  font-size: 22px;
  position: relative;
}

.institute-name,
.txt-age span,
.txt-year span,
.txt-name {
  color: #000000;
  font-family: "Poppins Medium";
  font-size: 15px;
}

.txt-active {
  background: #DFF6DD;
  color: #007A52;
  display: inline-block;
  font-family: "Poppins Semibold";
  font-size: 9px;
  height: 16px;
  margin: 5px 0 0 15px;
  padding: 3px 0;
  position: absolute;
  width: 47px;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.txt-pending {
  background: #FFE69B;
  color: #D8534E;
  display: inline-block;
  font-family: "Poppins Semibold";
  font-size: 9px;
  height: 16px;
  margin: 5px 0 0 15px;
  padding: 3px 0;
  position: absolute;
  width: 57px;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.txt-expired {
  background: #F6DDDD;
  color: #7A0000;
  display: inline-block;
  font-family: "Poppins Semibold";
  font-size: 9px;
  height: 16px;
  margin: 5px 0 0 15px;
  padding: 3px 0;
  position: absolute;
  width: 57px;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.pdf-docket {
  background: #fafafa url(../images/icon-pdf.png) 50% 20px no-repeat;
  border: 2px solid #F1AC4D;
  color: #424242;
  display: inline-block;
  font-family: "Poppins Medium";
  font-size: 14px;
  padding: 60px 15px 15px;
  text-align: center;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.icon-download {
  background: url(../images/icon-download.png) 0 0 no-repeat;
  display: inline-block;
  height: 17px;
  width: 17px;
}

.f-cont-grid-nominate {
  border: 1px solid #E3E2DE;
  padding: 15px 0 15px 100px;
}

.icon-delete {
  background: url(../images/icon-delete.png) 0 50% no-repeat;
  color: #000 !important;
  display: inline-block;
  line-height: 44px;
  padding-left: 27px;
}

.icon-xls {
  background: url(../images/icon-xls.png) 0 50% no-repeat;
  color: #418BCA;
  display: inline-block;
  line-height: 44px;
  padding-left: 27px;
  text-decoration: underline;
}

.icon-info {
  background: url(../images/icon-info.png) 0 0 no-repeat;
  float: left;
  height: 24px;
  margin: 10px 0 0 10px;
  width: 24px;
}

.btn-update {
  background: #424242;
  color: #fff !important;
  font-size: 15px;
  padding: 10px 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.txt-nominated-by {
  color: #666;
  line-height: 44px;
}

.txt-nom-count {
  color: #424242;
  float: left;
  font-family: "Poppins Medium";
  font-size: 15px;
  padding-left: 10px;
}

.popover {
  border: none;
}

.popover-body {
  background-color: #efefef;
  border: none !important;
  border-radius: 8px;
  color: #000;
  font-size: 15px;
  max-width: 250px;
  padding: 14px;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.popover-body ul {
  margin-bottom: 0;
  padding-left: 0;
}

.popover-body li {
  border-bottom: 1px solid #D2D2D2;
  list-style-type: none;
  padding-top: 10px;
}

.popover-body li:first-child {
  padding-top: 0;
  padding-bottom: 10px;
}

.popover-body li:last-child {
  border-bottom: none;
}

.table {
  border-bottom: 1px solid #E3E2DE;
}

.table tr th {
  border: none
}

.table td {
  line-height: 18px;
}

.table .icon-delete {
  background: url(../images/icon-delete-1.png) 0 0 no-repeat;
  display: inline-block;
  height: 22px;
  margin-top: 5px;
  margin-right: 10px;
  width: 20px;
}

.table .icon-edit {
  background: url(../images/icon-edit.png) 0 0 no-repeat;
  display: inline-block;
  height: 22px;
  margin-top: 5px;
  width: 22px;
}

.nom-profile {
  display: inline-block;
  position: relative;
}

.nom-profile .txt-active {
  position: absolute;
  right: -70px;
  top: 55%;
}

.nom-more-details {
  padding: 60px 100px;
}

.title-nom-details {
  font-family: "Poppins Medium";
  font-size: 24px;
}

.nom-list-group {
  list-style-type: none;
  padding: 0;
}

.nom-list-group li {
  padding: 10px 0 0;
}

.paddles {
  display: none;
}

.form-group {
  padding-bottom: 2.5rem;
}

.panel-verification {
  background: #B7B6B8;
  padding: 40px;
  text-align: left;
}

.title-verification {
  font-family: "Poppins Semibold";
  font-size: 24px;
  margin: 0;
}

.input-field {
  flex-direction: row;
  column-gap: 10px;
}

.input-field input {
  background: none;
  height: 45px;
  width: 42px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: none;
  border-bottom: 1px solid #707070;
  margin-left: 20px;
}

.input-field input:first-child {
  margin-left: 0 !important;
}

.input-field input:focus {
  border-bottom: 1px solid #000;
}

.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
  display: none;
}

.panel-verification .btn-primary,
.panel-verification .btn-secondary {
  padding: 10px 25px;
}

.panel-verification .btn-secondary,
.panel-verification .btn-secondary:focus,
.panel-verification .btn-secondary:hover {
  background: none;
  border: 2px solid #888585;
  color: #3B5555 !important;
}

.panel-verification .btn-primary {
  border: 2px solid #424242;
}

.panel-verification .btn-primary:hover {
  border: 2px solid #5F5D5D;
}

.icon-success {
  background: url(../images/icon-success.png) 0 0 no-repeat;
  display: inline-block;
  height: 44px;
  margin: 0 auto;
  width: 44px;
}

.icon-error {
  background: url(../images/icon-error.png) 0 0 no-repeat;
  display: inline-block;
  height: 51px;
  margin: 0 auto;
  width: 51px;
}

.pos-sm-close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.pos-sm-close:active,
.pos-sm-close:focus {
  outline: none !important;
}


@media screen and (min-width: 992px) {
  .home-tabs .nav-link:hover circle {
    fill: #f1ac4d;
  }

  .home-tabs .nav-link:hover #Path_12 {
    fill: #f1ac4d;
  }

  .home-tabs .nav-link:hover {
    border-bottom: 3px solid #f1ac4d;
  }
}

@media (max-width: 992px) {
  .pr-xs-0 {
    padding-right: 0;
  }

  body {
    padding-top: 75px;
    min-width: 430px;
  }

  .container {
    padding: 0 2rem;
    min-width: 430px;
  }

  .header.dark-header {
    min-width: 430px;
  }

  .panel-grey {
    padding: 2.5rem 0;
  }

  .title-name {
    font-size: 20px;
    margin-top: 0 !important;
  }

  .title-day {
    font-size: 30px;
  }

  .days span {
    color: #424242;
    font-size: 10px;
    position: relative;
    top: -20px;
  }

  .text-nomination {
    font-size: 12px;
  }

  .circle {
    left: 5px;
    top: -0.95rem;
  }

  .circle svg {
    height: 80px;
    width: 80px;
    top: 4px
  }

  .circle div {
    font-size: 36px;
    top: 17%;
  }

  .panel-count {
    padding-left: 90px;
  }

  .title-nomination {
    font-size: 24px;
  }

  .panel-tabs .nav-item {
    margin: 0;
    width: 22%;
  }

  .home-tabs .nav-item .nav-link::after {
    display: none;
  }

  .title-completion {
    font-size: 16px;
    margin-top: 20px;
  }

  .panel-tabs .nav-link {
    font-size: 15px;
    height: auto;
    line-height: 20px;
    padding-bottom: 0;
  }

  .btn-primary,
  .btn-secondary {
    margin-top: 15px;
    padding: 9px 40px !important;
    width: 100%;
  }

  .btn-secondary.ml-5 {
    margin-left: 0 !important;
  }

  .link-secondary {
    display: inline-block;
    margin: 20px auto;
  }

  .inner-tabs-wrapper {
    max-width: 768px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
  }

  .inner-tabs .txt-nav,
  .inner-tabs .nav-item .nav-link::after {
    display: none;
  }

  .inner-tabs {
    margin-right: 5px;
    padding: 15px 0 5px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .inner-tabs .nav-item {
    display: inline-block;
    width: 105px;
    height: 100%;
    padding: 0 20px;
  }

  .paddles {
    display: block;
  }

  .paddle {
    border: none;
    position: absolute;
    top: 5px;
    bottom: 0;
    width: 3em;
  }

  .paddle:hover,
  .paddle:focus,
  .paddle:active {
    outline: none;
  }

  .left-paddle {
    background: #F1F1F1 url("../images/icon-lft-arrow.png") 50% no-repeat;
    left: 0;
  }

  .right-paddle {
    background: #F1F1F1 url("../images/icon-rht-arrow.png") 50% no-repeat;
    right: 0;
  }

  .hidden {
    display: none;
  }

  .txt-success {
    line-height: 30px;
  }

  .page-tabs .nav-tabs .nav-link {
    border-bottom: 2px solid #fff;
    height: 60px;
    width: auto !important;
  }

  .pdf-docket {
    background: #fafafa url(../images/icon-pdf.png) 20px 50% no-repeat;
    margin: 20px 10px;
    padding: 10px;
    width: 95%;
  }

  .pagination-wrapper {
    border-left: none;
    padding-left: 0;
  }

  .f-cont-grid-title {
    line-height: 40px;
    padding: 15px 0 0 75px;
  }

  .f-cont-grid-text {
    padding: 15px 0 0 30px;
  }

  .f-cont-grid-nominate {
    padding: 15px 15px 15px 30px;
  }

  .f-cont-title-img.img-eng-comp {
    background-size: 100%;
    height: 40px;
    width: 40px;
  }

  .filter-tabs .nav {
    float: right;
  }

  .filter-tabs .nav-tabs .nav-link {
    background-position: 50% !important;
    height: 44px;
    padding: 0;
    width: 44px;
  }

  .md-filter {
    background: url("../images/icon-filter-1.png") 100% 50% no-repeat;
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
  }

  .icon-nomination {
    background: url("../images/icon-doc.png") 50% no-repeat;
  }

  .icon-cv {
    background: url("../images/icon-curr-vitae.png") 50% no-repeat;
  }

  .icon-rpaper1,
  .icon-rpaper2 {
    background: url("../images/icon-research-p1.png") 50% no-repeat;
  }

  .icon-nomination.active {
    background: url("../images/icon-doc-active.png") 50% no-repeat;
  }

  .icon-cv.active {
    background: url("../images/icon-curr-vitae-active.png") 50% no-repeat;
  }

  .icon-rpaper1.active,
  .icon-rpaper2.active {
    background: url("../images/icon-research-p1-active.png") 50% no-repeat;
  }
}

@media (max-width: 768px) {

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .btn-upload {
    float: left !important;
    width: 100%;
  }

  .xs-clearfix {
    clear: both;
  }

  .bdr-right {
    border-right: 0 !important;
  }

  .link-secondary {
    font-size: 16px;
    margin: 10px 0 0;
  }

  .panel-nom-details {
    font-size: 18px;
    padding: 20px 30px;
  }

  .nom-more-details {
    padding: 30px 50px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body {
    padding-top: 120px;
  }
}


.header .foundation-link {
  font-size: 1.3rem;
  color: white;
}

.foundation-link:hover {
  color: #F1AC4D;
}

/* ------------------------------------------------------------------ */
.justify-content-evenly {
  justify-content: space-evenly;
  background-color: #121922;
}

.input {
  width: -webkit-fill-available;
  background: transparent;
  border: transparent;
}

.panel-verification .btn-secondary {
  border: 2px solid #888585;
  color: #FFFF !important;
  background-color: #363535;
}

.dropdown-divider {
  border-top: 1px solid slategrey;
}

.panel-verification .btn-secondary:hover {
  border: 2px solid #888585;
  color: #FFFF !important;
  background-color: #424242;
}

.fs-3 {
  font-size: 2.4rem !important;
}

.host-lecture__content {
  position: relative;
  z-index: 1;
  color: #FFFF;
}

.orange {
  color: #8695A8;
}

/* ----------------------------------------------------------------- */
.Sing {
  background-color: #121922 !important;
}

.Sing:hover {
  background-color: #B7B6B8 !important;
}

::placeholder {
  color: #8695A8;
  opacity: 1;
  /* Firefox */
}

/* ---------------------------------------------- */
/* otp page SCSS */

.resend-otp {
  background-color: #B7B6B8 !important;
  color: #121922 !important;
}

.resend-otp:hover {
  background-color: #424242 !important;
  color: #ffff !important;
}
.color-text:hover
{
  color: black !important;
}
.panel-verification .btn-secondary, .panel-verification .btn-secondary:focus{
  color: #FFFF !important;
  background-color: #363535
}
/* --------------------------------------------------------------------------------------- */

.font-SZ{
  font-size: 14px;
}
.mb{
  margin-bottom: 10rem;
}
.back-white{
  border: 1px solid #8695A8;
  padding: 10px 25px
}

.login-page-font-16
{
font-size: 16px;
}
.login-page-font-15
{
  font-size: 15px;
}
.login-page-font-12
{
  font-size: 12px;

}
/* ---------------------------------------------------------------------------------------------------------------------- */

































.overlay-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .overlay-dropdown .dropdown-menu {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.1rem 0.9rem;
        -webkit-box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.16);
        box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.16);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: 3rem;
    }

        .overlay-dropdown .dropdown-menu.show {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
        }

        .overlay-dropdown .dropdown-menu li {
            margin: 0 0.6rem;
        }

@media (min-width: 1650px) {
    .overlay-dropdown .dropdown-menu li {
        margin: 0 1rem;
    }
}

.overlay-dropdown .dropdown-menu li .dropdown-item {
    display: block;
    font-size: 1.5rem;
}

    .overlay-dropdown .dropdown-menu li .dropdown-item:hover, .overlay-dropdown .dropdown-menu li .dropdown-item:focus, .overlay-dropdown .dropdown-menu li .dropdown-item:active {
        background-color: transparent;
        border: 0;
        color: #F1AC4D;
    }

.overlay-dropdown .dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-bottom: 1.6rem solid #fff;
    top: -1.6rem;
    left: 0.6rem;
    position: absolute;
    display: block;
}

.overlay-dropdown.share-sec .dropdown-menu li .dropdown-item {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
}

@media (min-width: 1650px) {
    .overlay-dropdown.share-sec .dropdown-menu li .dropdown-item {
        width: 3.6rem;
        height: 3.6rem;
    }
}

.overlay-dropdown.share-sec .dropdown-menu li .dropdown-item .fa-icon {
    font-size: 2.8rem;
    color: #223247;
}

@media (min-width: 1650px) {
    .overlay-dropdown.share-sec .dropdown-menu li .dropdown-item .fa-icon {
        font-size: 3.6rem;
    }
}

.overlay-dropdown.share-sec .dropdown-menu li .dropdown-item:hover .fa-icon {
    color: #F1AC4D;
}

.overlay-dropdown .btn {
    padding: 0;
    background: transparent;
    color: #8695A8;
    font-size: 2.3rem;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: auto;
}

    .overlay-dropdown .btn:after {
        display: none;
    }

    .overlay-dropdown .btn:hover {
        color: #F1AC4D;
    }

        .overlay-dropdown .btn:hover .fa-icon {
            color: #F1AC4D;
        }

        @font-face {
          font-family: "icomoon";
          src: url("../fonts/icomoon//icomoon.eot?7dbqus");
          src: url("../fonts/icomoon//icomoon.eot?7dbqus#iefix") format("embedded-opentype"), url("../fonts/icomoon//icomoon.ttf?7dbqus") format("truetype"), url("../fonts/icomoon//icomoon.woff?7dbqus") format("woff"), url("../fonts/icomoon//icomoon.svg?7dbqus#icomoon") format("svg");
          font-weight: normal;
          font-style: normal;
          font-display: block;
      }


[class^="ip-"],
[class*=" ip-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ip-play:before {
    content: "";
}

.ip-user:before {
    content: "";
}

.ip-arrow-up:before {
    content: "";
}

.ip-arrow-down:before {
    content: "";
}

.ip-tick:before {
    content: "";
}

.ip-close:before {
    content: "";
}

.ip-right-arrow:before {
    content: "";
}

.ip-share:before {
    content: "";
}

.ip-youtube:before {
    content: "";
}

.ip-up-arrow:before {
    content: "";
}

.ip-twitter:before {
    content: "";
}

.ip-search:before {
    content: "";
}

.ip-quote:before {
    content: "";
}

.ip-play-fill:before {
    content: "";
}

.ip-linkedin:before {
    content: "";
}

.ip-info:before {
    content: "";
}

.ip-facebook:before {
    content: "";
}

.ip-expand:before {
    content: "";
}

.ip-email:before {
    content: "";
}

.ip-download:before {
    content: "";
}

.ip-arrow-right:before {
    content: "";
}

.ip-arrow-left:before {
    content: "";
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}








.overlay-open {
  overflow: hidden;
}

  .overlay-open .header {
      background-color: #14202E;
  }

  .overlay-open .login-sec,
  .overlay-open .share-sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
  }

      .overlay-open .login-sec .btn,
      .overlay-open .share-sec .btn {
          text-transform: capitalize;
          font-size: 1.4rem;
      }

  .overlay-open .search-bar,
  .overlay-open .foundation-link,
  .overlay-open .navbar {
      display: none;
  }

.search-overlay .search-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.search-overlay .hamburger,
.search-overlay .navbar {
  display: none;
}

@media (max-width: 767px) {
  .search-overlay .header .fa-icon.ip-close {
      color: #F1AC4D;
  }
}







.menu {
  position: fixed;
  display: block;
  width: 100%;
  height: -webkit-calc(100vh - 7.6rem);
  height: -moz-calc(100vh - 7.6rem);
  height: calc(100vh - 7.6rem);
  background-color: #14202E;
  z-index: 3;
  top: 7.6rem;
  left: 0;
  padding: 5rem 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

@media (max-width: 767px) {
  .menu {
      padding: 2rem 0;
  }
}

@media (max-width: 359px) {
  .menu {
      height: -webkit-calc(100vh - 8.2rem);
      height: -moz-calc(100vh - 8.2rem);
      height: calc(100vh - 8.2rem);
  }
}

@media (min-width: 1650px) {
  .menu {
      top: 10.6rem;
      padding: 7rem 0;
      height: -webkit-calc(100vh - 10.6rem);
      height: -moz-calc(100vh - 10.6rem);
      height: calc(100vh - 10.6rem);
  }
}

.menu .display-3 {
  color: #F1AC4D;
  font-weight: 600;
}

@media (max-width: 767px) {
  .menu .display-3 {
      font-size: 2.8rem;
      margin-bottom: 1.5rem;
  }
}

.menu__block {
  padding-bottom: 4rem;
}

.menu .menu-style-1 li {
  margin: 0.5rem 0;
}

@media (min-width: 1650px) {
  .menu .menu-style-1 li {
      margin: 0.9rem 0;
  }
}



.menu-style-1 li a {
  color: #8695A8;
  font-size: 1.4rem;
  font-weight: 300;
  display: inline-block;
}

@media (min-width: 1650px) {
  .menu-style-1 li a {
      font-size: 1.8rem;
  }
}

.menu-style-1 li a:hover, .menu-style-1 li a:active, .menu-style-1 li a:focus {
  color: #F1AC4D;
}



.menu-active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 359px) {
  .menu-active {
      top: 8.2rem;
  }
}

.menu .foundation-link {
  font-size: 1.8rem;
  text-decoration: underline;
  display: block;
}






.search-sec {
  position: fixed;
  display: block;
  width: 100%;
  height: -webkit-calc(100vh - 7.6rem);
  height: -moz-calc(100vh - 7.6rem);
  height: calc(100vh - 7.6rem);
  background-color: #14202E;
  z-index: 3;
  top: 7.6rem;
  left: 0;
  padding: 5rem 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

@media (max-width: 767px) {
  .search-sec {
      padding: 6rem 0;
  }
}

@media (max-width: 359px) {
  .search-sec {
      height: -webkit-calc(100vh - 8.2rem);
      height: -moz-calc(100vh - 8.2rem);
      height: calc(100vh - 8.2rem);
  }
}

.search-sec__inner {
  padding-top: 6rem;
}

@media (max-width: 767px) {
  .search-sec__inner {
      padding-top: 0;
  }
}

.search-sec__inner .form-control {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 0.1rem solid rgba(117, 117, 117, 0.57);
  font-size: 1.7rem;
  padding: 0.5rem 1rem;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767px) {
  .search-sec__inner .form-control {
      font-size: 1.6rem;
      padding: 1.1rem 0 1.4rem 1.3rem;
  }
}

@media (min-width: 1650px) {
  .search-sec__inner .form-control {
      font-size: 2.4rem;
      padding: 0.5rem 1.4rem;
  }
}

.search-sec__inner .form-control::-webkit-input-placeholder {
  color: rgba(117, 117, 117, 0.57);
  opacity: 1;
  /* Firefox */
}

.search-sec__inner .form-control:-moz-placeholder {
  color: rgba(117, 117, 117, 0.57);
  opacity: 1;
  /* Firefox */
}

.search-sec__inner .form-control::-moz-placeholder {
  color: rgba(117, 117, 117, 0.57);
  opacity: 1;
  /* Firefox */
}

.search-sec__inner .form-control:-ms-input-placeholder {
  color: rgba(117, 117, 117, 0.57);
  opacity: 1;
  /* Firefox */
}

.search-sec__inner .form-control::-ms-input-placeholder {
  color: rgba(117, 117, 117, 0.57);
  opacity: 1;
  /* Firefox */
}

.search-sec__inner .form-control::placeholder {
  color: rgba(117, 117, 117, 0.57);
  opacity: 1;
  /* Firefox */
}

.search-sec__inner .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(117, 117, 117, 0.57);
}

.search-sec__inner .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(117, 117, 117, 0.57);
}

.search-sec__inner .btn-search {
  position: absolute;
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
}

  .search-sec__inner .btn-search:hover {
      color: #F1AC4D;
  }

.search-sec-active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 359px) {
  .search-sec-active {
      top: 8.2rem;
  }
}



.display-3 {
  font-size: 2rem !important;
}

@media (max-width: 1199px) {
  .display-3 {
      font-size: 1.8rem !important;
  }
}

@media (max-width: 991px) {
  .display-3 {
      font-size: 1.6rem !important;
  }
}

@media (min-width: 1650px) {
  .display-3 {
      font-size: 2.8rem !important;
  }
}

.lectures__block-content .display-3 {
  position: relative;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .lectures__block-content .display-3 {
      font-size: 2.2rem !important;
      margin-bottom: 1.6rem;
  }
}
.laureates__listing__block-content .display-3 {
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-weight: bold;
}

@media (max-width: 767px) {
  .laureates__listing__block-content .display-3 {
      font-size: 2.6rem !important;
  }
}

@media (min-width: 1650px) {
  .laureates__listing__block-content .display-3 {
      font-size: 2.6rem;
  }
}

.underline{
  text-decoration: none;
}
.underline-respon{
  color: #FFFF;
  text-decoration: underline;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.aline-content{
  font-family: "Poppins", Arial;
  text-align: center;
  color: #FFFF;
}









