.border-btn-wrapper {
  transform: translate(0%, 0%);
}

.fm-big-circle {
  animation: fRotate 50s linear infinite;
}

.fm-icon-block img {
  animation: fRotate-reverse 50s linear infinite;
}
.fm-icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fm-icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.fm-icon-block:nth-child(3) {
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
}
.fm-icon-block:nth-child(4) {
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

.fm-icon-block:nth-child(5) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fm-icon-block:nth-child(6) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.fm-icon-block:nth-child(7) {
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
}
.fm-icon-block:nth-child(8) {
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

@keyframes fRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fRotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.play-btn::after {
  animation: rotatePlay 3s linear infinite;
}

.play-btn::before {
  animation: rotatePlayRev 3s linear infinite;
}

@keyframes rotatePlay {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes rotatePlayRev {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}

.video-ratio {
  aspect-ratio: 134 / 63;
}

.v-modal {
  animation: v-modal 0.5s linear;
  transform-origin: left;
}

@keyframes v-modal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.active-faq .plus {
  display: none !important;
}

.active-faq .minuse {
  display: block !important;
}

/* before width increase anim  */
.width-increase::before {
  animation: w-increase 1s linear;
  transform-origin: left;
}

@keyframes w-increase {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.screen-height {
  height: calc(100vh - 70px);
}

canvas {
  background-color: transparent !important; /* Default background color */
}

/* parallax style  */
#parallax-mouse {
  position: relative !important;
  width: 100%;
  height: 100%;
}
#parallax-mouse .layer:nth-child(1) {
  position: relative !important;
  left: -36% !important;
  top: -40% !important;
}
#parallax-mouse .layer:nth-child(2) {
  position: relative !important;
  left: 51% !important;
  top: -45% !important;
}
#parallax-mouse .layer:nth-child(3) {
  position: relative !important;
  left: -48% !important;
}
#parallax-mouse .layer:nth-child(4) {
  position: relative !important;
  top: 42% !important;
  left: -49% !important;
}

#parallax-mouse .layer:nth-child(5) {
  position: relative !important;
  left: 14% !important;
  top: 42% !important;
}
#parallax-mouse .layer:nth-child(6) {
  position: relative !important;
  top: 36% !important;
  left: 33% !important;
}

/* home three  */
.h3-nav-logo {
  clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
}

.bg-cover-bottom {
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover !important;
  background-position: center !important;
}

/* custom scrollbar  */

/* width */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #f9c8b8;
  opacity: 0.8;
  border-radius: 10px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #ec4814;
}
.swiper-slide-thumb-active {
  border: 2px solid #ec4814;
}
.open-anim {
  transform-origin: top left;
  animation: slider-open 200ms linear;
}

@keyframes slider-open {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.option-open {
  transform-origin: top left;
  animation: option-open 300ms linear;
}

@keyframes option-open {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.bg-\[\#FFFAF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity)) !important;
}

.moving-anim-x {
  transform-origin: top left;
  animation: xMoving-anim 3000ms linear infinite alternate;
}

@keyframes xMoving-anim {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

.moving-anim-y {
  transform-origin: top left;
  animation: yMoving-anim 2000ms linear infinite alternate;
}

@keyframes yMoving-anim {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}







.v-center {
  align-items: center;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* header */
.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0 25px;
    color: #fff;
}
.header .item-left {
  flex: 0 0 20%;
}
.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
.header .item-center {
    flex: 0 0 58%;
}
.header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.header .menu > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 55px;
}
.header .menu > ul > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #151515;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}
img.logo-foot {
    max-width: 150px;
}

.about-banner-h {
  height: 300px;
  object-fit: cover;
}
.bg-2 {background: #fff !important;}
.pb-80 {
  padding-bottom: 80px !important;
}

.head-top {
    background: #FF4136;
}


.head-top .text-heading {
  color: #fff;
}
.head-top .text-heading svg path {
    fill: #fff;
}
.banner-100vh {
  height: calc(100vh - 115px);
}
/* .header:before {
    content: "";
    position: absolute;
    right:0px;
    top: 6px;
    width: 40px;
    height: 40px;
    background: red;
    transform: rotate(45deg);
} */
.carrer-postions {
    display: flex;
    justify-content: space-between;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-60  {
  padding-top: 60px !important;
}
.career-box a.bg-btn.flex.h-fit {
    position: absolute;
    right: 25px;
    top: 40px;
    padding: 13px 25px;
    z-index: 1;
}
.career-box a.bg-btn.flex.h-fit:hover {
    background: #000;
    border: 1px solid #000;
}
.career-right .bg-white.mb-5.faq-toggler {
    cursor: pointer;
}

.career-right h1:hover {
    background-color: #151515 !important;
    color: #fff;
    border: 1px solid #151515 !important;
}



.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
/* .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
} */

.accordion.career-box .accordion-item {
    border:0px;
    border-radius: 10px;
    margin: 0 0 10px 0;
}

.career-box .accordion-content .box-pading-career {
  padding: 25px;
  border: 1px solid #242424;
  border-radius: 6px;
  margin: 6px 0 0 0;
  position: relative;
  background: #111;
  color: #fff;
}

.accordion.career-box .accordion-item button {
  padding: 10px 20px;
  background: #151515;
  color: #dfdfdf;
  border-radius: 7px;
  border: 1px solid #242424;
  font-weight: bold;
}
div#stickyHeader {
  border-top: 2px solid #eee;
  background: #151515 !important;
}
.po-relative {
  position: relative;
}

.slide-img-le-ri {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
img.slide-left-img {
  width: 244px;
  position: absolute;
  left: 0;
  bottom: 0;
}
img.slide-right-img {
  width: 285px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.w-full.slider-m-box {
  position: relative;
  z-index: 1;
  max-width: 70%;
}

.section-relative:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.about-po-same .slide-img-le-ri img.slide-left-img {
  width: 150px;
}
.about-po-same .slide-img-le-ri img.slide-right-img {
  width: 170px;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}

.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}



.demo-slider .intro,
.demo-slider footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.demo-slider .intro {
    background: #6e4ce1;
    color: #f6f2e8;
}

.demo-slider footer {
    background: #04091E;
    color: #f6f2e8;
    flex-direction: column;
}

.demo-slider h1 {
    font-size: 4rem;
}

.demo-slider h2 {
    font-size: 2rem;
}

.demo-slider a {
    transition: all 0.3s ease-in-out;
    display: block;
    margin: 20px 0 0 0;
    font-size: 1.2rem;
    color: #F6F2E8;
    text-decoration: none;
}

.demo-slider a:hover {
    color: #6e4ce1;
}

/* horizontal scroll */
.demo-slider #horizontal-scoll {
    padding: 100px 0 0px 0 !important;
    height: auto !important;
}

.demo-slider .horizontal-scoll-wrapper {
    overflow: hidden;
    height: 525px;
}

.demo-slider .horizontal {
    display: flex;
    height: 100%;
}

.demo-slider .horizontal>div {
    display: flex;
    flex-shrink: 0;
    padding: 0 5px;
}

.demo-slider .horizontal>div:first-child {
    padding: 0 5px 0 15px;
}

.demo-slider .horizontal>div:last-child {
    padding: 0 15px 0 5px;
}

.demo-slider .horizontal .card {
    align-items: stretch;
    width: 95vw;
    padding: 50px 40px;
    background: TRANSPARENT;
    border-radius: 38px;
    color: #f6f2e8;
}

.card-logo {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 50px;
}

.card-log-text p {
    font-size: 20px;
    margin: 0 0 30px 0;
}
.card-log-text ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.card-log-text ul li a {
    color: #FF4136;
    font-size: 17px;
    /* text-decoration: underline; */
    margin: 0 0 10px 0;
}

.bg-span6 {
  background: #232323 !important;
  border-radius: 20px;
}

.p-10.flex.flex-col.sm\:flex-row.items-center.rounded.bg-\[\#F5F8FB\].gap-8.border.border-\[\#F8F8F8\].bg-add.bg-add-text {
    border: 1px solid #3f3f3f;
}
.ser-page-box {
  padding-left: 30px;
}

.ser-img {
  justify-items: center;
}

.p-30 {
  padding: 30px;
}
.mb-70 {
  margin-bottom: 50px;
}

.headtext h1 span {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
.headtext h2 {
  margin: 10px 0 0 0;
}
.ser-page-box ul {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
}

.ser-page-box ul li {
  margin-bottom: 30px;
}
.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ul-services li {
  position: relative;
  padding-left: 45px;
}
.ul-services li span {
  position: absolute;
  left: 0;
  top: 4px;
}
.ul-services li span img {
  width: 25px;
}
.ser-page-box ul li h3 {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 10px 0;
}
.ser-page-box ul li p {
  color: #fff;
  font-size: 15px;
}


.bg-span6.ser-img {
  padding: 0;
}
/* .bg-span6.ser-img  img {
  border-radius: 30px;
  width: 100%;
} */

.bg-span6.ser-img  img {
    border-radius: 20px;
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.ser-page-box {
  height: 100%;
  display: grid;
  align-items: center;
  align-content: center;
}
/* #stickyHeader {
  display: none;
} */


.service-icon-svg svg {
  transition: 0.5s;
}

.service-icon:hover .service-icon-svg svg path {
  fill: #FF4136;
}


/*apply button*/

.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(to right, #834d9b, #d04ed6);
  background: linear-gradient(to right, #834d9b, #d04ed6);
}

.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: "Roboto", sans-serif;
}


.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}

.modal__footer {
  text-align: right;
}

.modal__footer a {
  color: #585858;
}

.modal__footer i {
  color: #d02d2c;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal__content {
    background-color: #000000 !important;
    margin: 7% auto;
    padding: 30px 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 650px;
    border: 1px solid #1e1e1e;
}
button.modal__close {
  background: #3e3e3e !important;
}

.from-input.from-input-two {
  grid-column: 1 / span 2;
}
/* Optional Styling */
.from-input {
  margin-bottom: 15px;
}

.from-input label {
  font-size: 15px;
  color: #fff;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}

.from-input input, .from-input textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  background: #151515;
  border-radius: 5px;
  font-size: 13px;
  padding: 5px 14px;
  height: 40px;
  color: #fff;
}

.upload-resume-bx {
    width: 100%;
    padding: 8px;
    border: 1px solid #FF4136;
    border-radius: 4px;
    background: #FF4136;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px 14px;
    height: 40px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-resume-bx em {
    font-size: 15px;
    font-style: normal;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}
.upload-resume-bx input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.from-input input[type="file"] {
  padding: 5px 7px;
}
.from-input textarea {
  height:80px;
}

.from-input button {
  background: #FF4136;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  font-weight: 500;
}


.demo-modal-from {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media (min-width: 992px) {
.header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 8px;
    visibility: visible;
    opacity: 1;
}

}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
}
.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  /* padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555; */
  transition: color 0.3s ease;
  display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
.header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #fff;
  opacity: 0.7;
}

.sub-menu.single-column-menu ul li a:hover, .sub-menu.mega-menu.mega-menu-column-4 ul li a:hover {
  color: #FF4136 !important;
}
/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

a.mob-head svg path {
    stroke: #fff;
}

a.mob-head p {
  color: #fff;
  font-size: 13px;
}
a.mob-head p.text-xl.font-semibold {
  font-size: 19px;
}
a.mob-head {
  flex: 14%;
  display: flex;
  gap: 12px;
  justify-content: end;
}
/* .bg-1 {
  background:rgb(236 72 20 / 17%) !important;
} */


/* .bg-1 {
    background: rgb(236 72 20 / 10%) !important;
} */
.career-right h1 {
    border: 2px solid #FF4136;
    transition: 0.5s;
}

.career-right .shadow-primary.p-5.rounded-b-md.bg-white.text-paragraph.text-lg {
    background: rgb(236 72 20 / 10%) !important;
    border-radius: 10px;
    margin-top: 10px;
}
.career-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #FF4136;
    margin: 0 0 10px 0;
}
.career-box h4 {
  font-size: 20px;
  font-weight: bold;
  color: #ededed;
  margin: 0 0 10px 0;
}
.career-box-dec {
    background: #1c1c1c;
    border-radius: 10px;
    margin: 20px 0 0 0;
    padding: 30px;
    color: #fff;
}
.career-box-dec h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 13px 0;
}
.career-box-dec p {
    font-size: 15px;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    position: relative;
}
.career-box-dec p:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #FF4136;
    border-radius: 100px;
}
/*responsive*/
@media (max-width: 991px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .text-\[55px\] {
    font-size: 36px;
}
.grid-two {
    grid-template-columns: 1fr;
}
.ser-page-box {
    padding-left: 10px;
}
.bg-span6.ser-img  img {
    height: 220px;
}
  .carrer-postions {
    display: grid;
    padding: 0 30px;
  }
  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }
  .v-center {
    justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #111;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #111;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}


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

img.logo-class {
  padding: 15px 10px;
  width: 170px;
}
a.mob-head svg {
  width: 40px;
  height: 40px;
}
.bg-heading.relative {
    background: #111 !important;
}
div#stickyHeader {
    border-top: 1px solid #eee;
    background: #151515 !important;
}

div#stickyHeader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #FF4136;
}

.bg-add {
    background: rgba(0, 0, 0, 0.3) !important;
}
.bg-add-text .text-heading {
    color: #fff;
}
.bg-add-text a.text-xl.sm\:text-2xl.sm\:leading-10.font-bold.mt-5.text-heading {
    font-size: 21px;
    margin: 23px 0 0 0 !important;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

.bg-sb-orange\/10 {
    background-color: rgb(0 0 0 / 0.4);
}

.bg-add-text .flex.w-20.h-20.border-2.bg-\[\#FFFAF0\].border-heading.justify-center.items-center.text-heading.group-hover\:border-sb-orange.group-hover\:bg-sb-orange.group-hover\:text-sb-orange.rounded-\[20px\].transition-all.duration-300 {
    color: #000;
}



.group:hover .group-hover\:text-sb-orange {
    --tw-text-opacity: 1;
    color: #FF4136 !important;
}
button.project-slider-prev.flex.justify-center.items-center.h-\[60px\].w-\[60px\].rounded-\[15px\].border-\[1\.5px\].border-heading\/10.group.transition-all.duration-300.hover\:border-sb-orange.text-sb-orange.hover\:text-heading {
    border: 1px solid #fff;
    color: #fff;
}

.absolute.w-full.h-fit.max-w-\[630px\].right-0.bg-white.rounded-\[20px\].overflow-hidden.lg\:p-\[60px\].p-7.shadow-primary.bg-add.bg-add-text {
    background: #000 !important;
}
.absolute.-bottom-4.bg-white.rounded-\[10px\].px-5.py-2\.5.flex.items-center.h-fit.gap-3\.5.bg-add.bg-add-text {
    background: #000 !important;
}

@media (max-width: 640px){
  a.mob-head {
    display: none;
}
.card-logo svg {
    height: auto;
    margin: 0 0 30px 0;
    width: 120px !important;
}
.card-logo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
.demo-slider .horizontal .card {
    width: 98vw;
    padding: 10px 10px;
}
img.logo-class {
    width: 110px;
}
.header .item-left {
    flex: 0 0 60%;
}
img.slide-left-img {
    width: 94px !important;
}
img.slide-right-img {
  width: 105px !important;
}
section.bg-white.section-relative.po-relative .flex.gap-7.h-fit.items-center.mt-10 {
    display: grid;
}
section.w-full.px-4.lg\:px-0.py-\[60px\].lg\:py-\[70px\].overflow-hidden.bg-1 .grid-cols-6 {
    grid-template-columns: 1fr !important;
}
h3.plat-heading {
    padding: 0 30px;
    margin: 0;
}
.career-box a.bg-btn.flex.h-fit {
    position: relative;
    right: 0;
    top: 0px;
    padding: 13px 25px;
    z-index: 1;
    left: 0px;
}
.from-input.from-btn {
    grid-column: 1/ span 2;
}
.demo-modal-from {
    display: inline-block;
    width: 100%;
}
.accordion.career-box.mt-9 {
    padding: 0 15px;
}
}