@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

body {
  font-size: 1rem;
  background-color: #fff;
  font-family: "Satoshi-Variable";
  font-weight: 500;
}
/**************************##SHIV##styling*****************/
#topbar {
  background: #045d95;
  color: #fff;
  padding: 10px 10px;
  font-size: 14px;
}
.pr-logo1 {
  text-align: right;
}
.pr-logo img {
  width: 98%;
  margin-top: 15px;
}
.pr-logo2 {
  text-align: right;
}
.pr-logo1 img {
  width: 86%;
}
.pr-logo2 img {
  width: 50%;
}
.iic {
  color: #fff;
  padding-right: 20px;
}
.hhd {
  display: none;
}
.form-navig-bar {
  margin: 20px 0 0 0;
}
.row {
  margin: 0;
}
.application-nav-two li a.active span.an-count {
  background: #fea004;
  color: #fff;
}
.nav-wrapper-two {
  max-width: 95%;
  margin: 0 auto;
}
.form-wrapr {
  width: 95%;
  background: #ddeef9;
  margin-bottom: 50px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #c3e8ff;
}
label {
  color: #05507e;
  font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #045d95;
  line-height: 28px;
  font-size: 16px;
  padding-left: 15px;
}
.small,
small {
  font-size: 72%;
}

.sub-btns {
  margin: 50px 0px;
}
.dash-wrap ul li a {
  color: #fff;
  font-size: 18px;
}
.dash-wrap ul li span.welc a {
  color: #fff;
}
.dash-wrap {
  background: #0770b3;
  margin: 0px 0 50px 0;
  padding: 0 20px;
}
.pr-logo1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-review .form-group label {
  color: #045d95 !important;
  font-size: 14px !important;
}
.app-review .form-group {
  margin-bottom: 30px;
}
.welc {
  color: #fff;
}
.container-fluid {
  padding: 0;
}
section#con {
  padding: 10px 0 10px 0;
  background-color: #045d95;
}
span.disclaimer,
span.toll {
  color: #fea004;
}
section#con p.ftp {
  margin: 0;
}
section#con {
  padding: 10px 0 10px 0;
  background-color: #045d95;
}
footer.foot-sec {
  margin: 50px 0 0 0;
}
.copyright p {
  margin: 5px 0;
}
.wizard-footer {
  min-height: 350px;
  position: relative;
  display: flex;
  padding-right: 50px;
}
.wizard-imgbg {
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.application-nav-two li a {
  position: relative;
}
.application-nav-two li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ddeef9;
  width: 100%;
  height: 5px;
}
/***********************************************/
a {
  color: #045d95;
}

a:hover {
  color: #fea004;
}

.blacktext {
  color: #fea004;
}
.btn-primary {
  background-color: #045d95;
  color: #fff;
  border-color: #045d95;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  background-color: #fea004;
  border-color: #fea004;
  color: #fff;
  text-decoration: none;
}

.btn-outline-primary {
  border-color: #fea004;
  color: #fea004;
  font-weight: 500;
  font-size: 1.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.5rem;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #fea004;
  color: #fff;
}

.btn-outline-primary.btn-sm {
  font-size: 0.875rem;
}

.btn-outline-primary svg {
  margin-left: 1rem;
}

.btn-light {
  height: 45px;
  border-radius: 10px;
}

.login-wrapper {
  min-height: 100vh;
  width: 100%;
  background: url(../img/login_bg.png) no-repeat left center transparent;
  background-size: cover;
  padding: 1rem;
}

.login-container {
  background-color: #fff;
  width: 100%;
  padding: 50px;
  border-radius: 1rem;
  margin: 50px 0 60px 0;
}

.wizard-pic-c img {
  width: 80%;
}
.getverify-section {
  padding: 70px 0;
}
.login-wrapper.lw-two,
.getverify-section {
  background: url(../img/login_bg.png) no-repeat left center transparent;
  background-size: cover;
  color: #fff;
  position: relative;
}
.wizard-pic-c {
  position: absolute;
  left: 20px;
}
.wizard-pic-s {
  position: absolute;
  right: 10%;
  top: 150px;
  animation: floatImage 4s ease-in-out infinite;
  z-index: 1;
}
.wizard-pic-ss {
  position: absolute;
  right: 2%;
  bottom: 15%;
  animation: floatImagees 4s ease-in-out infinite;
  text-align: right;
}
.wizard-pic-fr {
  position: absolute;
  left: -170px;
  top: 10%;
  animation: floatRight 4s ease-in-out infinite;
}
#form_main .form-group {
  margin-bottom: 30px;
}
.wizard-pic-u {
  position: absolute;
  bottom: 0;
}
@keyframes floatImage {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatImagees {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.logo-container {
  background-color: #fff;
  padding: 1rem;
  margin: -2rem -2rem 2rem -2rem;
  border-radius: 10px 10px 0px 0px;
}

.lw-two .login-container {
  background-color: #045d95;
  position: relative;
  z-index: 1;
}

.lw-two .main-tabs {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0px;
  border-bottom: 0;
}
.login-wrapper .form-control {
  height: 40px;
  background: #045d95;
  border-radius: 5px;
  color: #fff;
}
.login-wrapper label {
  color: #fff;
}
.login-wrapper .btn-primary {
  background: #fea004;
  padding: 10px 30px;
  margin-top: 30px;
}

.lw-two .main-tabs .nav-link,
.lw-three .main-tabs .nav-link {
  width: 100%;
}

.lw-two .main-tabs .nav-item,
.lw-three .main-tabs .nav-item {
  /* flex-basis: 0;*/
  flex-grow: 1;
  /* max-width: 100%;*/
}

.lw-two .main-tabs .nav-link.active {
  border-bottom: 0px none;
  background-color: #fea004;
  color: #fff;
  border-radius: 0px;
}
.lw-two .main-tabs .nav-link.active:hover,
.lw-two .main-tabs .nav-link.active:focus {
  color: #fff;
}

.lw-two .input-group > .input-group-append > .btn {
  background-color: #fff;
}

.lw-two a {
  color: #fea004;
}

.lw-two hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.lw-two .main-tabs .nav-link:hover {
  color: #fea004;
}

.login-wrapper.lw-three {
  background: url(../img/login_bg3.jpg) no-repeat left center transparent;
  background-size: cover;
}

.lw-three .login-container {
  padding: 2rem;
}

.lw-three .tab-content {
  background-color: #045d95;
  padding: 2rem;
  color: #fff;
  border-radius: 0px 0px 20px 20px;
}

.lw-three .main-tabs {
  margin-bottom: 0px;
}

.lw-three .main-tabs .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.lw-three .main-tabs .nav-link.active {
  border-bottom: 0px;
  background-color: #045d95;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.lw-three a {
  color: #08bdb8;
  text-decoration: underline;
}

.lw-three .btn-primary {
  background-color: transparent;
  border-color: #08bdb8;
  color: #08bdb8;
}

.lw-three .btn-primary:hover {
  background-color: #00eae4;
  border-color: #00eae4;
  color: #fff;
}

.main-tabs .nav-link:focus {
  outline: none;
}

.brand-logo {
  background: url(../img/Jai_Prakash_University_logo.jpeg) no-repeat 0px center transparent;
  display: inline-block;
  background-size: 65px;
  color: #e36335;
  padding-left: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5rem;
}

.main-tabs {
  justify-content: center;
  margin-bottom: 1.25rem;
}

.main-tabs .nav-link {
  font-size: 15px;
  background: none;
  border-radius: 0px;
  font-weight: 600;
  padding: 12px;
}

.wizard-pic-ss img {
  width: 65%;
}
.main-tabs .nav-link {
  border: 0px none;
}

.main-tabs .nav-link:hover {
  color: #8b3dff;
}

.main-tabs .nav-link.active {
  border-bottom: 4px solid #3b299e;
  color: #3b299e;
}

.form-control {
  height: 50px;
  border-radius: 2px;
  color: #045d95;
  border: 2px solid #c3e8ff;
  font-size: 16px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 2px;
  padding-top: 0.5rem;
  border: 2px solid #c3e8ff;
  color: #045d95;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.error {
  color: red;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #fc9db0;
}

.login-wrapper.lw-three label {
  font-size: 1rem;
}

.nav-wrapper {
  background-color: #045d95;
  color: #fff;
}

.application-nav,
.application-nav-two {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.application-nav li a {
  padding: 1rem;
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  border-bottom: 5px solid transparent;
}

.application-nav li a.completed {
  border-color: #08bdb8;
  color: #08bdb8;
}

.application-nav li a.active {
  color: #fff;
}

.form-container {
  padding: 1.5rem;
}

.form-title {
  font-size: 14px;
  color: #032b44;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  border-bottom: 2px solid #fea004;
  font-weight: 900;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.btn-link {
  text-decoration: none;
  background-color: #045d95;
  color: #fff;
  border-color: #045d95;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 5px;
  margin-right: 20px;
}
input[type="file"] {
  margin-top: 20px;
  margin-bottom: 5px;
}
.frm-quota .form-group.row,
.frm-prs .form-group.row {
  margin-bottom: 20px;
  background: #c3e8ff;
  padding: 20px;
}
.frm-quota .form-container {
  padding-bottom: 50px;
}
.frm-quota .form-group.row .col-md-3,
.frm-prs .form-group.row .col-md-3 {
  text-align: right;
}
.frm-quota label,
.frm-prs label {
  font-size: 18px;
}
.application-nav-two {
  display: flex;
  justify-content: center;
}

.application-nav-two li + li {
  position: relative;
}

/*.application-nav-two li + li::before {
  font: normal normal normal 1.125rem / 1 FontAwesome;
  content: "\f101";
  position: absolute;
  left: 0.7rem;
  top: 40%;
  transform: translateY(-50%);
}*/

.application-nav-two li a {
  padding: 10px 20px 10px 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #045d95;
  text-decoration: none;
}

.an-count {
  width: 40px;
  height: 40px;
  border: 2px solid #fea004;
  justify-content: center;
  border-radius: 20px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #fea004;
}
.form-group a {
  color: #045d95;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.form-group a:hover {
  color: #045d95;
  font-size: 14px;
}

.application-nav-two li a.completed {
  /*color: white;*/
  /*background-color: #fea004;*/
  text-decoration: none;
  /*border-color: #fea004;*/
}

.application-nav-two li a.active {
  background-color: #ddeef9;
  color: #045d95;
  border: 2px solid #c3e8ff;
  border-bottom: 0;
}
.application-nav-two li:has(a.active) {
  border: 0;
}

.application-nav-two li a.completed .an-count {
  background-color: white;
  color: #fea004;
  border-color: #fea004;
}
.ver-rgt-sec h2 span {
  color: #fea004;
  font-size: 56px;
}

.form-title-two {
  font-size: 1.125rem;
  color: #045d95;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
}

.top-header {
  padding-top: 0;
  padding-bottom: 0.5rem;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.header-profile {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.header-profile img {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.header-profile h4 {
  font-size: 1rem;
  color: #e36335;
}

.header-profile p {
  margin-bottom: 0px;
}

.main-nav-bar {
  background-color: #045d95;
}

.main-nav-bar.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.main-nav-bar.navbar-light .navbar-nav .nav-link:hover,
.main-nav-bar.navbar-light .navbar-nav .nav-link:focus,
.main-nav-bar.navbar-light .navbar-nav .active .nav-link {
  color: #045d95;
}

.universities-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  column-gap: 1rem;
}

.universities-block li {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  border-radius: 10px;
}

.universities-block li img {
  height: 70px;
}

.grey-wrapper {
  background-color: #f6f6f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.i-style {
  border-radius: 20px;
  border: 5px solid #e36335;
}

.features-wrapper {
  position: relative;
  color: #fff;
}

.features-wrapper::before {
  background-color: #e36335;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 80%;
}

.modules-block {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}

.modules-block li {
  width: calc(50% - 0.5rem);
  margin-top: 1rem;
}

.modules-block li a {
  display: flex;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #045d95;
  transition: all 0.25s ease-out;
}

.modules-block li a img {
  width: 50px;
  height: 50px;
  margin-bottom: 0.5rem;
}

.modules-block li a:hover {
  text-decoration: none;
  color: #08bdb8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.modules-block li a span {
  display: block;
}

.features-list {
  padding-left: 0px;
  list-style: none;
}

.features-list li {
  position: relative;
  font-size: 1.25rem;
  padding-left: 2rem;
  margin-top: 1rem;
}

.features-list li:before {
  font: normal normal normal 1.125rem / 1 FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0px;
  top: 5px;
}

.black-box {
  background-color: #045d95;
  color: #fff;
  padding: 2rem;
  border-radius: 20px;
}

.footer-wrapper {
  background-color: #045d95;
  color: #fff;
  display: none;
}

.footer-logo .brand-logo {
  font-size: 1.5rem;
}

.footer-wrapper .navbar-nav {
  font-size: 1rem;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper a:hover {
  color: #e36335;
}

.app-review .form-group label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
  padding-top: 0.5rem;
}

.thanks-icon img {
  width: 100px;
}
div#myTabContent {
  margin: 50px 0 0 0;
}
.getverify-section .container-fluid {
  width: 90%;
}
.wizard-pic-fr img {
  width: 65%;
}
.getver-wrap {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.ver-lft-sec input::file-selector-button {
  font-size: 0;
  border: 0;
}
.ver-lft-sec input.form-control {
  height: 200px;
  border: 2px dashed #045d95;
  border-radius: 20px;
  position: relative;
  width: 300px;
  background: #ddeef9;
  padding-top: 89px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.ver-lft-sec input.form-control::before {
  font-family: "Font Awesome 5 Free";
  content: "\e09a";
  font-weight: 900;
  font-size: 50px;
  position: absolute;
  left: 130px;
  bottom: 70px;
  color: #045d95;
}
.ver-lft-sec {
  background: #045d95;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  padding-top: 30px;
  box-shadow: 1px 9px 20px 3px rgb(43 45 47 / 50%);
}
.ver-rgt-sec h2 {
  color: #045d95;
  font-weight: 900;
  font-size: 50px;
}


.ver-lft-sec #form_main {
  text-align: center;
}
.ver-lft-sec .btn-primary {
  background: #fea004;
  padding: 10px 60px;
  margin-top: 20px;
}
.ver-rgt-sec {
  padding: 0 50px;
}
ul.ver-list {
  color: #045d95;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
ul.ver-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: -30px;
  bottom: 0px;
  color: #045d95;
}
ul.ver-list li {
  list-style-type: none;
  position: relative;
  line-height: 32px;
}

ul.valid-ver-list {
  color: #27911e;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
ul.valid-ver-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: -30px;
  bottom: 0px;
  color: #27911e;
}
ul.valid-ver-list li {
  list-style-type: none;
  position: relative;
  line-height: 32px;
}

ul.invalid-ver-list {
  color: #a93726;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
ul.invalid-ver-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "X";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: -30px;
  bottom: 0px;
  color: #a93726;
}
ul.invalid-ver-list li {
  list-style-type: none;
  position: relative;
  line-height: 32px;
}
.wizard-pic-c {
  top: 75px;
}
.wizard-pic-s img {
  width: 80%;
}
.login-container {
  max-width: 700px;
}
/*
 * Responsive
 */
@media screen and (min-width: 1200px) {
  .application-nav-two li a {
    padding: 1rem;
  }

  .header-profile + .header-profile {
    margin-left: 2rem;
  }

  .form-container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .brand-logo {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1199px) {
  .an-text {
    display: none;
  }
  .wizard-pic-c,
  .wizard-pic-s,
  .wizard-pic-ss {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .login-container {
    max-width: 600px;
  }
}

@media screen and (min-width: 992px) {
  .application-nav {
    display: flex;
  }

  .header-profile + .header-profile {
    margin-left: 1rem;
  }

  .main-nav-bar .nav-item + .nav-item {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-profile img {
    width: 50px;
    height: 50px;
  }

  .header-profile h4 {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .wizard-pic-c img {
    width: 60%;
  }
  .login-container {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .login-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .lw-two .main-tabs .nav-item + .nav-item .nav-link {
    border-left: 1px solid #ccc;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper .navbar-toggler {
    border-color: #fff;
    color: #fff;
    margin: 0.5rem;
  }

  .main-nav-bar .navbar-toggler {
    border-color: #fff;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header-profile img {
    width: 80px;
    height: 80px;
  }

  .header-profile + .header-profile {
    margin-top: 0.5rem;
  }

  .universities-block li img {
    width: 100%;
  }

  .features-wrapper {
    margin-bottom: 3rem;
  }

  .features-wrapper::before,
  .lw-three .main-tabs .nav-link {
    height: 100%;
  }

  .lw-three .login-container,
  .lw-three .tab-content {
    padding: 1rem;
  }

  .an-count {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1601px) {
  .dash-wrap ul li a {
    font-size: 20px;
  }
  .application-nav-two li a {
    font-size: 18px;
  }
  .form-title {
    font-size: 18px;
  }
  .footer p,
  .copyright-section p {
    font-size: 14px !important;
  }
  label {
    font-size: 20px;
  }
  .form-control {
    font-size: 18px;
  }
  .login-container {
    max-width: 800px;
  }
  .wizard-pic-ss img {
    width: 75%;
  }
  .wizard-pic-s {
    top: 20%;
  }
  .login-wrapper {
    min-height: 80vh;
  }
}

/* File Verification */

.file-upload-wrapper {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.file-upload-wrapper a {
  color: #045d95;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.custom-file-upload {
  border: 2px solid #c7d8eb;
  border-radius: 30px;
  max-width: 350px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-color: #045d95;
}
.custom-file-upload .drag-text {
  background: url("/assets/img/pointer2.svg") no-repeat center 20px #fff;
  border-radius: 29px;
  padding: 80px 0px 20px 0px;
  color: #045d95;
  background-size: 45px;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.custom-file-upload .select-file-btn {
  background-color: #fea004;
  color: #000;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 15px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 130px;
  border: 1px solid #fea004;
  transition: all 0.25s ease-out;
}
.custom-file-upload:hover .select-file-btn {
  background-color: #fff;
  color: #fea004;
}
.input-file {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.section-title {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.section-title::before {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 14px;
  display: block;
  content: "";
  background-color: #045d95;
  left: 0px;
  z-index: -1;
}
.section-title span {
  display: inline-block;
  background-color: #fff;
  padding: 0px 10px;
  color: #045d95;
}
.project-highlihts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0 20px 0;
}
.project-highlihts {
  background-color: #c7d8eb;
  color: #045d95;
  display: flex;
  align-items: center;
  padding: 2px 1rem 2px 2px;
  border-radius: 10px;
  font-size: 0.85rem;
  max-width: 310px;
  margin-bottom: 1rem;
}
.project-highlihts .icon {
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
  padding: 5px;
}
.project-highlihts .icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.project-highlihts.favorite {
  background-color: #fea004;
  color: #000;
}
.how-it-works {
  font-size: 0.85rem;
  border-bottom: 1px dashed #045d95;
}
.how-it-works h4 {
  text-align: center;
  color: #045d95;
  font-size: 1rem;
}
.how-it-works > div {
  padding: 1rem;
}
.how-it-works img {
  max-width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 1rem;
}
#folder {
  animation: right-to-left 3s cubic-bezier(0.8, 0, 0.2, 1);
  animation-iteration-count: infinite;
}

#folder-base {
  fill: #045d95;
}
#folder-top {
  fill: #c7d8eb;
}
#files {
}
#file-1 {
  fill: #ffffff;
  width: 80px;
  height: 40px;
  animation: inspect-file-1 3s ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes inspect-file-1 {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(0);
  }
  39% {
    transform: translateY(-16px);
  }
  44% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#file-2 {
  fill: #f7f7f7;
  width: 76px;
  height: 40px;
  animation: inspect-file-2 3s ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes inspect-file-2 {
  0% {
    transform: translateY(0);
  }
  44% {
    transform: translateY(0);
  }
  49% {
    transform: translateY(-16px);
  }
  55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#file-3 {
  fill: #ebebeb;
  width: 72px;
  height: 40px;
  animation: inspect-file-3 3s ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes inspect-file-3 {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-16px);
  }
  66% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.file-load-animation {
  height: 350px;
}
.uploading-box {
  background: url("/assets/img/file_upload.svg") no-repeat top left transparent;
  position: absolute;
  right: 50px;
  text-align: center;
  color: #045d95;
  padding-top: 2rem;
  background-size: 300px;
  width: 300px;
  top: 240px;
}
.uploading-box .count {
  font-size: 2rem;
}
.uploading-box .count sub {
  font-size: 1rem;
  transform: translateY(-8px);
  display: inline-block;
}
.uploading-box svg {
  transform: scale(0.5);
}
.binary-animation {
  font-size: 10rem;
  color: #fea004;
  position: absolute;
  right: 0px;
  animation: moving-binary 2s ease-in-out;
  animation-iteration-count: infinite;
  font-weight: 700;
  opacity: 0;
}
.binary-animation:nth-child(2) {
  animation-delay: 1s;
}
.binary-animation:nth-child(3) {
  animation-delay: 1.5s;
}
.binary-animation:nth-child(4) {
  animation-delay: 2s;
}
.binary-animation:nth-child(5) {
  animation-delay: 1.75s;
}
.binary-animation:nth-child(6) {
  animation-delay: 2.25s;
}
.binary-animation:nth-child(7) {
  animation-delay: 3.25s;
}
.binary-animation:nth-child(8) {
  animation-delay: 2.75s;
}
.binary-animation:nth-child(9) {
  animation-delay: 2.45s;
}
.binary-animation.zero {
  color: #045d95;
}
@keyframes moving-binary {
  0% {
    transform: scale(0.5);
    right: 0;
    opacity: 0.9;
  }
  15% {
    transform: scale(0.9);
    right: 15%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    right: 100%;
    opacity: 1;
  }
}
/*
 * Responsive
 */
@media screen and (min-width: 1200px) {
  .how-it-works {
    display: flex;
    column-gap: 3rem;
  }
  .how-it-works > div {
    max-width: 50%;
  }
  .how-it-works > div:last-child {
    border-left: 1px dashed #045d95;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 768px) {
  .uploading-box {
    right: 200px;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
