@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*Main Css */
::selection {
    background: #f67436;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #f67436;
}

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Degular';
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal;
}

*:hover, *:focus, * {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}
.join-team-sec .row {
    position: relative;
}

.join-team-shadow {
    z-index: -2;
    left: -200px;
}

a, input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #e18e25;
}

span {
    display: inline-block;
}

textarea, select, input[type], textarea, select, button {
    font-family: 'Degular';
    background: transparent;
    border: none;
    border-radius: 0px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

/* Custom Slick Css */
.slick-list {
    /* margin: 0 -15px; */
}

.slick-slide {
    /* margin: 0 15px; */
    /* width: 180px !important; */
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before, .slick-dots li button:before {
    color: #FFF;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}

/* Hamburger Menu */
.menu-Bar {
    border-radius: 50%;
    background-color: rgb(19 103 228 / 52%);
    /* opacity: 0.502; */
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 999999;
}

.menu-Bar span {
    background-color: rgb(255, 255, 255);
    opacity: 0.502;
    position: absolute;
    width: 20px;
    height: 2px;
    margin: 22px 0 0 0;
}

.menu-Bar span:nth-child(1) {
    top: 0;
    right: 14px;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #ffff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
    transform-origin: right-center;
    right: 18px;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 3px;
    transform-origin: right-center;
    display: block;
    right: 19px;
}

/*header css*/

/*header css*/

/* Main Banner CSS */


.philosophie .row {/* align-items: center; */}
.header-btn-cta a {
    border: 2px solid #075464;
    padding: 16px 57px;
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    /* background: none; */
}

.menu-Bar span:nth-child(3) {
    display: none;
}

.menu-Bar span:nth-child(2) {
    right: 20px;
}

.container-fluid {
    max-width: 1680px;
}

.main-header {
    padding: 50px 0 75px 0;
    position: relative;
    z-index: 5;
}

.main-header .row {
    align-items: center;
}

.header-ham-box-main {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 30px;
}

a:hover {
    text-decoration: none;
}

.home-banner-head h6 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-family: "Playfair Display";
    color: #585757;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.type-wrap {
  font-size: 50px;
  padding: 20px;
}
h1#typed {
    height: 80px;
}

.home-banner-head h1 {
    color: rgb(255, 255, 255);
    font-size: 104px;
    font-family: 'Playfair Display';
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px 30px;
}

.home-banner-head h1 span {
    font-size: 130px;
    background-image: linear-gradient(to bottom, #ffffff, #a6c6f5);
    -webkit-background-clip: text; /* For Safari */
    background-clip: text;
    color: transparent;
}

.home-growth-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
    padding: 33px 0px;
    position: relative;
}

.home-growth-list::before {
    position: absolute;
    content: "";
    background: url('../images/list-border.png');
    width: 1266px;
    height: 3px;
    top: 0;
}

.home-growth-list::after {
    position: absolute;
    content: "";
    background: url('../images/list-border.png');
    width: 1266px;
    height: 3px;
    bottom: 0;
}

.home-growth-list li {
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.home-growth-list li h5 {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
}

.client-home-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 0 0;
    column-gap: 20px;
    font-family: 'Playfair Display';
    font-weight: 900;
    font-size: 25px;
}

.client-home-list li a {
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    padding: 19px 69px;
    font-weight: 600;
    font-family: 'Degular';
}

.client-home-list li span {
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.client-home-list li b {
    color: #808080;
    font-size: 25px;
    font-family: "Degular";
    font-weight: 400;
}

.folio-sec .container-fluid {
    max-width: inherit;
}

.folio-sec .col-md-4 {
    /* padding: 0; */
}

.folio-sec .row {
    gap: 20px 0px;
}

.folio-sec .col-md-4:nth-child(2) {
}

.folio-sec {
    padding: 219px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
}

.folio-sec .col-md-4:nth-child(3) {
    text-align: right;
}

.folio-sec .col-md-4:nth-child(6) {
    text-align: right;
}

.folio-sec .col-md-4:nth-child(9) {
    text-align: right;
}

.folio-sec .folio-home-box:nth-child(2) {
    display: none;
}

.wrap {
    display: flex;
    justify-content: center;
}

.wrap-container {

    /* max-width: 950px; */
    margin
}

.our-mission-sec-inner div {
    position: relative;
    font-family: sans-serif;
    font-size: 36px;

    /* text-align: center; */
}
.our-mission-sec::before{

position: absolute;

content: "";

background: url('../images/shadow-2.png');

width: 723px;

height: 2117px;

top: -210px;

left: 0;
}

.our-mission-sec-inner div {
    display: inline-block;
}

.our-mission-sec-inner span {
    position: absolute;
    width: 0;
    height: 100%;
    color: #ffff;
    left: 0;
    overflow: hidden;
    text-align: center;
    font-size: 50px;
    line-height: 70px;
    font-weight: 500;
}

#texto1 span, .changeopacity span {
    width: 100%;
    opacity: 0.2;
    position: relative;
}

.our-mission-sec {
    padding: 300px 0 0 0;
    position: relative;
}

.our-mission-sec-head h3 {
    color: #ff6b00;
    font-size: 30px;
    font-weight: 600;
}

.our-mission-sec-head h3 span {
    color: #fff;
}

.our-mission-sec-inner {
    border-radius: 30px;
    background: url('../images/onscroll-type-box.png');
    height: 859px;
    padding: 60px 64px 60px 50px;
}

.our-mission-sec-hr {
    border-image-source: linear-gradient(to right, #ff6b00, #075464);
    border-image-slice: 1;
    margin: 70px 0px;
    border-top: 3px solid;
}

.our-mission-sec .our-mission-sec-head {
    position: sticky;
    top: 60px;
}

.our-mission-sec-inner h6 {
    color: #ff6b00;
    font-size: 30px;
    padding: 25px 0px;
}

.second-para span {
    font-size: 35px;
    line-height: 55px;
}

#grow {
    transform: scale(1.1);
}

#shrink {
    transform: scale(1);
}

.service-sec-head-main p {
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    padding: 0 0 70px 0;
}

.service-sec-head-main p span {
    color: #ff6b00;
}

.service-sec {
    padding: 150px 0px 0;
    z-index: 1;
    position: relative;
}

.service-sec-head-inner h3 {
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Playfair Display';
    padding: 0 0 100px 0;
    line-height: 110px;
}

.service-sec-head-inner h3 span {
    color: #ff6b00;
}

.service-sec-head-inner p {
    font-size: 50px;
    line-height: 70px;
    color: #fff;
}

.service-sec-head-inner p span {
    color: #ff6b00;
}


.dis-more-btn a {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: 'Degular';
    margin: 70px 0 0 0;
    /* border-image-source: linear-gradient(to right, #d97134, #3f9cc9); */
    /* border-image-slice: 1; */
    /* border-bottom: 1px solid; */
    padding: 0 0 20px 0;
    position: relative;
}

.dis-more-btn a img {
    vertical-align: middle;
    padding: 0 0 0 15px;
    position: relative;
    transition: 0.5s;
}

.work-home-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-home-inner-box h3 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    padding: 70px 0 0 0;
}

.work-home-inner-box h6 {
    color: #fff;
    font-size: 35px;
    padding: 0 0 70px 0;
}

.work-home-inner-box {
    border: 2px solid;
    border-radius: 50px;
    padding: 40px 45px;
    width: 432px;
    margin: 0 40px 0 0;
    transition: 0.5s;
    position: relative;
    border-color: rgb(99, 99, 99);
    height: 419px;
}

.work-home-sec .container-fluid {
    max-width: inherit;
    padding: 0 0 0 110px;
}

.work-home-inner-box a {
    color: #fff;
    font-family: 'Degular';
    font-size: 20px;
    font-weight: bold;
}

.work-home-sec .our-mission-sec-head {
}

.work-home-sec {
    padding: 150px 0 0 0 !important;
    z-index: 5;
    position: relative;
}

.work-home-sec::before {
    position: absolute;
    content: "";
    background: url('../images/orange-shadow.png');
    width: 889px;
    height: 1857px;
    top: -230px;
}

.work-home-inner-box:hover {
    background-color: #ff6b00;
    border: 2px solid #ff6b00;
}

.work-home-inner-box-blue::before{

position: absolute;

content: "";

background: url('../images/work-at-home-shadow-blue.png') !important;

width: 677px;

height: 769px;

left: -130px;

z-index: -1;

opacity: 0;

transition: 0.5s;

top: -90px;
}

.work-home-inner-box::before{

position: absolute;

content: "";

background: url('../images/work-at-home-shadow-orng.png');

width: 677px;

height: 769px;

left: -130px;

z-index: -1;

opacity: 0;

transition: 0.5s;

top: -130px;
}
.work-home-inner-box-blue:hover::before {
    opacity: 1;
}
.work-home-inner-box:hover::before {
    opacity: 1;
}
.work-home-inner-box-blue:hover {
    background-color: #075464;
    border: 2px solid #075464;
}
.achievemnt-sec {
    padding: 250px 0px;
    position: relative;
    z-index: 5;
}

.achievemnt-sec-head h4 {
    font-size: 45px;
    color: #808080;
    line-height: 55px;
}

.achievemnt-sec-head p {
    padding: 30px 0 20px 0;
    font-size: 45px;
    color: #808080;
    line-height: 55px;
}

.achievemnt-box-blue{

background: url('../images/ach-box-blue.png');

width: 331px;

height: 409px;

padding: 65px 0px;
}
.achievemnt-box-blue-cir{

width: 97px;

height: 97px;

display: flex;

margin: auto;

align-items: center;

border-radius: 50%;

background-color: rgb(7, 84, 100);

box-shadow: 11.147px 10.037px 16px 0px rgba(10, 67, 152, 0.3);
}

.achievemnt-box-orange{

background: url('../images/ach-box-orange.png');

width: 331px;

height: 410px;
padding: 65px 0px;
}

.achievemnt-box-orange-cir{

width: 96px;

height: 96px;

display: flex;

margin: auto;

align-items: center;

background-color: rgb(255, 107, 0);

box-shadow: 11.147px 10.037px 27px 0px rgba(163, 74, 9, 0.3);

border-radius: 50%;
}

.check-box-ach img {
    width: auto;
    display: table;
    margin: auto;
}

.check-box-ach h5 {
    color: #fff;
    font-size: 35px;
}

.achievemnt-box-inner h5 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Playfair Display';
    padding: 65px 30px;
    text-align: center;
    line-height: 45px;
}
.achievemnt-box-inner {
    /* margin: 0 0 30px 0; */
}

.achievemnt-box-list {
    /* column-count: 2; */
}

.achievemnt-box-list:nth-child(4) li {
    opacity: 0;
}

.achievemnt-box-inner:nth-child(1) {
    /* opacity: 0; */
}
.our-mission-stick {
    position: sticky;
    top: 190px;
}
.trust-box-inner{

background: url('../images/trust-box.png');

width: 250px;

height: 244px;

display: flex;

align-items: center;

justify-content: center;

background-repeat: no-repeat;
}
.trust-box-inner img {
    width: auto;
}
.achievemnt-box-list li:nth-child(5) {padding: 90px 0 0 0;}
.client-sec-home {
    padding: 250px 0px 300px 0;
    position: relative;
    z-index: 4;
}

.client-sec-inner p {
    color: #808080;
    font-size: 35px;
    line-height: 50px;
}

.client-home-btn {
    display: flex;
    align-items: center;
}

.client-home-btn li a {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: 'Degular';
    position: relative;
    z-index: 1;
}

.client-home-btn {
    padding: 29px 65px;
    border: 1px solid #fff;
    width: max-content;
    column-gap: 130px;
    margin: 100px 0 0 0;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.client-home-btn li:nth-child(1) a::before {
    position: absolute;
    content: "";
    border-radius: 25px;
    background-color: rgb(255, 107, 0);
    width: 249px;
    height: 92px;
    left: -70px;
    top: -30px;
    transition: 0.5s;
    bottom: 0;
    z-index: -1;
}

.client-home-btn:hover li:nth-child(1)::before {
    right: 0;
}
.client-home-btn:hover li:nth-child(1) a::before {
    right: -500px;
    left: inherit;
    width: 420px;
}

.client-home-btn:hover li:nth-child(2) a::before {
}
.client-home-btn li {/* position: relative; */transition: 0.5s;}
.swiper {
 width: 666px;

height: 854px;
  padding: 50px 0;
}

.swiper-slide {
  position: relative;
  /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  user-select: none;
}

.swiper-slide-active .testi-inner-box {
    background: url('../images/client-box-img.png');
    opacity: 100%;
}

.testi-inner-box{background: url('../images/client-orange-box.png');width: 580px;height: 854px;padding: 50px 50px;border-radius: 50px;display: block;margin-left: auto;opacity: 60%;transition: 0.5s;}
.testi-inner-box-main {
    /* opacity: 0; */
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-visible.swiper-slide-active .testi-inner-box-main {
    opacity: 1;
}

.testi-inner-box p {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    padding: 75px 0 95px 0;
}

.testi-inner-cta li a {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 15px;
    padding: 22px 44px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    font-family: 'Degular';
}

.testi-inner-cta {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    column-gap: 30px;
}

.testi-inner-img-dtl {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.testi-inner-img-dtl h5 {
    color: #ffff;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 15px 0;
}

.testi-inner-img-dtl h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}
.testi-inner-cta li:nth-child(1) a {
    position: relative;
    z-index: 1;
    border: none;
}

.client-sec-home .row {
    align-items: center;
}
.button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -106px;
}
.button-prev {
  position: absolute;
  top: 50%;
  left: -31px;
  margin-top: 0px;
  z-index: 9999;
}
.button-sli i {
    color: #d97134;
    font-size: 30px;
}

.trust-sec::before{

background: url('../images/orange-shadow-client.png');

position: absolute;

content: "";

width: 977px;

height: 1845px;

right: 0;

top: -800px;

z-index: -1;
}
.trust-sec {
    position: relative;
    z-index: 3;
    padding: 150px 0 0 0;
    z-index: 1;
}
.join-team-img {
    position: absolute;
}

.join-team-sec {
    position: relative;
    height: 2600px;
    z-index: 1;
    padding-bottom: 250px;
}
.join-team-img-2 {
    left: 750px;
    top: -200px;
}

.join-team-img-3 {top: 460px;left: 30px;}

.join-team-img-4 {left: 1000px;top: 700px;}

.join-team-img-5 {top: 1020px;left: 430px;}

.join-team-img-6 {
    left: 900px;
    top: 1130px;
}

.join-team-img-7 {
    left: -10px;
    top: 1550px;
    z-index: -1;
}

.join-team-img-7 img {}

.join-team-img-8 {
    left: 1000px;
    top: 1670px;
}

.join-team-img-1 {
    left: 280px;
    top: -130px;
}
.join-team-btn a {
    border-radius: 45px;
    /* background-color: rgb(255, 107, 0); */
    box-shadow: -14.142px 14.142px 49px 0px rgba(0, 0, 0, 0.71);
    padding: 44px 85px;
    font-size: 69px;
    font-weight: bold;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(255, 107, 0);
}

.join-team-btn {
    position: sticky;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}
.contact-home-sec {
    position: relative;
    z-index: 4;
    padding: 100px 0 0 0;
}

.our-mission-sec-head h3 {
}

.contact-home-head h3 {
    color: #fff;
    font-size: 95px;
    font-family: 'Playfair Display';
    font-weight: bold;
}

.contact-home-head {
    display: block;
    margin-left: auto;
}

.contact-home-head span {
    color: #ff6b00;
}

.contact-home-head h6 {
    color: #ff6b00;
    padding: 90px 0 10px 0;
    font-size: 30px;
    font-weight: 600;
}


.contact-home-head a {
    color: #fff;
    font-size: 30px;
}
.home-marquee-head h4 {
    color: #fff;
    font-size: 99px;
    font-weight: bold;
    text-transform: uppercase;
    width: 500%;
}

/* marquee div container */
.home-marquee-head{

    position: relative;
}
/* nested div inside the container */
.home-marquee-head .marquee{
    display: block;
    width: 200%;
    position: absolute;
    /* overflow: hidden; */
    animation: marquee 20s linear infinite;
    top: -150px;
}
/* span with text *
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.home-marquee-sec {
    padding: 200px 0 100px 0;
    transform: rotate(-2deg);
    position: relative;
}

.home-marquee-sec::before{

position: absolute;

content: "";

background: url('../images/footer-shadow.png');

width: 1172px;

height: 1517px;

right: -20px;

top: -700px;
}

.hr-marquee-up {
    position: relative;
    top: -40px;
    border: 2px solid #e86b16;
    margin: 60px 0px;
}

.hr-marquee-down {
    position: relative;
    top: 45px;
    left: -10px;
    border: 2px solid #145662;
    margin: 60px 0px;
}

.marquee span {
    font-size: 170px;
    font-family: 'Playfair Display';
    position: relative;
    top: -18px;
    margin: 0px 40px;
}
.footer-sec h4 {
    color: #a2a2a2;
    font-size: 30px;
}
.footer-sec {
    padding: 150px 0px 60px;
}

.footer-link-list li a {
    color: #ffff;
    font-size: 25px;
    padding: 30px 0 0 0;
    all 0.4s animation-timing-function: ease-in-out;
    transition: all 0.1s ease-In-out;
}

.footer-details-list i {
    color: #f5722b;
    font-size: 25px;
    padding: 6px 0 0 0;
}

.footer-details-list ul {
    display: flex;
    column-gap: 20px;
    margin: 0 0 50px 0;
}

.footer-details-list ul li h5 {
    color: #a2a2a2;
    font-size: 25px;
}

.footer-details-list h6 {
    color: #ffff;
    font-size: 30px;
    padding: 10px 0 0 0;
    line-height: 40px;
}

.footer-details-list a {
    color: #fff;
    font-size: 25px;
    padding: 10px 0 0 0;
}
.copyright-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-list li {
    color: #a2a2a2;
    font-size: 30px;
}
.hr-copyright-sec {
    margin: 0 0 0px 0;
}

.copyright-sec {
    margin: 80px 0 0 0;
}

.our-mission-sec-hr-down {
    margin: 0 0 0;
}

.hr-copyright-sec-down {
    margin: 0px 0 0 0;
    width: 940px;
}

.copyright-list li:nth-child(3) {
    position: relative;
    top: 40px;
}
.testi-inner-box-main {
    opacity: 0;
}

.swiper-slide-active .testi-inner-box-main {
    opacity: 1;
}
.coma-client {
    position: absolute;
    top: 140px;
    right: 70px;
}
.swiper-button-disabled img {
    opacity: 50%;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


.folio-home-box{overflow: hidden;height: 388px;border-radius: 20px;}

.website-view-inner img {
    -webkit-animation: 6s cubic-bezier(.694, 0, .335, 1) 6s forwards scrollScreen;
    animation: 6s cubic-bezier(0.59, -0.11, 0.39, 1.06) 6s forwards scrollScreen;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.scrollAnimation2 img {
    -webkit-animation: 6s cubic-bezier(.694, 0, .335, 1) 6s forwards scrollScreenTwo;
    animation: 6s cubic-bezier(0.59, -0.11, 0.39, 1.06) 6s forwards scrollScreenTwo;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


/* Main Banner CSS */

/* Hamburger CSS */

    img{max-width:100%;height:auto;}
    .menu-Bar{display:block;top:0px;}
    .menuWrap.open{display:flex;left:0px;}
    .menuWrap{position:fixed;left:-210%;right:0;top:0;bottom:0;margin:auto;background: #000000e0;height:100vh;display:flex;align-items:center;justify-content:center;flex-flow:column;transition:all 0.4s ease;z-index:3;width:100vw;}
    .menu li{display:block;}
    .menu li a{margin-bottom:10px;padding:0;display:block;text-align:center;margin-bottom:15px;padding-right:0px;margin-right:0px;color:#fff;font-size:15px;text-transform:capitalize;}
    .logo img{/* max-width:50%; */}
    .container{position:relative;}
    header .main-header .menu>li{display:block;margin:0px;padding:0;}
    header .main-header .menu>li a{color:#fff;}
    header .main-header .menu>li a:before{display:none;}



.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.img {
  position: relative;
  /* width: min(80vw, 900px); */
  /* padding: 10vw; */
}
.img-container {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  /* border-radius: 32px; */
}
.img-container img {
  width: auto;
  /* height: 100%; */
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%) scale(1.4);
  transform-origin: 50% 132%;
  /* object-fit: cover; */
  border-radius: 20px;
}
.img-inner {
    transform: scale(0.74);
}


.vh {
  height: 100vh;
  background-color: rgba(255,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  font-weight: bold;
}

.vh:before {
  content: '100VH'
}

.philosophie {
  position: relative;
  z-index: 1;
}

.indicators {
  left: 2rem;
  top: 0;
  margin: 10vh 0;
  height: 80vh;
  width: 3px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
}

.indicator {
  width: 100%;
  background-color: #adadad;
  flex-grow: 1;
  margin: 2px 0;
}

.philosophie .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4rem;
  outline: 1px solid red
}

.philosophie .wrapper {
  height: 100vh;
  width: 100%;
}

.point article {
  flex-basis: 60%;
  margin-right: auto;
}

.point img {
  /* flex-basis: 25%; */
  /* max-width: 25vw; */
  /* height: auto; */
}
.home-banner{

position: relative;

z-index: 1;
}

.home-banner::before{

position: absolute;

content: "";

background: url('../images/main-banner-shadow-img-left.png');

width: 957px;

height: 1872px;

left: 0;

top: -200px;

z-index: -1;
}

.achievemnt-sec::before{

position: absolute;

content: "";

/* background: url('../images/ach-shadow.png'); */

width: 957px;

height: 1440px;

left: 0px;

top: -430px;

z-index: -1;

background-repeat: no-repeat;
}


.service-sec::before{

position: absolute;

content: "";

background: url('../images/shadow-3.png');

width: 772px;

height: 1746px;

right: 0;

top: 0px;

z-index: -1;
}

.home-banner::after{

position: absolute;

content: "";

background: url('../images/main-banner-shadow-img-right.png');

width: 746px;

height: 1494px;

right: 0;

top: -300px;

z-index: -1;
}
.service-sec-head-inner {
    padding: 150px 0 0 0;
}



.gsap-marker-scroller-start {
    opacity: 0 !important;
}

.gsap-marker-scroller-end {
    opacity: 0 !important;
}

.gsap-marker-start {
    opacity: 0;
}

.gsap-marker-end {
    opacity: 0;
}


.burger-menu {
}

.burger-click-region {
}



.sidebar li {
}

.sidemenu {
}

.sidetext {
  opacity: 1;
  color: #39FF14;
}


.wrapper {}
.sidebar {background: linear-gradient(to top right, #000000, #3f342ceb);width: 510px;margin-right: -550px;height: 90vh;position: fixed;right: 0;z-index: 9;bottom: 0;top: 30px;border-radius: 30px;}
.sidebar li {font-family: "Degular";list-style-type: none;font-size: 2.5vw;margin-bottom: 15px;text-align: left;font-weight: 600;cursor: pointer;transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;/* min-width: 100%; */color: #ffff;width: max-content;}
.sidemenu {margin: 120px 0 0 40px;}
.sidetext {
opacity: 1;
color: #db2e00
}
.sidebar li.active-nav a {
color: #db2e00 !important
}
.sidebar h3 {
font-family: sans-serif;
list-style-type: none;
font-size: 1.7vw;
margin-bottom: 10px;
text-align: left;
font-weight: 700;
cursor: pointer;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
min-width: 100%;
color: #000
}



.menu-overlay{
  background-color: rgb(0 0 0 / 52%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  display: none;
}
.social-links {
    margin-top: 28vh;
}

.social-links li {
    /* color: #899687 !important; */
    font-size: 1.5vw !important;
}

.result_hover {
    color: yellow !important;
}

.burger-menu {
  position: absolute;
  color: #60635E;
  text-transform: uppercase;
  z-index: 50;
  transform: scale(0.5);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: -22px;
  right: 250px;
  background-color: rgb(7, 84, 100);
}

.burger-click-region {
  position: absolute;
  left: 25px;
  cursor: pointer;
  top: 35px;
}

.burger-menu-piece {
  display: block;
  position: relative;
  width: 50px;
  border-top: 6px solid #ffffff !important;
  transform-origin: 50% 50%;
  padding: 0 0 7px 0;
}


@-webkit-keyframes jump {
  50% {
    transform: translateY(-30%);
  }
}
@keyframes jump {
  50% {
    transform: translateY(-30%);
  }
}

@-webkit-keyframes upscale {
  50% {
    transform: scale(1.5);
  }
}
@keyframes upscale {
  50% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin {
  50% {
    transform: rotate(180deg);
  }
}
@keyframes spin {
  50% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes squash {
  50% {
    transform: scaleY(0);
  }
}
@keyframes squash {
  50% {
    transform: scaleY(0);
  }
}
@-webkit-keyframes skew {
  50% {
    transform: skew(-30deg);
  }
}
@keyframes skew {
  50% {
    transform: skew(-30deg);
  }
}
@-webkit-keyframes leap {
  50% {
    transform: translateY(-50%) rotate(-15deg);
  }
}
@keyframes leap {
  50% {
    transform: translateY(-50%) rotate(-15deg);
  }
}
@-webkit-keyframes fade {
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
}
@keyframes fade {
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
}
@-webkit-keyframes sheen {
  50% {
    transform: translateY(-10%);
    color: #eee;
  }
}
@keyframes sheen {
  50% {
    transform: translateY(-10%);
    color: #eee;
  }
}
@-webkit-keyframes xspin {
  50% {
    transform: scaleX(0);
  }
}
@keyframes xspin {
  50% {
    transform: scaleX(0);
  }
}

.wobble span {
  display: inline-block;
  pointer-events: none;
}
.wobble span.jump {
  -webkit-animation: jump 0.5s 1;
          animation: jump 0.5s 1;
}
.wobble span.upscale {
  -webkit-animation: upscale 0.5s 1;
          animation: upscale 0.5s 1;
}
.wobble span.spin {
  -webkit-animation: spin 0.5s 1;
          animation: spin 0.5s 1;
}
.wobble span.skew {
  -webkit-animation: skew 0.5s 1;
          animation: skew 0.5s 1;
}
.wobble span.squash {
  -webkit-animation: squash 0.5s 1;
          animation: squash 0.5s 1;
  transform-origin: bottom;
}
.wobble span.leap {
  -webkit-animation: leap 0.7s 1;
          animation: leap 0.7s 1;
}
.wobble span.fade {
  -webkit-animation: fade 0.5s 1;
          animation: fade 0.5s 1;
}
.wobble span.sheen {
  -webkit-animation: sheen 0.3s 1;
          animation: sheen 0.3s 1;
}
.wobble span.xspin {
  -webkit-animation: xspin 0.5s 1;
          animation: xspin 0.5s 1;
}


.active-burger {
    top: 32px;
    left: 27px;
    transition: 0.5s;
}

.career-top-sec-head {
    text-align: center;
}

.career-top-sec-head img {
    width: 200px;
}

.career-top-sec-head h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0px;
}

.career-top-sec-head h4 span {
    color: #747474;
    font-weight: 400;
}

.career-top-sec-head h4 {
    color: #000000;
    font-weight: 600;
}

.career-top-sec {
    border-bottom: 2px solid #dbe0e7;
    padding: 60px 0 30px 0;
}

.career-tabing-sec {
    padding: 30px 0px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

.career-tab-list {
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: center;
}

.career-tab-list li a,.career-tab-list li {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.career-desc-sec {
    background: #ebebeb;
    padding: 90px 0px 40px;
}

.career-desc-sec h2 {
    color: #ff6b00;
    font-size: 35px;
    font-weight: bold;
}

.career-desc-sec p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    padding: 25px 0px;
}

.career-desc-sec h6 {
    font-size: 18px;
    font-weight: 600;
}

.career-desc-sec h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}
.career-desc-sec h3 {
    font-size: 40px;
    font-weight: bold;
    padding: 45px 0 25px 0;
}

.desc-list li {
    list-style: disc;
    padding: 0 0 25px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}

.desc-list {
    padding: 0 0 0 20px;
}

li::marker {
    color: #f3732d;
}
.container {
    max-width: 810px;
}
.career-desc-sec h6 img {
    vertical-align: middle;
    padding: 0 15px 0 0px;
}
.career-res-sec {
    padding: 100px 0px 20px;
}

.career-res-sec h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 0px 0 40px 0;
}

.career-res-sec ul {
    padding: 0 0 0 20px;
}

.career-res-sec ul li {
    list-style: disc;
    padding: 0 0 25px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}
.career-req-sec {
    background: #ebebeb;
    padding: 90px 0px 20px;
}

.career-req-sec h3 {
    font-size: 40px;
    font-weight: bold;
    padding: 0px 0 40px 0;
}

.career-req-sec ul li {
    list-style: disc;
    padding: 0 0 25px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}

.career-req-sec ul {
    padding: 0 0 0 20px;
}

.career-req-sec li strong {
    color: #f3732d;
}
.career-ben-sec {
    padding: 80px 0px 70px 0;
}

.career-ben-sec h3 {
    font-size: 40px;
    font-weight: bold;
    padding: 0px 0 40px 0;
}

.career-ben-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0px;
}

.benefit-box {
    text-align: center;
    padding: 25px 0px 0px 0px;
    border-width: 1px;
    border-color: rgb(19, 103, 228);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 171px;
    height: 135px;
}

.benefit-box h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0 0 0;
}
.career-apl-box {
    margin: 80px 0 0 0;
}

.career-apl-box h4 {
    font-size: 40px;
    font-weight: bold;
    padding: 0px 0 20px 0;
}

.career-apl-box h5 {
    font-size: 18px;
    font-weight: 600;
}

.copy-right-bar {
    background: #f3732d;
    padding: 30px 0px;
    text-align: center;
}

.copy-right-bar p {
    font-size: 18px;
    font-weight: 600;
}
.progress-bar {
  width: 0%;
  height: 5px;
  background-color: #f3732d;
}
.progress-container {
  width: 100%;
  /* background-color: #f0f0f0; */
  margin: 0px 0 0 0;
  position: relative;
  top: 30px;
}
input[type="file"] {
    display: none;
}
.apply-box-sec-two .container {
    max-width: 800px;
}

.apply-box-sec-two {
    background: #f3f5f8;
    padding: 50px 0px;
    box-shadow: 1px 4px 15px 2px rgb(49 59 70 / 40%);
}

.import-resume-main {
    display: flex;
    align-items: center;
    padding: 24px;
    border: 1px solid #000000;
    border-radius: 5px;
    background: #ffff;
    justify-content: space-between;
}

.import-resume-main p {
}

.import-resume-main h5 {
    font-size: 18px;
    font-weight: 600;
}

.import-resume-main p {
    color: #6a7381;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 0 0;
    font-weight: 500;
}

.import-resume-main-inner {
    width: 50%;
}
.apply-box-sec-two h6 {
    color: #6a7381;
    font-size: 16px;
    padding: 25px 0 0 0;
}
.apply-box-sec-two h3 {
    padding: 60px 0 10px 0;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 2px solid #dbe0e7;
    margin: 0 0 30px 0;
}

.apply-inner-inp-fld label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 15px 0;
}

.apply-inner-inp-fld input,.apply-inner-inp-fld select {
    border: 1px solid #000000;
    border-radius: 5px;
    background: #ffff;
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
}
.apply-inner-inp-fld {
    margin: 0 0 30px 0;
}
.import-resume-choose-btn label i {
    padding: 0 0 0 15px;
}
.apply-form-sub-btn button {
    padding: 15px 60px;
    background: #f3732d;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
.import-resume-choose-btn label {
    padding: 15px 60px;
    background: #f3732d;
    display: table;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}
.career-apl-box h5 span a {
    color: #f3732d;
    text-decoration: underline;
    cursor: pointer;
}
.sidebar li a {
    color: #fff;
}

.social-links li a {
    color: #fff;
}

.copyright-list li:nth-child(3) img {
    width: 700px;
}
.header-btn-cta a:hover {
    background: #f67436;
    border-color: #f67436;
}
.client-home-list li span img {
    margin: 0px -13px 0 0px;
}
.footer-details-list {
    padding: 0 0px 0 500px;
    position: relative;
}

.placeholder {
    position: absolute;
    left: -40px;
    top: 45px;
}

.phone-call {
    position: absolute;
    left: -40px;
    top: 36px;
}

.footer-details-list ul li {
    position: relative;
}
.flip-card {
  /* background-color: transparent; */
  perspective: 1000px;
  width: 331px;
  height: 409px;
  margin: 0 0 40px 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /* background-color: #bbb; */
  /* color: black; */
}

.flip-card-back {
  /* background-color: #2980b9; */
  /* color: white; */
  transform: rotateY(180deg);
}
.ach-box-main {
    display: flex;
    column-gap: 40px;
}


.ach-box-two {
    margin: 95px 0 0 0;
}

.join-team-btn a::before {
    position: absolute;
    content: "";
    background: #ff6b00;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 1s;
}

.join-team-btn a::after {
    position: absolute;
    content: "";
    background: rgb(255 107 0);
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 1s;
}

.join-team-btn a:hover::after {
    top: -300px;
}

.join-team-btn a:hover::before {
    top: 300px;
}

.click-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
}

.btn-style503 {
  transition: all 0.5s;
}
.btn-style503:hover {
  box-shadow: inset 5em 0 0 0 #f67436, inset -5em 0 0 0 #f67436;
  border-color: #dd7e2a;
  color: #fff;
}

.btn-style702 {
  position: relative;
  border-color: transparent;
  color: #fff;
}
.btn-style702::before, .btn-style702::after {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  content: "";
}
.btn-style702::before {
  width: 100%;
  left: 0;
  border-radius: 15px;
  background-color: #f67436;
  z-index: -1;
}
.btn-style702::after {
  width: 0;
  left: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: translate(-50%, 0);
  z-index: 1;
}
.btn-style702:hover {
  color: #ffff;
}
.btn-style702:hover::before {
  transform: scale(0, 1);
}
.btn-style702:hover::after {
  width: 100%;
  border-color: #f67436;
  transition-delay: 0.2s;
}

.testi-inner-box .btn-style503:hover {
    box-shadow: inset 5em 0 0 0 #ffffff, inset -5em 0 0 0 #ffffff;
    border-color: #ffff;
}

.testi-inner-box .btn-style503:hover {
    color: #065464;
}



.testi-inner-box .btn-style702::before {
    background: #065464;
    z-index: -1;
}
.testi-inner-box  .btn-style702:hover::after {
    border-color: #065464;
}
.dis-more-btn a::before {
    border-image-source: linear-gradient(to right, #ff6b00, #075464);
    border-image-slice: 1;
    border-bottom: 2px solid;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

.dis-more-btn a:hover::before {
    width: 100%;
}

.dis-more-btn a:hover img {
    padding: 0 0 0 50px;
}

.dis-more-btn a:hover img {
}
.active-burger .burger-menu-piece.middle {
    opacity: 0;
}
.footer-link-list li a span {
    position: relative;
}

.footer-link-list li a span::before {
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    background: #f67436;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-link-list li a:hover {
    transition: all 0.1s ease-In-out;
    color: #f67436;
}

.footer-details-list a:hover {
    color: #f67436;
} 

/*.join-team-sec-mobile{

    display: block;
}*/


.footer-inner-main {
    display: flex;
    column-gap: 210px;
}

.swiper-3d .swiper-slide-shadow {
    background: none !important;
}

.career-main-banner-head h2 span {
    font-size: 120px;
    background-image: linear-gradient(to bottom, #ffffff, #a6c6f5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.career-main-banner-head h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    font-family: 'Playfair Display';
    text-transform: uppercase;
}

.career-main-banner-head h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.career-main-banner {
    position: relative;
    z-index: 2;
    padding: 150px 0 0 0;
    height: 1000px;
}

.career-main-banner-box-main {
    position: relative;
    z-index: 2;
}

.career-main-banner-box-3{

background: url('../images/career-main-banner-box-orng.png');

background-repeat: no-repeat;

width: 227px;

height: 224px;

position: absolute;

left: -20px;

top: 110px;

display: flex;

align-items: center;

justify-content: center;

text-align: center;
}

.career-main-banner-box-4{

background: url('../images/career-main-banner-box-dark.png');

background-repeat: no-repeat;

width: 185px;

height: 184px;

position: absolute;

right: -10px;

top: 378px;

display: flex;

align-items: center;

justify-content: center;

text-align: center;
}

.career-main-banner-box-1 {
    top: 376px;
    position: absolute;
    right: 200px;
}

.career-main-banner-box-2 {
    position: absolute;
    right: 0;
    top: -90px;
}

.career-main-banner-box-3 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
}

.career-main-banner-box-3 span {
    font-size: 72px;
    font-weight: bold;
}

.career-main-banner-box-4 h5 {
    color: #fff;
    font-size: 30px;
}

.career-main-banner-box-4 h5 span {
    font-weight: bold;
    font-size: 34px;
}



.career-main-banner::before{

background: url('../images/career-header-shd-orng.png');

background-repeat: no-repeat;

width: 758px;

height: 1423px;

position: absolute;

content: "";

left: 0;

top: -200px;
}
.career-main-banner::after{

background: url('../images/career-header-shadow.png');

background-repeat: no-repeat;

width: 1107px;

height: 1551px;

position: absolute;

content: "";

right: 0;

top: -180px;
}

.career-main-banner-box-main::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, #ff6b00, #ffffff00);
    width: 3px;
    height: 500px;
    left: 90px;
    top: -330px;
}

.career-main-banner-box-main::after {
    position: absolute;
    content: "";
    background: linear-gradient(to left, #ff6b00, #ffffff00);
    width: 164px;
    height: 3px;
    left: 680px;
    top: 470px;
}

.our-car-ben-sec {
    position: relative;
    z-index: 2;
    padding: 0 0 200px 0;
}

.our-mission-sec-head p {
    color: #fff;
}

.our-car-ben-head p {
    color: #fff;
    font-size: 50px;
    line-height: 70px;
    font-weight: 500;
}

.our-car-ben-sec .row {
    padding: 180px 0 0 0;
    align-items: end;
    position: relative;
}

.our-bel-head h3 {
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Playfair Display';
}

.our-bel-head h3 span {
    color: #f67436;
}

.our-bel-head p {
    color: #fff;
    padding: 120px 0 0;
    font-size: 35px;
    line-height: 50px;
}

.our-car-ben-list li {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 40px 0;
    margin: 0 0 30px 0;
    border-image-source: linear-gradient(to right, #ff6b00, #ffffff00);
    border-image-slice: 1;
    border-bottom: 3px solid;
}

.our-car-ben-list li img {
    padding: 0 30px 0 0px;
}

li {}

.our-car-ben-sec .row::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, #ff6b00, #ffffff00);
    width: 3px;
    height: 500px;
    left: 0;
    top: 170px;
    right: -80px;
    margin: auto;
}

.career-value-list {
    margin: 120px 0 0 0;
}

.career-value-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 60px;
}

.career-value-box-main {
    border-width: 3px;
    border-color: rgb(255, 107, 0);
    border-style: solid;
    border-radius: 20px;
    box-shadow: 0px 87px 212.16px 8.84px rgba(0, 0, 0, 0.34);
    width: 497px;
    height: 113px;
    display: flex;
    align-items: center;
    column-gap: 40px;
    /* padding: 0 40px 0 0; */
}

.career-value-box-main {
}

.career-value-box-main h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 0 0px;
    line-height: 35px;
}

.career-value-box-img{

background: url('../images/our-val-box.png');

width: 115px;

height: 120px;

background-repeat: no-repeat;

background-size: cover;

display: flex;

align-items: center;

justify-content: center;

position: relative;

left: -4px;
}


.career-work-sec-head p {
    color: #fff;
    font-size: 50px;
    line-height: 70px;
    font-weight: 500;
}

.career-work-sec-head p span {
    color: #f67436;
}

.career-work-sec {
    padding: 200px 0 0 0;
    position: relative;
    z-index: 2;
}

.career-work-slider-box-inner{

background: url('../images/career-work-slider-box-inner.png');

width: 144px;

height: 150px;

display: flex;

align-items: center;

justify-content: center;

transition: 0.5s;
}
.career-work-slider-box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0 0 0;
}

.career-work-sec .slick-list {
    width: 120%;
    padding: 40px 0px !important;
}

.career-work-sec .slick-slide {width: 221px !important;}

.career-work-slider {
    margin: 60px 0 0 0;
}
.slick-slide.slick-current.slick-active .career-work-slider-box-inner {
    transform: scale(1.4);
    background: url('../images/career-work-slider-box-inner-orng.png');
    border-radius: 20px;
}

.slick-slide.slick-current.slick-active .career-work-slider-box h4 {
    padding: 40px 0 0 0;
}


.career-details {
    display: flex;
    align-items: start;
    justify-content: end;
    padding: 10px 0 50px 0;
    margin: 0 0 60px 0;
    border-image-source: linear-gradient(to left, #ff6b00, #ffffff08);
    border-image-slice: 1;
    :;
    border-bottom: 3px solid;
    column-gap: 70px;
}
.contact-home-sec {}

.open-pos-sec {
    padding: 200px 0px;
    position: relative;
    z-index: 1;
}

.open-pos-sec::before {
    content: "";
    position: absolute;
    background: url('../images/career-growth-shadow.png');
    width: 1148px;
    height: 1921px;
    top: -400px;
    left: 0;
    z-index: -1;
}


.our-car-ben-sec::before {
    content: "";
    position: absolute;
    background: url('../images/career-ben-shadow.png');
    width: 738px;
    height: 2117px;
    top: -200px;
    left: 0;
    z-index: -1;
}



.open-pos-sec h4 {
    color: #ff6b00;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Playfair Display';
}
.career-details-list li {
    display: inline;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding: 0 80px 0 0px;
}
.career-details-list {
    margin: 15px 0;
}
.career-details-inner h5 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.career-details-list li i {
    color: #f67436;
}

.career-apl-btn a {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 20px 27px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.career-apl-btn a img {
    padding: 0 0 0 20px;
    position: relative;
    left: 0;
    transition: 0.5s;
}

.open-pos-sec-head h5 {
    color: #ffff;
    font-size: 50px;
    /* font-weight: 500; */
}

.open-pos-sec-head h6 {
    color: #ffff;
    font-size: 50px;
    padding: 50px 0 100px 0;
    line-height: 70px;
}

.open-pos-sec-head h6 span {
    color: #f67436;
}

.border-none {
    border: none;
}


.trust-sec-career .trust-sec::before {
    display: none;
}



.our-car-ben-sec::after {
    content: "";
    position: absolute;
    background: url('../images/car-val-shadow.png');
    width: 739px;
    height: 1857px;
    top: 590px;
    right: 0;
    z-index: -1;
}

.career-value-sec {
    position: relative;
    z-index: 3;
}

.work-phone-btn {
    display: none;
}

.main-home-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
    background-color: #000000;
    position: relative;
}

.thankyou-banner h1 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}

.thankyou-banner p {
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding: 50px 0 0 0;
}

.thankyou-banner {
    padding: 80px 0 0 0;
}

.thankyou-banner .container-fluid {
    border: 2px solid #f67436;
    padding: 100px 0px;
}
.career-apl-btn a:hover img {
    left: 20px;
}
<!-- PHONE NUMBER INPUT REMOVE CSS -->
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 9;
}

.contact-form-box h4 {
    color: #a2a2a2;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Playfair Display';
}

.contact-form-box h1 {
    font-family: 'Playfair Display';
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 0 0;
    line-height: 110px;
    margin: 0 0 65px 0;
}

.contact-form-box h1 span {
    background-image: linear-gradient(to bottom, #ffffff, #a6c6f5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.input-fld input {
    border-width: 1px;
    border-color: rgb(255, 107, 0);
    border-style: solid;
    border-radius: 15px;
    height: 80px;
    width: 100%;
    margin: 0 0 50px 0;
    font-size: 25px;
    font-family: 'Degular';
    color: #fff;
    padding: 10px 40px;
}

.input-fld {
    position: relative;
}

.input-fld input::placeholder {
    color: #ffffff69;
}

.input-fld label {
    border-radius: 20px;
    background: url('../images/label-box.png');
    box-shadow: -4.702px 6.472px 26.46px 0.54px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -20px;
    z-index: 2;
    left: 40px;
    width: 182px;
    height: 43px;
}

.input-fld textarea {
    border-width: 1px;
    border-color: rgb(255, 107, 0);
    border-style: solid;
    border-radius: 15px;
    height: 200px;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 25px;
    font-family: 'Degular';
    color: #fff;
    padding: 40px 40px;
    resize: none;
}

.form-btn button {
    border-radius: 15px;
    background-image: -moz-linear-gradient( -51deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(154deg, #ff6b00 0%, rgb(255 255 255 / 54%) 100%);
    background-image: -ms-linear-gradient( -51deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    box-shadow: -4.702px 6.472px 26.46px 0.54px rgba(0, 0, 0, 0.1);
    padding: 20px 41px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.contact-us-sec {
    padding: 50px 0 0 0;
    position: relative;
    z-index: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}


.contact-us-sec::before {
    background: url(../images/career-header-shd-orng.png);
    background-repeat: no-repeat;
    width: 758px;
    height: 1423px;
    position: absolute;
    content: "";
    left: 0;
    top: -200px;
    z-index: -1;
}

.contact-us-sec::after {
    background: url(../images/career-header-shadow.png);
    background-repeat: no-repeat;
    width: 1107px;
    height: 1551px;
    position: absolute;
    content: "";
    right: 0;
    top: -180px;
    z-index: -1;
}

.contact-vacan-box{

background: url('../images/contact-form-vac-box.png');

width: 714px;

height: 1024px;

padding: 55px 45px;

border-radius: 20px;

position: relative;

z-index: 1;
}

.contact-vacan-box-inner{

background: url('../images/contact-vacan-box-inner.png');

width: 619px;

height: 571px;

padding: 30px 35px;

border-radius: 20px;
}


.contact-vacan-box h3 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.contact-vacan-box h5 {
    color: #fff;
    font-size: 30px;
    padding: 30px 0 100px 0;
}

.contact-vacan-box h6 {
    color: #fff;
    font-size: 20px;
    padding: 0 0 20px 0;
}


.contact-vacan-box-inner h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}

.contact-vacan-box p {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 25px 0;
}

.contact-vacan-box-list li{

background: url('../images/work-box-non.png');

width: 151px;

height: 64px;

display: flex;

align-items: center;

justify-content: center;

color: #ffff;

font-size: 17px;

transition: 0.5s;

cursor: pointer;

border-radius: 6px;
}

.contact-vacan-box-list {
    display: flex;
    align-items: center;
    column-gap: 17px;
    margin: 40px 0px;
}

.contact-vacan-box-list .active{

    background: url('../images/work-box-active.png');
}

.arrow-vacn{

background: url('../images/work-box-sub-cir.png');

width: 55px;

height: 56px;

display: flex;

align-items: center;

justify-content: center;
}

.contact-vacan-box::before{

background: url('../images/contact-form-vac-box-line.png');

position: absolute;

content: "";

width: 717px;

height: 621px;

right: 0;

top: 100px;

z-index: -1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; /* Change 'white' to the desired background color */
}


section.apply-box-sec-two p#error-message {
    padding: 15px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}

select#designation {
    position: relative;
            /* Ensure enough space for custom arrow */
    background: url('../images/down.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
    appearance: none;
}

select:focus {
            outline: none;
        }
