@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.container-fluid {
  width: 1780px;
  max-width: 95%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 22px;
}

.btn-primary {
  background-color: #A50C22;
  border-color: #A50C22;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary.active {
  background-color: #A50C22;
  border-color: #A50C22;
  color: #ffffff;
}

.btn-common {
  align-self: center;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.7rem 1.5rem 0.8rem;
}
@media only screen and (max-width: 1280px) {
  .btn-common {
    padding: 0.5rem 1.5rem 0.6rem;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-common {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .btn-common {
    padding: 0.5rem 1rem;
    font-size: 11px;
  }
}

.sectionHeading {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 84px;
  line-height: 94px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #222222;
}
.sectionHeading span {
  color: #A50C22;
}
@media only screen and (max-width: 1680px) {
  .sectionHeading {
    font-size: 68px;
    line-height: 78px;
  }
}
@media only screen and (max-width: 1441px) {
  .sectionHeading {
    font-size: 64px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 1280px) {
  .sectionHeading {
    font-size: 48px;
    line-height: 56px;
  }
}

.subSectionHeading {
  font-family: Arial;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #606060;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1680px) {
  .subSectionHeading {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1441px) {
  .subSectionHeading {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1280px) {
  .subSectionHeading {
    font-size: 20px;
    line-height: 26px;
  }
}

header {
  display: flex;
  padding: 1rem 0;
}
header .main_logo {
  margin-right: 0.5rem;
  display: inline-block;
}
header .main_logo img {
  height: 80px;
}
@media only screen and (max-width: 1280px) {
  header .main_logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  header .main_logo img {
    height: 28px;
  }
}
header .sub_logo {
  display: inline-block;
}
header .sub_logo img {
  height: 60px;
}
@media only screen and (max-width: 1280px) {
  header .sub_logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  header .sub_logo img {
    height: 30px;
  }
}
.header-timer{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.timer-title{
    font-size: 24px;
    font-weight: 700;
    color: #18357E;
    line-height: 1;
    white-space: nowrap;
}

.timer-wrap{
    display: flex;
    align-items: center;
    gap: 8px;
}

.timer-box{
    width: 66px;
    height: 62px;
    background: #9D1B1E;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timer-value{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.timer-label{
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 4px;
    line-height: 1;
}

.timer-colon{
    font-size: 34px;
    font-weight: 700;
    color: #9D1B1E;
    line-height: 1;
    margin-top: -8px;
}
/* ==========================
   1620px
========================== */
@media (max-width: 1620px){

    .timer-title{
        font-size: 22px;
    }

    .timer-box{
        width: 62px;
        height: 58px;
    }

    .timer-value{
        font-size: 21px;
    }
}

/* ==========================
   1550px
========================== */
@media (max-width: 1550px){

    .timer-title{
        font-size: 21px;
    }

    .timer-box{
        width: 60px;
        height: 56px;
    }

    .timer-value{
        font-size: 20px;
    }

    .timer-colon{
        font-size: 30px;
    }
}

/* ==========================
   1350px
========================== */
@media (max-width: 1350px){

    .header-timer{
        gap: 10px;
    }

    .timer-title{
        font-size: 20px;
    }

    .timer-box{
        width: 56px;
        height: 54px;
    }

    .timer-value{
        font-size: 18px;
    }

    .timer-label{
        font-size: 9px;
    }

    .timer-colon{
        font-size: 28px;
    }
}

/* ==========================
   1280px
========================== */
@media (max-width: 1280px){

    .header-timer{
        gap: 8px;
    }

    .timer-title{
        font-size: 18px;
    }

    .timer-box{
        width: 52px;
        height: 50px;
    }

    .timer-value{
        font-size: 17px;
    }

    .timer-label{
        font-size: 8px;
    }

    .timer-colon{
        font-size: 24px;
    }
}

/* ==========================
   1080px
========================== */
@media (max-width: 1080px){

    .header-timer{
        gap: 6px;
    }

    .timer-title{
        font-size: 16px;
    }

    .timer-box{
        width: 48px;
        height: 46px;
    }

    .timer-value{
        font-size: 15px;
    }

    .timer-label{
        font-size: 7px;
    }

    .timer-colon{
        font-size: 20px;
    }
}

/* ==========================
   991px
========================== */
@media (max-width: 991px){

    .container-fluid{
        flex-wrap: wrap;
    }

    .header-timer{
        order: 3;
        width: 100%;
        margin-top: 12px;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .timer-title{
        font-size: 18px;
        text-align: center;
    }

    .timer-wrap{
        justify-content: center;
    }

    .timer-box{
        width: 54px;
        height: 50px;
    }

    .timer-value{
        font-size: 16px;
    }

    .timer-label{
        font-size: 8px;
    }
}

/* ==========================
   767px
========================== */
@media (max-width: 767px){

    .timer-title{
        font-size: 16px;
    }

    .timer-box{
        width: 48px;
        height: 46px;
    }

    .timer-value{
        font-size: 14px;
    }
}

/* ==========================
   480px
========================== */
@media (max-width: 480px){

    .timer-title{
        font-size: 14px;
    }

    .timer-wrap{
        gap: 4px;
    }

    .timer-box{
        width: 42px;
        height: 42px;
    }

    .timer-value{
        font-size: 13px;
    }

    .timer-label{
        font-size: 6px;
    }

    .timer-colon{
        font-size: 18px;
    }
}
@media (max-width: 768px){

    .container-fluid{
        flex-wrap: wrap;
    }

    .header-timer{
        width: 100%;
        order: 3;
        margin-top: 12px;
        flex-direction: column;
        gap: 10px;
    }

    .timer-title{
        font-size: 18px;
    }

    .timer-box{
        width: 52px;
        height: 50px;
    }

    .timer-value{
        font-size: 16px;
    }

    .timer-label{
        font-size: 8px;
    }

    .timer-colon{
        font-size: 24px;
    }
}

.bannerSection {
  background-image: url(../images/middle_image-2.webp);
  width: 100%;
  padding: 80px 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1280px) {
  .bannerSection {
    background-image: url(../images/middle_image-2.webp);
  }
}
@media only screen and (max-width: 768px) {
  .bannerSection {
    background-image: url(../images/banner-mobile.webp);
    padding: 40px 0;
    height: 900px;
  }
}
.bannerSection h1 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.bannerSection h1 span {
  color: #A50C22;
}
@media only screen and (max-width: 1680px) {
  .bannerSection h1 {
    font-size: 98px;
    line-height: 99px;
  }
}
@media only screen and (max-width: 1441px) {
  .bannerSection h1 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .bannerSection h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.bannerSection h4 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 94px;
  letter-spacing: 0%;
  text-transform: capitalize;
  background-color: #A50C22;
  border-radius: 8px;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  display: inline-block;
}
@media only screen and (max-width: 1680px) {
  .bannerSection h4 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1441px) {
  .bannerSection h4 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .bannerSection h4 {
    font-size: 24px;
    line-height: 42px;
  }
}
.bannerSection p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1680px) {
  .bannerSection p {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1441px) {
  .bannerSection p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1441px) {
  .bannerSection p {
    font-size: 18px;
    line-height: 28px;
  }
}
.bannerSection .digitBlock {
  display: inline-flex;
  gap: 1.5rem;
  border: 1px solid #BABABA;
  border-radius: 30px;
  padding: 1.5rem;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .bannerSection .digitBlock {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .bannerSection .digitBlock img {
    height: 20px;
  }
}
.bannerSection .digitBlock h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 73%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.bannerSection .digitBlock h3 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1681px) {
  .bannerSection .digitBlock h3 span {
    font-size: 24px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .bannerSection .digitBlock h3 span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1680px) {
  .bannerSection .digitBlock h3 {
    font-size: 56px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1441px) {
  .bannerSection .digitBlock h3 {
    font-size: 33px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .bannerSection .digitBlock h3 {
    font-size: 24px;
    line-height: 20px;
  }
}
.bannerSection .digitBlock .redBlock {
  background-color: #A50C22;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
}
@media only screen and (max-width: 1680px) {
  .bannerSection .digitBlock .redBlock {
    font-size: 12px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .bannerSection .digitBlock .redBlock {
    font-size: 14px;
    line-height: 120%;
    padding: 0.5rem 1rem;
  }
}

.careerBlock {
  background-image: url(../images/middle_image-1.webp);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  min-height: 1150px;
  background-size: cover;
  padding: 80px 0 120px;
}
@media only screen and (max-width: 1441px) {
  .careerBlock {
    min-height: 700px;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .careerBlock {
    background-image: url(../images/middle_image-mobile.webp);
    background-position: center bottom;
  }
}
.careerBlock .appl_open {
  font-family: Arial;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1680px) {
  .careerBlock .appl_open {
    font-size: 18px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1280px) {
  .careerBlock .appl_open {
    font-size: 14px;
    line-height: 120%;
  }
}
.careerBlock p {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000000;
}
@media only screen and (max-width: 1680px) {
  .careerBlock p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .careerBlock p {
    font-size: 14px;
    line-height: 21px;
  }
}

.careerSubBlock {
  background-color: #323839;
  padding: 0 0 80px;
  position: relative;
}
.careerSubBlock::before {
  content: "";
  width: 100%;
  height: 241px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: linear-gradient(180deg, #323839 0%, rgba(50, 56, 57, 0) 100%);
  transform: rotate(180deg);
}
.careerSubBlock h4 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 84px;
  line-height: 94px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1680px) {
  .careerSubBlock h4 {
    font-size: 68px;
    line-height: 78px;
  }
}
@media only screen and (max-width: 1441px) {
  .careerSubBlock h4 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 1280px) {
  .careerSubBlock h4 {
    font-size: 48px;
    line-height: 56px;
  }
}
.careerSubBlock p {
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #ffffff;
}
@media only screen and (max-width: 1680px) {
  .careerSubBlock p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .careerSubBlock p {
    font-size: 14px;
    line-height: 30px;
  }
}

.tableBorder {
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.tableBorder th {
  font-family: Arial;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #ffffff;
  background-color: #A50C22;
  padding: 0.8rem 1rem;
  border: 1px solid #A50C22;
}
@media only screen and (max-width: 1680px) {
  .tableBorder th {
    font-size: 20px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1280px) {
  .tableBorder th {
    font-size: 18px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 600px) {
  .tableBorder th {
    font-size: 14px;
    line-height: 120%;
  }
}
.tableBorder td {
  color: #ffffff;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.342);
  font-family: Arial;
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #ffffff;
}
.tableBorder td p {
  font-family: Arial;
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #ffffff;
}
@media only screen and (max-width: 1680px) {
  .tableBorder td p {
    font-size: 20px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1280px) {
  .tableBorder td p {
    font-size: 16px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 600px) {
  .tableBorder td p {
    font-size: 14px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1680px) {
  .tableBorder td {
    font-size: 28px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1280px) {
  .tableBorder td {
    font-size: 16px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 600px) {
  .tableBorder td {
    font-size: 14px;
    line-height: 120%;
  }
}

.bottomTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .bottomTable {
    max-width: 350px;
  }
}
.bottomTable td {
  border: 1px solid rgba(195, 195, 195, 0.396);
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  padding: 1rem 1.5rem;
}
.bottomTable td:first-child {
  font-weight: 700;
}
@media only screen and (max-width: 1680px) {
  .bottomTable td {
    font-size: 18px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1280px) {
  .bottomTable td {
    font-size: 16px;
    line-height: 120%;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bottomTable td {
    font-size: 14px;
    line-height: 120%;
  }
}
.bottomTable td a {
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #A50C22;
  text-decoration: none;
}
@media only screen and (max-width: 1680px) {
  .bottomTable td a {
    font-size: 18px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1280px) {
  .bottomTable td a {
    font-size: 16px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .bottomTable td a {
    font-size: 14px;
    line-height: 120%;
  }
}
.bottomTable th {
  background-color: #A50C22;
  color: white;
  font-family: Arial;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0%;
  padding: 1.5rem 1.5rem;
  border-right: 1px solid rgba(221, 221, 221, 0.2588235294);
}
@media only screen and (max-width: 1680px) {
  .bottomTable th {
    font-size: 24px;
    line-height: 120%;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .bottomTable th {
    font-size: 18px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .bottomTable th {
    font-size: 14px;
    line-height: 120%;
  }
}
.bottomTable td {
  background-color: #fff;
}
.bottomTable tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.bottomTable tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.bottomTable tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.bottomTable tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.detailsSection {
  padding: 80px 0;
}

footer {
  background-color: #000000;
  padding: 1rem 0;
}
footer p {
  color: #E0E0E0;
  margin-bottom: 0;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1680px) {
  footer p {
    font-size: 18px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1280px) {
  footer p {
    font-size: 16px;
    line-height: 120%;
  }
}
footer a {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #E0E0E0;
  text-decoration: none;
}
@media only screen and (max-width: 1680px) {
  footer a {
    font-size: 18px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1280px) {
  footer a {
    font-size: 16px;
    line-height: 120%;
  }
}

.api_form {
  position: absolute;
  right: 4%;
  top: 15%;
  width: 400px;
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 25px;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.4941176471);
}
@media only screen and (max-width: 1680px) {
  .api_form {
    top: 15%;
    padding: 0rem;
  }
}
@media only screen and (max-width: 1441px) {
  .api_form {
    top: 25%;
  }
}
@media only screen and (max-width: 1280px) {
  .api_form {
    top: 25%;
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .api_form {
    top: unset;
    right: unset;
    position: unset;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    max-width: 90%;
    width: 90%;
  }
}
.api_form h4 {
  color: #000000;
  font-size: 24px;
  text-align: center;
  padding: 1rem 1rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}

.thankyou {
  display: flex;
  height: calc(100vh - 130px);
  width: 100%;
  justify-content: center;
  align-items: center;
}
.thankyou h1 {
  font-size: 72px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .thankyou h1 {
    font-size: 48px;
  }
}
.thankyou h5 {
  font-size: 42px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .thankyou h5 {
    font-size: 24px;
  }
}

.thankyouSec {
  padding: 80px 0;
  border-top: 1px solid #ccc;
  background: url("../images/SVU-Thank-you-Banner.webp") top center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.thankyouSec .thanksD {
  padding: 60px 30px;
  border-radius: 30px;
  padding-top: 80%;
}
.thankyouSec .thanksD .imgfst {
  height: 50px;
  margin: 15px 0;
}
.thankyouSec .thanksD .imgsnd {
  height: 40px;
  margin: 15px 0;
}/*# sourceMappingURL=style.css.map */