* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2F2F2F;
  overflow-x:hidden;
}

a {
  text-decoration: none;
}

span,
a {
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.page-section {
  padding: 40px 0;
}

.feature-media {
  position: relative;
}
.feature-media .media {
  width: 551px;
  height: 513px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 1140px) {
  .feature-media .media {
    width: 451px;
    height: 413px;
  }
}
@media only screen and (max-width: 992px) {
    .feature-media{
        background-color: #223354;
        border-radius: 14px;
    }
  .feature-media .media {
    position: static;
    margin: 0 auto;
    transform: translateY(0);
    margin-bottom: -24%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-media .media {
    width: 380px;
    height: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-media .media {
    width: 320px;
    height: 320px;
  }
}
@media only screen and (max-width: 425px) {
  .feature-media .media {
    width: 100% ;
    aspect-ratio: 6 / 4;
  }
}
.feature-media .media img,
.feature-media .media video {
  width: 100%;
}
.feature-media .text {
  width: 848px;
  min-height: 600px;
  color: #ffffff;
  background-color: #223354;
  border-radius: 14px;
  padding: 0 46px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .feature-media .text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-media .text {
    padding-bottom: 30px;
  }
}
.feature-media .text .content {
  width: 525px;
}
@media only screen and (max-width: 1024px) {
  .feature-media .text .content {
    width: 455px;
  }
}
@media only screen and (max-width: 992px) {
  .feature-media .text .content {
    width: 100%;
    text-align: center;
    margin-top: 220px;
  }
}
.feature-media .text .content h2 {
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
}
.about-content h2{
    font-size: 42px;
  line-height: 52px;
}
@media only screen and (max-width: 767px) {
  .feature-media .text .content h2 {
    margin-bottom: 8px;
    font-size: 44px;
    line-height: 50px;
  }
  .about-content h2{
    font-size: 38px;
  line-height: 46px;
}
}
.feature-media .text .content h3 {
  font-size: 26px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .feature-media .text .content h3 {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 200;
  }
}

.section-heading {
  margin-bottom: 48px;
  width: 100%;
  max-width: 436px;
}
@media only screen and (max-width: 767px) {
  .section-heading {
    max-width: 100%;
    text-align: center;
  }
}
.section-heading h3 {
  color: #223354;
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .section-heading h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h3 {
    font-size: 22px;
  }
}
.section-heading h2 {
  font-size: 50px;
  line-height: 60px;
  color: #223354;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .section-heading h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
  }
}

.position-placeholder {
  height: 120px;
  background: rgba(34, 51, 84, 0.07);
  border-radius: 14px;
  display: flex;
  align-items: center;
  color: #223354;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 15px;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .position-placeholder {
    font-size: 18px;
    height: 80px;
  }
}
.position-placeholder:hover {
  background: #FB0007;
  color: #ffffff;
}

.clients-wrapper .client-logo {
  padding: 0 40px;
  border-right: 1px solid #EFF1F3;
	background-color: #fff;
	height: 140px;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.hero.hero-home {
  height: 100%;
  min-height: 792px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero.hero-home {
    min-height: 400px;
  }
}
.hero.hero-home .container {
  position: relative;
  z-index: 10;
}
.hero.hero-home:before {
  opacity: 0.4;
}
.hero.hero-about {
  height: 525px;
}
.hero.hero-about:before {
  opacity: 0.4;
}
.hero.hero-career, .hero.hero-contact {
  height: 525px;
}
.hero.hero-career:before, .hero.hero-contact:before {
  opacity: 0.2;
}
.hero.hero-career .container, .hero.hero-contact .container, .hero.hero-about .container {
  height: 100%;
  position: relative;
  z-index: 10;
}
.hero.hero-career .middle-content, .hero.hero-contact .middle-content, .hero.hero-about .middle-content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.hero.hero-career .middle-content .title-section, .hero.hero-contact .middle-content .title-section, .hero.hero-about .middle-content .title-section {
  width: 100%;
  max-width: 400px;
}
.hero.hero-career .middle-content .title-section h2, .hero.hero-contact .middle-content .title-section h2, .hero.hero-about .middle-content .title-section h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.hero.hero-career .middle-content .title-section h1, .hero.hero-contact .middle-content .title-section h1, .hero.hero-about .middle-content .title-section h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  color: #ffffff;
}
@media only screen and (max-width: 574px) {
  .hero.hero-career .middle-content .title-section h1, .hero.hero-contact .middle-content .title-section h1, .hero.hero-about .middle-content .title-section h1 {
  font-size: 42px;
  line-height: 42px;
}
}
.hero.hero-contact:before {
  opacity: 0.7;
}

.hero-home-title {
  padding: 49px 40px;
  background: rgba(251, 0, 7, 0.77);
  border-radius: 52px;
  width: 100%;
  max-width: 787px;
}
@media only screen and (max-width: 992px) {
  .hero-home-title {
    max-width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-home-title {
    max-width: 650px;
    padding: 20px;
    border-radius: 24px;
  }
}
.hero-home-title h2 {
  font-size: 52px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .hero-home-title h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-home-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.hero-home-title h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .hero-home-title h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-home-title h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 132px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s ease all;
}
.header:hover {
  background: #223354;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.header .header-top-bar .container {
  height: 60px;
}
.header .header-top-bar a svg {
  color: #ffffff;
}
.header .header-top-bar a:hover {
  color: #f00;
}
.header .header-top-bar .social-media {
  display: flex;
  gap: 13px;
}
.header .header-top-bar .contact-info {
  display: flex;
  gap: 34px;
}
@media only screen and (max-width: 767px) {
  .header .header-top-bar .contact-info {
    gap: 20px;
  }
}
.header .header-top-bar .contact-info a {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .header .header-top-bar .contact-info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-top-bar .contact-info a span.info-label {
    display: none;
  }
}
.header .header-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  transition: 0.3s ease all;
}
.header .header-nav-bar .navigation .logo-mobile {
  display: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #354a71;
  padding-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .header .header-nav-bar .navigation {
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -262px;
    background-color: #223354;
    padding: 24px;
    transition: 0.3s ease all;
  }
  .header .header-nav-bar .navigation .logo-mobile {
    display: block;
  }
  .header .header-nav-bar .navigation.open {
    left: 0;
  }
}
.header .header-nav-bar .navigation ul {
  display: flex;
  gap: 34px;
}
@media only screen and (max-width: 992px) {
  .header .header-nav-bar .navigation ul {
    flex-direction: column;
    gap: 15px;
  }
}
.header .header-nav-bar .navigation ul li {
  list-style: none;
}
.header .header-nav-bar .navigation ul li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}
.header .header-nav-bar .hamburger {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .header .header-nav-bar .hamburger {
    display: block;
  }
}
.header.sticky .header-nav-bar {
  background: #223354;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border-radius: 37px;
  border: none;
}
.button:focus {
  outline: none;
}
.button.white {
  background-color: #ffffff;
  color: #FB0007;
}
.button.white:hover {
  background-color: #2F2F2F;
}

.processes-tabs-wrapper .process-tabs {
  display: flex;
  gap: 13px;
  align-items: center;
}
@media only screen and (max-width: 675px) {
  .processes-tabs-wrapper .process-tabs{
      flex-wrap: wrap;
  }
}
.processes-tabs-wrapper .process-tabs .process {
  flex: 1;
  cursor: pointer;
  position: relative;
}
.processes-tabs-wrapper .process-tabs .process:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -25px;
  right: -43px;
  width: 78px;
  height: 78px;
  background-image: url(../../images/curve-arrow.svg);
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .processes-tabs-wrapper .process-tabs .process:after {
    width: 68px;
    height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .processes-tabs-wrapper .process-tabs .process:after {
    display: none;
  }
}
.processes-tabs-wrapper .process-tabs .process:last-child:after {
  display: none;
}
.processes-tabs-wrapper .process-tabs .process .process-icon {
  width: 146px;
  height: 146px;
  border-radius: 100%;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #e8eaec;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .processes-tabs-wrapper .process-tabs .process .process-icon {
    width: 106px;
    height: 106px;
    background-size: 52px !important;
  }
}
@media only screen and (max-width: 992px) {
  .processes-tabs-wrapper .process-tabs .process .process-icon {
    width: 76px;
    height: 76px;
    background-size: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .processes-tabs-wrapper .process-tabs .process .process-icon {
    width: 36px;
    height: 36px;
    background-size: 22px !important;
  }
}
.processes-tabs-wrapper .process-tabs .process .process-icon.technical-test {
  background-image: url(../../images/processes/resume-screening.svg);
}
.processes-tabs-wrapper .process-tabs .process .process-icon.interview {
  background-image: url(../../images/processes/interview.svg);
}
.processes-tabs-wrapper .process-tabs .process .process-icon.personality {
  background-image: url(../../images/processes/personality.svg);
}
.processes-tabs-wrapper .process-tabs .process .process-icon.hr-interview {
  background-image: url(../../images/processes/hr-interview.svg);
}
.processes-tabs-wrapper .process-tabs .process .process-icon.offer-letter {
  background-image: url(../../images/processes/offer-letter.svg);
}
.processes-tabs-wrapper .process-tabs .process .process-label {
  font-weight: 600;
  line-height: 16px;
  width: 80px;
  margin: 16px auto 0;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .processes-tabs-wrapper .process-tabs .process .process-label {
    display: none;
  }
}
.processes-tabs-wrapper .process-tabs .process:hover .process-icon, .processes-tabs-wrapper .process-tabs .process.active .process-icon {
  background-color: #FB0007;
}
.processes-tabs-wrapper .process-tabs .process:hover .process-icon.technical-test, .processes-tabs-wrapper .process-tabs .process.active .process-icon.technical-test {
  background-image: url(../../images/processes/resume-screening-white.svg);
}
.processes-tabs-wrapper .process-tabs .process:hover .process-icon.interview, .processes-tabs-wrapper .process-tabs .process.active .process-icon.interview {
  background-image: url(../../images/processes/interview-white.svg);
}
.processes-tabs-wrapper .process-tabs .process:hover .process-icon.personality, .processes-tabs-wrapper .process-tabs .process.active .process-icon.personality {
  background-image: url(../../images/processes/personality-white.svg);
}
.processes-tabs-wrapper .process-tabs .process:hover .process-icon.hr-interview, .processes-tabs-wrapper .process-tabs .process.active .process-icon.hr-interview {
  background-image: url(../../images/processes/hr-interview-white.svg);
}
.processes-tabs-wrapper .process-tabs .process:hover .process-icon.offer-letter, .processes-tabs-wrapper .process-tabs .process.active .process-icon.offer-letter {
  background-image: url(../../images/processes/offer-letter-white.svg);
}
.processes-tabs-wrapper .process-tabs .process:hover .process-label, .processes-tabs-wrapper .process-tabs .process.active .process-label {
  color: #FB0007;
}
.processes-tabs-wrapper .process-tabs .process:hover:before, .processes-tabs-wrapper .process-tabs .process.active:before {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  border-bottom-color: #FB0007;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .processes-tabs-wrapper .process-tabs .process:hover:before, .processes-tabs-wrapper .process-tabs .process.active:before {
    border: 10px solid transparent;
  }
}
.processes-tabs-wrapper .process-content {
  background-color: #FB0007;
  border-radius: 15px;
  color: #ffffff;
  font-size: 16px;
  margin-top: 33px;
  padding: 48px 34px;
}
@media only screen and (max-width: 767px) {
  .processes-tabs-wrapper .process-content {
    padding: 24px;
    margin-top: 17px;
  }
}
.processes-tabs-wrapper .process-content .process-tab-content .content-label {
  display: none;
}
@media only screen and (max-width: 767px) {
  .processes-tabs-wrapper .process-content .process-tab-content .content-label {
    display: block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
  }
}

.competitive-edge {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.competitive-edge .comptitive-edge-data-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .competitive-edge .comptitive-edge-data-row {
    justify-content: center;
    padding: 0 20px;
  }
}
.competitive-edge .comptitive-edge-data-row .item {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  min-width:300px;
  font-size: 18px;
  font-weight: 500;
  gap: 20px;
}

.competitive-edge .comptitive-edge-data-row .item .icon {
  width: 60px;
	min-width:60px;
  height: 60px;
  border-radius: 6px;
  background: #223354 url(../../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.testimonial {
  background-color: #223354 !important;
}
.testimonial .section-heading h2,
.testimonial .section-heading h3 {
  color: #ffffff;
}
.testimonial .testimonial-holder {
  width: 100%;
  max-width: 758px;
  margin: 80px auto 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .testimonial .testimonial-holder {
    max-width: 660px;
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .testimonial .testimonial-holder {
    max-width: 350px;
  }
}
.testimonial .testimonial-holder:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../../images/commas.svg);
  background-position: center;
  background-repeat: no-repeat;
  left: -50px;
  top: -50px;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-holder:before {
    left: 0;
  }
}
.testimonial .testimonial-holder p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-holder p {
    font-size: 14px;
  }
}
.testimonial .testimonial-holder .client {
  display: flex;
  align-items: center;
  gap: 22px;
}
.testimonial .testimonial-holder .client .client-dp {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-holder .client .client-dp {
    width: 50px;
    height: 50px;
  }
}
.testimonial .testimonial-holder .client .client-dp img {
  width: 100%;
}
.testimonial .testimonial-holder .client .client-info h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-holder .client .client-info h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.testimonial .testimonial-holder .client .client-info h5 {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-holder .client .client-info h5 {
    font-size: 13px;
    line-height: 13px;
  }
}
.testimonial .testimonial-holder .owl-nav {
  text-align: right;
}
.testimonial .testimonial-holder .owl-nav button {
  width: 58px;
  height: 58px;
  background: url(../../images/long-arrow.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-holder .owl-nav button {
    width: 32px;
    height: 32px;
  }
}
.testimonial .testimonial-holder .owl-nav button span {
  font-size: 0;
}
.testimonial .testimonial-holder .owl-nav button.owl-prev {
  transform: rotate(180deg);
}

footer {
  background-color: #121212;
  padding: 20px 0;
}
footer .footer-logo {
  width: 81px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
}
footer .footer-menu-bar {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  footer .footer-menu-bar {
    gap: 40px;
  }
}
@media screen and (max-width: 700px) {
  footer .footer-menu-bar {
    flex-direction: column;
    gap: 15px;
  }
}
footer .footer-menu-bar .footer-nav ul {
  display: flex;
  gap: 34px;
  padding:0;
  margin:0 auto;
}

@media screen and (max-width: 700px) {
  footer .footer-menu-bar .footer-nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
    footer .footer-menu-bar .footer-nav ul {
        flex-wrap: wrap;
    }
}
footer .footer-menu-bar .footer-nav ul li {
  list-style: none;
}
footer .footer-menu-bar .footer-nav ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
footer .footer-menu-bar .footer-social {
  display: flex;
  gap: 16px;
  margin-left: auto;
}
@media screen and (max-width: 700px) {
  footer .footer-menu-bar .footer-social {
    margin-left: 0;
    gap: 25px;
  }
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  footer .footer-bottom {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
footer .footer-bottom .copy-rights {
  font-size: 16px;
  color: #ffffff;
}
footer .footer-bottom .copy-rights a {
  color: #FB0007;
  text-decoration: underline;
}
footer .footer-bottom .contact-info {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  footer .footer-bottom .contact-info {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  footer .footer-bottom .contact-info {
    flex-direction: column;
    gap: 10px;
  }
}
footer .footer-bottom .contact-info .contact {
  text-align: right;
}
@media screen and (max-width: 992px) {
  footer .footer-bottom .contact-info .contact {
    text-align: center;
    margin-bottom: 24px;
  }
}
footer .footer-bottom .contact-info .contact h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 3px;
}
footer .footer-bottom .contact-info .contact a {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
footer .footer-bottom .contact-info .contact a:hover {
  color: #FB0007;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .ceo-section {
    margin-bottom: 60px;
  }
}
.ceo-section .ceo-info {
  display: flex;
  gap: 37px;
}
@media only screen and (max-width: 992px) {
  .ceo-section .ceo-info {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ceo-section .ceo-info {
    display: block;
  }
}
.ceo-section .ceo-info .ceo-image {
  border-radius: 14px;
  width: 355px;
  height: 542px;
  z-index: 1;
  margin-top: -60px;
}
@media only screen and (max-width: 1150px) {
  .ceo-section .ceo-info .ceo-image {
    width: 345px;
    height: 530px;
    margin-top: -55px;
  }
}
@media only screen and (max-width: 992px) {
  .ceo-section .ceo-info .ceo-image {
    width: 300px;
    height: 470px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .ceo-section .ceo-info .ceo-image {
    margin: 0 auto;
    width: 150px;
    height: auto;
  }
  .ceo-section .ceo-info .ceo-image img {
    margin-top: 20px;
  }
}
.ceo-section .ceo-info .ceo-image img {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 100%;
  border-radius: 16px;
}
.ceo-section .ceo-info .ceo-headers {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .ceo-section .ceo-info .ceo-headers {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
  }
}
.ceo-section .ceo-info .ceo-headers h2 {
  font-weight: 700;
  font-size: 49px;
  line-height: 66px;
  color: #223354;
  margin-top: 41px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1150px) {
  .ceo-section .ceo-info .ceo-headers h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .ceo-section .ceo-info .ceo-headers h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .ceo-section .ceo-info .ceo-headers h2 {
    font-size: 25px;
    line-height: 25px;
    margin: 10px 0;
    text-align: center;
  }
}
.ceo-section .ceo-info .ceo-headers .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #223354;
}
.ceo-section .ceo-info .ceo-headers .ceo-personal-info {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .ceo-section .ceo-info .ceo-headers .ceo-personal-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
}
.ceo-section .ceo-info .ceo-headers .ceo-personal-info h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #223354;
  margin: 11px 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .ceo-section .ceo-info .ceo-headers .ceo-personal-info h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
  }
}
.ceo-section .ceo-info .ceo-headers .ceo-personal-info .ceo-sign {
  text-align: right;
}
.about-page-section .page-data {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .about-page-section .page-data {
    flex-direction: column;
  }
}
.about-page-section .page-data .left-side {
  flex: 1;
  background-color: #223354;
  padding: 100px 37px;
}
@media only screen and (max-width: 767px) {
  .about-page-section .page-data .left-side {
    padding: 100px 35px 30px 35px;
  }
}
.about-page-section .page-data .left-side h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  padding-bottom: 24px;
  width: 450px;
  font-size: 17px;
  line-height: 25px;
  width: 330px !important;
}
@media only screen and (max-width: 1150px) {
  .about-page-section .page-data .left-side h2 {
    font-size: 20px;
    line-height: 28px;
    width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-section .page-data .left-side h2 {
    width: 100% !important;
    margin-top: 60px;
  }
}
.about-page-section .page-data .left-side h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  width: 458px;
}
@media only screen and (max-width: 1150px) {
  .about-page-section .page-data .left-side h3 {
    font-size: 13px;
    line-height: 22px;
    width: 390px;
  }
}
@media only screen and (max-width: 992px) {
  .about-page-section .page-data .left-side h3 {
    font-size: 12px;
    line-height: 19px;
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-section .page-data .left-side h3 {
    width: 100%;
  }
}
.about-page-section .page-data .left-side P {
  color: #fff;
}
.about-page-section .page-data .right-side {
  width: 502px;
  background-color: #fb0007;
}
@media only screen and (max-width: 1150px) {
  .about-page-section .page-data .right-side {
    width: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .about-page-section .page-data .right-side {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-section .page-data .right-side {
    display: none;
  }
}

.about-page-section {
  position: relative;
}
.about-page-section .about-page-section-vedio img {
  position: absolute;
  top: 24%;
  left: 45%;
  border-radius: 20px;
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 1150px) {
  .about-page-section .about-page-section-vedio img {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 992px) {
  .about-page-section .about-page-section-vedio img {
    top: 25%;
    left: 51%;
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-section .about-page-section-vedio img {
    top: -50px;
    left: 35%;
    width: 200px;
    height: 200px;
  }
}

.what-we-do-section .what-we-do h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #223354;
  margin-top: 84px;
}
.what-we-do-section .what-we-do h2 {
  margin-top: 14px;
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 66px;
  color: #223354;
}
@media only screen and (max-width: 767px) {
  .what-we-do-section .what-we-do h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.what-we-do-section .what-we-do .allcards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 61px;
  gap: 24;
}
@media only screen and (max-width: 1154px) {
  .what-we-do-section .what-we-do .allcards {
    gap: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .what-we-do-section .what-we-do .allcards {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .what-we-do-section .what-we-do .allcards {
    gap: 20px;
  }
}
.what-we-do-section .what-we-do .allcards .cards {
  margin-bottom: 80px;
  width: 370px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 789px) {
    .what-we-do-section .what-we-do .allcards .cards {
      width: 100%;
      text-align:center;
    }
}
.what-we-do-section .what-we-do .allcards .cards h3,
.what-we-do-section .what-we-do .allcards .cards p {
  max-width: 299px;
}
@media only screen and (max-width: 789px) {
    .what-we-do-section .what-we-do .allcards .cards {
      width: 100%;
      text-align:center;
    }
    
    .what-we-do-section .what-we-do .allcards .cards h3,
    .what-we-do-section .what-we-do .allcards .cards p {
      max-width: 100%;
    }
    .what-we-do-section .what-we-do .allcards .cards img{
        margin:0 auto;
    }
}
.what-we-do-section .what-we-do .allcards .cards h3 {
  margin: 14px 0;
}
@media only screen and (max-width: 650px) {
  .what-we-do-section .what-we-do .allcards .cards img {
    width: 50px;
    height: 50px;
  }
  .what-we-do-section .what-we-do .allcards .cards h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
  }
  .what-we-do-section .what-we-do .allcards .cards p {
    font-size: 12px;
    line-height: 20;
  }
}
@media only screen and (max-width: 560px) {
  .what-we-do-section .what-we-do .allcards .cards {
    width: 100%;
    text-align: center;
  }
  .what-we-do-section .what-we-do .allcards .cards img {
    text-align: center;
    margin: 0 auto;
  }
}
.what-we-do-section .what-we-do .allcards .cards img {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #223354;
  width: 76px;
  height: 76px;
}
.what-we-do-section .what-we-do .allcards .cards h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #223354;
}
.what-we-do-section .what-we-do .allcards .cards p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #223354;
}

.why-choose-us-section {
  margin-top: 20px;
}
.why-choose-us-section .container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #223354;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-section .container p {
    text-align: center;
  }
}
.why-choose-us-section .container .services-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
.why-choose-us-section .container .services-wrapper .item {
  flex: 1;
}
.why-choose-us-section .container .services-wrapper .item .service {
  position: relative;
  display: flex;
  justify-content: center;
  align-items:center;

}
.why-choose-us-section .container .services-wrapper .item .service .service-shape {
  -webkit-clip-path: polygon(50% 0%, 85% 25%, 85% 75%, 50% 100%, 15% 75%, 15% 25%);
          clip-path: polygon(50% 0%, 85% 25%, 85% 75%, 50% 100%, 15% 75%, 15% 25%);
  width: 250px;
  height: 200px;
  background: #d3d6dd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-choose-us-section .container .services-wrapper .item .service .service-title {
  width: 117px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.why-choose-us-section .container .services-wrapper .item .service .service-title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #223354;
  margin: 0;
}

@media only screen and (max-width: 992px) {
    .why-choose-us-section .container .services-wrapper .item .service .service-title h3 {
        font-size: 20px;
  line-height: 24px;
    }
}
.why-choose-us-section .container .services-wrapper .item:nth-child(2) .service .service-shape {
  background: #a7adbb;
}
.why-choose-us-section .container .services-wrapper .item:nth-child(3) .service .service-shape {
  background: #7a8598;
}
.why-choose-us-section .container .services-wrapper .item:nth-child(4) .service .service-shape {
  background: #223354;
}
.why-choose-us-section .container .services-wrapper .item:nth-child(4) .service .service-title h3 {
  color: #fff;
}
.why-choose-us-section .container .services-wrapper .item .description {
  text-align: center;
  margin: 20px auto 40px;
  width: 80%;
}
.why-choose-us-section .container h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 66px;
  color: #223354;
  margin-bottom: 52px;
}
@media only screen and (max-width: 992px) {
  .why-choose-us-section .container h2 {
    font-size: 44px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us-section .container h2 {
    font-size: 30px !important;
    line-height: 50px !important;
    text-align: center;
  }
}

.page-section {
  background: #F7F7F7;
}
.page-section .all-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 26px;
}
.page-section .all-links .link {
  width: calc(50% - 12px);
  min-width:280px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  box-shadow: 0px 0px 20px rgba(34, 51, 84, 0.14);
  padding: 0 27px;
  color: #223354;
  height: 90px;
  border: 1px solid transparent;
  
}
@media only screen and (max-width: 575px) {
  .page-section .all-links .link {
      width:100%;
  }
}
.page-section .all-links .link h4 {
  font-size: 22px;
  font-weight: 500;
}
.page-section .all-links .link .details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.page-section .all-links .link:hover {
  background: #EFF1F3;
  border-color: #223354;
  box-shadow: none;
}
.page-section .all-links .link .job-detail-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 100;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container {
  background: #fff;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  border-radius: 12px;
  position: relative;
  overflow-y:auto;
  height:80%;
}

.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 6px;
  margin-bottom: 20px;
  padding-right: 25px;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .close-modal,
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .close-apply-form {
  position: absolute;
  right: 36px;
  top: 38px;
  cursor: pointer;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .job-details > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .job-details > ul li {
  list-style: none;
  flex: 1;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .job-descriptions {
  border: 1px solid #f5f4f4;
  border-radius: 12px 12px 0 0;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .job-descriptions .block {
  padding: 20px;
  border-bottom: 1px solid #f5f4f4;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .job-descriptions .block:last-child {
  margin-bottom: 0;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .job-descriptions .block p {
  margin-bottom: 15px;
  font-size: 12px;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .job-descriptions .block ul,
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .job-descriptions .block ol {
  padding-left: 15px;
  font-size: 12px;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .apply-button {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  background: #223354;
  color: #fff;
  padding: 15px 0;
  border: none;
  border-radius: 0 0 6px 6px;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container .apply-form {
  display: none;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container.open-form .job-details {
  display: none;
}
.page-section .all-links .link .job-detail-modal .modal-wrapper .modal-container.open-form .apply-form {
  display: block;
}
.page-section .all-links .link.open .job-detail-modal {
  display: block;
}

.form-row {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .form-row {
    flex-direction: column;
  }
}
.form-row .item {
  flex: 1;
  margin-bottom: 24px;
}
.form-row .item p span {
  display: block;
  width: 100%;
}
.form-row .item.readonly {
  opacity: 0.7;
}
.form-row .item.readonly label,
.form-row .item.readonly input,
.form-row .item.readonly p {
  cursor: not-allowed;
}
.form-row .form-control {
  padding: 15px;
  outline: none;
  border-radius: 2px;
  border: 1px solid lightgray;
  height: 48px;
  font-size: 16px;
  width: 100%;
}
.form-row textarea.form-control {
  height: 200px;
}
.form-row button,
.form-row input[type=submit] {
  text-align: center;
  background-color: #223354;
  padding: 20px 30px;
  color: #ffffff;
  border: none;
  min-width: 170px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.contact-info-section {
  background-color: #223354;
  color: #ffffff;
  padding: 80px 0;
}
.contact-info-section .contact-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact-info-section .contact-info-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.contact-info-section .contact-info-wrapper .info {
  text-align: center;
  flex: 1;
}
.contact-info-section .contact-info-wrapper .info p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 13px;
}
@media only screen and (max-width: 992px) {
  .contact-info-section .contact-info-wrapper .info p {
    font-size: 16px;
    line-height: 16px;
  }
}
.contact-info-section .contact-info-wrapper .info a {
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .contact-info-section .contact-info-wrapper .info a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .contact-info-section .contact-info-wrapper .info a {
    font-size: 20px;
    line-height: 20px;
  }
}
.unlocking-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}
.unlocking-header .container .logoee {
  flex: 1;
  text-align: left;
}
.unlocking-header .container .navigation {
  flex: 1;
}
.unlocking-header .container .navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.unlocking-header .container .navigation ul li {
  list-style: none;
}
.unlocking-header .container .navigation ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #223354;
}
.unlocking-header .container .navigation ul li .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.unlocking-header .container .navigation ul li .nav-link img {
  width: 20px;
  height: 20px;
}
.unlocking-header .container .navigation ul li .nav-link-carear {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border: 1px solid #223354;
  border-radius: 2px;
  padding: 6px;
}

.ceo-message {
  margin-top: 53px;
}
.ceo-message .message {
  display: flex;
  gap: 30px;
}
.ceo-message .message .left {
  width: 300px;
}
.ceo-message .message .left img {
  width: 280px;
  height: 298px;
}
.ceo-message .message .left .ceo-info {
  background: #fb0007;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  padding: 11px;
  border-radius: 2px;
  margin-top: -30px;
  margin-left: 10px;
  z-index: 1;
}
.ceo-message .message .right {
  flex: 1;
}
.ceo-message .message .right h2 {
  font-weight: 700;
  font-size: 66px;
  line-height: 66px;
  color: #223354;
}
.ceo-message .message .right p {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #223354;
}
.ceo-message .message .right h6 {
  margin-top: 24px;
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #223354;
}
.ceo-message .cards-container {
  margin-top: 100px;
}

.solution-section {
  background: #223354 !important;
}
.solution-section .container .solution-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 53px 0px 45px 0px;
  gap: 100px;
}
.solution-section .container .solution-data .solution {
  flex: 1;
}
.solution-section .container .solution-data .solution h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 66px;
  color: #ffffff;
}
.solution-section .container .solution-data .solution p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.card-section .container .show-cards {
  display: flex;
}
.card-section .container .show-cards .rightSide {
  width: 600px;
  height: 472.79px;
  background: #223354;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 60px 80px 61px 93px;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
}/*# sourceMappingURL=main.css.map */

.floating-whatsapp {
        position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 8px;
    animation: bounce 1.5s infinite;
}

/* Bounce Animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}