:root {
  --orange: #fe4f32;
  --gray: #5b5b5b;
  --light-gray: #2b2a29;
  --blue: #29158c;
}
* {
  padding: 0;
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
p {
  font-size: 14px !important;
  font-weight: normal;
}
body {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
}
.c-orange {
  color: var(--orange);
}
.c-blue {
  color: var(--blue);
}
.c-white {
  color: #fff;
}
.light-gray {
  color: var(--light-gray);
}
.fw-700 {
  font-weight: 700;
}
.bg-black {
  background-color: #000;
}

.nav-link {
  color: #fff !important;
  padding: 0 15px !important;
  font-weight: 500;
}
nav {
  background-color: #000;
  /* box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); */
}
.navbar {
  padding: 0.5rem !important;
}
/* .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
} */
.banner {
  margin-top: 80px;
  position: relative;
}
.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  max-width: 500px;
  /* padding-top: 3rem;
  padding-bottom: 3rem; */
}
.centered h2 {
  font-weight: 700;
  line-height: 2.8rem;
  height: 150px;
}
.centered p {
  color: var(--gray);
  font-weight: 700;
}

.work-place-heading,
.work-place-para {
  font-weight: 600;
}

.dropdown-item {
  font-size: 14px;
}

.dropdown-menu {
  top: 150%;
}

/************* Heading Animation **************/

.testSpan {
  /* animation: fadeIn 5s forwards; */
  opacity: 0;
  animation: 0.75s ease-in-out forwards fadeIn;
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/******************************************** */

/*****************************************************/

.talk-btn {
  position: relative;
  padding: 0.6rem 3rem;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: color 0.2s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.2s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer;
  background-color: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.talk-btn:focus {
  outline: none;
}

.talk-btn span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.talk-btn svg {
  position: absolute;
  width: 1.2em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.talk-btn svg * {
  stroke-width: 4;
  stroke-opacity: transparent;
}
.talk-btn:hover svg {
  opacity: 1;
  right: -2rem;
}
/* .talk-btn:hover {
  background-color: #0070d2;
  border-color: #0070d2;
  color: #fff;
} */
/*****************************************************/

.apply-now-btn {
  /* color: var(--orange); */
  border: 2px solid var(--orange);
  background-color: transparent;
  padding: 5px 10px;
}

.service {
  border-bottom: 2px solid var(--orange);
  /* padding-top: 0.7rem;
  padding-bottom: 0.7rem; */
  padding: 0.7rem 0;
}
.service h2 {
  font-weight: 600;
}
.service h2 a,
.service h2 a:hover {
  color: #212549;
  text-decoration: none;
}
.service p {
  font-weight: 600;
}

/*************** service anchor animation ******************/

.example_f {
  transition: all 0.4s;
}
.example_f span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  font-size: 12px;
  color: var(--orange);
  font-weight: 600;
}
.example_f span:after {
  content: "\2192";
  position: absolute;
  opacity: 0;
  top: -7px;
  right: -30px;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 900;
}
.example_f:hover span {
  padding-left: 20px;
  font-weight: 600;
}
.example_f:hover span:after {
  opacity: 1;
  right: -25px;
}

/************************************************/

.know-more {
  text-decoration: none;
  color: var(--orange);
  font-weight: 600;
}
.know-more:hover {
  text-decoration: none;
  color: var(--orange);
}
.no-border {
  border-bottom: none;
}
/* .todays-challange {
}
.todays-challange li {
  font-weight: 500;
  list-style-type: none;
} */
.todays-challange li {
  display: flex;
  flex-direction: row;
  list-style: none;
}
.todays-challange li i {
  margin: 4px;
  /* width: 20px;
  height: 20px; */
  margin-right: 10px;
}

.blog-content {
  position: relative;
}
.content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10%;
  color: #fff;
  max-width: 450px;
}

/*************** Footer ****************/
.footer-menu {
  list-style-type: none;
}
.footer-menu li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.footer-menu li a {
  text-decoration: none;
  color: var(--orange);
  font-size: 12px;
  font-weight: 500;
}
.services-links a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.social-links a,
.privacy-policy a {
  text-decoration: none;
}
.social-links a img {
  width: 23px;
  height: 23px;
}
.footer-para {
  font-size: 12px !important;
}

/**************** Employee Value Proposition *************/

.stages-container {
  display: flex;
  justify-content: space-between;
}
/* .stages-heading{
  font-weight: 600;
} */

.stage {
  border: 4px solid var(--orange);
  padding: 20px;
  border-radius: 10px;
  flex: 1;
}
.stage h3 {
  color: var(--orange);
}
.arrow {
  font-size: 3em;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--orange);
}

/************** Our Work *************/

.yubi-list {
  list-style-type: none;
  padding: 0;
}
.yubi-list li {
  font-size: 14px;
  margin-bottom: 8px;
}

/**************************************/

@media (min-width: 1200px) {
  .header-container {
    max-width: 1010px;
  }
  .nav-link {
    font-size: 0.875rem !important;
  }
  .centered h2 {
    font-size: 3rem;
  }
  .centered p {
    font-size: 1.25rem;
  }
  .service h2 {
    font-size: 24px;
  }
  .stages-heading {
    font-size: 1.5rem;
  }
  .heading {
    font-size: 1.25rem;
  }
  .sub-heading {
    font-size: 2rem;
  }
  .inner-sub-heading {
    font-size: 3rem;
  }
  .know-more {
    font-size: 12px;
  }
  .todays-challange li {
    font-size: 20px;
  }
  .work-place-heading {
    font-size: 1.5rem;
  }
  .work-place-para {
    font-size: 1rem;
  }
  /* .workplace-challange p {
    font-size: 1.125rem;
  }
  .success-stories p {
    font-size: 1.125rem;
  }
  .content p {
    font-size: 1.125rem;
  } */
  /* .inner-sub-heading {
    font-size: 2.7rem;
  } */
  label {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  input,
  select,
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 0 solid #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28.8px;
  }
  /* option{
    color: #ccc;
  } */
  input:focus,
  select:focus,
  textarea:focus {
    border-color: var(--orange);
    outline: 0;
  }

  /* .footer-menu li {
    font-size: 1.1rem;
  }
  .footer-menu {
    padding-top: 4rem;
  } */
}

/****************** Mobile ***********************/

@media (max-width: 575px) {
  .home-banner img {
    display: none;
  }
  .centered {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .content {
    max-width: 340px;
  }
  .copy-right {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .nav-item {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .what-we-do .col-md-6:first-child,
  .workplace-challange .col-md-6:first-child,
  .our-services .col-md-6:first-child,
  .banner .col-md-6:first-child,
  .services .col-md-6:first-child {
    padding-bottom: 2rem;
  }
  .what-we-do h2 {
    margin-bottom: 0 !important;
  }
  .content {
    left: 5%;
  }
  .blog-content img {
    height: 450px;
  }
  .mob-order-last {
    order: 2;
    padding-top: 3rem;
  }
  .stages-container {
    flex-direction: column;
  }
  .arrow {
    transform: rotate(90deg);
  }
  .pl-0,
  .pr-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .yubi img {
    padding-bottom: 3rem;
  }
}

/****************** Tablet ***********************/
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-item {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .centered {
    top: 40%;
    max-width: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .centered h2 {
    font-size: 1.2rem;
    height: auto;
    line-height: normal;
  }
  .blog-content img {
    height: 400px;
  }
  .stages-container {
    flex-direction: column;
  }
  .arrow {
    transform: rotate(90deg);
  }
}
