/* Font Face Declarations */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button:focus,
input:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
    outline-color: #fff0;
    outline-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
    margin-bottom: 0;
}

html,
body {
    max-width: 100%
}

img {
    max-width: 100%;
    height: auto;
}

.modal-content {
    border: 0;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
    outline-color: #fff0;
    outline-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: initial;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    font-size: 16px;
    width: 100% !important;
    font-family: "Manrope";
    background: #27272B;
    z-index: 0;
    background: #27272B;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0;
    background-image: url(../images/Bg_Patterns.png);
    overflow-x: hidden;
}

.error {
    color: red;
    font-size: 14px;
    font-weight: 500;
}

.container {
    max-width: 1240px;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

:root {
    --white: #FFF;
    --txt_sec: rgba(255, 255, 255, 0.90);
    --grey: rgba(32, 32, 32, 0.70);
    --orange: #F37722;
    --light_grey: rgba(255, 255, 255, 0.40);
    --fw_300: 300;
    --fw_400: 400;
    --fw_500: 500;
    --fw_600: 600;
    --fw_700: 700;
    --letter_space_0: 0px;
}

.txt_white {
    color: #FFF !important;
}

.txt_sec {
    color: rgb(255 255 255 / .9) !important;
}

.txt_orange {
    color: #F37722 !important;
}

.txt_grey {
    color: rgb(32 32 32 / .7) !important;
}

.txt_greySec {
    color: rgb(255 255 255 / .4) !important;
}

.fnt300 {
    font-weight: 300 !important;
}

.fnt400 {
    font-weight: 400 !important;
}

.fnt500 {
    font-weight: 500 !important;
}

.fnt600 {
    font-weight: 600 !important;
}

.fnt700 {
    font-weight: 700 !important;
}

.bg_orange {
    background: #F37723 !important;
}

.ff_Manrope {
    font-family: 'Manrope', sans-serif !important;
}

.ff_Poppins {
    font-family: 'Poppins', sans-serif !important;
}

h1 {
    font-size: 64px;
    line-height: 84px;
    font-weight: var(--fw_600);
    font-family: "Poppins";
    color: var(--white);
}

h2 {
    font-size: 50px;
    line-height: 72px;
    font-weight: var(--fw_600);
    color: var(--white);
    font-family: Poppins;
}

h3 {
    font-size: 42px;
    line-height: 50px;
    font-weight: var(--fw_400);
    color: var(--white);
    font-family: Manrope;
    letter-spacing: .96px;
    line-height: 100%
}

h4 {
    color: var(--white);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: var(--fw_400);
    line-height: normal;
    text-transform: capitalize;
}

h5 {
    font-size: 24px;
    line-height: 100%;
    font-family: Manrope;
    font-weight: var(--fw_400);
    color: var(--white);
    letter-spacing: .96px;
}

h6 {
    font-family: Manrope;
    font-size: 20px;
    color: var(--white);
    font-style: normal;
    font-weight: var(--fw_400);
    line-height: 32px;
}

p {
    font-family: Poppins;
    font-size: 18px;
    color: var(--white);
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.btn_arrow {
    display: flex;
    padding: 16px 24px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: max-content;
    border-radius: 70px;
    color: var(--white);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw_700);
    line-height: 20px;
    letter-spacing: .32px;
    border: none;
    background-color: #F37722;
    font-family: "Manrope"
}

.btn_arrow img {
    margin-left: 10px;
    height: 24px;
    width: 24px;
}

.btn_arrow:hover {
    background-color: #F37722;
    color: #fff;
    border-radius: 70px;
    background: #F37723;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
    padding-top: 78px;
}

header {
    position: fixed;
    width: 100%
}

header {
    z-index: 9999;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

header .navbar-nav {
    padding: 8px;
    border-radius: 50px;
    background: #404040;
    backdrop-filter: blur(5px);
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
    border-radius: 50px;
    background-color: var(--orange);
    color: var(--white);
    font-weight: var(--fw_500);
}

header .navbar-nav .nav-link {

    color: rgba(255, 255, 255, 0.80);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 8px;
    line-height: 20px;
    letter-spacing: .32px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 16px;
}

.mbl_cont {
    display: none;
}

.container-fluid {
    padding: 0;
}

.footer a {
    text-decoration: underline;
    color: var(--white);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer p {
    color: var(--white);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer_cont {
    justify-content: center;
    display: flex;
    align-items: center;
}

.footer_cont a {
    margin-left: 12px;
}

footer {
    padding-bottom: 64px;
}

.banner {
    padding: 92px 0 80px 0;
}

.banner h1 {
    padding-top: 32px;
    position: relative;
    z-index: 1;
}

.banner h1 span {
    color: rgba(255, 255, 255, 0.90);
    font-weight: var(--fw_300);
}

.banner h5 {
    padding: 16px 0 64px 0;
}

.banner h5 span {
    color: var(--orange);
}

.banner .imggg {
    height: 579px;
    width: 100%;
    object-fit: cover;
}

.banner .imggg img {
    height: 100%;
    width: 100%
}

.contactUs {
    padding: 80px 0 100px 0;
}

.contactUs p {
    padding: 8px 0 64px 0;
}

.contactUs h2 span {
    font-weight: var(--fw_300);
}

.contactUs .content {
    max-width: 402px;
}

.contact_img {
    height: 310px;
}

.contactUs .form-control {
    color: #FFF;
}

.contactUs .form-group {
    margin-bottom: 24px;
}

.contactUs .form-control {
    border-radius: 12px;
    background: rgb(255 255 255 / .07);
}

.contactUs .form-group::placeholder {
    color: rgb(255 255 255 / .35);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.contactUs .form-group:focus {
    border-color: #fff0;
    box-shadow: none;
}

.contactUs .form-group {
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -.3px;
    color: #FFF;
}

.contactUs .form-group button label {
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contactUs .form-control {
    border-radius: 12px;
    background: rgb(255 255 255 / .07);
    border: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    border-radius: 12px;
    color: #fff;
}

.contactUs .textarea.form-control {
    height: 225px !important;
}

.contactUs .form-control,
.contactUs .form-control:focus {
    padding: 11px 16px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    box-shadow: none;
    background: rgb(255 255 255 / .07);
    border-radius: 12px;
}

.card_map {
    border-radius: 24px;
    background: rgb(219 194 194 / .02);
    padding: 32px 48px;
    backdrop-filter: blur(22px);
    height: -webkit-fill-available;
}

.card_map h5 {
    color: var(--orange);
    font-weight: var(--fw_600);
    font-family: 'poppins'
}

.mapSecion .col-md-6:first-child .card1 {
    height: -webkit-fill-available;
    margin: 80px 0 72px 0;
    background-image: url(../images/mapdesk.png);
    padding: 84px 0 84px 0;
    background-image: url(../images/mapdesk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.mapSecion .col-md-6:last-child .card1 {
    padding: 164px 0 157px 0;
    background-image: url(../images/INDIA_desk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.mapSecion {
    margin-bottom: 30px;
}

.job_bording {
    margin: 120px 0 96px;
}

.job_bording .card_cnt img {
    margin-bottom: 24px;
}

.job_bording .card_cnt h4 {
    font-weight: var(--fw_500);
}

.job_bording .card_cnt {
    text-align: center;
    border-radius: 24px;
    background-color: rgb(255 255 255 / .03);
    backdrop-filter: blur(22px);
}

.card_cnt {
    background-image: url(../images/job_bg.png);
}

.career_swiper {
    padding: 100px 0 0 0;
}

.career_swiper .swiper {
    width: 100%;
    height: 100%
}

.career_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career_swiper .career_swpr {
    margin: 32px 0 64px 0;
}

.career_swiper h2 {
    padding-top: 8px;
    font-weight: var(--fw_300);
    font-size: 40px;
    line-height: 56px;
}

.career_swiper .career_swpr img {
    height: 320px;
    border-radius: 15.894px;
    background: linear-gradient(0deg, rgb(0 0 0 / .1) 0%, rgb(0 0 0 / .1) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.career_swiper .btn_arrow {
    margin: 0 auto;
}

.swiper-pagination-bullet-active {
    border-radius: 50px;
    background-color: #FFF;
}

.swiper-pagination-bullet-active {
    border-radius: 50px !important;
    background: #FFF !important;
    width: 24px !important;
    height: 6px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 50px !important;
    height: 6px !important;
    width: 6px;
    background: rgb(255 255 255 / .3);
}

#lottie-banner {
    max-width: 500px;
    height: 579px;
    aspect-ratio: 1179 / 1740;
    overflow: hidden;
    display: block;
}

#lottie-banner svg {
    width: 100% !important;
    height: 100% !important;
    transform: translate3d(0, 0, 0);
}

.mission {
    padding: 100px 0 120px;
}

.mission h2 {
    max-width: 729px;
    padding: 8px 0 16px 0;
}

.mission p {
    max-width: 1000px;
}

.mission h2 span {
/*    font-weight: var(--fw_300); */
/*    color: #F37722; */
}

.founding_team .heading {
    padding-bottom: 16px;
    font-weight: var(--fw_600);
    font-family: poppins;
}

.founding_team {
    padding-bottom: 120px;
}

.founding_team p {
    max-width: 1169px;
}

.partners {
    padding-bottom: 84px;
}

.partners h3 {
    padding-bottom: 16px;
    font-weight: var(--fw_600);
    font-family: poppins;
}

.card_cont {
    padding: 32px 48px;
    border-radius: 24px;
    background: rgb(255 255 255 / .03);
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(22px);
    margin-top: 64px;
}

.card_flex {
    text-align: center;
}

.card_flex p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.card_flex h3 {
    padding: 8px 0 4px 0;
    line-height: 60px;
    font-weight: var(--fw_700);
    font-family: poppins;
}

.founding_team .card_cont p {
    max-width: 170px;
    margin: 0 auto;
    display: -webkit-box;
    white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
}

.card_cont>div {
    flex: 1;
}

.privacy_policy {
    padding: 100px 0 100px 0;
}

.privacy_policy ul li {
    color: rgb(255 255 255 / .9);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.privacy_policy .txt_orange {
    padding-bottom: 8px;
}

.privacy_policy ul {
    padding-left: 30px;
}

.privacy_policy ul li {
    list-style-type: disc;
}

.dropdown_current {
    margin-top: 40px;
}

.dropdown_current select {
    padding: 11px 16px;
    border: none;
    color: #FFF;
    border-radius: 12px;
    background: rgb(255 255 255 / .07);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/arrow_down.svg) !important;
    height: 24px;
    top: 16px;
    right: 16px;
    width: 24px;
    background-repeat: no-repeat;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    padding: 11px 16px !important;
}

.select2-search.select2-search--dropdown {
    padding: 0 !important;
}

.select2-search__field {
    display: none;
}

.select2-container {
    width: max-content !important;
}

.select2-container--default .select2-selection--single {
    color: #FFF;
    border-radius: 12px;
    border: none;
    background: rgb(255 255 255 / .07);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    padding: 0 !important;
}

.select2-selection.select2-selection--single {
    height: 56px;
    padding: 11px 69px 11px 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: unset;
    border-style: unset;
    border-style: none;
    border-color: none;
    border-style: solid;
    display: none;
    border-width: unset;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 0;
}

.navbar-brand {
    padding: 0 45px 0 0;
    position: relative;
    display: inline-block;
}

.scrolled .navbar-brand::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    flex-shrink: 0;
    left: -41px;
    width: 209px;
    height: 69px;
    flex-shrink: 0;
    left: -56px;
    background: #252527;
    filter: blur(17px);
    z-index: 0;
}

.navbar-brand img {
    position: relative;
    z-index: 1;
}

.bg_shade {
    max-width: 1139px;
    margin: 0 auto;
}

.card_box {
    max-width: 612px;
    margin: 0 auto;
    padding: 64px 0;
    z-index: 1;
    position: relative;
}

.contactUs {
    position: relative;
}

.contactUs .container {
    position: relative;
    z-index: 1;
}

.contactUs::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 1980px;
    background: #27272B;
    filter: blur(40px);
    height: 1021px;
    flex-shrink: 0;
    left: 0;
    width: 100%;
    height: 962px;
    z-index: 0;
}

.mapSecion .container {
    position: relative;
}

.contactUs {
    position: relative;
    z-index: 1;
}

.bg_shade {
    position: relative;
}

.bg_shade::before {
    content: "";
    position: absolute;
    filter: blur(103px);
    border-radius: 1241px;
    background: rgb(89 89 89 / .3);
    top: -72px;
    width: 700px;
    height: 600px;
    flex-shrink: 0;
    left: 0;
    z-index: 0;
}

.banner {
    position: relative;
}

.banner::before {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 1980px;
    background: #27272B;
    filter: blur(180px);
    content: "";
    position: absolute;
    top: 0;
    flex-shrink: 0;
    left: 0;
    z-index: 0;
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner .col-lg-8 {
    position: relative;
}

.banner .col-lg-8::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1241px;
    height: 100%;
    flex-shrink: 0;
    left: -237px;
    border-radius: 1241px;
    background: rgb(89 89 89 / .3);
    filter: blur(217px);
    z-index: 0;
}

.mapSecion {
    position: relative;
}

.mapSecion::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    left: 0;
    border-radius: 1568px;
    background: rgb(32 32 32 / .6);
    filter: blur(57px);
    z-index: 0;
}

.career_swiper {
    position: relative;
}

.career_swiper::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    left: 0;
    border-radius: 1241px;
    z-index: 0;
    border-radius: 1436px;
    background: rgb(32 32 32 / .8);
    filter: blur(57px);
}

.career_swiper .container {
    z-index: 1;
    position: relative;
}

.bg_carShade {
    position: relative;
}

.bg_carShade::before {
    content: "";
    position: absolute;
    width: 800px;
    top: -86px;
    height: 100%;
    flex-shrink: 0;
    left: 0;
    border-radius: 1241px;
    z-index: 0;
    border-radius: 1436px;
    border-radius: 1241px;
    background: rgb(89 89 89 / .3);
    filter: blur(217px);
}

.card_cnt {
    position: relative;
}

.card_cnt::before {
    width: 612px;
    z-index: 0;
    filter: blur(47px);
    border-radius: 612px;
    height: 100%;
    background: #2F2F2F;
    content: "";
    position: absolute;
    top: 0;
    flex-shrink: 0;
    left: 50%;
    transform: translate(-50%);
}

.bg_carShade::before {
    width: 100%;
    top: -86px;
    left: 0;
    border-radius: 1241px;
    z-index: 0;
    background: rgb(89 89 89 / .3);
    filter: blur(217px);
}

footer {
    z-index: 1;
    position: relative;
}

.mapSecion::after {
    border-radius: 50%;
    background: rgb(89 89 89 / .3);
    filter: blur(217px);
    width: 76%;
    height: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    top: -90px;
    right: 0%
}

.cont_bg {
    position: relative;
    z-index: 1;
}

.career_swiper {
    position: relative;
    z-index: 1;
}

.career_swiper::before {
    content: "";
    border-radius: 1241px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1021px;
    flex-shrink: 0;
    left: 0;
    background: #252527;
    filter: blur(17px);
    z-index: 0;
}

.career_swiper .container {
    position: relative;
    z-index: 1;
}

.founding_team {
    position: relative;
    z-index: 1;
}

.founding_team::before {
    content: "";
    border-radius: 1241px;
    position: absolute;
    top: 137px;
    width: 1241px;
    height: 1021px;
    flex-shrink: 0;
    left: 0;
    border-radius: 1241px;
    background: rgb(89 89 89 / .3);
    filter: blur(217px);
    z-index: 0;
}

.founding_team .container {
    position: relative;
    z-index: 1;
}

.mission {
    position: relative;
    z-index: 1;
}

.bg_sd::before {
    border-radius: 1438px;
    background: #212121;
    width: 1438px;
    height: 341px;
    filter: blur(117px);
    content: "";
    position: absolute;
    top: 0;
    flex-shrink: 0;
    left: 0;
    background: #252527;
    z-index: 0;
}

.bg_sd {
    position: relative;
    z-index: 1;
}

.banner .btn_arrow {
    z-index: 1;
    position: relative;
}

.partners {
    z-index: 1;
    position: relative;
}

.partners::before {
    border-radius: 1438px;
    background: #212121;
    width: 1438px;
    border-radius: 1436px;
    background: rgb(34 34 34 / .32);
    filter: blur(87px);
    height: 427px;
    top: -95px;
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
}

.bg_sd {
    position: relative;
    z-index: 1;
}

.card_map h5 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.card_map P {
    margin-bottom: 8px;
}

.partners .container {
    z-index: 1;
    position: relative;
}

.partners::after {
    border-radius: 1241px;
    background: rgb(89 89 89 / .3);
    filter: blur(217px);
    width: 1438px;
    filter: blur(87px);
    height: 100%;
    top: -95px;
    content: "";
    position: absolute;
    right: 0;
    z-index: 0;
}

.privacy_policy {
    position: relative;
}

.privacy_policy::after {
    border-radius: 1241px;
    filter: blur(217px);
    background: rgb(89 89 89 / .3);
    width: 1438px;
    height: 100%;
    top: -95px;
    content: "";
    position: absolute;
    right: 0;
    z-index: 0;
}

.privacy_policy {
    position: relative;
    z-index: 1;
}

.privacy_policy .container {
    position: relative;
    z-index: 1;
}

.privacy_policy::after {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 1438px;
    background: #252525;
    filter: blur(57px);
    content: "";
    position: absolute;
    right: 0;
    z-index: 0;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: #fff0;
    color: #000;
    transition: background-color 0.3s ease;
    z-index: 1000;
}

header.scrolled {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #555;
    background: rgb(32 32 32 / .6);
}

.navbar-expand-lg {
    padding: 22px 0;
}

.contactUs .btn_arrow {
    z-index: 1;
    position: relative;
    height: 100%
}

.flex_cont {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}

.contact_img img {
    height: 100%
}

.btn_arrow .arrow {
    position: relative;
    z-index: 2;
    width: 20px;
}

.btn_arrow {
    overflow: hidden;
    position: relative;
}

.btn_arrow .arrow {
    position: relative;
    z-index: 2;
    width: 20px;
}

.btn_arrow .btn_anim {
    position: absolute;
    top: 50%;
    left: -60%;
    width: 70px;
    height: 56px;
    transform: translateY(-50%);
    object-fit: cover;
    z-index: 1;
    transition: left 1s ease, height 1s ease, width 1s ease;
    pointer-events: none;
    opacity: 1;
}

.btn_arrow:hover .btn_anim {
    left: 100%;
    width: 130px;
    height: 130px;
}

.nav-link {
    transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease, border-radius 0.3s ease;
    border-radius: 50px;
    padding: 8px 16px;
}

.nav-link {
    transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease, border-radius 0.3s ease;
    border-radius: 50px;
    padding: 8px 16px;
}

.nav-link.active {
    background-color: var(--orange);
    color: var(--white);
    font-weight: var(--fw_500);
    border-radius: 50px;
}

.nav-link.active:hover {
    color: #fff !important;
}

.nav-link:hover {
    border-radius: 50px;
    background: #4D4D4D;
    color: rgba(255, 255, 255, 0.80);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .32px;
}


#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-family: sans-serif;
    z-index: 9999;
    display: none ;
}

#cookieConsent button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 8px 16px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
}

#cookieConsent a {
    color: #4CAF50;
    text-decoration: underline;
}


.text_dec {
    text-decoration: underline;
}

.privacy_policy p {
    padding-bottom: 24px;
}

.privacy_policy h6 {
    font-weight: 600;
    padding-bottom: 26px;
}

.privacy_policy ul {
    padding-bottom: 16px;
}

.privacy_policy a {
    color: #FFF;
    text-decoration: underline;
}



.text_up {
    text-transform: uppercase;
}

ol li {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-left: 24px;
}

ol {
    list-style-type: decimal;
}

.contactUs .row {
    flex-direction: column;
    align-items: center;
}

.contactUs .content {
    margin: 0 auto;
    max-width: 502px;
    text-align: center;
}



ol {
    padding-top: 24px;
    counter-reset: item;
}

ol>li {
    padding-bottom: 24px;
}

ol {
    counter-reset: item;
    list-style: none;
    padding-left: 1.5em;
}


ol>li {
    counter-increment: item;

    position: relative;
}

ol>li::before {
    content: counters(item, ".") ". ";
    position: absolute;
    left: -1.5em;
    width: 1.5em;
    text-align: right;


}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

.contactUsform {
    max-width: 800px;
    margin: 0 auto;
}

.contactUsform .row {
    flex-direction: row;
}

.hiring .bx_shade {
    margin-bottom: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(22px);
    display: flex;
    justify-content: space-between;
    padding: 32px;
}

.hiring .location {
    display: flex;
    align-items: center;
}

.hiring h2 {
    padding-top: 8px;
}

.hiring .btntransperent {
    background-color: transparent !important;
    border-radius: 70px;
    color: #F37723;
    border: 1px solid #F37723;
}

.hiring .btntransperent:hover {
    background-color: transparent !important;
    border-radius: 70px;
    color: #F37723;
    border: 1px solid #F37723;
}

.hiring .location p {
    margin: 0 16px 0 7px;
}

.hiring .bx_shade span {
    font-weight: var(--fw_500) !important;
    color: rgba(255, 255, 255, 0.60);
}

.container {
    z-index: 111;
    position: relative;
}

.hiring .btntransperent {
    text-align: center;
    margin: 0 auto;
}

.hiring .bx_cont {
    padding: 64px 0;
}

/* .hiring .joinus{margin-top: 24px;} */
.hiring .joinus .btn_arrow {
    text-align: center;
    margin: 0 auto;
}

.hiring .ltn_arr {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.hiring .bx_shade:last-child {
    margin-bottom: 0;
}

.contactUsform input::placeholder {
    color: rgba(255, 255, 255, 0.35);
    opacity: 1;
}

.contactUs .btn_arrow {
    margin: 0 auto;
}

.hiring {
    padding-bottom: 92px;
}

.hiring h2 {
    font-size: 50px;
    line-height: 72px;
    font-weight: 600;
    padding-bottom: 16px;
}

.job_role p {
    font-weight: var(--fw_600);
}

.mapSecion {
    margin-top: 115px;
}

.footer ul li {
    display: inline-flex;
    backdrop-filter: blur(19.25px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    padding: 12px;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
}

.footer ul li:hover {
    background: #ffffff;
}

.footer ul li:hover img {
    filter: invert(1);
}
