#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
  border-image: linear-gradient(to bottom, #76c3e5, #8ec83b, #ffc239) 1;
  border-image-slice: 1;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#progress-container {
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 9999;
}

#progress-bar {
  height: 100%;
  background-color: #8ec83b;
  width: 0%;
  transition: width 0.5s ease-in-out;
}
#below-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #76c3e5;
  z-index: 9999;
  display: none;
}

@media (max-width: 1022px) {
  #progress-container {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 5px;
    /* Set the height of the progress bar */
    z-index: 9999;
    /* Set the z-index to make sure the progress bar appears on top */
  }
}

.finance-section {
  width: 100%;
  height: 65vh;
  background: linear-gradient(
      to top,
      rgba(38, 38, 38, 0.2),
      rgba(38, 38, 38, 0.6)
    ),
    url(../images/finance.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.policy-page {
  width: 100%;
  height: 100vh;
  background: url(../images/general/main/policy.png) no-repeat;
  background-size: cover;
  margin-top: 75px;
}

.banner {
  width: 100%;
  position: absolute;
  top: 25%;
  text-align: center;
}

.banner-heading {
  font-size: 6rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 3rem;
}

.banner-paragraph {
  font-size: 1.8rem;
  color: #fff;
  width: 50%;
  margin: 20px auto 4rem auto;
}
/* End of Section 1 */

/* Section 2 */
.section-2 {
  width: 100%;
  padding: 3rem 30px 1rem 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-bg {
  background-color: #f2f9f8;
}

.section-2-heading {
  font-size: 4rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 3rem;
}

.c-card-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.c-card-paragraph {
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.paragraph {
  margin-top: 30px;
  margin: 20px 20px 0 20px;

  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.color-heading {
  color: #263d4d;
  font-weight: 600px;
}

.sm-bt-margin {
  margin: 10px;
}
.bg-white {
  background-color: white;
}
.sm-theme-h2 {
  text-align: left;
  background-clip: text;
  background: linear-gradient(to right, orange, green, cyan);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600px;

  font-size: 22px;
  font-weight: bold;
  position: relative;
}
/* End of Section 2 */

.finance-footer {
  width: 100%;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0 3rem 0;
}

.finance-footer-top {
  width: 70%;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem dotted #262626;
  padding-bottom: 1rem;
}

.finance-footer-list {
  display: flex;
  align-items: center;
}

.finance-footer-list li {
  margin-right: 2.5rem;
}

.finance-footer-list a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #262626;
}

.finance-footer-list img {
  width: 3.8rem;
  opacity: 0.6;
}

.copyright {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
/* End of Section 5 */
/* End of Front Page */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  font-family: "Baloo Da 2", cursive;
  line-height: 1.6;
  font-family: "Whitney A", "Whitney B", Whitney, "Trebuchet MS", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.center-container {
    text-align: center;
}

/* Grid */
.grid-margin {
  padding: 0px 30px;
}
.c-card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 30px;
  justify-items: center;
}

.c-card {
  background-color: white;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
}

.finance-footer-top {
  flex-direction: column;
  align-items: center;
}

.finance-footer-list {
  margin-bottom: 1rem;
}

hr {
  width: 100%;
  height: 5px;
  background-color: orange;
  margin-top: 20px;
  margin-bottom: 10px;
}

.bt-sm-margin {
  margin: 10px 30px;
}
.sides-margin-30 {
  margin: 0px 30px;
}
.all-margin-30 {
  margin: 30px;
}

.copyright {
  margin: 1.5rem 0;
}

.nepahd-btn {
  width: 35rem;
  height: 5rem;
  background: linear-gradient(to right, #76c3e5, #8ec83b, #ffc239);
  color: #fff;
  border-radius: 3rem;
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}

/* Nepahd Background theme */
.company-theme-background {
  background: linear-gradient(to bottom, #76c3e5, #8ec83b, #ffc239);
  padding: 50px;
}

.read-more-btn {
  padding: 3px 20px;
  width: auto;
  height: auto;
  background: linear-gradient(to right, #8ec83b, #ffc239);
  background: linear-gradient(to right, #76c3e5, #8ec83b, #ffc239);

  color: black;
  font-weight: 600px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 3rem;
  border: none;
  box-shadow: 1rem 2rem 3rem rgba(0, 0, 0, 0.5);
  text-shadow: 0.6rem 0.3rem 0.2rem rgba(0, 0, 0, 0.1);
  cursor: pointer;

  animation: fadeAnimation 1s 2s forwards;
}

.lg-screen {
  display: none;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 24px;
  padding: 15px;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  padding: 10px 20px 0px 10px;
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/* Vacancy Section */
.vacancy-section {
  width: 100%;
  height: 65vh;
  background: linear-gradient(
      to top,
      rgba(38, 38, 38, 0.2),
      rgba(38, 38, 38, 0.6)
    ),
    url(../images/general/main/vacancies.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.vacancy-numbers-container {
  width: 55%;
  margin-top: 0rem;
  display: grid;
  justify-content: center;
}
.section-4-list {
  width: 55%;
  margin-top: 0rem;
  display: grid;
  justify-content: center;
}

.vacancy-numbers-item {
  font-size: 17px;
  font-weight: 600;
  display: flex;

  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.number {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid #555;
  border-radius: 50%;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacancy-numbers-item a {
  color: #036bb1;
  font-weight: bold;
}
.vacancy-text-break {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 0px;
}

.vacancy-inner-card {
  background-color: white;
  padding: 2rem;
}
/* Vacancy Section End */

@media screen and (max-width: 800px) {
  .c-card-container {
    grid-template-columns: 1fr;
    padding: 5px;
  }

  .section-title h2 {
    font-size: 20px;
    padding: 20px 10px 0px 10px;
  }

  .section-title p {
    padding: 30px 10px 0px 10px;
    font-size: 22px;
    font-weight: 700;
  }
  /* Nepahd Background theme */

  .company-theme-background {
    background: linear-gradient(to bottom, #76c3e5, #8ec83b, #ffc239);
    padding: 10px;
  }
}

@media screen and (min-width: 801px) {
  .c-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 55%;
  }

  .finance-section {
    height: 70vh;
  }

  .vacancy-section {
    height: 70vh;
  }

  .banner-paragraph {
    width: 70%;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 45%;
  }

  .section-2 {
    padding: 5rem 5px 5rem 5px;
  }

  .section-2-heading {
    width: 80%;
    text-align: center;
    line-height: 1.2;
  }
}

@media (max-width: 550px) {
  .banner-heading {
    font-size: 4.5rem;
  }

  .banner-paragraph {
    line-height: 1.2;
  }

  .finance-footer-top {
    width: 90%;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 40%;
  }

  .number {
    min-width: 3.5rem;
  }
}

.top-header-1,
.top-header-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .top-header-1,
  .top-header-2 {
    margin-top: 30px;
    position: static;
    transform: none;
    font-size: 1.5rem;
  }
}
.home-text {
  display: block;
  color: #ffc239;
}

@media (max-width: 500px) {
  .home-text {
    display: none;
    color: #ffc239;
  }

  .c-card {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .home-text {
    display: none;
    color: #ffc239;
  }

  .c-card {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
  }
}

.read-more-btn {
  padding: 3px 20px;
  width: auto;
  height: auto;
  background: linear-gradient(to right, #8ec83b, #ffc239);
  background: linear-gradient(to right, #76c3e5, #8ec83b, #ffc239);

  color: black;
  font-weight: 600px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 3rem;
  border: none;
  box-shadow: 1rem 2rem 3rem rgba(0, 0, 0, 0.5);
  text-shadow: 0.6rem 0.3rem 0.2rem rgba(0, 0, 0, 0.1);
  cursor: pointer;

  animation: fadeAnimation 1s 2s forwards;
}

.c-icon {
  background-clip: text;
  background: linear-gradient(to right, #76c3e5, #8ec83b, #ffc239);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  margin-bottom: 10px;
}

.bt-card-line {
  width: 100%;
  text-align: center;
  height: 0rem; /*Deactivate line*/
  background-color: #c29525;
  margin-top: 20px;
}
/* End of Responsive */

.rmv-margin {
  padding: 5px 40px;
}
