/**********************************************************
*   @THETAGIT
***********************************************************/
/**********************************************************
*   @MEDIA QUERIES
***********************************************************/
/**********************************************************
*   @TYPOGRAPHY
***********************************************************/
/**********************************************************
*   @GLOBAL
***********************************************************/
/* HIGHLIGHT COLOR */
::selection {
  background: #000000;
  color: #FFFFFF;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.25);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 100vmax;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

body {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
}

/* LINKS */
a {
  color: #000000;
  transition: all 0.25s;
}

a:hover {
  color: black;
}

.container-xl {
  max-width: 1340px;
}

/* MAIN NAV */
.main-nav {
  background: #FFFFFF;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99;
  padding: 1rem 1rem;
}
.main-nav .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9);
  padding: 1rem;
  line-height: 1;
}
.main-nav .navbar-toggler {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* FOOTER */
.footer {
  background: #000000;
  color: #FFFFFF;
  padding: 4rem 0 3rem;
}
.footer .footer-logo {
  max-height: 60px;
}
.footer a {
  color: unset;
}

/**********************************************************
*   @SPACERS
***********************************************************/
div[class^=spacer-], div[class*=" spacer-"] {
  width: 100%;
  clear: both;
}

.spacer-5px {
  height: 5px;
}

.spacer-10px {
  height: 10px;
}

.spacer-15px {
  height: 15px;
}

.spacer-20px {
  height: 20px;
}

.spacer-25px {
  height: 25px;
}

.spacer-30px {
  height: 30px;
}

.spacer-35px {
  height: 35px;
}

.spacer-40px {
  height: 40px;
}

.spacer-45px {
  height: 45px;
}

.spacer-50px {
  height: 50px;
}

.spacer-55px {
  height: 55px;
}

.spacer-60px {
  height: 60px;
}

.spacer-65px {
  height: 65px;
}

.spacer-70px {
  height: 70px;
}

.spacer-75px {
  height: 75px;
}

.spacer-80px {
  height: 80px;
}

.spacer-85px {
  height: 85px;
}

.spacer-90px {
  height: 90px;
}

.spacer-95px {
  height: 95px;
}

.spacer-100px {
  height: 100px;
}

/**********************************************************
*   @BUTTONS
***********************************************************/
.btn {
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 100vmax;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: 0.35s;
  will-change: box-shadow;
}
.btn.btn-sm {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.btn.btn-lg {
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 1.25rem;
}

/*purple button*/
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #82027e;
  border-color: #82027e;
  box-shadow: 0 0 0 0 rgba(130, 2, 126, 0.15);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:active,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled).active:active,
.show > .btn-primary.dropdown-toggle:hover,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:active {
  background-color: #690266;
  border-color: #690266;
  box-shadow: 0 0 0 0.3rem rgba(130, 2, 126, 0.25);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.3rem rgba(130, 2, 126, 0.25);
}

.btn-outline-primary {
  color: #82027e;
  border-color: #82027e;
  box-shadow: 0 0 0 0 rgba(130, 2, 126, 0.25);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #690266;
  border-color: #690266;
  box-shadow: 0 0 0 0.3rem rgba(130, 2, 126, 0.25);
}

/*blue button*/
.btn-secondary {
  background-color: #1f86ef;
  border-color: #1f86ef;
  box-shadow: 0 0 0 0 rgba(31, 134, 239, 0.25);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1079e4;
  border-color: #1079e4;
  box-shadow: 0 0 0 0.3rem rgba(31, 134, 239, 0.25);
}

.btn-outline-secondary {
  color: #1f86ef;
  border-color: #1f86ef;
  box-shadow: 0 0 0 0 rgba(31, 134, 239, 0.25);
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  background-color: #1079e4;
  border-color: #1079e4;
  box-shadow: 0 0 0 0.3rem rgba(31, 134, 239, 0.25);
}

/*white button*/
.btn-light {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background-color: lighen(#000000, 5%);
  border-color: lighen(#000000, 5%);
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
  color: #000000;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

/*gray button*/
.btn-gray {
  background-color: #868d90;
  border-color: #868d90;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
  background-color: #798084;
  border-color: #798084;
}

.btn-outline-gray {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray:active {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

/*red button*/
.btn-red {
  background-color: #da3746;
  border-color: #da3746;
  color: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(218, 55, 70, 0.25);
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  background-color: #bb2331;
  border-color: #bb2331;
  color: #FFFFFF;
  box-shadow: 0 0 0 0.3rem rgba(218, 55, 70, 0.25);
}

.btn-outline-red {
  color: #da3746;
  border-color: #da3746;
  box-shadow: 0 0 0 0 rgba(218, 55, 70, 0.25);
}
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active {
  background-color: #d12736;
  border-color: #d12736;
  box-shadow: 0 0 0 0.3rem rgba(218, 55, 70, 0.25);
  color: #FFFFFF;
}

/*green button*/
.btn-green {
  background-color: #63c0ad;
  border-color: #63c0ad;
  color: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(99, 192, 173, 0.25);
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
  background-color: #45ab96;
  border-color: #45ab96;
  color: #FFFFFF;
  box-shadow: 0 0 0 0.3rem rgba(99, 192, 173, 0.25);
}

.btn-outline-green {
  color: #63c0ad;
  border-color: #63c0ad;
  box-shadow: 0 0 0 0 rgba(99, 192, 173, 0.25);
}
.btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active {
  background-color: #51b9a3;
  border-color: #51b9a3;
  box-shadow: 0 0 0 0.3rem rgba(99, 192, 173, 0.25);
  color: #FFFFFF;
}

/**********************************************************
*   @FORM ELEMENTS
***********************************************************/
.form-control:focus {
  border-color: #000000;
  box-shadow: none;
}

.form-group label {
  font-weight: 600;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.homepage {
  /**********************************************************
  *   @HERO
  ***********************************************************/
}
.homepage .hero {
  padding: 8rem 0;
  border-radius: 0 0 5rem 0;
  overflow: hidden;
  position: relative;
}
.homepage .hero::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(86, 74, 177, 0.03);
  position: absolute;
  top: 50%;
  left: -700px;
  margin-top: -600px;
  transform: rotate(-45deg);
}
.homepage .hero::after {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(86, 74, 177, 0.03);
  position: absolute;
  top: 40%;
  right: -700px;
  transform: rotate(-45deg);
}
.homepage .hero .container,
.homepage .hero .container-xl,
.homepage .hero .container-fluid {
  position: relative;
}
.homepage .hero .heading {
  font-size: 3rem;
  font-weight: 600;
}
.homepage .hero .heading span {
  font-size: 3.6rem;
  color: #82027e;
  font-weight: 700;
}
.homepage .hero .subheading {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
}
.homepage .hero .text-row {
  position: relative;
  z-index: 2;
}
.homepage .hero .img-row {
  transform: scale(1.2, 1.2) rotate(-2deg);
  padding-top: 8rem;
  position: relative;
  z-index: 1;
}
.homepage .hero .hero-img {
  border-radius: 1.5rem;
  max-height: 400px;
  width: 100%;
}
.homepage .hero .blank-img {
  border-radius: 1.5rem;
  height: 100%;
  width: 100%;
  background: #82027e;
}
.homepage .hero .blank-img.dark {
  background: #50014d;
}
.homepage .why-tag {
  padding: 8rem 0;
  background: linear-gradient(to top, rgba(218, 55, 70, 0.1) 0%, rgba(218, 55, 70, 0.05) 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 5rem 5rem 0;
}
.homepage .why-tag::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  right: -700px;
  margin-top: -1050px;
  transform: rotate(-45deg);
  box-shadow: 0 0 50px 5px rgba(218, 55, 70, 0.02);
}
.homepage .why-tag::after {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  left: -700px;
  margin-top: -200px;
  transform: rotate(-45deg);
  box-shadow: 0 0 50px 5px rgba(218, 55, 70, 0.02);
}
.homepage .why-tag .container,
.homepage .why-tag .container-xl,
.homepage .why-tag .container-fluid {
  position: relative;
  z-index: 2;
}
.homepage .why-tag .subheading {
  font-size: 1.2rem;
  color: #da3746;
  font-weight: 600;
}
.homepage .why-tag .heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.homepage .why-tag .main-p {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
}
.homepage .why-tag .stat-card {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homepage .why-tag .stat-card .fa-regular {
  font-size: 2rem;
  color: #da3746;
  margin-bottom: 2rem;
}
.homepage .why-tag .stat-card .number {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}
.homepage .why-tag .stat-card .desc {
  opacity: 0.5;
}
.homepage .testimonials {
  padding: 8rem 0;
  background: linear-gradient(to bottom, white 0%, rgba(31, 134, 239, 0.1) 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 5rem;
}
.homepage .testimonials::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(31, 134, 239, 0.03);
  position: absolute;
  top: 50%;
  left: -700px;
  margin-top: -1150px;
  transform: rotate(-45deg);
}
.homepage .testimonials .container,
.homepage .testimonials .container-xl,
.homepage .testimonials .container-fluid {
  position: relative;
  z-index: 2;
}
.homepage .testimonials .subheading {
  font-size: 1.2rem;
  color: #1f86ef;
  font-weight: 600;
}
.homepage .testimonials .heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.homepage .testimonials .main-p {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
}
.homepage .testimonials .quote-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem 4rem;
  margin-bottom: 1rem;
}
.homepage .testimonials .quote-card .byline {
  font-weight: 600;
  color: #1f86ef;
  margin-top: 1rem;
}
.homepage .testimonials .quote-card .byline small {
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.homepage .testimonials .swiper {
  width: 100%;
  height: 600px;
}
.homepage .testimonials .swiper-container {
  width: 100%;
  height: auto;
}
.homepage .testimonials .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.homepage .testimonials .swiper-button-next,
.homepage .testimonials .swiper-button-prev {
  color: rgba(0, 0, 0, 0.3);
}
.homepage .tag-team {
  padding: 8rem 0;
  background: linear-gradient(to bottom, rgba(99, 192, 173, 0.15) 0%, rgba(99, 192, 173, 0.05) 100%);
  background: #63c0ad;
  position: relative;
  overflow: hidden;
  border-radius: 5rem 0 0 0;
}
.homepage .tag-team::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  right: -700px;
  margin-top: -600px;
  transform: rotate(-45deg);
  box-shadow: 0 0 50px 5px rgba(4, 133, 101, 0.02);
}
.homepage .tag-team::after {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: -700px;
  margin-top: 0;
  transform: rotate(-45deg);
  box-shadow: 0 0 50px 5px rgba(4, 133, 101, 0.02);
}
.homepage .tag-team .container,
.homepage .tag-team .container-xl,
.homepage .tag-team .container-fluid {
  position: relative;
  z-index: 2;
}
.homepage .tag-team .subheading {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-weight: 600;
}
.homepage .tag-team .heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10rem;
  color: #000000;
}
.homepage .tag-team .people-card {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem 4rem;
  margin-bottom: 1rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homepage .tag-team .people-card img {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  margin-top: -90px;
  margin-bottom: 2rem;
}
.homepage .tag-team .people-card .name {
  font-size: 1.8rem;
  font-weight: 600;
}
.homepage .tag-team .people-card .title {
  margin-bottom: 2rem;
  color: #048565;
}
.homepage .tag-team .people-card .fa-brands {
  transform: translate(0, 2px);
}

.aboutpage {
  /**********************************************************
  *   @HERO
  ***********************************************************/
}
.aboutpage .hero {
  padding: 8rem 0;
  border-radius: 0 0 5rem 0;
  overflow: hidden;
  position: relative;
}
.aboutpage .hero::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(232, 62, 140, 0.03);
  position: absolute;
  top: 50%;
  left: -700px;
  margin-top: -600px;
  transform: rotate(-45deg);
}
.aboutpage .hero::after {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(232, 62, 140, 0.03);
  position: absolute;
  top: 40%;
  right: -700px;
  transform: rotate(-45deg);
}
.aboutpage .hero .container,
.aboutpage .hero .container-xl,
.aboutpage .hero .container-fluid {
  position: relative;
}
.aboutpage .hero .subheading {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.aboutpage .hero .heading {
  font-size: 4rem;
  font-weight: 600;
  padding-left: 2rem;
}
.aboutpage .hero .heading span {
  font-size: 4.5rem;
  color: #e83e8c;
  font-weight: 700;
  display: block;
  padding-left: 4rem;
}
@media (max-width: 1024px) {
  .aboutpage .hero .heading span {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .aboutpage .hero .heading {
    padding-left: 0;
  }
}
.aboutpage .hero .main-p {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 6rem;
}
@media (max-width: 1024px) {
  .aboutpage .hero .main-p {
    padding-left: 0;
  }
}
.aboutpage .hero .btn-wrapper {
  padding-left: 6rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .aboutpage .hero .btn-wrapper {
    padding-left: 0;
  }
}
.aboutpage .hero .img-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
  gap: 0;
  flex-direction: column;
  margin-bottom: -7rem;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutpage .hero .img-wrapper {
    margin: 0;
    flex-direction: row;
    margin-top: 6rem;
  }
}
.aboutpage .hero .img-wrapper .img-container {
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .aboutpage .hero .img-wrapper .img-container {
    max-width: 100%;
  }
}
.aboutpage .hero .img-wrapper .img-container.hero-img-1 {
  margin-left: auto;
  transform: translateY(-18rem);
}
@media (max-width: 1024px) {
  .aboutpage .hero .img-wrapper .img-container.hero-img-1 {
    margin: 0;
    transform: translate(0, 0);
  }
}
.aboutpage .hero .img-wrapper .img-container.hero-img-2 {
  transform: translate(5rem, -10rem);
  z-index: 2;
}
@media (max-width: 1024px) {
  .aboutpage .hero .img-wrapper .img-container.hero-img-2 {
    margin: 0;
    transform: translate(0, 0);
  }
}
.aboutpage .hero .img-wrapper .img-container.hero-img-3 {
  transform: translateY(-10rem);
  margin-left: 50%;
}
@media (max-width: 1024px) {
  .aboutpage .hero .img-wrapper .img-container.hero-img-3 {
    margin: 0;
    transform: translate(0, 0);
  }
}
.aboutpage .hero .img-wrapper .hero-img {
  border-radius: 1.5rem;
  margin-bottom: -20rem;
  max-width: 300px;
  transform: translateY(-2rem);
}
@media (max-width: 1024px) {
  .aboutpage .hero .img-wrapper .hero-img {
    margin: 0;
    transform: translate(-3rem, 0);
  }
}
.aboutpage .info {
  padding: 8rem 0;
  position: relative;
}
.aboutpage .info .container,
.aboutpage .info .container-xl,
.aboutpage .info .container-fluid {
  position: relative;
}
.aboutpage .info .subheading {
  font-size: 1.2rem;
  color: #1f86ef;
  font-weight: 600;
}
.aboutpage .info .heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.aboutpage .info .main-p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.aboutpage .info .sm-heading {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.aboutpage .info .fa-solid {
  color: #1f86ef;
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.talentpage {
  /**********************************************************
  *   @HERO
  ***********************************************************/
}
.talentpage .hero {
  padding: 8rem 0;
  border-radius: 0 0 5rem 0;
  overflow: hidden;
  position: relative;
}
.talentpage .hero::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(99, 192, 173, 0.03);
  position: absolute;
  top: 50%;
  left: -700px;
  margin-top: -600px;
  transform: rotate(-45deg);
}
.talentpage .hero::after {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(99, 192, 173, 0.13);
  position: absolute;
  top: 10%;
  right: -700px;
  transform: rotate(-45deg);
}
.talentpage .hero .container,
.talentpage .hero .container-xl,
.talentpage .hero .container-fluid {
  position: relative;
}
.talentpage .hero .heading {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.talentpage .hero .heading span {
  font-size: 4.5rem;
  color: #63c0ad;
  font-weight: 700;
  display: block;
}
.talentpage .hero .main-p {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
}
.talentpage .hero .main-img {
  border-radius: 1.5rem;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .talentpage .hero .main-img {
    margin-bottom: 3rem;
    max-height: 300px;
  }
}
.talentpage .info {
  padding: 8rem 0;
  position: relative;
}
.talentpage .info .container,
.talentpage .info .container-xl,
.talentpage .info .container-fluid {
  position: relative;
}
.talentpage .info .subheading {
  font-size: 1.2rem;
  color: #f1734f;
  font-weight: 600;
}
.talentpage .info .heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.talentpage .info .main-p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.talentpage .info .sm-heading {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.talentpage .info .fa-solid {
  color: #f1734f;
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.talentpage .why-tag {
  padding: 8rem 0;
  position: relative;
  background: linear-gradient(to top, rgba(31, 134, 239, 0.1) 0%, rgba(31, 134, 239, 0.05) 100%);
  overflow: hidden;
  border-radius: 0 5rem 5rem 0;
}
.talentpage .why-tag::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  right: -700px;
  margin-top: -1050px;
  transform: rotate(-45deg);
  box-shadow: 0 0 50px 5px rgba(31, 134, 239, 0.02);
}
.talentpage .why-tag::after {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  left: -700px;
  margin-top: -200px;
  transform: rotate(-45deg);
  box-shadow: 0 0 50px 5px rgba(31, 134, 239, 0.02);
}
.talentpage .why-tag .container,
.talentpage .why-tag .container-xl,
.talentpage .why-tag .container-fluid {
  position: relative;
  z-index: 2;
}
.talentpage .why-tag .subheading {
  font-size: 1.2rem;
  color: #1f86ef;
  font-weight: 600;
}
.talentpage .why-tag .heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.talentpage .why-tag .main-p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.talentpage .why-tag .sm-heading {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.talentpage .why-tag .btn {
  position: relative;
  z-index: 2;
}

.contactpage {
  /**********************************************************
  *   @HERO
  ***********************************************************/
}
.contactpage .page-title {
  padding: 5rem 0 4rem;
  border-radius: 0 0 5rem 0;
  overflow: hidden;
  position: relative;
}
.contactpage .page-title::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(247, 204, 83, 0.07);
  position: absolute;
  top: 50%;
  left: -700px;
  margin-top: -600px;
  transform: rotate(-45deg);
}
.contactpage .page-title::after {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(247, 204, 83, 0.13);
  position: absolute;
  top: 10%;
  right: -700px;
  transform: rotate(-45deg);
}
.contactpage .page-title .container,
.contactpage .page-title .container-xl,
.contactpage .page-title .container-fluid {
  position: relative;
}
.contactpage .page-title .heading {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.contactpage .page-title .heading span {
  color: #f1734f;
  font-weight: 700;
}
.contactpage .info {
  padding: 6rem 0;
  position: relative;
}
.contactpage .info .container,
.contactpage .info .container-xl,
.contactpage .info .container-fluid {
  position: relative;
}
.contactpage .info .address-wrapper {
  background: rgba(134, 141, 144, 0.06);
  border-radius: 10px;
  padding: 2rem 2rem 1rem;
}
.contactpage .info .social-cta {
  background: rgba(134, 141, 144, 0.06);
  border-radius: 10px;
  padding: 2rem 2rem;
  margin-top: 1rem;
}
.contactpage .info .social-cta .heading {
  font-weight: 600;
  margin-bottom: 1rem;
}
.contactpage .info .social-cta a.facebook {
  color: #1f86ef;
}
.contactpage .info .social-cta a.linkedin {
  color: #0b539d;
}
.contactpage .info .social-cta a.google {
  color: #f1734f;
}
.contactpage .info .social-cta .fa-brands {
  font-size: 2rem;
}
.contactpage .info .career-cta {
  background: rgba(99, 192, 173, 0.06);
  border-radius: 10px;
  padding: 2rem 2rem;
  margin-top: 1rem;
}
.contactpage .info .career-cta .heading {
  font-weight: 600;
  margin-bottom: 1rem;
}

.careerspage {
  /**********************************************************
  *   @HERO
  ***********************************************************/
}
.careerspage .page-title {
  padding: 5rem 0 4rem;
  background: rgba(130, 2, 126, 0.02);
  border-radius: 0 0 5rem 0;
  overflow: hidden;
  position: relative;
}
.careerspage .page-title::before {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(86, 74, 177, 0.05);
  position: absolute;
  top: 50%;
  left: -700px;
  transform: rotate(-45deg);
}
.careerspage .page-title::after {
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 150px;
  background: rgba(86, 74, 177, 0.05);
  position: absolute;
  top: 50%;
  right: -700px;
  margin-top: -600px;
  transform: rotate(-45deg);
}
.careerspage .page-title .container,
.careerspage .page-title .container-xl,
.careerspage .page-title .container-fluid {
  position: relative;
}
.careerspage .page-title .heading {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.careerspage .page-title .heading span {
  color: #564ab1;
  font-weight: 700;
}
.careerspage .careers {
  padding: 6rem 0;
  position: relative;
}
.careerspage .careers .container,
.careerspage .careers .container-xl,
.careerspage .careers .container-fluid {
  position: relative;
}
.careerspage .careers .job-card {
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  position: relative;
}
.careerspage .careers .job-card .job-img {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(134, 141, 144, 0.25);
  border-radius: 10px;
  margin-bottom: 1rem;
}
.careerspage .careers .job-card .job-number {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-bottom: 0.25rem;
}
.careerspage .careers .job-card .job-name {
  font-weight: 600;
}
.careerspage .careers .job-card .company-name {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.careerspage .careers .job-card .tag-wrapper {
  margin-bottom: 1rem;
}
.careerspage .careers .job-card .tag-wrapper .badge-primary {
  border: none;
  background: rgba(31, 134, 239, 0.15);
  color: #1f86ef;
}
.careerspage .careers .job-card .job-desc {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.careerspage .careers .job-card .job-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(134, 141, 144, 0.25);
}
.careerspage .careers .job-card .job-card-footer .job-date {
  font-size: 0.9rem;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .careerspage .careers .job-card .job-card-footer .btn {
    margin-top: 1rem;
  }
}

.jobpage .job-details {
  padding: 8rem 0 6rem;
  position: relative;
}
.jobpage .job-details .container,
.jobpage .job-details .container-xl,
.jobpage .job-details .container-fluid {
  position: relative;
}
.jobpage .job-details .job-card {
  padding: 2rem 2rem 2rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  position: relative;
}
.jobpage .job-details .job-card .job-img {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(134, 141, 144, 0.25);
  border-radius: 10px;
  margin-bottom: 1rem;
  margin-top: -50px;
}
.jobpage .job-details .job-card .job-number {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-bottom: 0.25rem;
}
.jobpage .job-details .job-card .job-name {
  font-weight: 600;
  font-size: 2rem;
}
.jobpage .job-details .job-card .company-name {
  font-size: 0.9rem;
  opacity: 0.5;
}
.jobpage .job-details .job-card .quick-details-wrapper {
  margin: 1rem 0 2rem;
}
.jobpage .job-details .job-card .quick-details-wrapper .card {
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
  margin-bottom: 0.5rem;
}
.jobpage .job-details .job-card .quick-details-wrapper .card small {
  opacity: 0.5;
}
.jobpage .job-details .job-card .job-desc {
  margin-bottom: 2rem;
}
.jobpage .job-details .job-card .job-desc .heading {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.jobpage .job-details .job-card .pdf-download {
  padding-top: 1rem;
}
.jobpage .job-details .job-card .pdf-download small {
  opacity: 0.5;
  display: block;
}
.jobpage .job-details .job-card .btn-wrapper {
  padding-top: 2rem;
}

/*# sourceMappingURL=main.css.map */
