@charset "UTF-8";
@media only screen and (min-width: 768px) {
  @font-face {
    font-family: "ProximaNova-Regular";
    src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "ProximaNova-Extrabld";
    src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: "RobotoSerif";
    src: url("../fonts/RobotoSerif-Medium.woff2") format("woff2"), url("../fonts/RobotoSerif-Medium.woff") format("woff"), url("../fonts/RobotoSerif-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap; } }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #ffffff;
  color: #000;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

h1,
h2,
h3,
h4 {
  font-family: "RobotoSerif";
  font-weight: 500; }

h1 {
  font-size: 74px;
  line-height: 90px;
  color: #ffffff;
  margin: 0 0 20px; }

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #000;
  margin: 0 0 20px; }

h3 {
  font-size: 32px;
  line-height: 52px;
  color: #000; }

h4 {
  font-size: 22px;
  color: #000; }

h6 {
  font-size: 18px; }

p {
  font-size: 18px;
  color: #000;
  line-height: 29px;
  margin: 0 0 20px; }

ul {
  list-style: none; }

p:last-child {
  margin-bottom: 0px; }

a {
  color: #000;
  text-decoration: none; }

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

img {
  max-width: 100%;
  height: auto; }

section {
  position: relative; }

.strong,
strong {
  font-weight: 600; }

.dis-flex {
  display: flex;
  flex-wrap: wrap; }

.items-center {
  align-items: center; }

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

.item-end {
  align-items: flex-end; }

.justify-sb {
  justify-content: space-between; }

.block {
  display: block; }

.flex-2 {
  flex-basis: 50%; }
  .flex-2:first-child {
    padding-right: 20px; }

.flex-3 {
  flex-basis: 33.33%; }

.flex-4 {
  flex-basis: 25%; }

.flex-5 {
  flex-basis: 20%; }

.padding-t-100 {
  padding-top: 100px; }

.padding-b-100 {
  padding-bottom: 100px; }

.padding-t-90 {
  padding-top: 90px; }

.padding-t-50 {
  padding-top: 50px; }

.padding-b-50 {
  padding-bottom: 50px; }

.padding-b-90 {
  padding-bottom: 90px; }

.padding-t-30 {
  padding-top: 30px; }

.padding-b-30 {
  padding-bottom: 30px; }

.margin-b-150 {
  margin-bottom: 150px; }

.margin-t-100 {
  margin-top: 100px; }

.margin-t-80 {
  margin-top: 80px; }

.margin-b-80 {
  margin-bottom: 80px; }

.margin-t-70 {
  margin-top: 70px; }

.margin-t-60 {
  margin-top: 60px; }

.margin-t-50 {
  margin-top: 50px; }

.margin-t-30 {
  margin-top: 30px; }

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

.text-right {
  text-align: right; }

.heading {
  max-width: 1060px;
  margin: auto; }
  .heading p {
    margin-top: 10px; }
  .heading a {
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .heading a:hover {
      text-decoration: underline; }

.btn-blue {
  background: transparent;
  color: #000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  min-width: 190px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); }
  .btn-blue:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-size: 100%;
    vertical-align: middle;
    background: url(../images/btn-arrow.svg) no-repeat;
    webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); }
  .btn-blue:hover {
    background: #000;
    color: #ffffff; }
    .btn-blue:hover:after {
      background: url(../images/white-arrow.svg) no-repeat;
      width: 35px; }

.btn-white {
  background: transparent;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  min-width: 190px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ffffff;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); }
  .btn-white:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-size: 100%;
    vertical-align: middle;
    background: url(../images/white-arrow.svg) no-repeat;
    webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); }
  .btn-white:hover {
    background: #000;
    border-color: #000;
    color: #ffffff; }
    .btn-white:hover:after {
      background: url(../images/white-arrow.svg) no-repeat;
      width: 35px; }

.input-field {
  color: #ffffff; }

::placeholder {
  color: #9b9b9b; }

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

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

::placeholder {
  color: #9b9b9b;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: capitalize; }

input,
textarea {
  font-family: "ProximaNova-Regular", sans-serif; }

.trusted-sec h3 {
  text-align: center;
  font-size: 24px; }
.trusted-sec img {
  margin: 30px auto 0; }

.join-us .dis-flex .left-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0; }
  .join-us .dis-flex .left-box ul li {
    margin: 0 0 20px;
    flex-basis: 50%;
    display: flex;
    align-items: center; }
    .join-us .dis-flex .left-box ul li picture {
      width: 55px;
      text-align: center; }
    .join-us .dis-flex .left-box ul li span {
      width: calc(100% - 70px); }

.innovation .inov-outer {
  position: relative;
  background: #3f3f3f05;
  border: 1px solid rgba(63, 63, 63, 0.2);
  border-radius: 30px;
  width: 930px;
  margin: 0 auto; }
  .innovation .inov-outer:before {
    content: "";
    width: 105px;
    height: 105px;
    background-size: 100%;
    background: url(../images/shape-02.png) no-repeat;
    position: absolute;
    right: 20px;
    top: -50px;
    z-index: 9; }
  .innovation .inov-outer .inno-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 100px; }
    .innovation .inov-outer .inno-wrap:before {
      content: "";
      width: 226px;
      height: 253px;
      background-size: 100%;
      background: url(../images/shape-01.png) no-repeat;
      position: absolute;
      left: -100px;
      top: -35px; }
    .innovation .inov-outer .inno-wrap:after {
      content: "";
      content: "";
      width: 354px;
      height: 374px;
      background-size: 100%;
      background: url(../images/shape-03.png) no-repeat;
      position: absolute;
      right: -33px;
      top: 0px; }

.footer {
  background: #000;
  font-size: 14px;
  padding: 12px 0;
  color: #ffffff; }
  .footer .dis-flex {
    justify-content: space-between;
    align-items: center; }
    .footer .dis-flex .fotleft {
      flex-basis: 40%; }
    .footer .dis-flex .fot-right {
      display: flex;
      align-items: center;
      flex-basis: 60%;
      justify-content: right; }
      .footer .dis-flex .fot-right .cmmi {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.4); }
        .footer .dis-flex .fot-right .cmmi img {
          vertical-align: middle;
          opacity: 0.8; }
        .footer .dis-flex .fot-right .cmmi:hover img {
          opacity: 1; }
      .footer .dis-flex .fot-right a {
        display: inline-block;
        margin: 0 5px;
        width: 28px;
        height: 28px; }
        .footer .dis-flex .fot-right a img {
          vertical-align: middle;
          opacity: 0.8; }
        .footer .dis-flex .fot-right a:hover img {
          opacity: 1; }

/*Responsive Style start from here*/
@media (max-width: 1600px) {
  .container {
    max-width: 1380px; } }
@media (max-width: 1440px) {
  .container {
    max-width: 1260px; }

  h1 {
    font-size: 68px; } }
@media (max-width: 1280px) {
  h1 {
    font-size: 60px;
    line-height: 80px; }

  .padding-t-100 {
    padding-top: 80px; }

  .padding-b-100 {
    padding-bottom: 80px; }

  .padding-t-90 {
    padding-top: 70px; }

  .padding-t-50 {
    padding-top: 40px; }

  .padding-b-50 {
    padding-bottom: 40px; }

  .padding-b-90 {
    padding-bottom: 70px; }

  .padding-t-30 {
    padding-top: 30px; }

  .padding-b-30 {
    padding-bottom: 30px; }

  .margin-b-150 {
    margin-bottom: 100px; }

  .margin-t-100 {
    margin-top: 100px; }

  .margin-t-80 {
    margin-top: 50px; }

  .margin-b-80 {
    margin-bottom: 50px; }

  .margin-t-60 {
    margin-top: 40px; }

  .margin-t-50 {
    margin-top: 40px; } }
@media (max-width: 980px) {
  .innovation .inov-outer {
    width: 100%; }
    .innovation .inov-outer:before {
      top: -46px;
      width: 78px;
      height: 79px;
      background-size: 100%; }
    .innovation .inov-outer .inno-wrap {
      padding: 35px 40px; }
      .innovation .inov-outer .inno-wrap:before {
        left: -93px;
        width: 199px;
        height: 191px;
        background-size: 100%; }
      .innovation .inov-outer .inno-wrap:after {
        background-size: 100%;
        top: 22px;
        width: 289px;
        height: 336px; } }
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-family: sans-serif; }

  h1,
  h2,
  h3,
  h4 {
    font-family: sans-serif;
    font-weight: 500; }

  h1 {
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 15px; }

  h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px; }

  h3 {
    font-size: 28px;
    line-height: 1.2; }

  h4 {
    font-size: 20px; }

  h6 {
    font-size: 16px; }

  p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px; }

  .flex-2,
  .flex-3,
  .flex-4,
  .flex-5 {
    flex-basis: 100%; }

  .padding-t-100 {
    padding-top: 60px; }

  .padding-b-100 {
    padding-bottom: 60px; }

  .padding-t-90 {
    padding-top: 50px; }

  .padding-t-50 {
    padding-top: 30px; }

  .padding-b-50 {
    padding-bottom: 30px; }

  .padding-b-90 {
    padding-bottom: 50px; }

  .padding-t-30 {
    padding-top: 20px; }

  .padding-b-30 {
    padding-bottom: 20px; }

  .margin-b-150 {
    margin-bottom: 80px; }

  .margin-t-100 {
    margin-top: 80px; }

  .margin-t-80 {
    margin-top: 40px; }

  .margin-b-80 {
    margin-bottom: 40px; }

  .margin-t-70 {
    margin-top: 50px; }

  .margin-t-60 {
    margin-top: 40px; }

  .margin-t-50 {
    margin-top: 40px; }

  .margin-t-30 {
    margin-top: 20px; }

  .heading {
    max-width: 100%; }

  .btn-blue {
    padding: 11px 20px;
    min-width: 170px;
    font-size: 15px; }

  .btn-white {
    padding: 11px 20px;
    min-width: 170px;
    font-size: 15px; }

  .flex-2:first-child {
    padding-right: 0; }

  .join-us .dis-flex .left-box ul li {
    margin: 0 0 10px;
    flex-basis: 100%;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center; }

  .innovation .inov-outer {
    width: 100%; }
    .innovation .inov-outer:before {
      top: -24px;
      width: 58px;
      height: 46px; }
    .innovation .inov-outer .inno-wrap {
      padding: 25px 20px; }
      .innovation .inov-outer .inno-wrap:before {
        display: none; }
      .innovation .inov-outer .inno-wrap:after {
        display: none; }

  .footer .dis-flex .fotleft {
    flex-basis: 100%;
    margin: 0 0 15px;
    font-size: 13px;
    text-align: center; }
  .footer .dis-flex .fot-right {
    flex-basis: 100%;
    text-align: center;
    justify-content: center; } }
/*Responsive Style Ends here*/
.header {
  background: transparent;
  padding: 20px 0;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 999;
  transition: all 0.3s ease-in-out; }
  .header.shady {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    background: #000;
    transition: all 0.5s ease 0s;
    border-bottom: 1.5px solid #ffffff54;
    padding: 15px 0; }
  .header .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header .site-navbar .logo a {
      display: block; }
    .header .site-navbar .logo .logo-lt {
      display: block; }
    .header .site-navbar .logo .logo-dark {
      display: none; }
    .header .site-navbar .menu-items ul li {
      margin: 0 20px;
      display: inline-block; }
      .header .site-navbar .menu-items ul li a {
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        line-height: 1.2;
        transition: 0.3s ease;
        position: relative; }
        .header .site-navbar .menu-items ul li a:before {
          content: "";
          display: block;
          width: 0;
          transition: all 0.3s ease-in-out; }
        .header .site-navbar .menu-items ul li a.cont-us {
          background: #fff;
          color: #000;
          border-radius: 30px;
          display: flex;
          align-items: center;
          padding: 13px 30px;
          line-height: 1;
          min-width: 180px;
          text-align: center;
          border: 1px solid #ffffff; }
          .header .site-navbar .menu-items ul li a.cont-us:before {
            display: none; }
          .header .site-navbar .menu-items ul li a.cont-us:after {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-left: 10px;
            background-size: 100%;
            vertical-align: middle;
            background: url(../images/btn-arrow.svg) no-repeat; }
        .header .site-navbar .menu-items ul li a:hover {
          background: transparent;
          color: #ffffff; }
          .header .site-navbar .menu-items ul li a:hover:after {
            background: url(../images/white-arrow.svg) no-repeat; }
        .header .site-navbar .menu-items ul li a:hover:before {
          content: "";
          display: block;
          height: 1px;
          width: 100%;
          background: #fff;
          position: absolute;
          bottom: -10px;
          left: 0;
          margin: auto; }
      .header .site-navbar .menu-items ul li:last-child {
        margin-right: 0; }
        .header .site-navbar .menu-items ul li:last-child a:hover:before {
          background: no-repeat; }

/* nav-toggler css start */
.nav-toggler {
  border: none;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none; }

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: 0.3s; }

.nav-toggler span:before {
  content: "";
  transform: translateY(-9px); }

.nav-toggler span:after {
  content: "";
  transform: translateY(6px); }

.nav-toggler.toggler-open span {
  background-color: transparent; }

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg); }

.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg); }

/* nav-toggler css Ends */
/* mobile breakpoint start */
@media (max-width: 1024px) {
  .header .site-navbar .menu-items ul li {
    margin: 0 14px; } }
@media screen and (max-width: 979px) {
  .nav-toggler {
    display: block; }

  .header {
    padding: 15px 0;
    background: #000;
    border-bottom: 1.5px solid #ffffff54; }
    .header .site-navbar {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header .site-navbar .menu-items ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 85px);
        left: 0;
        top: 82px;
        flex-direction: column;
        align-items: center;
        background-color: #000;
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
        z-index: 9; }
        .header .site-navbar .menu-items ul li {
          margin: 0;
          display: block; }
          .header .site-navbar .menu-items ul li a {
            font-size: 16px;
            padding: 20px;
            display: block;
            text-align: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .header .site-navbar .menu-items ul li a:hover {
              background: #f5f7fe;
              color: #202020; }
              .header .site-navbar .menu-items ul li a:hover:before {
                display: none; }
            .header .site-navbar .menu-items ul li a.cont-us:hover {
              color: #ffffff;
              border-color: #ffffff;
              background: transparent; }
          .header .site-navbar .menu-items ul li:last-child {
            margin-right: 0;
            padding: 0 20px;
            display: flex;
            margin-top: 30px;
            text-align: center;
            justify-content: center; }
        .header .site-navbar .menu-items ul.open {
          max-height: 100vh;
          overflow: visible; } }
.header .site-navbar .logo .logo-lt {
  display: none; }
.header .site-navbar .logo .logo-dark {
  display: block; }
.header .site-navbar .menu-items ul li a {
  color: #000; }
  .header .site-navbar .menu-items ul li a.cont-us {
    background: #000;
    color: #ffffff; }
    .header .site-navbar .menu-items ul li a.cont-us:after {
      background: url(../images/white-arrow.svg) no-repeat; }
    .header .site-navbar .menu-items ul li a.cont-us:hover {
      border-color: #000;
      color: #000;
      background: transparent; }
      .header .site-navbar .menu-items ul li a.cont-us:hover:after {
        background: url(../images/btn-arrow.svg) no-repeat; }
  .header .site-navbar .menu-items ul li a:hover {
    color: #000; }
  .header .site-navbar .menu-items ul li a:hover:before {
    background: #000; }
.header.shady .site-navbar .logo .logo-lt {
  display: block; }
.header.shady .site-navbar .logo .logo-dark {
  display: none; }
.header.shady .site-navbar .menu-items ul li a {
  color: #ffffff; }
  .header.shady .site-navbar .menu-items ul li a.cont-us {
    background: #ffffff;
    color: #000; }
    .header.shady .site-navbar .menu-items ul li a.cont-us:after {
      background: url(../images/btn-arrow.svg) no-repeat; }
    .header.shady .site-navbar .menu-items ul li a.cont-us:hover {
      border-color: #ffffff;
      color: #ffffff;
      background: transparent; }
      .header.shady .site-navbar .menu-items ul li a.cont-us:hover:after {
        background: url(../images/white-arrow.svg) no-repeat; }

@media (max-width: 979px) {
  .header .site-navbar .logo .logo-lt {
    display: block; }
  .header .site-navbar .logo .logo-dark {
    display: none; }
  .header .site-navbar .menu-items ul li a {
    color: #ffffff; }
    .header .site-navbar .menu-items ul li a.cont-us {
      background: #000;
      color: #ffffff; }
      .header .site-navbar .menu-items ul li a.cont-us:after {
        background: url(../images/white-arrow.svg) no-repeat; }
      .header .site-navbar .menu-items ul li a.cont-us:hover {
        border-color: #000;
        color: #000;
        background: transparent; }
        .header .site-navbar .menu-items ul li a.cont-us:hover:after {
          background: url(../images/btn-arrow.svg) no-repeat; }
  .header.shady .site-navbar .logo .logo-lt {
    display: block; }
  .header.shady .site-navbar .logo .logo-dark {
    display: none; }
  .header.shady .site-navbar .menu-items ul li a {
    color: #ffffff; }
    .header.shady .site-navbar .menu-items ul li a.cont-us {
      background: #ffffff;
      color: #000; }
      .header.shady .site-navbar .menu-items ul li a.cont-us:after {
        background: url(../images/btn-arrow.svg) no-repeat; }
      .header.shady .site-navbar .menu-items ul li a.cont-us:hover {
        border-color: #ffffff;
        color: #ffffff;
        background: transparent; }
        .header.shady .site-navbar .menu-items ul li a.cont-us:hover:after {
          background: url(../images/white-arrow.svg) no-repeat; } }
.clients-love .clients-slider {
  margin-top: 60px;
  position: relative; }
  .clients-love .clients-slider .client-slide {
    padding: 0 15px;
    outline: none; }
    .clients-love .clients-slider .client-slide .slide-content {
      background: #efefef;
      border-radius: 20px;
      overflow: hidden;
      display: flex; }
      @media (max-width: 1024px) {
        .clients-love .clients-slider .client-slide .slide-content {
          flex-direction: column;
          min-height: auto; } }
      .clients-love .clients-slider .client-slide .slide-content .client-image {
        flex: 0 0 38%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px;
        position: relative; }
        @media (max-width: 1024px) {
          .clients-love .clients-slider .client-slide .slide-content .client-image {
            flex: 0 0 auto;
            padding: 40px 30px; } }
        @media (max-width: 768px) {
          .clients-love .clients-slider .client-slide .slide-content .client-image {
            padding: 30px 20px; } }
        @media (max-width: 480px) {
          .clients-love .clients-slider .client-slide .slide-content .client-image {
            padding: 20px 10px; } }
        .clients-love .clients-slider .client-slide .slide-content .client-image .client-portrait {
          width: 390px;
          height: 394px;
          object-fit: cover; }
          @media (max-width: 1024px) {
            .clients-love .clients-slider .client-slide .slide-content .client-image .client-portrait {
              width: 80%;
              height: auto; } }
          @media (max-width: 768px) {
            .clients-love .clients-slider .client-slide .slide-content .client-image .client-portrait {
              width: 100%;
              height: auto; } }
          @media (max-width: 480px) {
            .clients-love .clients-slider .client-slide .slide-content .client-image .client-portrait {
              width: 100%;
              height: auto;
              max-height: 250px; } }
      .clients-love .clients-slider .client-slide .slide-content .client-feedback {
        flex: 0 0 60%;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative; }
        .clients-love .clients-slider .client-slide .slide-content .client-feedback:before {
          content: "";
          position: absolute;
          top: 0;
          left: 40px;
          top: 45px;
          width: 178px;
          height: 146px;
          background: url(../images/carieer/quote.svg) no-repeat left top;
          background-size: contain; }
        @media (max-width: 1024px) {
          .clients-love .clients-slider .client-slide .slide-content .client-feedback {
            padding: 40px 30px; }
            .clients-love .clients-slider .client-slide .slide-content .client-feedback:before {
              left: 30px;
              top: 30px;
              width: 70px;
              height: 70px; } }
        @media (max-width: 768px) {
          .clients-love .clients-slider .client-slide .slide-content .client-feedback {
            padding: 30px 25px; } }
        @media (max-width: 480px) {
          .clients-love .clients-slider .client-slide .slide-content .client-feedback {
            padding: 20px 15px; }
            .clients-love .clients-slider .client-slide .slide-content .client-feedback:before {
              left: 20px;
              top: 0;
              width: 50px;
              height: 50px; } }
        .clients-love .clients-slider .client-slide .slide-content .client-feedback .client-name {
          font-size: 30px;
          font-weight: 600;
          color: #202020;
          margin-bottom: 8px;
          font-family: "ProximaNova-Regular";
          z-index: 99; }
          @media (max-width: 768px) {
            .clients-love .clients-slider .client-slide .slide-content .client-feedback .client-name {
              font-size: 24px; } }
          @media (max-width: 480px) {
            .clients-love .clients-slider .client-slide .slide-content .client-feedback .client-name {
              font-size: 20px;
              font-family: sans-serif; } }
        .clients-love .clients-slider .client-slide .slide-content .client-feedback .client-project {
          font-size: 16px;
          color: #202020;
          margin-bottom: 20px;
          font-weight: 400;
          z-index: 99; }
          @media (max-width: 480px) {
            .clients-love .clients-slider .client-slide .slide-content .client-feedback .client-project {
              font-size: 14px; } }
        .clients-love .clients-slider .client-slide .slide-content .client-feedback .client-text p {
          font-size: 20px;
          line-height: 1.6;
          color: #3f3f3f;
          margin: 0 0 30px; }
          @media (max-width: 768px) {
            .clients-love .clients-slider .client-slide .slide-content .client-feedback .client-text p {
              font-size: 18px; } }
          @media (max-width: 480px) {
            .clients-love .clients-slider .client-slide .slide-content .client-feedback .client-text p {
              font-size: 16px;
              line-height: 1.4; } }
.clients-love .slick-dots {
  bottom: 107px;
  right: 174px;
  width: auto; }
  .clients-love .slick-dots li {
    margin: 0 7px;
    width: auto;
    height: auto; }
    .clients-love .slick-dots li button {
      width: 45px;
      height: 5px;
      border-radius: 10px;
      background: #d9d9d9; }
      .clients-love .slick-dots li button:before {
        display: none; }
    .clients-love .slick-dots li.slick-active button {
      background: #000; }
  @media (max-width: 1024px) {
    .clients-love .slick-dots {
      bottom: 50px;
      right: auto;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 480px) {
    .clients-love .slick-dots {
      bottom: 20px; } }
.clients-love .slick-prev,
.clients-love .slick-next {
  bottom: 70px;
  width: 46px;
  height: 44px;
  border: 2px solid #202020;
  border-radius: 6px;
  background: #fff;
  right: 0;
  top: auto;
  z-index: 99; }
  .clients-love .slick-prev:hover,
  .clients-love .slick-next:hover {
    opacity: 0.8; }
  @media (max-width: 1024px) {
    .clients-love .slick-prev,
    .clients-love .slick-next {
      bottom: 30px; } }
  @media (max-width: 480px) {
    .clients-love .slick-prev,
    .clients-love .slick-next {
      width: 36px;
      height: 34px;
      bottom: 10px; } }
.clients-love .slick-prev {
  left: 73%; }
  @media (max-width: 1024px) {
    .clients-love .slick-prev {
      left: 40%; } }
  @media (max-width: 768px) {
    .clients-love .slick-prev {
      left: 30%; } }
  @media (max-width: 480px) {
    .clients-love .slick-prev {
      left: 20%; } }
  .clients-love .slick-prev:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background-size: 100%;
    opacity: 1;
    vertical-align: middle;
    background: url(../images/arrow.png) no-repeat; }
.clients-love .slick-next {
  right: 8%; }
  @media (max-width: 1024px) {
    .clients-love .slick-next {
      right: 30%; } }
  @media (max-width: 768px) {
    .clients-love .slick-next {
      right: 20%; } }
  @media (max-width: 480px) {
    .clients-love .slick-next {
      right: 10%; } }
  .clients-love .slick-next:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background-size: 100%;
    opacity: 1;
    vertical-align: middle;
    background: url(../images/arow-next.png) no-repeat; }
.clients-love .slick-prev.slick-disabled,
.clients-love .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
  border-color: #ccc;
  background: #f5f5f5; }

@media screen and (max-width: 2490px) {
  .clients-love .slick-dots {
    right: 195px; } }
@media screen and (max-width: 1580px) {
  .clients-love .slick-dots {
    right: 175px; } }
@media screen and (max-width: 1400px) {
  .clients-love .slick-prev {
    left: 70%; } }
@media screen and (max-width: 1024px) {
  .clients-love {
    padding-bottom: 120px; }
    .clients-love .slick-prev {
      left: 20%;
      bottom: -100px; }
    .clients-love .slick-next {
      right: 20%;
      bottom: -100px; }
    .clients-love .slick-dots {
      bottom: -62px;
      right: 0;
      left: 0;
      margin: 0 auto;
      transform: none; } }
@media screen and (max-width: 767px) {
  .clients-love {
    padding-bottom: 80px; } }
.leaders {
  text-align: center;
  /* Slider wrapper */ }
  .leaders h3 {
    font-family: "ProximaNova-Regular";
    font-weight: bold; }
  .leaders .leaders-hierarchy {
    display: flex;
    justify-content: center;
    gap: 35px;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 280px;
    position: relative; }
    .leaders .leaders-hierarchy .leader-card {
      flex: 0 0 325px;
      background: #fff;
      border-radius: 20px;
      padding: 25px;
      box-shadow: 0px 5.62px 19.67px 0px #0000001a;
      text-align: center; }
      .leaders .leaders-hierarchy .leader-card.card-lg {
        margin-top: -200px;
        z-index: 9; }
      .leaders .leaders-hierarchy .leader-card img {
        width: 100%;
        border-radius: 15px;
        display: block;
        margin: 0 auto 20px; }
      .leaders .leaders-hierarchy .leader-card h3 {
        font-size: 26px;
        line-height: 1.3;
        margin: 0 0 5px; }
      .leaders .leaders-hierarchy .leader-card span {
        font-size: 16px;
        color: #3f3f3f;
        opacity: 0.9; }
    .leaders .leaders-hierarchy:before {
      content: "";
      width: 218px;
      height: 103px;
      background-size: 100%;
      vertical-align: middle;
      background: url(../images//carieer/lefts-01.png) no-repeat;
      position: absolute;
      left: 25%;
      top: -101px;
      background-size: cover; }
    .leaders .leaders-hierarchy:after {
      content: "";
      width: 218px;
      height: 103px;
      background-size: 100%;
      vertical-align: middle;
      background: url(../images//carieer/lefts-02.png) no-repeat;
      position: absolute;
      right: 25%;
      top: -101px;
      background-size: cover; }
  .leaders .slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px; }
    .leaders .slider-wrapper .slider {
      display: flex;
      gap: 20px;
      animation: scroll 30s linear infinite; }
      .leaders .slider-wrapper .slider .leader-card {
        flex: 0 0 220px;
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        text-align: center; }
        .leaders .slider-wrapper .slider .leader-card img {
          width: 100%;
          border-radius: 10px;
          display: block;
          margin: 0 auto 15px; }
        .leaders .slider-wrapper .slider .leader-card h3 {
          font-size: 22px;
          line-height: 1;
          margin: 0 0 8px; }
        .leaders .slider-wrapper .slider .leader-card span {
          font-size: 16px;
          color: #3f3f3f;
          display: block; }

/* Infinite scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (max-width: 1580px) {
  .leaders .leaders-hierarchy:before {
    left: 23%; }
  .leaders .leaders-hierarchy:after {
    right: 23%; } }
@media (max-width: 1440px) {
  .leaders .leaders-hierarchy:before {
    left: 20%; }
  .leaders .leaders-hierarchy:after {
    right: 20%; } }
@media (max-width: 1024px) {
  .leaders .leaders-hierarchy {
    gap: 25px;
    margin-top: 200px; }
    .leaders .leaders-hierarchy .leader-card {
      flex: 0 0 240px; }
      .leaders .leaders-hierarchy .leader-card h3 {
        font-size: 22px; }
      .leaders .leaders-hierarchy .leader-card.card-lg {
        margin-top: -150px; }
    .leaders .leaders-hierarchy:before {
      left: 15%; }
    .leaders .leaders-hierarchy:after {
      right: 15%; }
  .leaders .slider-wrapper .slider .leader-card h3 {
    font-size: 20px; } }
@media (max-width: 767px) {
  .leaders .leaders-hierarchy {
    margin-top: 50px;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .leaders .leaders-hierarchy .leader-card {
      flex: 100%;
      padding: 20px; }
      .leaders .leaders-hierarchy .leader-card.card-lg {
        margin-top: auto; }
      .leaders .leaders-hierarchy .leader-card h3 {
        font-family: sans-serif; }
    .leaders .leaders-hierarchy:before {
      display: none; }
    .leaders .leaders-hierarchy:after {
      display: none; }
  .leaders .slider-wrapper .slider .leader-card {
    padding: 15px; }
    .leaders .slider-wrapper .slider .leader-card h3 {
      font-family: sans-serif; } }
@media (max-width: 479px) {
  .leaders .slider-wrapper .slider {
    flex-wrap: wrap;
    animation: none; }
    .leaders .slider-wrapper .slider .leader-card {
      flex: 100%; } }
.vinove-perks .perks-row .perks-col {
  padding: 0 10px;
  flex-basis: 16.66%;
  margin: 0 0 10px; }
  .vinove-perks .perks-row .perks-col .box {
    background: #F8F9FA;
    padding: 25px 10px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 154px; }
    .vinove-perks .perks-row .perks-col .box img {
      display: block;
      margin: 0 auto 10px; }

@media (max-width: 979px) {
  .vinove-perks .perks-row .perks-col {
    flex-basis: 33.33%;
    margin: 0 0 20px; } }
@media (max-width: 767px) {
  .vinove-perks .perks-row .perks-col {
    flex-basis: 50%;
    margin: 0 0 10px;
    padding: 0 5px; } }
.video-popup {
  width: 100%; }
  .video-popup .popup-wrapper {
    z-index: 999;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6); }
  .video-popup .popWrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .video-popup .popup-content {
    background-color: #000;
    height: initial;
    width: 60%;
    height: 500px;
    border-radius: 5px;
    position: relative; }
    .video-popup .popup-content .closeicon {
      background: url("../images/cross-black.png") no-repeat;
      background-size: 100%;
      width: 20px;
      height: 21px;
      float: right;
      z-index: 1;
      position: absolute;
      right: -36px;
      top: 0;
      cursor: pointer; }
      .video-popup .popup-content .closeicon:hover {
        opacity: 0.8; }
    .video-popup .popup-content .video-src iframe {
      width: 100%;
      height: 100%;
      border-radius: 5px;
      border: none;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 auto; }

@media (max-width: 1440px) {
  .video-popup .popup-content {
    height: 450px; } }
@media (max-width: 1280px) {
  .video-popup .popup-content {
    height: 400px; } }
@media (max-width: 979px) {
  .video-popup .popup-content {
    height: 350px;
    width: 80%; } }
@media (max-width: 767px) {
  .video-popup .popup-content {
    width: 95%; }
    .video-popup .popup-content .closeicon {
      right: 5px;
      top: -20px;
      width: 16px;
      height: 17px; } }
.hero-section {
  width: 100%;
  padding: 150px 0 30px;
  background-size: cover;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: radial-gradient(100% 100% at 53.99% 100%, rgba(69, 69, 69, 0.79) 0%, rgba(255, 255, 255, 0) 60.09%); }
  .hero-section::before {
    content: "";
    position: absolute;
    top: 20%;
    width: 392px;
    height: 393px;
    left: -10%;
    background: url("../images/carieer/shape-01.png") no-repeat right bottom;
    background-size: contain; }
  .hero-section::after {
    content: "";
    position: absolute;
    bottom: 20%;
    width: 392px;
    height: 393px;
    right: 0;
    background: url("../images/carieer/shape-02.png") no-repeat right bottom;
    background-size: contain; }
  .hero-section .hero-content {
    position: relative;
    text-align: center; }
    .hero-section .hero-content p {
      font-size: 20px;
      color: #3f3f3f; }
    .hero-section .hero-content a {
      color: #000; }
    .hero-section .hero-content .btn-blue {
      background: #000;
      color: #ffffff;
      border-radius: 30px;
      font-weight: 700;
      padding: 13px 30px;
      text-align: center;
      border: 1px solid #000;
      display: inline-block;
      margin: 40px auto 0;
      cursor: pointer;
      position: relative;
      z-index: 99; }
      .hero-section .hero-content .btn-blue:after {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px;
        background-size: 100%;
        vertical-align: middle;
        background: url(../images/white-arrow.svg) no-repeat; }
      .hero-section .hero-content .btn-blue:hover {
        background: #363636;
        border: 1px solid #363636; }
  .hero-section .hero-content {
    position: relative;
    text-align: center; }
    .hero-section .hero-content .hero-text {
      text-align: center; }
      .hero-section .hero-content .hero-text .line {
        display: inline-flex;
        align-items: center;
        gap: 20px;
        white-space: nowrap;
        font-weight: 700;
        flex-wrap: wrap;
        font-size: 60px;
        line-height: 1.2;
        margin: 0 0 20px;
        font-family: "RobotoSerif"; }
      .hero-section .hero-content .hero-text .anim-wrap {
        min-width: 175px;
        display: inline-block;
        text-align: right;
        overflow: visible; }
      .hero-section .hero-content .hero-text .anim-word {
        display: inline-block;
        line-height: 1;
        opacity: 0;
        transform: scale(0.8);
        transition: transform 600ms ease, opacity 400ms ease;
        will-change: transform, opacity, font-size; }
      .hero-section .hero-content .hero-text .anim-word.show {
        opacity: 1;
        transform: scale(1); }
  .hero-section .gallery-item {
    padding: 0 50px;
    z-index: 9;
    margin-top: -30px; }

/* small responsive tweak */
@media (max-width: 520px) {
  .line {
    gap: 12px; } }
.partner-logos {
  padding: 35px 0;
  /* ✅ Responsive */ }
  .partner-logos .logos-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 35px; }
    .partner-logos .logos-grid .logo-item {
      display: flex;
      align-items: center;
      justify-content: center; }
      .partner-logos .logos-grid .logo-item img {
        width: 100%; }
  @media (max-width: 1200px) {
    .partner-logos .logos-grid {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 768px) {
    .partner-logos .logos-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) {
    .partner-logos .logos-grid {
      grid-template-columns: 1fr; } }

.journey .journey-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .journey .journey-cards .journey-card {
    background: #f3f4f6;
    border-radius: 20px;
    flex: 0 0 calc(50% - 20px);
    background: #f3f4f6;
    border-radius: 20px;
    padding: 25px;
    text-align: left;
    box-sizing: border-box;
    transition: 0.3s border;
    border: 1px solid #f3f4f6;
    transition: 0.5s ease; }
    .journey .journey-cards .journey-card .card-icon {
      width: 100%;
      margin: 0 auto 20px; }
      .journey .journey-cards .journey-card .card-icon img {
        width: 100%;
        object-fit: contain; }
    .journey .journey-cards .journey-card h3 {
      font-size: 26px;
      line-height: 32px;
      color: #000;
      margin: 0 0 15px;
      font-weight: 700;
      font-family: "ProximaNova-Regular"; }
    .journey .journey-cards .journey-card:hover {
      box-shadow: 0px 0px 10px 0px #0000001a;
      border-color: #dadada;
      transition: 0.5s ease; }

.this-is-us {
  background: #f3f4f6; }
  .this-is-us .us-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .this-is-us .us-gallery .us-col {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      width: 848px;
      height: 480px;
      margin: 0 auto; }
      .this-is-us .us-gallery .us-col video {
        width: 100%;
        display: block;
        border-radius: 20px; }

.testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px; }
  @media (max-width: 1024px) {
    .testimonials .testimonials-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .testimonials .testimonials-grid {
      grid-template-columns: 1fr; } }
  .testimonials .testimonials-grid .testimonial-item.video-testimonial .video-wrapper {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden; }
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .video-wrapper .video-thumbnail {
      width: 100%;
      height: 240px;
      object-fit: cover;
      border-radius: 20px 20px 0 0;
      display: block; }
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .video-wrapper .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 88px;
      height: 88px;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
      .testimonials .testimonials-grid .testimonial-item.video-testimonial .video-wrapper .play-btn:hover {
        background: #ffffff;
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); }
      .testimonials .testimonials-grid .testimonial-item.video-testimonial .video-wrapper .play-btn img {
        width: 60px;
        height: 60px; }
  .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content {
    text-align: center;
    text-align: center;
    padding: 38px 25px;
    height: auto;
    flex-direction: row;
    align-items: center;
    border-radius: 0 0 20px 20px; }
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .testimonial-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
      .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .testimonial-header h4 {
        font-size: 20px;
        color: #000;
        margin: 0;
        font-weight: 600; }
      .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .testimonial-header .star-rating {
        display: flex;
        gap: 2px; }
        .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .testimonial-header .star-rating img {
          width: 18px;
          height: 18px;
          object-fit: contain; }
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .designation {
      font-size: 16px;
      color: #3f3f3f;
      margin: 0; }
  .testimonials .testimonials-grid .testimonial-item .testimonial-content {
    background: #efefef;
    padding: 45px 56px;
    border-radius: 20px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1440px) {
      .testimonials .testimonials-grid .testimonial-item .testimonial-content {
        padding: 45px 50px; } }
    @media (max-width: 1280px) {
      .testimonials .testimonials-grid .testimonial-item .testimonial-content {
        padding: 40px 40px; } }
    .testimonials .testimonials-grid .testimonial-item .testimonial-content .star-rating {
      display: flex;
      margin-bottom: 20px; }
    .testimonials .testimonials-grid .testimonial-item .testimonial-content .quote {
      color: #3f3f3f;
      margin: 0 0 25px;
      flex-grow: 1; }
    .testimonials .testimonials-grid .testimonial-item .testimonial-content .testimonial-author {
      display: flex;
      align-items: center;
      gap: 15px;
      text-align: left; }
      .testimonials .testimonials-grid .testimonial-item .testimonial-content .testimonial-author .author-image {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover; }
      .testimonials .testimonials-grid .testimonial-item .testimonial-content .testimonial-author .author-info h4 {
        font-size: 18px;
        color: #000;
        margin: 0 0 5px;
        font-family: "ProximaNova-Regular";
        font-weight: 600; }
      .testimonials .testimonials-grid .testimonial-item .testimonial-content .testimonial-author .author-info .designation {
        font-size: 14px;
        color: #3f3f3f;
        margin: 0;
        line-height: 1; }
.testimonials .reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px; }
  @media (max-width: 1024px) {
    .testimonials .reviews-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .testimonials .reviews-grid {
      grid-template-columns: 1fr; } }
  .testimonials .reviews-grid .review-card img {
    width: 100%;
    display: block; }
  .testimonials .reviews-grid .review-card .review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
    .testimonials .reviews-grid .review-card .review-header h4 {
      margin: 0;
      font-size: 18px;
      color: #000;
      font-family: "ProximaNova-Regular";
      font-weight: 600; }
    .testimonials .reviews-grid .review-card .review-header img {
      width: 100px;
      height: auto;
      object-fit: contain; }
  .testimonials .reviews-grid .review-card .review-meta {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center; }
    .testimonials .reviews-grid .review-card .review-meta .badge {
      background: #eef6ff;
      color: #0b66c3;
      border-radius: 6px;
      padding: 4px 8px;
      font-size: 12px; }
    .testimonials .reviews-grid .review-card .review-meta .dept {
      color: #3f3f3f;
      font-size: 13px; }
  .testimonials .reviews-grid .review-card .rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0; }
    .testimonials .reviews-grid .review-card .rating-row .rating {
      font-weight: 700;
      color: #21a366; }
    .testimonials .reviews-grid .review-card .rating-row .updated {
      color: #3f3f3f;
      font-size: 12px; }
    .testimonials .reviews-grid .review-card .rating-row img {
      height: 16px; }
  .testimonials .reviews-grid .review-card .likes {
    font-weight: 700;
    margin: 8px 0 6px; }
  .testimonials .reviews-grid .review-card .review-text {
    color: #3f3f3f;
    line-height: 24px;
    margin: 0;
    font-size: 16px; }
  .testimonials .reviews-grid .review-card.review-google .g-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .testimonials .reviews-grid .review-card.review-google .g-header .g-user {
      display: flex;
      align-items: center;
      gap: 12px; }
    .testimonials .reviews-grid .review-card.review-google .g-header .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover; }
    .testimonials .reviews-grid .review-card.review-google .g-header .g-logo {
      width: 24px;
      height: 24px; }
    .testimonials .reviews-grid .review-card.review-google .g-header h5 {
      margin: 0;
      font-size: 16px; }
    .testimonials .reviews-grid .review-card.review-google .g-header .meta {
      color: #3f3f3f;
      font-size: 12px; }

.role-section {
  padding: 40px 0;
  background: #181818;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex; }
  .role-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    width: 154px;
    height: 178px;
    background: url("../images/carieer/shape-03.png") no-repeat left top;
    background-size: contain; }
  .role-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 222px;
    height: 138px;
    background: url("../images/carieer/shape-04.png") no-repeat left top;
    background-size: contain; }
  .role-section .role-wrap {
    display: flex;
    justify-content: space-between;
    z-index: 9;
    position: relative; }
    .role-section .role-wrap .role-img {
      flex-basis: 38%;
      position: relative; }
      .role-section .role-wrap .role-img::after {
        content: "";
        position: absolute;
        bottom: -39px;
        right: -50px;
        width: 166px;
        height: 166px;
        background: url("../images/carieer/shape-05.png") no-repeat left top;
        background-size: contain;
        z-index: -1; }
    .role-section .role-wrap .role-section-content {
      position: relative;
      z-index: 2;
      flex-basis: 48%;
      text-align: left; }
      .role-section .role-wrap .role-section-content h2 {
        color: #ffffff; }
      .role-section .role-wrap .role-section-content p {
        color: rgba(255, 255, 255, 0.8); }
      .role-section .role-wrap .role-section-content .btn-blue {
        margin: 30px 0 0;
        background: #ffffff; }
        .role-section .role-wrap .role-section-content .btn-blue:hover {
          background: #ececec;
          color: #000; }
          .role-section .role-wrap .role-section-content .btn-blue:hover:after {
            background: url(../images/btn-arrow.svg) no-repeat; }

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease; }
  .video-modal.active {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center; }
  .video-modal .modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: transparent;
    border-radius: 10px;
    overflow: hidden; }
    .video-modal .modal-content .close-modal {
      position: absolute;
      top: -40px;
      right: 0;
      color: #ffffff;
      font-size: 35px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1000;
      transition: color 0.3s ease; }
      .video-modal .modal-content .close-modal:hover {
        color: #ffb10b; }
    .video-modal .modal-content .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      /* 16:9 aspect ratio */ }
      .video-modal .modal-content .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px; }

@media (max-width: 1280px) {
  .hero-section {
    padding: 120px 0 80px; }

  br {
    display: none; } }
@media (max-width: 1024px) {
  .this-is-us .us-gallery .us-col {
    width: 100%;
    height: auto;
    box-shadow: none; } }
@media (max-width: 979px) {
  .hero-section {
    min-height: initial;
    padding: 120px 0 40px; }
    .hero-section .hero-content .btn-blue {
      margin: 20px 0 0; }
    .hero-section .gallery-item {
      padding: 0 5px;
      margin: 0; }

  .partner-logos .logos-grid {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr); }

  .journey .journey-cards .journey-card {
    padding: 20px; }
    .journey .journey-cards .journey-card .card-icon {
      margin: 0 auto 15px; }
    .journey .journey-cards .journey-card h3 {
      font-size: 24px; }

  .testimonials .testimonials-grid {
    gap: 20px;
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 979px) and (max-width: 768px) {
    .testimonials .testimonials-grid {
      grid-template-columns: 1fr; } }
@media (max-width: 979px) {
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .video-wrapper .video-thumbnail {
      width: 100%;
      height: 240px;
      object-fit: cover;
      border-radius: 20px 20px 0 0;
      display: block; }
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content {
      padding: 25px; }
      .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .testimonial-header h4 {
        font-size: 18px; }
      .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .designation {
        font-size: 14px; }
    .testimonials .testimonials-grid .testimonial-item .testimonial-content {
      padding: 35px 40px; }
      .testimonials .testimonials-grid .testimonial-item .testimonial-content .star-rating {
        margin-bottom: 15px; }
      .testimonials .testimonials-grid .testimonial-item .testimonial-content .quote {
        margin: 0 0 20px; }

  .role-section .role-wrap .role-img::after {
    display: none; }
  .role-section .role-wrap .role-section-content {
    flex-basis: 55%; }
    .role-section .role-wrap .role-section-content .btn-blue {
      margin: 20px 0 0; } }
@media (max-width: 767px) {
  .hero-section {
    padding: 120px 0 50px; }
    .hero-section .hero-content {
      padding: 0 0 30px; }
      .hero-section .hero-content h1 {
        font-size: 40px; }
      .hero-section .hero-content .hero-text {
        text-align: center; }
        .hero-section .hero-content .hero-text .line {
          display: flex;
          font-size: 40px;
          line-height: 1.3;
          gap: 15px;
          font-family: sans-serif; }
        .hero-section .hero-content .hero-text .anim-wrap {
          min-width: 100%;
          text-align: center; }
        .hero-section .hero-content .hero-text .static {
          text-align: center;
          display: block;
          margin: 0 auto; }
      .hero-section .hero-content p {
        font-size: 18px;
        line-height: 28px; }
    .hero-section:before {
      display: none; }
    .hero-section:after {
      display: none; }

  .partner-logos .logos-grid {
    grid-template-columns: repeat(2, 1fr); }

  .journey .journey-cards .journey-card {
    flex: 100%;
    padding: 20px; }
    .journey .journey-cards .journey-card .card-icon {
      margin: 0 auto 15px; }
    .journey .journey-cards .journey-card h3 {
      font-family: sans-serif;
      font-size: 22px;
      line-height: 30px; }

  .testimonials .testimonials-grid .testimonial-item.video-testimonial .video-wrapper .testimonial-content .testimonial-header h4 {
    font-size: 18px;
    font-family: sans-serif; }
  .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content {
    padding: 20px; }
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .testimonial-header h4 {
      font-size: 18px;
      font-family: sans-serif; }
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .testimonial-author .author-info h4 {
      font-family: sans-serif; }
    .testimonials .testimonials-grid .testimonial-item.video-testimonial .testimonial-content .designation {
      font-size: 14px; }
  .testimonials .testimonials-grid .testimonial-item .testimonial-content {
    padding: 35px 40px; }
    .testimonials .testimonials-grid .testimonial-item .testimonial-content .star-rating {
      margin-bottom: 15px; }
    .testimonials .testimonials-grid .testimonial-item .testimonial-content .quote {
      margin: 0 0 20px; }
    .testimonials .testimonials-grid .testimonial-item .testimonial-content .testimonial-author .author-info h4 {
      font-family: sans-serif; }
  .testimonials .reviews-grid {
    gap: 20px; }

  .role-section:after {
    display: none; }
  .role-section:before {
    display: none; }
  .role-section .role-wrap {
    flex-wrap: wrap; }
    .role-section .role-wrap .role-img {
      flex-basis: 100%; }
    .role-section .role-wrap .role-section-content {
      margin: 30px 0 0;
      flex-basis: 100%;
      text-align: center; }
      .role-section .role-wrap .role-section-content .btn-blue {
        margin: 20px 0 0; } }

/*# sourceMappingURL=career-page.css.map */
