@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FarnhamDisplay";
  src: url("../fonts/FarnhamDisplay-Light.woff2") format("woff2"), url("../fonts/FarnhamDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

body {
  font-size: 14px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-58 {
  margin-top: 58px;
}

h1 {
  font-family: "Satoshi";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

h2 {
  font-family: "Satoshi";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 30px */
  margin-bottom: 24px;
}

p {
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.red {
  color: #ff0b0b;
}

.white {
  color: #fff;
}
.white2
{
	color: #fff !important;
}
.flex {
  display: flex;
}

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

.font-14 {
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.font-16 {
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.img-responsive {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.view {
  display: none !important;
}

.block-btn {
  background: #383a39;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 3px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.block-btn.white {
  background: #fff;
  color: #222423;
  transition: all 0.3s ease-in-out;
}
/* .block-btn.white:hover {
  background: #ff0b0b;
	color:#fff;
  transition: all 0.3s ease-in-out;
} */
.block-btn:hover {
  background: #ff0b0b;
  transition: all 0.3s ease-in-out;
}

.contact-btn.active .block-btn.white {
  background: #ff0b0b;
	color:#fff;
  transition: all 0.3s ease-in-out;
}

.contact-btn:hover .block-btn.white {
  background: #ff0b0b;
	color:#fff;
  transition: all 0.3s ease-in-out;
}

.contact-btn:hover .round-red {
  background: #ff0b0b;
	
  transition: all 0.3s ease-in-out;
}
.contact-btn:hover .round-red img {
  filter:brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}
.btn {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  display: flex;
  padding: 10.5px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: #ff0b0b;
  color: #fff;
  text-align: justify;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.mobilemenucontainer {
  display: none;
}

.navbar {
  position: fixed;
  top: 32px;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
.navbar .nav-wraps {
  padding: 0px 32px;
}
.navbar .nav-wraps .main-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
/* .navbar .nav-wraps .main-nav .nav-logo img {
  width: 39.174px;
  height: 30px;
} */
.navbar .nav-wraps .main-nav .nav-list {
  display: flex;
  align-items: center;
}
.navbar.small .nav-wraps .main-nav .nav-logo img {
  filter: brightness(0) invert(1);
}

.nav-box {
  display: flex;
  padding: 3px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background: #383a39;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  transition: all 0.3s ease-in-out;
}
.nav-box.active {
  background: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.nav-box:hover {
  background: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.nav-box.red {
  background: #ff0b0b;
}

.main-sec {
  position: relative;
  background: #222423;
  width: 100%;
  height: 130vh;
  z-index: 1;
}
.main-sec .sticky-top {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.gif-wrappper{
display:none;
	
}
.overall-grid {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: repeat(25, 1fr);
}

.relative {
  position: relative;
  width: 5.5vw;
  height: 5.5vw;
}

.rectangle {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0b0b;
	z-index:4;
}

.gridded-container {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(23, 1fr);
  grid-template-rows: repeat(20, 1fr);
  z-index: 0;
}
.gridded-container img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 1.3s ease;
}
.gridded-container img:hover {
  opacity: 1;
  transition: 0s ease;
}

.contents-wraps {
  padding-top: 70px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.contents-wraps .block-btn:hover{
	background: #383A39;

}

.contents-wrapped ul{
	margin-bottom: 20px;
	font-family: "Satoshi";
}
.contents-wrapped ol {
    margin-bottom: 20px;
	font-family: "Satoshi";
}

.main-title {
  width: 280px;
/*   position: relative; */
/*   z-index: 1; */
}

.bottom-txt-wraps {
/*   position: relative; */
/*   z-index: 1; */
  width: 235px;
}

.Typewriter__cursor {
  display: none;
  opacity: 0 !important;
  margin-left: 0;
}

.scroll-wraps {
  position: relative;
  z-index: 1;
  width: 120px;
  margin-top: 27px;
  display: flex;
  align-items: center;
}
.scroll-wraps img {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.blink-wraps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 73px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: -1;
  opacity: 0;
}
.blink-wraps .blinking-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blink-wraps .blinking-content .quotes h1 {
  color: #fff;
  font-family: "Satoshi";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.blink-wraps .blinking-content .quotes .blinks {
  margin-left: 10px;
  animation: blink 1200ms ease-out infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.progamming {
	border-top:1px solid #4C4E52;
  background: #222423;
	border-bottom:1px solid #4C4E52;
}
.progamming .programming {
  padding-top: 30px;
  padding-bottom: 172px;
  text-align: right;
}
.progamming .programming .font-16 {
  color: #fff;
}
.progamming .programming .language-icons-wraps {
  width: 600px;
  margin-left: auto;
  margin-top: 55px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-left: 30px;
}
.progamming .programming:nth-child(1) {
  padding-right: 32px;
  position: relative;
}
.progamming .programming:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #4c4e52;
  width: 1px;
  height: 470px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.progSwiper .swiper-button-next {
  right: 70px;
  left: auto;
  top: auto;
  bottom: 27px;
  display: flex;
  align-items: flex-end;
}
.progSwiper .swiper-pagination {
  bottom: 32px;
  top: auto;
  left: auto;
  right: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
	
}
.progSwiper .swiper-pagination-bullet {
/*   padding: 3px 16px; */
  border-radius: 32px;
  background: #383a39;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 42px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
	display:flex;
  justify-content: center;
  align-items: center;
	margin:0px !important;
}
.progSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff0b0b;
  color: #fff;
}

.services {
  position: relative;
  padding: 148px 104px;
  background: #222423;
  width: 100%;
  display: flex;
}
.services .middle-circle-wraps {
  position: absolute;
  top: 10%;
  left: 50%;
      width: 30.573vw;
    height: 34.01vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translate(-50%, 0%);
  border-radius: 100%;
  overflow: hidden;
}
.services .middle-circle-wraps .circle-red {
 width: 28.125vw;
    height: 28.125vw;
  background: #ff0b0b;
  border-radius: 100%;
}
.services .middle-circle-wraps .hand-mobile {
 width: 65.156vw;
    height: 43.438vw;
  position: absolute;
  /* transform: translateY(200px); */
  left: -50%;
  top: -5%;
  transform: rotate(-14.873deg);
}
.services .service-topic {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  width: 420px;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  text-align: right;
}
.services .service-topic p {
  width: 364px;
}

.more-btn {
	width:fit-content;
  border-radius: 28px;
  border: 1px solid #fff;
  display: flex;
  padding: 10.5px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: justify;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.more-btn .arrow-right {
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url(../images/white-right-arrow.svg) no-repeat center;
  mask: url(../images/white-right-arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: block;
  transition: all 0.3s ease-in-out;
}
.more-btn.black {
  color: #222423;
  border: 1px solid #222423 !important;
}
.more-btn.black .arrow-right {
  background: #222423;
  transition: all 0.3s ease-in-out;
}
.more-btn.black:hover {
  background: #222423;
  color: #fff;
}
.more-btn.black:hover .arrow-right {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.more-btn.red {
  color: #fff;
  background: #ff0b0b;
  border: 1px solid #ff0b0b !important;
}
.more-btn.red .arrow-right {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.more-btn.red:hover {
  background: #222423;
  color: #fff;
}
.more-btn.red:hover .arrow-right {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.more-btn:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #222423;
}
.more-btn:hover .arrow-right {
  background: #222423;
  transition: all 0.3s ease-in-out;
}

.industry-sec {
  position: relative;
  padding-top: 90px;
  height: 900px;
}
.industry-sec .industry-girl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.industry-sec .industry-content-wraps {
  position: relative;
  padding-top: 390px;
  padding-bottom: 94px;
  height: 100%;
}
.industry-sec .industry-content-wraps .bottom-blocks {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 270px;
}
.industry-sec .industry-content-wraps .bottom-blocks .black-block {
  width: 270px;
  height: 270px;
}
.industry-sec .industry-content-wraps .bottom-blocks .long-block {
  width: 100%;
  height: 270px;
  background: #ff0b0b;
}
.industry-sec .industry-content-wraps .middle-blocks {
  position: absolute;
  top: 33.4%;
  left: 0;
  width: 50%;
  height: 270px;
  display: flex;
}
.industry-sec .industry-content-wraps .curve-blocks {
  position: absolute;
  top: 1%;
  left: 270px;
  width: 270px;
  height: 270px;
  display: flex;
}
.industry-sec .industry-content-wraps .curve-blocks-down {
  position: absolute;
  bottom: -270px;
  right: 270px;
  width: 270px;
  height: 270px;
  display: flex;
  z-index: 2;
}
.industry-sec .industry-content-wraps .curve-blocks-down img {
  transform: rotate(180deg);
}
.industry-sec .industry-content-wraps .industry-details {
  position: relative;
  display: flex;
  width: 420px;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 16px;
  left: 10%;
  transform: translate(50%, 0%);
}
.industry-sec .industry-content-wraps .industry-details p {
  width: 349px;
}

.red-mask {
  width: 270px;
  height: 270px;
  background: #ff0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red-mask .man-circle {
  width: auto;
  border-radius: 100%;
}

.multiselect {
  position: relative;
  background: #222423;
  padding-top: 350px;
  padding-bottom: 470px;
  z-index: 1;
}
.multiselect .handblack {
  position: absolute;
  left: -2%;
  bottom: 40%;
  z-index: -1;
}
.multiselect .big-text {
	position:relative;
  height: 587.9px;
}

.multiselect .big-text .content-topic .d1 {
	 position: absolute;
	bottom:0;
	right:0;
  z-index: -2;
  color: #383a39;
  text-align: right;
  font-family: "Satoshi";
  font-size: 196px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 196px */
}
.multiselect .big-text .content-topic:nth-child(1) .d1 {
  margin-left: auto;
  width: 896px;
}
.multiselect .left-part-topic {
  display: flex;
  width: 370px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.multiselect .left-part-topic p {
  width: 321px;
}
.multiselect .tech-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.multiselect .tech-grid .tab-wraps {
  display: flex;
  gap: 30px;
}
.multiselect .tech-grid .tab-wraps .contents {
  padding-top: 10px;
  border-top: 1px solid #4c4e52;
  width: 100%;
}
.multiselect .tech-grid .tab-wraps .contents p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.multiselect .tech-grid .tabs {
  width: 100%;
}
.multiselect .tech-grid .tabs ul li {
  cursor: pointer;
  border-top: 1px solid #4c4e52;
  padding-top: 7px;
  padding-bottom: 7px;
}
.multiselect .tech-grid .tabs ul li:nth-last-child(1) {
  border-bottom: 1px solid #4c4e52;
}
.multiselect .tech-grid .tabs ul li:hover button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.multiselect .tech-grid .tabs ul li:hover button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.multiselect .tech-grid .tabs ul li:hover button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.multiselect .tech-grid .tabs ul li button {
  width: 100%;
  background: none;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.multiselect .tech-grid .tabs ul li button .round-arrows {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
}
.multiselect .tech-grid .tabs ul li button .round-arrows img {
  position: absolute;
  top: 0;
  left: 0;
}
.multiselect .tech-grid .tabs ul li button .round-arrows img:nth-child(1) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.multiselect .tech-grid .tabs ul li button .round-arrows img:nth-child(2) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.multiselect .tech-grid .tabs ul li.active button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.multiselect .tech-grid .tabs ul li.active button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.multiselect .tech-grid .tabs ul li.active button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.content-detail {
  display: none;
}

.content-topic {
  display: none;
}

.company-sec {
  position: relative;
  z-index: 1;
}
.company-sec .vertical-swiper {
  overflow: visible;
  overflow-x: clip;
}
.company-sec .vertical-swiper .swiper-button-prev {
  top: auto;
  bottom: 0;
}
.company-sec .vertical-swiper .swiper-button-next {
  top: auto;
  bottom: 0;
}
.company-sec .vertical-swiper .swiper-slide {
  padding-bottom: 270px;
}
.company-sec .vertical-swiper .swiper-counter {
  position: absolute;
  top: auto;
  bottom: 30px;
}
.company-sec .article-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.company-sec .change {
  height: 100%;
}
.company-sec .change .changing-btn-wraps .change-btns {
  display: flex;
}
.company-sec .change .changing-btn-wraps .change-btns .previous {
  width: 240px;
  height: 240px;
}
.company-sec .change .changing-btn-wraps .change-btns .next {
  width: 240px;
  height: 240px;
}


.company-sec .company-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.company-sec .heading-wraps {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
	height:663px; 
  background: #ddd;
  padding-left: 30px;
  padding-right: 90px;
  padding-top: 185px;
  padding-bottom: 125px;
  z-index: 1;
}
.company-sec .heading-wraps::before {
  content: "";
  position: absolute;
  top: -270px;
  right: 0;
  background: #ddd;
  border-radius: 270px 0px 0px 0px;
  width: 270px;
  height: 270px;
  z-index: -1;
}
.company-sec .heading-wraps .heading {
  display: flex;
  width: 420px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.company-sec .change-btns {
  display: flex;
}
.company-sec .change-btns .previous {
  width: 270px;
  height: 270px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #ddd;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  transition: all 0.3s ease-in-out;
}
.company-sec .change-btns .previous:hover {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.company-sec .change-btns .next {
  width: 270px;
  height: 270px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #ff0b0b;
  border-radius: 100%;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  transition: all 0.3s ease-in-out;
}
.company-sec .change-btns .next:hover {
  background: #e00a0a;
  transition: all 0.3s ease-in-out;
}

.footer {
  background: #222423;
  padding-top: 30px;
  padding-bottom: 32px;
}
.footer.red {
  background: #ff0b0b;
}
.footer.red .footer-links ul li a {
  color: #fff;
}
.footer.red .footer-links ul li a:hover {
  color: #222423;
}
.footer.red .rights .developed a {
  color: #fff;
}
.footer.red .rights .developed a:hover {
  color: #222423;
}
.footer.grey {
  background: #ddd;
}
.footer.grey .footer-links h3 {
  color: #222423;
}
.footer.grey .footer-links ul li a {
  color: #222423;
}
.footer.grey .footer-links ul li a:hover {
  color: #ff0b0b;
}
.footer.grey .rights .copyright {
  color: #222423;
}
.footer.grey .rights .developed {
  color: #222423;
}
.footer.grey .rights .developed a {
  color: #222423;
}
.footer.grey .rights .developed a:hover {
  color: #ff0b0b;
}
.footer .footer-top-wraps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.footer .footer-grid {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.footer .footer-links h3 {
  color: #fff;
  margin-bottom: 28px;
}
.footer .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer .footer-links ul li a {
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.footer .footer-links ul li a:hover {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.footer .footer-links .socials {
  display: flex;
  gap: 12px;
}
.footer .rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .rights .copyright {
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.footer .rights .developed {
  color: #fff;
  text-align: right;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.footer .rights .developed a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer .rights .developed a:hover {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}

.company {
  padding-top: 73px;
  padding-bottom: 108px;
}
.expertise-main .top-topic .d2 {
  font-family: "Satoshi";
  font-size: 13.333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 256px */
}

.top-topic .d2 {
  font-family: "Satoshi";
  font-size: 256px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 256px */
}

.company-details .details-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1.1fr;
  gap: 9px;
  margin-bottom: 15px;
}
.company-details .details-grid .details-topic{
	max-width:476px;
}
.company-details .founder-wraps {
  margin-right: 21px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.company-details .founder-wraps .red-circle-man {
  width: 100%;
  height: auto;
  margin-left: auto;
  border-radius: 100%;
  overflow: hidden;
  background: #ff0b0b;
}
.company-details .founder-wraps .red-circle-man img {
  width: 100%;
  height: 100%;
}
.company-details .founder-wraps h2 {
  margin-top: 40px;
  color: #222423;
  text-align: right;
}
.company-details .founder-wraps p {
  width: 100%;
  text-align: right;
}

.right-side-wraps {
  margin-top: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.right-side-wraps .man-circle {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0b0b;
}
.right-side-wraps .man-circle img {
  border-radius: 100%;
}
.right-side-wraps h2 {
  margin-top: 40px;
}
.right-side-wraps p {
  text-align: right;
}

.company-tab {
  padding-bottom: 218px;
}
.company-tab .big-text{
	position:relative;
	height: 395px;
}
.company-tab .big-text .d1 {
	position:absolute;
	left:0;
	bottom:0;
  color: #f5f5f5;
  font-family: "Satoshi";
  font-size: 196px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 196px */
}
.company-tab .option-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 2fr 1.1fr;
}
.company-tab .option-grid .right-sided-topic {
  width: 408px;
  text-align: right;
  margin-left: auto;
}
.company-tab .option-grid .tab-wraps {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
}
.company-tab .option-grid .tabs {
  width: 100%;
}
.company-tab .option-grid .tabs ul li {
  cursor: pointer;
  border-top: 1px solid #4c4e52;
  padding-top: 7px;
  padding-bottom: 7px;
}
.company-tab .option-grid .tabs ul li:nth-last-child(1) {
  border-bottom: 1px solid #4c4e52;
}
.company-tab .option-grid .tabs ul li:hover button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .tabs ul li:hover button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .tabs ul li:hover button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .tabs ul li button {
  width: 100%;
  background: none;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .tabs ul li button .round-arrows {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
}
.company-tab .option-grid .tabs ul li button .round-arrows img {
  position: absolute;
  top: 0;
  left: 0;
}
.company-tab .option-grid .tabs ul li button .round-arrows img:nth-child(1) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .tabs ul li button .round-arrows img:nth-child(2) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .tabs ul li.active button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .tabs ul li.active button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .tabs ul li.active button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.company-tab .option-grid .contents {
  padding-top: 10px;
  border-top: 1px solid #4c4e52;
}
.company-tab .option-grid .contents .option-detail p {
  margin-bottom: 20px;
}

.option-topic {
  display: none;
}

.option-detail,
.option-details {
  display: none;
}

.our-people .people-topic-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
}
.our-people .people-topic-grid .people-img-wraps {
  position: relative;
}
.our-people .people-topic-grid .people-img-wraps img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-people .people-topic-grid .our-people-wraps {
  padding: 137px 147px;
}
.our-people .people-topic-grid .our-people-wraps h1 {
  width: 320px;
}
.our-people .people-topic-grid .ceo-details {
  background: #222423;
  padding-top: 151px;
  padding-left: 147px;
  padding-right: 148px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.our-people .people-topic-grid .ceo-details .name {
	padding:8px 0px;
  display: flex;
  gap: 41px;
  align-items: flex-end;
	border-top:1px solid #4C4E52;
	border-bottom:1px solid #4C4E52;
}
.our-people .people-topic-grid .ceo-details .name h1 {
  margin-bottom: 23px;
}
.our-people .people-topic-grid .ceo-details .name .linkedin-wraps {
  width: 30px;
  height: 30px;
  background: #ff0b0b;
  border-radius: 100%;
}
.our-people .people-topic-grid .ceo-details .ceo-words {
	border-top:1px solid #4C4E52;
	padding-top:8px;
  margin-left: 0;
  width: 321px;
}
.our-people .people-topic-grid .ceo-details .ceo-words p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.team {
  background: #222423;
  padding-top: 82px;
  padding-bottom: 135px;
}
.team .big-text {
  padding-bottom: 72px;
}
.team .big-text h1 {
  color: #383a39;
  text-align: right;
  font-family: "Satoshi";
  font-size: 196px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.team .employe-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.team .employe-wrapper.down {
  margin-top: 222px;
}
.team .locaations-wrappers .channel-details {
  margin-right: 155px;
  width: 323px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-direction: 24px;
}
.team .locaations-wrappers .channel-details p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 20px;
}

.employee-card {
  width: 100%;
  background: #ff0b0b;
}
.employee-card .employee-img {
  height: auto;
  background: #ff0b0b;
}
.employee-card .employee-wraps {
  padding: 10px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.employee-card .employee-wraps .linked-wraps {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employee-card .employee-wraps .linked-wraps a{
	display:flex;
	align-items:center;
	justify-content:center;
}
.employee-card .employee-name {
  color: #fff;
}
.employee-card .employee-name h2 {
  margin-bottom: 4px;
}

.channel-wraps {
  position: relative;
  margin-top: 120px;
  padding-left: 73px;
  padding-right: 73px;
  padding-bottom: 28px;
}
.channel-wraps .round-circle-1 {
  position: absolute;
     width: 23.5%;
    height: 49.5%;
  border-radius: 100%;
  border: 1px solid rgba(255, 11, 11, 0.5019607843);
      top: 28.7%;
    right: 28.7%;
}
.channel-wraps .round-circle-2 {
  position: absolute;
     width: 23.5%;
    height: 49.5%;
  border-radius: 100%;
  border: 1px solid #ff0b0b;
    top: 29.7%;
    right: 22.3%;
}
.channel-wraps .tool-tiped {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.channel-wraps .tool-tiped .plus-icon {
  cursor: pointer;
  display: flex;
  position: absolute;
      top: 0;
    left: 0;
    width: 45px;
    height: 45%;
}
.channel-wraps .tool-tiped .plus-icon:hover .tool-tip {
  opacity: 1;
}
.channel-wraps .tool-tiped .plus-icon-1 {
  cursor: pointer;
  display: flex;
  position: absolute;
     top: 45%;
    right: 13%;
    width: 48px;
    height: 45%;
}
.channel-wraps .tool-tiped .plus-icon-1:hover .tool-tip {
  opacity: 1;
}
.channel-wraps .tool-tiped .plus-icon-2 {
  cursor: pointer;
  display: flex;
  position: absolute;
     bottom: 2%;
    right: 0;
    width: 48px;
	height: 45%; 
}
.channel-wraps .tool-tiped .plus-icon-2:hover .tool-tip {
  opacity: 1;
}

.tool-tip {
    opacity: 0;
    position: absolute;
    top: -195%;
    left: 95%;
}
.tool-tip div {
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

.career {
  position: relative;
  padding-top: 196.02px;
  padding-bottom: 135px;
  background: #ff0b0b;
  z-index: 1;
	border-bottom: 1px solid #FFFFFF;
}
.career .bracket {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.career .career-grid {
  margin-bottom: 103px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career .career-grid .career-content-wraps {
  margin-left: 155px;
  display: flex;
  width: 482px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.career .career-grid .career-content-wraps h1{
	max-width:300px;
}
.career .career-grid .career-content-wraps p {
  width: 420px;
}
.career .career-grid .career-image {
  margin-right: 5px;
  display: flex;
  gap: 30px;
}
.career .wraps-images {
  margin-left: 155px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-main {
  padding-top: 73px;
}
.service-main .service-topic-wraps {
  margin-top: 106px;
  width: 453px;
}

.services-tab {
  position: relative;
  padding-bottom: 220px;
	z-index:1;
}
.services-tab .hands-mobile {
  position: absolute;
  bottom: 0;
  left: -30%;
  z-index: -1;
}
.services-tab .facility-tabs-wraps {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.services-tab .facility-tabs-wraps .big-text{
	position:relative;
	    margin-top: -225px;
	height: 588px;
	z-index:-1;
}
.services-tab .facility-tabs-wraps .big-text .d1 {
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
  color: #f5f5f5;
  text-align: right;
  font-family: "Satoshi";
  font-size: 196px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.services-tab .tabs {
  width: 323px;
/*   margin-bottom: 80px; */
}
.services-tab .tabs ul li {
  cursor: pointer;
  border-top: 1px solid #4c4e52;
  padding-top: 7px;
  padding-bottom: 7px;
}
.services-tab .tabs ul li:nth-last-child(1) {
  border-bottom: 1px solid #4c4e52;
}
.services-tab .tabs ul li:hover button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.services-tab .tabs ul li:hover button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services-tab .tabs ul li:hover button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.services-tab .tabs ul li button {
  width: 100%;
  background: none;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.services-tab .tabs ul li button .round-arrows {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
}
.services-tab .tabs ul li button .round-arrows img {
  position: absolute;
  top: 0;
  left: 0;
}
.services-tab .tabs ul li button .round-arrows img:nth-child(1) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.services-tab .tabs ul li button .round-arrows img:nth-child(2) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services-tab .tabs ul li.active button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.services-tab .tabs ul li.active button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services-tab .tabs ul li.active button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.ser-topic {
  display: none;
}

.blinked {
  display: none;
}

.fac-list {
  display: none;
}

.facility {
  margin-top: 75px;
  width: 675px;
  margin-left: auto;
}
.facility .facility-wraps {
  border-top: 1px solid #4c4e52;
  padding-top: 15px;
}
.facility .facility-wraps p {
  color: #383a39;
  font-family: "Satoshi";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 30px */
}
.facility .facility-wraps .facility-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 32px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.facility .facility-wraps .facility-grid .facility-card {
  display: flex;
  width: 204px;
  padding-bottom: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.facility .facility-wraps .facility-grid .facility-card .icon {
  width: 90px;
  padding: 13px;
  height: 90px;
  border-radius: 100%;
  background: #ff0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facility .facility-wraps .facility-grid .facility-card .facility-name {
  display: flex;
  width: 204px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.tab-quotes {
  background: #ff0b0b;
  width: 100%;
  height: 100vh;
	position:relative;
	z-index:1;
}
.tab-quotes .quotes-wraps {
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 65px;
}
.tab-quotes .quotes-wraps .blinking-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.tab-quotes .quotes-wraps .blinking-content .blinks{
	margin-left: 10px;
	  animation: blink 1200ms ease-out infinite;
}
.ecommerce-sec {
  position: relative;
  padding-top: 680px;
  padding-bottom: 198px;
  overflow: hidden;
  background: #222423;
  z-index: 1;
}
.ecommerce-sec::before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	background:#FF0B0B;
	width:270px;
	height:270px;
	border-radius:0px 0px 100% 0px;
	z-index:0;
}
.ecommerce-sec .evolution {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 904px;
  z-index: -1;
}
.ecommerce-sec .right-topic {
  text-align: right;
  width: 358px;
  margin-left: auto;
}
.ecommerce-sec .big-text {
  color: #fff;
  text-align: right;
  font-family: "Satoshi";
  font-size: 196px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 196px */
}
.ecommerce-sec .left-side-content {
  margin-top: 92px;
  padding-top: 14px;
  width: 675px;
  border-top: 1px solid #fff;
}
.ecommerce-sec .left-side-content p {
  color: #fff;
  font-family: "Satoshi";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 30px */
}
.ecommerce-sec .services-wraps {
  display: flex;
  gap: 30px;
}
.ecommerce-sec .services-wraps.down {
  margin-top: 222px;
}

.mySwiper {
  padding-top: 92px;
}
.mySwiper .swiper-button-next {
  right: 5px;
  left: auto;
  top: 13px;
  display: flex;
  align-items: flex-end;
}
.mySwiper .swiper-paginations {
  bottom: auto;
  top: 0%;
  left: auto;
  right: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 1;
}
.mySwiper .swiper-pagination-bullet {
/*   padding: 3px 16px; */
	display:flex;
  border-radius: 32px;
  background: #383a39;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 42px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
	margin:0 !important;
}
.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff0b0b;
  color: #fff;
}

.service-card {
  width: 100%;
  background: #ff0b0b;
}
.service-card .num-logo {
  background: #ff0b0b;
  position: relative;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.service-card .num-logo img {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 128px;
  height: 128px;
  transform: translate(-50%, -50%);
}
.service-card .num-logo .num {
  color: #fff;
  text-align: center;
  font-family: "Satoshi";
  font-size: 256px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  opacity: 0.2;
}
.service-card .service-name {
  padding-top: 0px;
  padding: 20px;
}
.service-card .service-name h2 {
  margin-top: 36px;
  margin-bottom: 16px;
  color: #fff;
  font-family: "Satoshi";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 30px */
}
.service-card .service-name p {
  color: #fff;
}

.tab-sec {
  padding-top: 24px;
}
.tab-sec .tab-wrpas {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 30px;
  margin-bottom: 150px;
}
.tab-sec .tabs {
  width: 100%;
}
.tab-sec .tabs ul li {
  cursor: pointer;
  border-top: 1px solid #4c4e52;
  padding-top: 7px;
  padding-bottom: 7px;
}
.tab-sec .tabs ul li:nth-last-child(1) {
  border-bottom: 1px solid #4c4e52;
}
.tab-sec .tabs ul li:hover button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.tab-sec .tabs ul li:hover button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tab-sec .tabs ul li:hover button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.tab-sec .tabs ul li button {
  width: 100%;
  background: none;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.tab-sec .tabs ul li button .round-arrows {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
}
.tab-sec .tabs ul li button .round-arrows img {
  position: absolute;
  top: 0;
  left: 0;
}
.tab-sec .tabs ul li button .round-arrows img:nth-child(1) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.tab-sec .tabs ul li button .round-arrows img:nth-child(2) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tab-sec .tabs ul li.active button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.tab-sec .tabs ul li.active button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tab-sec .tabs ul li.active button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.tab-sec .contents {
  width: 675px;
}
.tab-sec .contents h2 {
  color: #222423;
  font-family: "Satoshi";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.tab-sec .contents .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 36px;
}
.tab-sec .contents .grid-2 .first-content h3 {
  color: #222423;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 20px */
  margin-bottom: 24px;
}
.tab-sec .contents .grid-2 .first-content P {
  color: #222423;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 20px;
}

.reach-out-sec {
  display: flex;
}
.reach-out-sec .reach-wraps {
  width: 270px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 29px;
  padding-bottom: 96px;
  background: #dddddd;
}
.reach-out-sec .impacts-wraps {
  width: 100%;
  position: relative;
  background: #ff0b0b;
  padding-top: 15px;
  padding-left: 35px;
  overflow-x: clip;
  z-index: 1;
}
.reach-out-sec .impacts-wraps .union {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reach-out-sec .impacts-wraps .manoj {
  position: absolute;
  bottom: 0;
  right: 0;
	width:440px;
	z-index: 9;
}
.reach-out-sec .impacts-content {
  display: flex;
  width: 300px;
  flex-direction: column;
  align-items: flex-start;
}

.brouchure-popups {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.brouchure-popups.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.light-box {
  position: relative;
  background: #ff0b0b;
  padding-top: 30px;
  height: 100%;
  z-index: 1;
}
.light-box .right {
  position: absolute;
  left: -380px;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.light-box .whole-wrapped {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.light-box .ball-wrapped {
  display: flex;
  justify-content: flex-end;
  margin-right: 382px;
}
.light-box .down-wrappped {
  margin-bottom: -125px;
}
.light-box .black-circle-1,
.light-box .black-circle-2 {
  width: 382px;
  height: 382px;
  background: #222423;
  border-radius: 100%;
}
.light-box .black-circle-1 {
  bottom: -191px;
  right: 382px;
}
.light-box .black-circle-2 {
  bottom: -191px;
  right: 764px;
}
.light-box .top-img-wraps {
	 padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
}
.light-box .top-img-wraps .logo-white {
/*   width: 39.174px;
  height: 30px; */
  filter: brightness(0) invert(1);
}
.light-box .heading {
  margin-top: 55px;
  display: flex;
  width: 441px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.light-box .heading p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.light-box .white-card {
  padding: 30px;
  width: 382px;
  min-height: 382px;
  background: #fff;
}
.light-box .white-card .form-wraps {
  display: flex;
  gap: 55px;
  flex-direction: column;
}
.light-box .white-card .form-wraps .input-wraps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.light-box .white-card .form-wraps .input-wraps input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
	.light-box .white-card .form-wraps .input-wraps ::placeholder{
	color:#222423;
	}
.light-box .white-card .form-wraps .btn-wraps {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.light-box .form-wraped {
  margin-top: -30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
}
.light-box .black-red-circle {
  width: 382px;
  height: 382px;
  background: #222423;
  display: flex;
  align-items: center;
  justify-content: center;
}
.light-box .black-red-circle .red-circle {
  width: 382px;
  height: 382px;
  border-radius: 100%;
  background: #ff0b0b;
}

.contact-main {
  background: #222423;
  padding-top: 73px;
  padding-bottom: 106px;
}

.contact-form-sec {
  background: #222423;
  padding-bottom: 112px;
}
.contact-form-sec .contacted-wraps {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 265px;
}
.contact-form-sec .contacted-wraps .left-side-topic {
  width: 440px;
}
.contact-form-sec .contacted-wraps .right-side-form .flex-wraps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form-sec .contacted-wraps .right-side-form .grid-2 {
  gap: 10px;
}
.contact-form-sec .contacted-wraps .right-side-form .btn-wraps {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

input {
  width: 100%;
  padding: 10.5px 16px;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
}

select {
  width: 100%;
  padding: 10.5px 16px;
  color: #D4D4D4;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
	appearance: none;
   background: url(../images/down-arrow-white.svg) no-repeat 94%;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: -50px !important;
    padding: 0em;
	font-size:16px;
    border:none;
	 font-family: "Space Mono", monospace;
}
.light-box .white-card .wpcf7 form .wpcf7-response-output {
	width:40%;
	color:#222423;
	margin-left:0;
}
::placeholder{
	color:#D4D4D4;
}
textarea {
  width: 100%;
  padding: 10.5px 16px;
  color: #d4d4d4;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  resize: none;
}

.cards-sectiion {
  background: #222423;
  padding-bottom: 196px;
}
.cards-sectiion .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.circle-card {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.circle-card .man-circle-wraps {
  width: 100%;
  height: auto;
  background: #ff0b0b;
}
.circle-card .man-circle-wraps img {
  border-radius: 100%;
}
.circle-card .circle-wrap {
  background: #ff0b0b;
  width: 100%;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}
.circle-card .circle-wrap  img{ 
height:100%;
}
.circle-card h2 {
  margin-top: 40px;
}
.circle-card p {
  font-family: "Satoshi";
}
.circle-card:nth-last-child(1) {
  margin-top: 50%;
}
.circle-card:nth-last-child(2) {
  margin-top: 50%;
}

.location {
  position: relative;
  background: #ddd;
  padding-top: 150px;
  padding-bottom: 180px;
  overflow-x: clip;
	z-index:1;
	
}
.location::before{
	padding: 0px 32px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.3%;
    width: 93%;
    height: 1px;
    background: #222423;
    z-index: -1;
}
.location .channel-wraps {
  position: absolute;
  top: 0;
  right: 0;
	padding-right:0px;
}
.location .channel-wraps .tool-tiped {
    position: absolute;
    top: 47%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 63%;
}

.location .channel-wraps .plus-icon {
  top: 0%;
}
.location .channel-wraps .plus-icon-1 {
  top: 40%;
}
.location .left-side {
  width: 409px;
	position:relative;
}
.location .grided-location {
	padding-top:256px;
  display: flex;
  justify-content: space-between;
}
.location .grided-location .doubled-flex {
  margin-top: 150px;
  display: flex;
  gap: 30px;
}

.location-num-card .big-num {
  color: #ff0b0b;
  font-family: "Satoshi";
  font-size: 256px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 256px */
}
.location-num-card .big-num.grey {
  color: #d4d4d4;
}
.location-num-card h2 {
  margin-top: 40px;
  margin-bottom: 32px;
}
.location-num-card ul li {
  border-top: 1px solid rgba(34, 36, 35, 0.5019607843);
  padding: 20px 0;
}
.location-num-card ul li:nth-last-child(1) {
  border-bottom: 1px solid rgba(34, 36, 35, 0.5019607843);
}
.location-num-card ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.location-num-card ul li a div {
  width: 283px;
}
.expertise-main {
  padding-top: 73px;
  position: relative;
  background: #ddd;
  overflow: hidden;
/*   padding-bottom: 126px; */
}
.expertise-main .hand1 {
  position: absolute;
  top: -20vw;
	right: -18vw;
  width: 83.459vw;
    height: 74.538vw;
}
.expertise-main .topic-wraps {
  margin-top: 106px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 43px;
}
.expertise-main .topic-wraps .topic {
  width: 22.24vw;
}
.expertise-main .topic-wraps .topic h1{
 font-size:2.5vw;
}
.expertise-main .dots-bg {
  width: 31.302vw;
  height: 31.302vw;
  background: #ff0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertise-main .dots-bg .dot {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 100%;
}
.expertise-main .dots-bg .dot-m {
  display: none;
}

.ent-tab-section {
  background: #ddd;
  padding-bottom: 100px;
}
.ent-tab-section .big-text{
	position:relative;
	height:392px;
	z-index:1;
}
.ent-tab-section .big-text .d1 {
	position:absolute;
	bottom:0;
	right:0;
	
  color: #d4d4d4;
  text-align: right;
  font-family: "Satoshi";
  font-size: 196px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 196px */
}

.exp-grid {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.exp-grid .tabs {
  width: 323px;
}
.exp-grid .tabs ul li {
  cursor: pointer;
  border-top: 1px solid #4c4e52;
  padding-top: 7px;
  padding-bottom: 7px;
}
.exp-grid .tabs ul li:nth-last-child(1) {
  border-bottom: 1px solid #4c4e52;
}
.exp-grid .tabs ul li:hover button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.exp-grid .tabs ul li:hover button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.exp-grid .tabs ul li:hover button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.exp-grid .tabs ul li button {
  width: 100%;
  background: none;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.exp-grid .tabs ul li button .round-arrows {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
}
.exp-grid .tabs ul li button .round-arrows img {
  position: absolute;
  top: 0;
  left: 0;
}
.exp-grid .tabs ul li button .round-arrows img:nth-child(1) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.exp-grid .tabs ul li button .round-arrows img:nth-child(2) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.exp-grid .tabs ul li.active button {
  color: #ff0b0b;
  transition: all 0.3s ease-in-out;
}
.exp-grid .tabs ul li.active button .round-arrows img:nth-child(1) {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.exp-grid .tabs ul li.active button .round-arrows img:nth-child(2) {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.exp-grid .contents {
  width: 675px;
  padding-top: 10px;
  border-top: 1px solid #4c4e52;
}
.exp-grid .contents .grid-2 {
  gap: 30px;
}
.exp-grid .contents .option-detail h2,
.exp-grid .contents .option-details h2 {
  margin-bottom: 45px;
}
.exp-grid .contents .option-detail p,
.exp-grid .contents .option-details p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.threecard-section {
  padding-top: 83px;
  background: #ddd;
  padding-bottom: 150px;
}
.threecard-section .right-content {
  width: 652px;
  margin-left: auto;
}
.threecard-section .grid-3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 30px;
}
.threecard-section .grid-3 .circle-card {
  color: #222423;
  text-align: right;
}
.threecard-section .grid-3 .circle-card p {
  text-align: right;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.threecard-section .grid-3 .circle-card:nth-child(2) {
  margin-top: 220px;
}
.threecard-section .grid-3 .circle-card:nth-child(3) {
  margin-top: 220px;
}

.master-section {
  background: #222423;
  padding-top: 17px;
  padding-bottom: 235px;
}
.master-section .left-content {
  width: 425px;
}
.master-section .right-grided {
  border-top: 1px solid #fff;
  margin-top: -129px;
  padding-top: 57px;
  width: 675px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
}
/* .master-section .right-grided .master-wraps img {
  width: auto;
  height: 37px;
} */
.master-section .right-grided .master-wraps .master-name {
  margin-top: 31px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.master-section .right-grided .master-wraps .master-name p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.filter-sec {
  padding-top: 343px;
  padding-bottom: 60px;
}
.filter-sec .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 1px solid #ffffff;
}
.filter-sec .heading .down-arrow {
  display: none;
  transform: rotate(90deg);
}
.filter-sec .main-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.filter-sec .main-flex .filters-wrapped {
  display: flex;
  gap: 36px;
}
.filter-sec .main-flex .filtera-option h3 {
  margin-bottom: 24px;
}
.filter-sec .main-flex .filtera-option .select-wraps select {
  width: 440px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/down-arrow-white.svg) no-repeat 95%;
}
.filter-sec .main-flex .filtera-option .radio-wraps {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.filter-sec .main-flex .filtera-option .radio-wraps .form-group {
  margin: 0 30px;
}
.filter-sec .main-flex .filtera-option .radio-wraps input[type=radio] {
  display: none;
}
.filter-sec .main-flex .filtera-option .radio-wraps label {
  cursor: pointer;
  position: relative;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-size: 14px;
}
.filter-sec .main-flex .filtera-option .radio-wraps label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.filter-sec .main-flex .filtera-option .radio-wraps label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  top: 50%;
  left: -27px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.filter-sec .main-flex .filtera-option .radio-wraps input[type=radio]:checked + label::before {
  border-color: rgba(255, 255, 255, 0.5019607843);
}
.filter-sec .main-flex .filtera-option .radio-wraps input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.filter-sec .main-flex .filtera-option .grid-2 {
  row-gap: 12px;
  -moz-column-gap: 112px;
       column-gap: 112px;
}
.filter-sec .main-flex .filtera-option .grid-2 .form-group {
  margin: 0 30px;
}
.filter-sec .main-flex .filtera-option .grid-2 input[type=checkbox] {
  display: none;
}
.filter-sec .main-flex .filtera-option .grid-2 label {
  cursor: pointer;
  position: relative;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-size: 14px;
}
.filter-sec .main-flex .filtera-option .grid-2 label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.filter-sec .main-flex .filtera-option .grid-2 label::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  top: 50%;
  left: -25px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.filter-sec .main-flex .filtera-option .grid-2 input[type=checkbox]:checked + label::before {
  border-color: rgba(255, 255, 255, 0.5019607843);
}
.filter-sec .main-flex .filtera-option .grid-2 input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1); /* Adjusted for checkbox */
}

.resource-main {
  background: #222423;
  padding-top: 73px;
}
.resource-main .left-heading {
  width: 530px;
}

.resources-blocks {
  padding-top: 60px;
  background: #ddd;
/*   padding-bottom: 180px; */
}
.bdr-resource{
	margin:0px 30px;
	padding-bottom:90px;
	border-bottom:1px solid #222423;
}
.resources-blocks .loading {
  font-size: 196px;
  font-family: "Satoshi";
  color: #d4d4d4;
  font-weight: 500;
}
.resources-blocks .resources-grid {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.resources-blocks .resources-grid .resources-card {
  margin-bottom: 30px;
	display:inline-block;
}
.resources-blocks .pagination {
  padding-top: 60px;
/*   padding-bottom: 90px; */
/*   border-bottom: 1px solid #222423; */
}
.resources-blocks .pagination .pagination-wraps {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.resources-blocks .pagination .num {
  background: #222423;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  border-radius: 32px;
  padding: 3px 16px 3px 16px;
  color: #fff;
}
.resources-blocks .pagination .num.active {
  background: #ff0b0b;
}

.resources-card {
  background: #ff0b0b;
}
.resources-card .images img{
width:100% !important;
	height:100% !important;
max-width: 100% !important;
}
.resources-card .resource-content {
  padding: 12px 20px 20px 20px;
}
.resources-card .resource-content p {
	color:#222423;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 20px */
}
.resources-card .resource-content .arrow-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.resources-card .resource-content .arrow-btn .block-btn {
  background: rgba(255, 255, 255, 0.2);
}
.resources-card.long {
  background: #fff;
}
.resources-card.long .arrow-btn .block-btn {
  color: #222423;
  background: rgba(0, 0, 0, 0.03);
}
.resources-card.short {
  background: #fff;
}
.resources-card.short .arrow-btn .block-btn {
  color: #222423;
  background: rgba(0, 0, 0, 0.03);
}

.vertical-swiper .article-tag {
  position: absolute;
  right: 120px;
  top: 30px;
  z-index: 2;
}
.vertical-swiper .article-tag .block-btn{
	background:#fff;
	color:#222423;
}
.vertical-swiper .swiper-button-next {
  top: 22px;
  left: 270px;
  width: 270px;
  height: 270px;
}
.vertical-swiper .swiper-button-prev {
  top: 22px;
  left: 0;
  width: 270px;
  height: 270px;
}
.vertical-swiper .previous {
  width: 270px;
  height: 270px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #ddd;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
	transition: all 0.3s ease-in-out;
}
.vertical-swiper .previous:hover{
	  background: #fff;
  transition: all 0.3s ease-in-out;
}
.vertical-swiper .next {
  width: 270px;
  height: 270px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #ff0b0b;
  border-radius: 100%;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
	transition: all 0.3s ease-in-out;
}
.vertical-swiper .next:hover{
	  background: #e00a0a;
  transition: all 0.3s ease-in-out;
}
.vertical-swiper .swiper-counter {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  z-index: 2;
  background: #ff0b0b;
  border-radius: 32px;
  padding: 7px 16px 7px 16px;
  display: flex;
  gap: 2px;
  align-items: center;
}
.vertical-swiper .swiper-counter .count {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  line-height: 16px;
}
.vertical-swiper .swiper-counter .line {
  display: flex;
  width: 24px;
  height: 1px;
  background: #fff;
}
.vertical-swiper .swiper-counter .total {
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  line-height: 16px;
}

.article-sec {
  background: #ddd;
  padding-top: 73px;
}
.article-sec .author-topic {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 197px;
}
.article-sec .author-topic .topic {
  width: 474px;
}
.article-sec .author-topic .author-wraps {
  display: flex;
  align-items: center;
  gap: 24px;
}
.article-sec .author-topic .author-wraps .author-name {
  display: flex;
  flex-direction: column;
}
.article-sec .author-topic .author-wraps .author-name h5 {
  text-align: right;
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.article-sec .author-topic .author-wraps .author-name span {
  text-align: right;
}
.article-sec .author-topic .author-wraps .author-img {
  background: #ff0b0b;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.article-sec .all-content-wraps {
  padding-bottom: 62px;
  border-bottom: 1px solid #222423;
}
.article-sec .change {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.article-sec .change .changing-btn-wraps {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.article-sec .change .previous {
  width: 270px;
  height: 270px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #ddd;
  color: #222423;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  transition: all 0.3s ease-in-out;
}
.article-sec .change .previous:hover {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.article-sec .change.red {
  background: #ff0b0b;
}
.article-sec .change .paper-block { 
	position:absolute;
	top:32px;
	right:32px;
	z-index:1;
}
.article-sec .change .paper-block .block-btn:hover{
	background:#fff;
	color:#222423;
}
.article-sec .change .manoj {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-45%, 0%);
}
.article-sec .change .article-bg {
  height: 100%;
  z-index: -1;
}
.article-sec .change .changing-btn-wraps .change-btns {
  display: flex;
}
	




.article-sec .contents-wrapped li{
	font-family: "Satoshi";
    font-size: 16px;
    margin-bottom: 10px;

}
.article-sec .contents-wrapped p{
	margin-bottom:10px;
}

	.article-sec .contents-wrapped h4{
			margin-top:24px;
		margin-bottom:10px;
	    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    flex-basis: 100%;
}
		.article-sec .contents-wrapped h5{
			margin-top:20px;
		margin-bottom:10px;
	    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    flex-basis: 100%;
}
.article-sec .contents-wrapped {
  padding-top: 31px;
  padding-bottom: 31px;
}
	  .article-sec .contents-wrapped p {
		  font-family:"Satoshi";
		  font-size:16px;
		  margin-bottom:15px;
		  max-width: 874px;
		  flex-basis: 100%;
  }
.article-sec .contents {
  display: flex;
  width: 675px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.article-sec .contents .grid-2 {
  gap: 30px;
}
.article-sec .contents h2 {
  font-family: "Satoshi";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 0px;
}
.article-sec .contents p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.article-sec .quotes {
  border-top: 1px solid #222423;
  padding-top: 13px;
  padding-bottom: 53px;
  border-bottom: 1px solid #222423;
}
.article-sec .quotes .quote-wraps {
  margin-left: auto;
  width: 676px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  text-align: right;
}
blockquote h1.wp-block-heading img{
	animation: blink 1200ms ease-out infinite;
}

.article-sec .benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.article-sec .benefits .facility-card {
  display: flex;
  padding-bottom: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.article-sec .benefits .facility-card .icon {
  width: 90px;
  padding: 13px;
  height: 90px;
  border-radius: 100%;
  background: #ff0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-sec .benefits .facility-card .facility-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.article-sec .benefits .facility-card .facility-name h2 {
  margin-bottom: 0px;
}
.article-sec .benefits .facility-card .facility-name .font-16 {
  font-family: "Satoshi";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.article-sec .wraped-circle-sec {
  display: flex;
  justify-content: space-between;
}
.article-sec .wraped-circle-sec .circle-image {
/*   background: #ff0b0b; */
  width: 674px;
  height: 674px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-sec .wraped-circle-sec .circle-image img {
  height: 100%;
/*   border-radius: 100%; */
}
.article-sec .wraped-circle-sec .flex-wraps {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  text-align: right;
  width: 322px;
}
.article-sec .wraped-circle-sec .flex-wraps .arrow {
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}
.article-sec .navigation-wraps {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-sec .navigation-wraps .flex-wraps {
  display: flex;
}
.article-sec .navigation-wraps .flex-wraps .nav-box:hover{
      background: #383a39;
    color: #fff;
}

.related-article {
  padding-top: 113px;
  background: #ddd;
}
.bdr-wraps-article{
		 margin:0px 30px;
		padding-bottom: 90px;
	border-bottom:1px solid #222423;
	}
.related-article .grid-4 {
  gap: 30px;
}

.mb-related-article {
  padding-top: 60px;
  background: #ddd;
  padding-bottom: 60px;
}

.article-card {
  background: #fff;
}
.article-card .images {
  height: 323px;
  overflow: hidden;
}
.article-card .images img {
  height: 100%;
}
.article-card .article-content {
  padding: 12px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.article-card .article-content h3{
	color:#222423;
}
.article-card .images img {
    height: 100% !important;
    max-width: 100% !important;
}
.article-card .article-content .arrows {
  display: flex;
}
.article-card .article-content .arrows .block-btn {
  background: rgba(0, 0, 0, 0.03);
  color: #222423;
}
.article-card.red {
  background: #ff0b0b;
  color: #fff;
}
.article-card.red .article-content .arrows .block-btn {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.ter-design {
  background: #222423;
  padding-top: 73px;
  padding-bottom: 110px;
}
.ter-design .questions-grid {
  margin-top: 257px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.ter-design .questions-grid .questions-wraps {
  border-top: 1px solid #fff;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.ter-design .questions-grid .questions-wraps .question {
  width: 320px;
}
.ter-design .questions-grid .questions-wraps .answer {
  width: 675px;
}
.ter-design .questions-grid .questions-wraps .answer h5 {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin-bottom: 25px;
}
.ter-design .questions-grid .questions-wraps .answer p {
  font-family: "Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ter-design .questions-grid .questions-wraps .answer .more-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}

.error {
  background: #222423;
  padding-top: 73px;
}
.error .error-wraps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.error .error-wraps .topic {
  width: 460px;
}
.error .error-wraps .big-text {
  font-family: "Satoshi";
  font-size: 256px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 256px */
}
.error .reach-next {
  margin-top: 157px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  padding-bottom: 110px;
  display: flex;
  justify-content: space-between;
}
.error .reach-next .left-topic {
  width: 199px;
}
.error .reach-next .redirect-links li {
  border-top: 1px solid #4c4e52;
  width: 324px;
  padding: 7px 0px;
}
.error .reach-next .redirect-links li a {
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: flex;
  justify-content: space-between;
  align-items: center;
	transition:all 0.3s ease-in-out;
}
.error .reach-next .redirect-links li a:hover{
color:#FF0B0B;
	transition:all 0.3s ease-in-out;
}
.error .reach-next .redirect-links li a:hover .arrow-hover{
	background:#FF0B0B;
	transition:all 0.3s ease-in-out;
}
.error .reach-next .redirect-links li a:hover .arrow-hover img{
	    filter: brightness(0) invert(1);
	transition:all 0.3s ease-in-out;
}
.error .reach-next .redirect-links li:nth-last-child(1) {
  border-bottom: 1px solid #4c4e52;
}
.arrow-hover{
	width: 30px;
height: 30px;
display:flex;
	align-items:center;
	justify-content:center;
	border-radius:100%;
	background:#fff;
}
.arrow-hover.black{
	background:#383A39;
}
.arrow-hover.black img{
	filter: brightness(0) invert(1);
}
.swiper-pagination-total{
	position:absolute;
	right: -75px;
    top: 4px;
	font-size:16px;
	color:#B2AAA6;
	margin-left:10px;
	font-family: "Space Mono", monospace;
}
.round-red{
	background:#fff;
width: 30px;
height: 30px;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.wp-block-image figcaption {
    color: #222423 !important;
    text-align: right !important;
    position: absolute;
    right: 0px;
    font-family: "Space Mono", monospace;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    top: 0;
    width: 298px;
}
.wp-block-image img {

	width: 674px;
    height: auto;
	object-fit:cover;
/* 	border-radius:100%; */
}
.wp-block-image{
	position:relative;
	z-index:1;
}
/* .wp-block-image:before{
	content:"";
	position:absolute;
	left:0;
	background:#ff0b0b;
	width: 674px;
    height: 674px;
	z-index:-1;
} */
.wpcf7-not-valid-tip {
	margin-top:5px;
    color: #ff0b0b !important;
    display: block;
    font-family: "Space Mono", monospace;
font-size: 14px !important;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;

}
.cd-select option{
	background:#FFFFFF !important;
	color:#222423 !important;
}
.wpcf7-not-valid{
	border:1px solid #ff0b0b;
}
.wpcf7-not-valid::placeholder{
	color:#ff0b0b !important;
}
.swiper-pagination{
	width:60% !important;
	flex-wrap:wrap !important;
}

blockquote.wp-block-quote p{
	margin-left:auto;
/* 	max-width: unset !important; */
	text-align: right !important;
}


.article-sec .contents-wrapped h1{
		margin-top:20px;
		margin-bottom:10px;
		font-size: 35px;
	font-weight: 400;
	max-width: 874px;
/*     text-align: justify; */
	}
		.article-sec .contents-wrapped h2{
			margin-top:24px;
		margin-bottom:10px;
			font-size: 30px;
			font-weight: 400;
			max-width: 874px;
			flex-basis: 100%;
    
	}
		.article-sec .contents-wrapped h3{
			margin-top:24px;
		margin-bottom:10px;
			font-size:24px;
			font-weight: 400;
			max-width: 874px;
			flex-basis: 100%;
    
	}
	.article-sec .contents-wrapped h4{
			margin-top:24px;
		margin-bottom:10px;
			font-size:22px;
		font-weight: 400;
		max-width: 874px;
		flex-basis: 100%;
   
	}
	.article-sec .contents-wrapped h5{
			margin-top:24px;
		margin-bottom:10px;
			font-size:20px;
		font-weight: 400;
		max-width: 874px;
		flex-basis: 100%;
   
	}

	.article-sec .contents-wrapped h6{
			margin-top:24px;
		margin-bottom:10px;
			font-size:18px;
		font-weight: 400;
		max-width: 874px;
		flex-basis: 100%;
   
	}

blockquote p,
blockquote h1, 
blockquote h2, 
blockquote h3, 
blockquote h4, 
blockquote h5{
	font-size:35px !important;
	max-width:50% !important
}
.top-part-transf {
    width: 65%;
    margin-left: auto;
    display: flex;
    flex-direction: column;

    margin-bottom: 40px;
}
.top-part-transf h2{
		font-family: "Satoshi";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
	margin-bottom:5px;

	}
.top-part-transf .big-txt{
		font-family: "Satoshi";
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
	line-height:1;

	}

@media (min-width:1440px){
	.gridded-container img {
  width: 5vw;
  height: 5vw;
}
	.services .middle-circle-wraps {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 587px;
  height: 653px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translate(-50%, 0%);
  border-radius: 100%;
  overflow: hidden;
}
.services .middle-circle-wraps .circle-red {
  width: 540px;
  height: 540px;
  background: #ff0b0b;
  border-radius: 100%;
}
.services .middle-circle-wraps .hand-mobile {
  width: 1251px;
  height: 834px;
  position: absolute;
  /* transform: translateY(200px); */
  left: -50%;
  top: -5%;
  transform: rotate(-14.873deg);
}
	
}
@media (max-width:1820px){
		.brouchure-popups {
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
  }
  .brouchure-popups.model-open {
    overflow: hidden scroll;
  }
  .light-box {
    height: auto;
  }
	.light-box .down-wrappped {
    margin-bottom: 0px;
}
}
@media (max-width:1520px){
	.our-people .people-topic-grid .ceo-details {
    padding-top: 151px;
    padding-left: 110px;
    padding-right: 110px;
}

}
@media (max-width: 1439px) {
  h1 {
    font-size: 44px;
  }
	
	.top-topic .d2 {
    font-size: 190px;
}
.progamming .programming .language-icons-wraps {
    width: 100%;
    
}
	.our-people .people-topic-grid .ceo-details .name {
   
    width: 100%;
    justify-content: space-between;
   
}
	.our-people .people-topic-grid .ceo-details {
    padding-top: 151px;
    padding-left: 60px;
    padding-right: 60px;
		gap:40px;
   
}
	.our-people .people-topic-grid .ceo-details .ceo-words {
  width: 100%;
}

}
@media (max-width: 1365px) {
	.industry-sec .industry-content-wraps .middle-blocks {
    top: 33.8%;
    left: 0;
    width: 395px;
}
	.industry-sec .industry-content-wraps .industry-details {
    width: 420px;
    left: -1%;
    transform: translate(50%, 0%);
}
}
@media (max-width: 1210px) {
  .industry-sec {
    padding-top: 90px;
    height: 900px;
  }
  .industry-sec .industry-content-wraps {
    padding-top: 390px;
    padding-bottom: 94px;
  }
  .industry-sec .industry-content-wraps .bottom-blocks {
   height: 220px;
  }
  .industry-sec .industry-content-wraps .bottom-blocks .black-block {
 width: 220px;
    height: 220px;
}
  .industry-sec .industry-content-wraps .bottom-blocks .long-block {
	      height: 220px;
  }
  .industry-sec .industry-content-wraps .middle-blocks {
    top: 45.8%;
    left: 0;
    width: 400px;
    height: 220px;
}
.industry-sec .industry-content-wraps .curve-blocks {
   top: 152px;
    left: 220px;
    width: 220px;
    height: 220px;
  }
  .industry-sec .industry-content-wraps .curve-blocks-down {
   bottom: -220px;
    right: 220px;
    width: 220px;
    height: 220px;
  }
  .industry-sec .industry-content-wraps .industry-details {
    width: 340px;
    gap: 16px;
    left: 6%;
}
  .industry-sec .industry-content-wraps .industry-details p {
    width: 349px;
  }
  .red-mask {
       width: 220px;
    height: 220px;
  }
	.red-mask .man-circle {
    width: 220px;
    border-radius: 100%;
}
}
@media (max-width: 1220px) {
	h1 {
    font-size: 40px;
  }
	.our-people .people-topic-grid {
    grid-template-columns: 0.7fr 1.1fr;
}
	.progamming .programming .language-icons-wraps {
    width: 100%;
}
 .multiselect .left-part-topic {
    width: 100%;
}
	.multiselect .left-part-topic p {
    width: 100%;
}
	.multiselect .tech-grid {
    gap: 32px;
}
	.light-box .form-wraped {
    margin-top: -80px;
    margin-right: -206px;
   
}
	.light-box .heading {
    
    width: 372px;
    
}
	.light-box .ball-wrapped {
    
    margin-right: 260px;
}
}

@media (max-width: 1040px) {
  .none {
    display: none !important;
  }
  .view {
    display: block !important;
  }
  h1 {
    font-size: 40px !important;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .block-btn {
    padding: 3px 16px;
    gap: 8px;
    font-size: 16px;
  }
  .btn {
    padding: 10.5px 20px;
    font-size: 16px;
  }
  .navbar {
    display: none;
  }
  .mobilemenucontainer {
    display: block;
    height: 0px;
  }
  .mobilemenucontainer .visible-menu {
    padding-top: 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
	  .mobilemenucontainer .visible-menu.small {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    transition: all 0.3s ease-in-out;
  }
  .mobilemenucontainer .visible-menu .logo-wrapper {
	  opacity:1;
	  transition: all 0.3s ease-in-out;
  }
  .mobilemenucontainer .visible-menu.small .logo-wrapper {
   visibility:hidden;
	  opacity:0;
	  transition: all 0.3s ease-in-out;
  }
  .mobilemenucontainer .visible-menu .mb-logo-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobilemenucontainer .visible-menu .ham-icon {
    display: flex;
  }
  .mobilemenucontainer .menucontents {
    background: #ff0b0b;
    position: fixed;
    left: 250px;
    opacity: 0;
    top: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    z-index: 999;
    
  }
  .mobilemenucontainer .menucontents.active {
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    
  }
  .mobilemenucontainer .menucontents .menutop {
    background: #ff0b0b;
  }
  .mobilemenucontainer .menucontents .menutop .menu-top-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mobilemenucontainer .menucontents .menutop .mb-logo-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobilemenucontainer .menucontents .menutop .cross-icon {
    display: flex;
  }
  .mobilemenucontainer .menucontents .menutop .cross-icon img {
    transform: rotate(180deg);
  }
  .mobilemenucontainer .menucontents .mobile-lists {
    margin-top: -31%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .mobilemenucontainer .menucontents .mobile-lists .mb-wraps-flex {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .mobilemenucontainer .menucontents .mobile-lists .mb-nav-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    background: #dddddd;
    color: #222423;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .mobilemenucontainer .menucontents .mobile-lists .mb-nav-box.white {
    background: #fff;
  }
  .mobilemenucontainer .menucontents .mobile-lists .mb-nav-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222423;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    color: #fff;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .logo-wrapper {
    width: 39.174px;
    height: 30px;
  }
  .logo-wrapper .mb-logo {
    filter: brightness(0) invert(1);
  }
  .main-sec {
    width: 100%;
    height: 200vh;
    z-index: 1;
  }
  .main-sec .sticky-top {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
	.gif-wrappper{
	display:block;
	position: absolute;
    top: 25%;
    left: 0;
    z-index: -1;
}
  .overall-grid {
	  display:none;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    grid-template-rows: repeat(25, 1fr);
  }
  .relative {
	  display:none;
    width: 5.5vw;
    height: 5.5vw;
  }
  .gridded-container {
    display: none;
  }
  .contents-wraps {
    padding-top: 70px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 200px;
    justify-content: space-between;
    height: 100vh;
  }
  .main-title {
    width: 240px;
  }
  .bottom-txt-wraps {
    width: 235px;
  }
  .scroll-wraps {
    width: 120px;
    margin-top: 27px;
    display: flex;
    align-items: center;
  }
  .scroll-wraps img {
    width: 30px;
    height: 30px;
  }
  .blink-wraps {
	  display:none;
    width: 100%;
    height: 100%;
    padding-top: 73px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blink-wraps .blinking-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .blink-wraps .blinking-content .quotes h1 {
    font-size: 48px;
  }
  .blink-wraps .blinking-content .quotes .blinks {
    margin-left: 10px;
    animation: blink 1200ms ease-out infinite;
  }
  .mb-programming {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #222423;
  }
  .mb-programming .mb-programming-wraps {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mb-programming .mb-programming-wraps h1 {
    text-align: right;
    color: #fff;
  }
  .mb-programming .mb-programming-wraps .accordian-stack {
    margin-top: 30px;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .accordion {
    border-radius: 5px;
    overflow: hidden;
  }
/*   .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(1) .link {
    background: #ff0b0b;
  } */
  .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(1) .link .link-topic {
/*     border-top: none; */
/* 	  border-bottom: 1px solid #4c4e52; */
  }
/*   .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(1) .link .link-topic h5 {
    color: #222423;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(1) .link .link-topic .arrows {
    transform: rotate(270deg);
  } */
/*   .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(1) .link .link-topic:hover h5 {
    color: #fff;
  } */
/*   .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(1).open .link .link-topic {
    border-top: 1px solid #4c4e52;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(1).open .link h5 {
    color: #fff;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(1).open .link .arrows {
    transform: rotate(90deg) !important;
  } */
  .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(2) .link .link-topic {
/*     border-top: none; */
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(2).open .link .link-topic {
/*     border-top: 1px solid #4c4e52; */
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-child(2).open .link h5 {
    color: #fff;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list.open .link {
    background: transparent;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list.open .link .link-topic {
    border-top: 1px solid #4c4e52;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list.open .link h5 {
    color: #fff !important;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list.open .link .arrow-hover {
    transform: rotate(90deg);
	  background:#FF0B0B;
  }
	  .mb-programming .mb-programming-wraps .accordian-stack .line-list.open .link .arrow-hover img{
    filter: brightness(0) invert(1);
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link {
    background: #fff;
    padding: 0px 10px;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link .link-topic {
    padding: 7px 0px;
    border-bottom: 1px solid #4c4e52;
	  border-top:none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
	.mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-last-child(1) .link .link-topic {
    border-bottom: none;
  }
		.mb-programming .mb-programming-wraps .accordian-stack .line-list:nth-last-child(1).open .link .link-topic {
    border-bottom: 1px solid #4c4e52;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link .link-topic:hover h5 {
    color: #ff0b0b;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link h5 {
    color: #222423;
    font-family: "Space Mono", monospace;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
	  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link.active {
    background: #ff0b0b;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link.active .link-topic {
    border-top: none !important;
	   border-bottom: none !important;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link.active .link-topic h5 {
    color: #fff;
  }
  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link.active .link-topic .arrow-hover {
    transform: rotate(270deg);
	  background:#fff;
  }
	  .mb-programming .mb-programming-wraps .accordian-stack .line-list .link.active .link-topic .arrow-hover img {
   filter:none;
  }
  .submenu {
    display: none;
  }
  .programming-logos {
    width: 90%;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
	  justify-items: flex-end;
   justify-content: space-between;
  }
  .services {
    overflow: hidden;
    position: relative;
    padding: 120px 60px;
    height: 930px;
    justify-content: flex-end;
    z-index: 1;
  }
  .services .middle-circle-wraps {
    top: -11%;
    left: 50%;
    width: 531px;
    height: 628px;
  }
  .services .middle-circle-wraps .circle-red {
    width: 440px;
    height: 440px;
  }
  .services .middle-circle-wraps .hand-mobile {
    width: 1072px;
    height: 715px;
    left: -47%;
    margin-top: 15%;
  }
  .services .service-topic {
    position: unset;
    justify-content: flex-end;
  }
  .services .service-topic p {
    width: 364px;
  }
  .services .maps-layers {
    position: absolute;
    left: -8%;
    top: 12%;
    width: 120%;
    z-index: -1;
  }
  .mb-industry-sec {
    background: #222423;
  }
  .mb-industry-sec .top-img-wraps {
    display: flex;
  }
  .mb-industry-sec .top-img-wraps .industry-girl {
    height: 100%;
  }
  .mb-industry-sec .half-circle-border {
    width: 240px;
    height: 240px;
    background: #ff0b0b;
    border-radius: 0px 0px 100% 0px;
  }
  .mb-industry-sec .mastered-content {
    background: #ff0b0b;
  }
  .mb-industry-sec .mastered-content .black-block {
    width: 240px;
    height: 240px;
  }
  .mb-industry-sec .mastered-content .flex {
    align-items: flex-end;
  }
  .mb-industry-sec .mastered-content .industry-details {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
    width: 60%;
    margin-left: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 16px;
  }
  .mb-industry-sec .mastered-content .industry-details p {
    width: 349px;
  }
  .flex-wrap {
    margin-top: -240px;
    display: flex;
    justify-content: center;
  }
  .flex-wrap .half-circle-border {
    width: 240px;
    height: 240px;
    background: #ff0b0b;
    border-radius: 100% 0px 0px 0px;
  }
  .flex-wraps {
    display: flex;
    justify-content: flex-end;
  }
  .red-mask {
    height: 100%;
  }
  .red-mask .man-circle {
    width: 100%;
  }
  .mb-multiselect {
    position: relative;
    padding-top: 400px;
    background: #222423;
    padding-bottom: 370px;
    z-index: 1;
  }
  .mb-multiselect .handblacks {
    position: absolute;
    left: -2%;
    bottom: 40%;
    width: 292px;
    height: 397px;
    z-index: -1;
  }
  .mb-multiselect .left-part-topic {
    display: flex;
    width: 350px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .mb-multiselect .accordian-stack {
    margin-top: 30px;
  }
	
	  .mb-multiselect .accordian-stack .accordion {
    border-radius: 5px;
    overflow: hidden;
  }

  .mb-multiselect .accordian-stack .line-list:nth-child(1) .link .link-topic {
    border-top: none;
	  border-bottom: 1px solid #4c4e52;
  }

/*   .mb-multiselect .accordian-stack .line-list:nth-child(1) .link .link-topic .arrows {
    transform: rotate(270deg);
  }  */

  .mb-multiselect .accordian-stack .line-list:nth-child(2) .link .link-topic {
    border-top: none;
  }
  .mb-multiselect .accordian-stack .line-list:nth-child(2).open .link .link-topic {
    border-top: 1px solid #4c4e52;
  }
  .mb-multiselect .accordian-stack .line-list:nth-child(2).open .link h5 {
    color: #fff;
  }
  .mb-multiselect .accordian-stack .line-list.open .link {
    background: transparent;
	 
  }
  .mb-multiselect .accordian-stack .line-list.open .link .link-topic {
    border-bottom: 1px solid #4c4e52;
  }
  .mb-multiselect .accordian-stack .line-list.open .link h5 {
    color: #fff !important;
  }
  .mb-multiselect .accordian-stack .line-list.open .link .arrows {
    transform: rotate(90deg);
  }
  .mb-multiselect .accordian-stack .line-list .link {
    background: #fff;
    padding: 0px 10px;
  }
  .mb-multiselect .accordian-stack .line-list .link .link-topic {
    padding: 7px 0px;
    border-top: 1px solid #4c4e52;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mb-multiselect .accordian-stack .line-list .link .link-topic:hover h5 {
    color: #ff0b0b;
  }
  .mb-multiselect .accordian-stack .line-list .link h5 {
    color: #222423;
    font-family: "Space Mono", monospace;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
	.mb-multiselect .accordian-stack .line-list .link.active {
    background: #ff0b0b ;
  }
 .mb-multiselect .accordian-stack .line-list .link.active .link-topic {
    border-top: none;
	   border-bottom: none;
  }
  .mb-multiselect .accordian-stack .line-list .link.active .link-topic h5 {
    color: #fff;
  }
 .mb-multiselect .accordian-stack .line-list .link.active .link-topic .arrows {
    transform: rotate(270deg);
  }
	
	
	
	
	
	
	
	
	
 
  .tech-content {
    padding: 30px 10px;
  }
  .tech-content.black p {
    color: #222423;
  }
  .tech-content p {
    color: #fff;
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 20px;
  }
  .company-sec {
    position: relative;
    z-index: 1;
  }
  .company-sec .company-img {
    position: unset;
    margin-top: -240px;
  }
  .company-sec .heading-wraps {
    padding-left: 30px;
    padding-right: 90px;
    padding-top: 185px;
    padding-bottom: 125px;
    width: 100%;
    z-index: 1;
  }
  .company-sec .heading-wraps::before {
    top: -240px;
    right: 0;
    border-radius: 100% 0px 0px 0px;
    width: 240px;
    height: 240px;
    transform: scaleX(-1);
  }
  .company-sec .heading-wraps .heading {
    width: 80%;
    gap: 16px;
  }
  .company-sec .change-btns {
    position: relative;
    display: flex;
  }
  .company-sec .change-btns .previous {
    width: 240px;
    height: 240px;
  }
  .company-sec .change-btns .next {
    width: 240px;
    height: 240px;
  }
  .company {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .top-topic .d2 {
    font-size: 86px !important;
  }
  .mobSwiper {
    padding-bottom: 81px;
  }
  .mobSwiper .swipe {
    position: absolute;
    bottom: 4px;
    left: 0;
    color: #b2aaa6;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .mobSwiper .swiper-button-next {
    right: 5px;
    left: auto;
    top: auto;
    bottom: -4px;
    display: flex;
    align-items: flex-end;
  }
  .mobSwiper .swiper-pagination {
    bottom: 0px;
    top: auto;
    left: auto;
    right: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mobSwiper .swiper-pagination-bullet {
/*     padding: 3px 16px; */
	  display:flex;
    border-radius: 32px;
    background: #383a39;
    color: #fff;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 42px;
    height: 30px;
    opacity: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
	  margin:0 !important;
  }
  .mobSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff0b0b;
    color: #fff;
  }
  .mb-company-details .details-topic {
    margin-bottom: 100px;
    width: 326px;
  }
  .mb-company-details .founder-wraps {
    display: flex;
    flex-direction: column;
  }
  .mb-company-details .founder-wraps .red-circle-man {
    width: 100%;
    height: auto;
    margin-left: auto;
    border-radius: 100%;
    overflow: hidden;
    background: #ff0b0b;
  }
  .mb-company-details .founder-wraps .red-circle-man img {
    width: 100%;
    height: 100%;
  }
  .mb-company-details .founder-wraps h2 {
    margin-top: 40px;
    color: #222423;
  }
  .mb-company-details .founder-wraps p {
    font-size: 16px;
    width: 100%;
    font-family: "Satoshi";
  }
  .mb-company-details .right-side-wraps {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mb-company-details .right-side-wraps .man-circle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0b0b;
  }
  .mb-company-details .right-side-wraps .man-circle img {
    border-radius: 100%;
  }
  .mb-company-details .right-side-wraps h2 {
    margin-top: 40px;
  }
  .mb-company-details .right-side-wraps p {
    text-align: left;
    font-size: 16px;
    font-family: "Satoshi";
  }
  .mb-company-tab {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .accordian-stack {
    margin-top: 20px;
  }
  .accordian-stack .accordion {
    border-radius: 5px;
    overflow: hidden;
  }
/*   .accordian-stack .line-list:nth-child(1) .link {
    background: #ff0b0b;
  } */
  .accordian-stack .line-list:nth-child(1) .link .link-topic {
    border-top: none;
  }
/*   .accordian-stack .line-list:nth-child(1) .link .link-topic h5 {
    color: #fff;
  } */
/*   .accordian-stack .line-list:nth-child(1) .link .link-topic .arrows {
    transform: rotate(270deg);
  } */
/*   .accordian-stack .line-list:nth-child(1) .link .link-topic:hover h5 {
    color: #fff;
  } */
  .accordian-stack .line-list:nth-child(1).open .link .link-topic {
    border-top: 1px solid #4c4e52;
  }
/*   .accordian-stack .line-list:nth-child(1).open .link h5 {
    color: #222423;
  } */
/*   .accordian-stack .line-list:nth-child(1).open .link .arrows {
    transform: rotate(90deg) !important;
  } */
/*   .accordian-stack .line-list:nth-child(2) .link .link-topic {
    border-top: none;
  } */
/*   .accordian-stack .line-list:nth-child(2).open .link .link-topic {
    border-top: none;
  } */
  .accordian-stack .line-list:nth-child(2).open .link h5 {
    color: #222423;
  }
  .accordian-stack .line-list.open .link {
    background: transparent;
	  padding:0px;
  }
  .accordian-stack .line-list.open .link .link-topic {
/*     border-top: none; */
    border-bottom: 1px solid #4c4e52;
  }
  .accordian-stack .line-list.open .link h5 {
    color: #222423 !important;
  }
  .accordian-stack .line-list.open .link .arrow-hover {
    transform: rotate(90deg);
	   background:#FF0B0B;
  }
	.flexed{
		display:flex;
		align-items:center;
		gap:15px;
	}
	  .accordian-stack .line-list.open .link .arrow-hover img {
   filter: brightness(0) invert(1);
  }
  .accordian-stack .line-list .link {
    background: #383a39;
    padding: 0px 10px;
  }
	.accordian-stack .line-list.open .view-more{
		display:block;
	}
  .accordian-stack .line-list .link .link-topic {
    padding: 7px 0px;
    border-top: 1px solid #4c4e52;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .accordian-stack .line-list .link .link-topic:hover h5 {
    color: #ff0b0b;
  }
  .accordian-stack .line-list .link h5 {
    color: #fff;
    font-family: "Space Mono", monospace;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
	 .accordian-stack .line-list .link.active {
    background: #ff0b0b;
		 padding:0px 10px;
  }
	.mt-27{
		margin-top:27px;
	}
  .accordian-stack .line-list .link.active .link-topic {
    border-top: none;
	   border-bottom: none;
  }
 .accordian-stack .line-list .link.active .link-topic h5 {
    color: #fff !important;
  }
	.view-more{
		display:none;
font-family: "Space Mono", monospace;
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: left;
color:#B2AAA6;
	}
   .accordian-stack .line-list .link.active .link-topic .arrow-hover {
    transform: rotate(270deg);
	   background:#383A39;
  }
	.accordian-stack .line-list .link.active .view-more{
		display:none;
	}
   .accordian-stack .line-list .link.active .link-topic .arrow-hover img {
   		   filter: brightness(0) invert(1);
  }

  .our-people .people-topic-grid {
    grid-template-columns: 1fr;
  }
  .our-people .people-topic-grid .people-img-wraps {
    position: relative;
    padding: 0px 80px;
  }
  .our-people .people-topic-grid .people-img-wraps img {
    position: unset;
    width: 100%;
    height: 100%;
  }
  .our-people .people-topic-grid .our-people-wraps {
    padding: 50px 30px 80px 30px;
  }
  .our-people .people-topic-grid .our-people-wraps h1 {
    width: 400px;
  }
  .our-people .people-topic-grid .ceo-details {
    margin-top: -300px;
    padding-top: 380px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .our-people .people-topic-grid .ceo-details .name {
    border-top: 1px solid #4c4e52;
    border-bottom: 1px solid #4c4e52;
    display: flex;
    gap: 41px;
    width: 100%;
    align-items: flex-end;
    padding: 13px 0px;
  }
  .our-people .people-topic-grid .ceo-details .name h1 {
    margin-bottom: 23px;
  }
  .our-people .people-topic-grid .ceo-details .name .linkedin-wraps {
    width: 30px;
    height: 30px;
    background: #ff0b0b;
    border-radius: 100%;
  }
  .our-people .people-topic-grid .ceo-details .ceo-words {
    margin-left: 0;
    width: 80%;
  }
  .our-people .people-topic-grid .ceo-details .ceo-words p {
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .mob-team {
    background: #222423;
  }
  .mb-mySwiper {
    padding-bottom: 81px;
  }
  .mb-mySwiper .swipe {
    position: absolute;
    bottom: 5px;
    left: 0;
    color: #b2aaa6;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .mb-mySwiper .swiper-button-next {
    right: 5px;
    left: auto;
    top: auto;
    bottom: -3px;
    display: flex;
    align-items: flex-end;
  }
  .mb-mySwiper .swiper-pagination {
    bottom: 0px;
    top: auto;
    left: auto;
    right: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mb-mySwiper .swiper-pagination-bullet {
/*     padding: 3px 16px; */
	  display:flex;
    border-radius: 32px;
    background: #383a39;
    color: #fff;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 42px;
    height: 30px;
    opacity: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
	  margin:0 !important;
  }
  .mb-mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff0b0b;
    color: #fff;
  }
  .mb-map-section {
    padding-top: 54px;
    position: relative;
    overflow-x: clip;
    background: #222423;
    padding-bottom: 82px;
  }
  .mb-map-section .slidemap {
    width: 230%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mb-map-section .mb-40 {
    margin-bottom: 40px;
  }
  .mb-map-section .channel-details p {
    font-family: "Satoshi";
    margin-bottom: 20px;
  }
  .career {
    padding-top: 100px;
    padding-bottom: 70px;
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
  }
  .career .career-grid {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .career .career-grid .career-content-wraps {
    margin-left: 0px;
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .career .career-grid .career-content-wraps p {
    width: 420px;
  }
  .career .career-grid .career-image {
    margin-right: 0px;
    display: flex;
    width: 100%;
    gap: 30px;
  }
  .career .wraps-images {
    margin-left: 0px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .career .wraps-images img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-main {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .service-main .service-topic-wraps {
    margin-top: 83px;
    width: 350px;
  }
  .mob-service-tab {
    overflow-x: clip;
    position: relative;
    padding-bottom: 456px;
  }
  .mob-service-tab .hands-mobiles {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: -1;
    width: 747px;
    height: 497px;
  }
  .mob-service-tab .mob-facility-wraps {
    padding: 30px;
  }
  .mob-service-tab .mob-facility-wraps p {
    color: #383a39;
    font-family: "Satoshi";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
  }
  .mob-service-tab .mob-facility-wraps .facility-grid {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .mob-service-tab .mob-facility-wraps .facility-grid .facility-card {
    display: flex;
    width: 204px;
    padding-bottom: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .mob-service-tab .mob-facility-wraps .facility-grid .facility-card .icon {
    width: 90px;
    padding: 13px;
    height: 90px;
    border-radius: 100%;
    background: #ff0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mob-service-tab .mob-facility-wraps .facility-grid .facility-card .facility-name {
    display: flex;
    width: 204px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ecommerce-sec {
    padding-top: 680px;
    padding-bottom: 198px;
  }
  .ecommerce-sec .evolution {
    height: 904px;
  }
  .ecommerce-sec .right-topic {
    text-align: left;
    width: 358px;
    margin-left: 0;
  }
  .ecommerce-sec .big-text {
    text-align: left;
    font-size: 80px;
  }
  .ecommerce-sec .left-side-content {
    margin-top: 92px;
    padding-top: 14px;
    padding-bottom: 40px;
    width: 100%;
    border-top: 1px solid #fff;
  }
  .ecommerce-sec .left-side-content p {
    width: 70%;
    font-size: 24px;
  }
  .ecommerce-sec .services-wraps {
    display: flex;
    gap: 30px;
  }
  .ecommerce-sec .services-wraps.down {
    margin-top: 222px;
  }
  .mb-tab-sec {
    padding-bottom: 70px;
  }
  .mb-tab-sec .detail-of-option {
    padding: 30px;
  }
  .mb-tab-sec .detail-of-option h2 {
    margin-bottom: 45px;
  }
  .mb-tab-sec .detail-of-option p {
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .reach-out-sec {
    display: flex;
    flex-direction: column;
  }
  .reach-out-sec .more-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .reach-out-sec .reach-wraps {
    width: 100%;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 120px;
  }
  .reach-out-sec .reach-wraps h2 {
    width: 211px;
  }
  .reach-out-sec .impacts-wraps {
    background: #ff0b0b;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 120px;
    z-index: 1;
  }
  .reach-out-sec .impacts-wraps .union {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	  object-fit:cover;
  }
  .reach-out-sec .impacts-wraps .manoj {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .reach-out-sec .impacts-content {
    display: flex;
    width: 100%;
	  max-width:300px;
    flex-direction: column;
    align-items: flex-start;
  }
	.light-box .ball-wrapped {
   width:fit-content;
		margin-left:auto;
		
    margin-right: 0px;

}
  .light-box {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .light-box .right {
    left: 0;
    right: auto;
  }
  .light-box .black-circle-1 {
    bottom: -180px;
    left: 0;
  }
  .light-box .black-circle-2 {
    display: none;
  }
  .light-box .top-img-wraps {
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
  }
  .light-box .top-img-wraps .logo-white {
    width: 39.174px;
    height: 30px;
    filter: brightness(0) invert(1);
  }
  .light-box .heading {
    margin-top: 55px;
    display: flex;
    width: 441px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .light-box .white-card {
    padding: 30px;
    width: 100%;
    height: 100%;
  }
  .light-box .white-card .form-wraps {
    display: flex;
    gap: 55px;
    flex-direction: column;
  }
  .light-box .white-card .form-wraps .input-wraps {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .light-box .white-card .form-wraps .input-wraps input {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .light-box .white-card .form-wraps .btn-wraps {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .light-box .form-wraped {
    margin-top: 100px;
    width: 104%;
    margin-left: -30px;
    flex-direction: column;
  }
  .light-box .black-red-circle {
    margin-left: auto;
  }
  .expertise-main {
    padding-top: 70px;
    padding-bottom: 126px;
  }
  .expertise-main .hand-e {
    position: absolute;
    top: 39%;
    right: -27%;
    width: 100%;
    margin-top: -40%;
    height: 100%;
    transform: rotate(8deg);
  }
  .expertise-main .topic-wraps {
    margin-top: 106px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 43px;
  }
  .expertise-main .topic-wraps .topic {
    width: 427px;
  }
  .expertise-main .dots-bg {
    width: 440px;
    height: 440px;
    background: #ff0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .expertise-main .dots-bg .dot {
    display: none;
  }
  .expertise-main .dots-bg .dot-m {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
  }
  .mb-ent-tab-section {
    padding-top: 40px;
    padding-bottom: 60px;
    background: #dddddd;
  }
  .mb-threecard-section {
    padding-top: 100px;
    background: #dddddd;
    padding-bottom: 60px;
  }
  .mb-threecard-section .right-content {
    width: 60%;
    margin-bottom: 50px;
  }
  .mb-threecard-section .circle-card {
    color: #222423;
  }
  .mb-threecard-section .circle-card p {
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .mb-master-section {
    padding-top: 100px;
    background: #222423;
    padding-bottom: 40px;
  }
  .mb-master-section .left-content {
    padding-bottom: 100px;
    width: 60%;
  }
  .mb-master-section .bdr-line {
    border-top: 1px solid #4C4E52;
    padding-top: 40px;
  }
  .mb-master-section .right-grided {
    width: 100%;
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 60px;
  }
/*   .mb-master-section .right-grided .master-wraps img {
    width: auto;
    height: 37px;
  } */
  .mb-master-section .right-grided .master-wraps .master-name {
    margin-top: 31px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .mb-master-section .right-grided .master-wraps .master-name p {
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .contact-main {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .contact-form-sec {
    padding-bottom: 112px;
  }
  .contact-form-sec .contacted-wraps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form-sec .contacted-wraps .left-side-topic {
    width: 440px;
  }
  .mb-cards-section {
    background: #222423;
    padding-bottom: 120px;
  }
  .mb-cards-section .circle-card p {
    font-size: 16px;
    font-family: "Satoshi";
  }
  .mb-cards-section .circle-card:nth-last-child(1) {
    margin-top: 0px;
  }
  .mb-cards-section .circle-card:nth-last-child(2) {
    margin-top: 0px;
  }
  .mb-location {
    overflow-x: clip;
    padding-top: 90px;
    background: #ddd;
    
  }
	.bdr-line-location{
		margin:0px 20px;
		padding-bottom: 95px;
    border-bottom: 1px solid #222423;
	}
  .mb-location .left-side {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mb-location .map-wraps {
    padding-top: 30px;
    padding-left: 20px;
  }
  .mb-location .slidemaped {
    width: 185%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .location-num-card .big-num {
    font-size: 112px;
  }
  .location-num-card h2 {
    margin-top: 22px;
    margin-bottom: 32px;
  }
  .location-num-card ul li a div {
    width: 155px;
  }
  .filter-sec {
    padding-top: 250px;
    padding-bottom: 60px;
  }
  .filter-sec .accordian-stack .line-list:nth-child(1) .link {
    background: transparent;
  }
  .filter-sec .heading {
    align-items: center;
    margin-bottom: 16px;
  }
  .filter-sec .heading .down-arrow {
    display: block;
  }
  .filter-sec .main-flex {
    padding: 0px 10px;
    flex-direction: column;
    gap: 30px;
  }
  .filter-sec .main-flex .filters-wrapped {
    display: flex;
    gap: 36px;
  }
  .filter-sec .main-flex .filtera-option h3 {
    margin-bottom: 24px;
  }
  .filter-sec .main-flex .filtera-option .select-wraps select {
    width: 440px;
  }
  .resource-main {
    padding-top: 70px;
  }
  .resource-main .left-heading {
    width: 430px;
  }
  .resources-blocks {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  .resources-blocks .loading {
    font-size: 100px;
  }
  .resources-blocks .resources-grid {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .resources-blocks .resources-grid .resources-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .resources-card .resource-content {
    padding: 12px 20px 20px 20px;
  }
  .resources-card .resource-content p {
    font-size: 16px;
  }
  .resources-card .resource-content .arrow-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  .vertical-swiper .swiper-button-next {
    top: 22px;
    left: 240px;
    width: 240px;
    height: 240px;
  }
  .vertical-swiper .swiper-button-prev {
    top: 22px;
    left: 0;
    width: 240px;
    height: 240px;
  }
  .vertical-swiper .previous {
    width: 240px;
    height: 240px;
  }
  .vertical-swiper .next {
    width: 240px;
    height: 240px;
  }
  .article-sec {
    padding-top: 70px;
  }
  .article-sec .author-topic {
    padding-bottom: 150px;
  }
  .article-sec .author-topic .topic {
    width: 400px;
  }
  .article-sec .author-topic .author-wraps {
    gap: 24px;
  }
  .article-sec .all-content-wraps {
    padding-bottom: 62px;
  }
  .article-sec .change {
    height: 100vh;
  }
  .article-sec .change .changing-btn-wraps .change-btns {
    display: flex;
  }
  .article-sec .change .changing-btn-wraps .change-btns .previous {
    width: 240px;
    height: 240px;
  }
  .article-sec .change .changing-btn-wraps .change-btns .next {
    width: 240px;
    height: 240px;
  }
	.article-sec .change .paper-block {
    top: auto;
		bottom:32px;
    right: 32px;
}
  .article-sec .contents-wrapped {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .article-sec .contents {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .article-sec .contents .grid-2 {
    gap: 30px;
  }
  .article-sec .contents h2 {
    font-size: 24px;
  }
  .article-sec .quotes {
    border-top: 1px solid #222423;
    padding-top: 13px;
    padding-bottom: 53px;
    border-bottom: 1px solid #222423;
  }
  .article-sec .quotes .quote-wraps {
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    text-align: right;
  }
  .article-sec .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .article-sec .benefits .facility-card {
    display: flex;
    padding-bottom: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .article-sec .benefits .facility-card .icon {
    width: 90px;
    padding: 13px;
    height: 90px;
    border-radius: 100%;
    background: #ff0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .article-sec .benefits .facility-card .facility-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .article-sec .benefits .facility-card .facility-name h2 {
    margin-bottom: 0px;
  }
  .article-sec .benefits .facility-card .facility-name .font-16 {
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .article-sec .wraped-circle-sec {
    flex-direction: column;
    gap: 40px;
  }
  .article-sec .wraped-circle-sec .circle-image {
    width: 100%;
  }
  .article-sec .wraped-circle-sec .flex-wraps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    text-align: right;
    margin-left: auto;
    width: 322px;
  }
  .article-sec .navigation-wraps {
    padding-top: 30px;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
  .related-article {
    padding-top: 80px;
	  padding-bottom:90px;
  }
	
  .related-article .grid-4 {
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
    gap: 30px;
  }
  .article-card .images {
    height: 323px;
    overflow: hidden;
  }
  .article-card .images img {
    height: 100%;
  }
  .article-card .article-content {
    padding: 12px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .article-card .article-content .arrows {
    display: flex;
  }
  .article-card .article-content .arrows .block-btn {
    background: rgba(0, 0, 0, 0.03);
    color: #222423;
  }
  .article-card.red {
    background: #ff0b0b;
    color: #fff;
  }
  .article-card.red .article-content .arrows .block-btn {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .ter-design {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .ter-design .questions-grid {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .ter-design .questions-grid .questions-wraps {
    border-top: 1px solid #fff;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ter-design .questions-grid .questions-wraps .question {
    width: 380px;
  }
  .ter-design .questions-grid .questions-wraps .answer {
    width: 675px;
  }
  .error {
    padding-top: 70px;
  }
  .error .error-wraps {
    flex-direction: column;
    gap: 30px;
  }
  .error .error-wraps .topic {
    width: 380px;
  }
  .error .error-wraps .big-text {
    font-size: 160px;
  }
  .error .reach-next {
    margin-top: 157px;
    padding-top: 30px;
    padding-bottom: 110px;
    justify-content: space-between;
  }
  .error .reach-next .left-topic {
    width: 199px;
  }
  .error .reach-next .redirect-links li {
    width: 324px;
    padding: 7px 0px;
  }
  .error .reach-next .redirect-links li a {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
	.red-mask .man-circle {
    width: 100%;
    height: auto;
}
.circle-card:nth-last-child(1) {
    margin-top: 0%;
}
	.article-sec .navigation-wraps .flex-wraps {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    justify-content: flex-start;
}
		.wp-block-image img {
     width: 435px;
    height: 435px;
    object-fit: cover;
/*     border-radius: 100%; */
}
/* 	.wp-block-image:before {
   
    width: 435px;
    height: 435px;
    
} */
	blockquote.wp-block-quote p {
    max-width: 100% !important;
}
		blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {
    font-size: 35px !important;
    max-width: 100% !important;
}
		.top-part-transf {
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
.top-part-transf h2 {
    font-family: "Satoshi";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}
.top-part-transf .big-txt {
    font-family: "Satoshi";
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}
}
@media (max-width: 650px) {
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 23px;
  }
  .pl-30 {
    padding-left: 22px;
  }
  .pr-30 {
    padding-right: 22px;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .mobilemenucontainer .visible-menu {
    padding-top: 20px;
  }
  .mobilemenucontainer .menucontents .menutop .menu-top-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobilemenucontainer .menucontents .mobile-lists {
    margin-top: -20%;
  }
  .main-sec {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .main-sec .sticky-top {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .overall-grid {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(22, 1fr);
    grid-template-rows: repeat(20, 1fr);
  }
  .relative {
    width: 14vw;
    height: 14vw;
  }
  .gridded-container {
    display: none;
  }
  .contents-wraps {
    padding-top: 62px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 200px;
    justify-content: space-between;
    height: 100vh;
  }
  .main-title {
    width: 220px;
  }
  .bottom-txt-wraps {
    width: 235px;
  }
  .scroll-wraps {
    width: 120px;
    margin-top: 27px;
    display: flex;
    align-items: center;
  }
  .scroll-wraps img {
    width: 30px;
    height: 30px;
  }
  .blink-wraps {
    width: 100%;
    height: 100%;
    padding-top: 72px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .blink-wraps .blinking-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .blink-wraps .blinking-content .quotes h1 {
    font-size: 36px;
  }
  .blink-wraps .blinking-content .quotes .blinks {
    margin-left: 10px;
    animation: blink 1200ms ease-out infinite;
  }
  .mb-programming {
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .mb-programming .mb-programming-wraps {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mb-programming .mb-programming-wraps .accordian-stack {
    margin-top: 20px;
  }
  .submenu {
    display: none;
  }
  .programming-logos {
    width: 95%;
    margin-top: 35px;
    padding-bottom: 120px;
	  border-bottom:1px solid #4C4E52;
/*     grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    -moz-column-gap: 40px;
         column-gap: 40px; */
  }
/* 	.programming-logos img{
		width:100%;
		height: 32px;
    object-fit: contain;
		object-position:right;
} */
  .services {
	  margin-top:-1px;
    padding: 120px 20px;
    padding-bottom: 20px;
    height: 700px;
    justify-content: flex-end;
    z-index: 1;
  }
  .services .middle-circle-wraps {
    top: -15%;
    left: 50%;
    width: 361px;
    height: 458px;
  }
  .services .middle-circle-wraps .circle-red {
    width: 270px;
    height: 270px;
  }
  .services .middle-circle-wraps .hand-mobile {
    width: 600px;
    height: 400px;
    left: -30%;
    margin-top: 50%;
  }
  .services .service-topic {
    position: unset;
    width: 80%;
    justify-content: flex-end;
  }
  .services .service-topic p {
    width: 100%;
  }
  .services .maps-layers {
    position: absolute;
    left: -8%;
    top: 12%;
    width: 120%;
    z-index: -1;
  }
  .mb-industry-sec .top-img-wraps .industry-girl {
    height: 490px;
    -o-object-position: right;
       object-position: right;
  }
  .mb-industry-sec .half-circle-border {
    width: 125.077px;
    height: 125.077px;
  }
  .mb-industry-sec .mastered-content .black-block {
    width: 125.077px;
    height: 125.077px;
  }
  .mb-industry-sec .mastered-content .flex {
    align-items: flex-end;
  }
  .mb-industry-sec .mastered-content .industry-details {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    width: 100%;
  }
  .mb-industry-sec .mastered-content .industry-details p {
    width: 323px;
  }
  .flex-wrap {
    margin-top: -125.077px;
    display: flex;
    justify-content: center;
  }
  .flex-wrap .half-circle-border {
    width: 125.077px;
    height: 125.077px;
  }
  .red-mask {
    width: 126px;
    height: 100%;
  }
  .mb-multiselect {
    padding-top: 400px;
    padding-bottom: 220px;
  }
  .mb-multiselect .handblacks {
    left: -2%;
    width: 292px;
    height: 397px;
  }
  .mb-multiselect .left-part-topic {
    width: 323px;
    gap: 24px;
  }
  .mb-multiselect .left-part-topic h1 {
    width: 276px;
  }
  .tech-content {
    padding: 30px 10px;
  }
  .company-sec .company-img {
    margin-top: -125px;
    height: 500px;
    -o-object-position: 73%;
       object-position: 73%;
  }
  .company-sec .heading-wraps {
    padding-left: 20px;
    padding-right: 55px;
    padding-top: 20px;
    padding-bottom: 60px;
    width: 100%;
	  height: 375px;
    z-index: 1;
  }
  .company-sec .heading-wraps::before {
    top: -125px;
    width: 125px;
    height: 125px;
  }
  .company-sec .heading-wraps .heading {
    width: 100%;
    gap: 16px;
  }
  .company-sec .change-btns .previous {
    width: 125px;
    height: 125px;
  }
  .company-sec .change-btns .previous img {
    display: none;
  }
  .company-sec .change-btns .next {
    width: 125px;
    height: 125px;
  }
  .company-sec .change-btns .next img {
    display: none;
  }
	.company-sec .vertical-swiper {
  height:900px;
}
.company-sec .vertical-swiper .swiper-button-prev {
  top: 395px;
  bottom: auto;
}
.company-sec .vertical-swiper .swiper-button-next {
  top: 400px;
  bottom: auto;
}
	.company-sec .article-bg {
       height: 540px !important;
    top: 40%;
    object-position: 70%;
}
.company-sec .vertical-swiper .swiper-slide {
  padding-bottom: 0px;
}
  .footer {
    padding-top: 31px;
    padding-bottom: 20px;
  }
  .footer .footer-top-wraps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 373px;
  }
  .footer .footer-grid {
    grid-area: 2;
  }
  .footer .rights {
    flex-direction: column;
    align-items: flex-start;
  }
  .company {
    padding-top: 60px;
    padding-bottom: 83px;
  }
  .top-topic .d2 {
    font-size: 64px !important;
  }
  .mb-company-details .details-topic {
    margin-bottom: 87px;
    width: 100%;
  }
  .mb-company-details .founder-wraps h2 {
    margin-top: 20px;
  }
  .mb-company-details .right-side-wraps h2 {
    margin-top: 20px;
  }
  .mb-company-tab {
    padding-top: 56px;
    padding-bottom: 51px;
  }
  .our-people .people-topic-grid .people-img-wraps {
    padding: 0px 20px;
  }
  .our-people .people-topic-grid .our-people-wraps {
    padding: 37px 20px 33px 20px;
  }
  .our-people .people-topic-grid .our-people-wraps h1 {
    width: 290px;
  }
  .our-people .people-topic-grid .ceo-details {
    margin-top: -240px;
    padding-top: 308px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 45px;
    gap: 26px;
  }
  .our-people .people-topic-grid .ceo-details .name {
    display: flex;
    gap: 0px;
    justify-content: space-between;
    padding: 13px 0px;
  }
  .our-people .people-topic-grid .ceo-details .name .linkedin-wraps {
    width: 30px;
    height: 30px;
    background: #ff0b0b;
    border-radius: 100%;
  }
  .our-people .people-topic-grid .ceo-details .ceo-words {
    width: 100%;
	  border-top:none;
  }
  .career {
    padding-top: 60px;
    padding-bottom: 46px;
    padding-left: 20px;
    padding-right: 0px;
  }
  .career .career-grid {
    margin-bottom: 20px;
    gap: 107px;
  }
  .career .career-grid .career-content-wraps {
    width: 100%;
    gap: 24px;
  }
  .career .career-grid .career-content-wraps p {
    width: 100%;
  }
  .career .career-grid .career-image {
    gap: 20px;
  }
  .career .wraps-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .service-main {
    padding-top: 60px;
    padding-bottom: 98px;
  }
  .service-main .service-topic-wraps {
    margin-top: 83px;
    width: 326px;
  }
  .mob-service-tab {
    padding-bottom: 456px;
  }
  .mob-service-tab .hands-mobiles {
    left: -35%;
  }
  .mob-service-tab .mob-facility-wraps {
    padding: 20px;
  }
  .mob-service-tab .mob-facility-wraps .facility-grid {
    margin-top: 33px;
    row-gap: 40px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .mob-service-tab .mob-facility-wraps .facility-grid .facility-card {
    width: 100%;
  }
  .mob-service-tab .mob-facility-wraps .facility-grid .facility-card .facility-name {
    width: 100%;
  }
	.tab-quotes {
    min-height:100vh ;
    padding-bottom: 198px;
}
  .ecommerce-sec {
    padding-top: 319px;
    padding-bottom: 100px;
  }
	.ecommerce-sec::before{
    width: 125px;
    height: 125px;
	}
  .ecommerce-sec .evolution {
    height: 534px;
  }
  .ecommerce-sec .right-topic {
    width: 326px;
  }
  .ecommerce-sec .big-text {
   width: 100%;
    font-size: 64px;
    word-break: break-word;
  }
  .ecommerce-sec .left-side-content {
    margin-top: 64px;
    padding-top: 17px;
    padding-bottom: 30px;
  }
  .ecommerce-sec .left-side-content p {
    width: 100%;
    font-size: 22px;
  }
  .ecommerce-sec .services-wraps {
    display: flex;
    gap: 30px;
  }
  .ecommerce-sec .services-wraps.down {
    margin-top: 222px;
  }
  .mb-tab-sec {
    padding-bottom: 70px;
  }
  .mb-tab-sec .detail-of-option {
    padding: 30px 10px;
  }
  .mb-tab-sec .detail-of-option h2 {
    margin-bottom: 45px;
  }
  .mb-tab-sec .detail-of-option p {
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .reach-out-sec {
    display: flex;
    flex-direction: column;
  }
  .reach-out-sec .more-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .reach-out-sec .reach-wraps {
    width: 100%;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 81px;
  }
  .reach-out-sec .reach-wraps h2 {
    width: 211px;
  }
  .reach-out-sec .impacts-wraps {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 81px;
  }
  .reach-out-sec .impacts-wraps .manoj {
    position: absolute;
    bottom: 0;
    right: -16%;
    width: 257px;
  }
  .reach-out-sec .impacts-content {
    display: flex;
    width: 100%;
	  max-width:300px;
    flex-direction: column;
    align-items: flex-start;
  }
  .brouchure-popups {
    overflow: auto;
  }
  .brouchure-popups.model-open {
    overflow: auto;
  }
  .light-box {
	  height:auto;
    padding-top: 20px;
/*     padding-bottom: 187px; */
  }
  .light-box .right {
    left: 0;
    right: auto;
  }
  .light-box .black-circle-1 {
    bottom: 0px;
    left: 0;
    width: 187px;
    height: 187px;
  }
  .light-box .black-circle-2 {
    display: none;
  }
  .light-box .top-img-wraps {
	  padding-left:22px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
  }
  .light-box .top-img-wraps .logo-white {
    width: 39.174px;
    height: 30px;
    filter: brightness(0) invert(1);
  }
  .light-box .heading {
    margin-top: 55px;
	  padding-left:22px;
	  padding-right:22px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .light-box .white-card {
    padding: 30px;
    width: 100%;
    height: 100%;
  }
  .light-box .white-card .form-wraps {
    display: flex;
    gap: 55px;
    flex-direction: column;
  }
  .light-box .white-card .form-wraps .input-wraps {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .light-box .white-card .form-wraps .input-wraps input {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .light-box .white-card .form-wraps .btn-wraps {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .light-box .form-wraped {
    margin-top: 87px;
    width: 106%;
    margin-left: -22px;
    flex-direction: column;
  }
  .light-box .black-red-circle {
    margin-left: auto;
    width: 187px;
    height: 187px;
/*     position: absolute; */
    bottom: 0;
    right: 0;
  }
	.light-box .whole-wrapped {
    margin-left: 0px;
   
}
  .light-box .black-red-circle .red-circle {
    width: 187px;
    height: 187px;
  }
  .expertise-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .expertise-main .hand-e {
    right: -27%;
    width: 111%;
    margin-top: -4%;
    height: auto;
  }
  .expertise-main .topic-wraps {
    margin-top: 83px;
    gap: 42px;
  }
  .expertise-main .topic-wraps .topic {
    width: 81%;
  }
  .expertise-main .dots-bg {
    width: 218px;
    height: 218px;
  }
  .expertise-main .dots-bg .dot {
    display: none;
    width: 90px;
    height: 90px;
  }
  .mb-ent-tab-section {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .mb-threecard-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .mb-threecard-section .right-content {
    width: 100%;
    margin-bottom: 50px;
  }
  .mb-threecard-section .circle-card {
    width: 100%;
  }
  .mb-threecard-section .circle-card .circle-wrap {
    width: 100%;
    height: 100%;
	  display:flex;
  }
  .mb-threecard-section .circle-card .circle-wrap img {
/*     height: 251px; */
    -o-object-position: top;
       object-position: top;
  }
  .mb-threecard-section .circle-card .man-circle-wraps {
    width: 100%;
    height: 100%;
	    display:flex;
  }
  .mb-master-section {
    padding-top: 91px;
    padding-bottom: 40px;
  }
  .mb-master-section .left-content {
    padding-bottom: 100px;
    width: 100%;
  }
  .mb-master-section .bdr-line {
    padding-top: 40px;
  }
  .mb-master-section .right-grided {
    -moz-column-gap: 23px;
         column-gap: 23px;
    row-gap: 40px;
  }
/*   .mb-master-section .right-grided .master-wraps img {
    width: auto;
    height: 30px;
  } */
  .mb-master-section .right-grided .master-wraps .master-name {
    margin-top: 24px;
  }
  .contact-main {
    padding-top: 60px;
    padding-bottom: 83px;
  }
  .contact-form-sec {
    padding-bottom: 112px;
  }
  .contact-form-sec .contacted-wraps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form-sec .contacted-wraps .left-side-topic {
    width: 100%;
  }
  .mb-cards-section {
    padding-bottom: 111px;
  }
  .mb-cards-section .circle-card {
    width: 100%;
  }
  .mb-cards-section .circle-card .man-circle-wraps {
    width: 100%;
    height: 100%;
  }
  .mb-cards-section .circle-card .circle-wrap {
    width: 100%;
    height: 100%;
  }
  .filter-sec {
    padding-top: 101px;
    padding-bottom: 10px;
  }
  .filter-sec .heading {
    align-items: center;
    margin-bottom: 38px;
  }
  .filter-sec .main-flex {
    padding: 0px 10px;
    flex-direction: column;
    gap: 30px;
	  padding-bottom:38px;
  }
  .filter-sec .main-flex .filters-wrapped {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .filter-sec .main-flex .filtera-option {
    width: 100%;
  }
  .filter-sec .main-flex .filtera-option h3 {
    margin-bottom: 24px;
  }
  .filter-sec .main-flex .filtera-option .select-wraps select {
    width: 100%;
  }
  .resource-main {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .resource-main .left-heading {
    width: 100%;
  }
  .resources-blocks {
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .resources-blocks .loading {
    font-size: 64px;
  }
  .resources-blocks .resources-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .resources-blocks .resources-grid .resources-card {
    margin-bottom: 0px;
  }
  .vertical-swiper {
    height: 500px;
  }
  .vertical-swiper .article-bg {
    height: 500px;
  }
  .vertical-swiper .swiper-button-next {
    top: 22px;
    left: 125px;
    width: 125px;
    height: 125px;
  }
  .vertical-swiper .swiper-button-prev {
    top: 22px;
    left: 0;
    width: 125px;
    height: 125px;
  }
  .vertical-swiper .previous {
    width: 125px;
    height: 125px;
  }
  .vertical-swiper .previous img {
    display: none;
  }
  .vertical-swiper .next {
    width: 125px;
    height: 125px;
  }
	.article-sec .change .previous{
		 width: 125px;
    height: 125px;
	}
	blockquote h1.wp-block-heading{
		width:100% !important;
	}
  .vertical-swiper .next img {
    display: none;
  }
  .vertical-swiper .article-tag {
    right: 110px;
    top: auto;
    bottom: 20px;
  }
	
  .vertical-swiper .swiper-counter {
    top: auto;
    bottom: 24px;
    right: 20px;
    padding: 4px 16px 4px 16px;
  }
  .vertical-swiper .swiper-counter .count {
    font-size: 16px;
  }
  .vertical-swiper .swiper-counter .line {
    width: 24px;
  }
  .vertical-swiper .swiper-counter .total {
    font-size: 16px;
  }
  .article-sec {
    padding-top: 60px;
  }
  .article-sec .author-topic {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 138px;
  }
  .article-sec .author-topic .topic {
    width: 100%;
  }
  .article-sec .author-topic .author-wraps {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 24px;
  }
  .article-sec .author-topic .author-wraps .author-img {
    grid-area: 1;
  }
	.article-sec .author-topic .author-wraps .author-name {
  align-items:flex-start;
}
  .article-sec .all-content-wraps {
    padding-bottom: 62px;
  }
  .article-sec .change {
    height: 500px;
  }
  .article-sec .change .article-bg {
    height: 500px;
  }
	.article-sec .change .article-bg {
    height: 500px !important;
    max-width: 100% !important;
    object-position: right;
}
  .article-sec .change .manoj {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 160%;
    transform: translate(-45%, 0%);
    z-index: -1;
  }
  .article-sec .change .changing-btn-wraps .change-btns {
    display: flex;
  }
  .article-sec .change .changing-btn-wraps .change-btns .previous {
    width: 125px;
    height: 125px;
  }
  .article-sec .change .changing-btn-wraps .change-btns .previous img {
    display: none;
  }
  .article-sec .change .changing-btn-wraps .change-btns .next {
    width: 125px;
    height: 125px;
  }
  .article-sec .change .changing-btn-wraps .change-btns .next img {
    display: none;
  }
  .article-sec .contents-wrapped {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .article-sec .contents {
    gap: 24px;
  }
  .article-sec .contents .grid-2 {
    gap: 30px;
  }
  .article-sec .contents h2 {
    font-size: 22px;
  }
  .article-sec .quotes {
    padding-top: 29px;
    padding-bottom: 34px;
  }
  .article-sec .benefits {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .article-sec .benefits .facility-card {
    display: flex;
    padding-bottom: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .article-sec .benefits .facility-card .icon {
    width: 90px;
    padding: 13px;
    height: 90px;
    border-radius: 100%;
    background: #ff0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .article-sec .benefits .facility-card .facility-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .article-sec .benefits .facility-card .facility-name h2 {
    margin-bottom: 0px;
  }
  .article-sec .benefits .facility-card .facility-name .font-16 {
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .article-sec .wraped-circle-sec {
    flex-direction: column;
    gap: 40px;
  }
  .article-sec .wraped-circle-sec .circle-image {
    width: 335px;
    height: 335px;
    margin: auto;
  }
  .article-sec .wraped-circle-sec .flex-wraps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    text-align: right;
    margin-left: auto;
    width: 322px;
  }
  .article-sec .navigation-wraps {
    padding-top: 30px;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
  .related-article {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .related-article .grid-4 {
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
    gap: 30px;
  }
  .ter-design {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .ter-design .questions-grid {
    margin-top: 156px;
    gap: 60px;
  }
  .ter-design .questions-grid .questions-wraps {
    padding-top: 30px;
  }
  .ter-design .questions-grid .questions-wraps .question {
    width: 100%;
  }
  .ter-design .questions-grid .questions-wraps .answer {
    width: 100%;
  }
  .error {
    padding-top: 60px;
  }
  .error .error-wraps {
    flex-direction: column;
    gap: 20px;
  }
  .error .error-wraps .topic {
    width: 100%;
  }
  .error .error-wraps .big-text {
    font-size: 112px;
  }
  .error .reach-next {
    margin-top: 44px;
    padding-top: 30px;
    padding-bottom: 90px;
    flex-direction: column;
    gap: 28px;
  }
  .error .reach-next .left-topic {
    width: 100%;
  }
  .error .reach-next .redirect-links li {
    width: 100%;
  }
		.contact-form-sec .contacted-wraps .right-side-form .btn-wraps {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

	.wpcf7 form .wpcf7-response-output{
		width: 40%;
    margin-left: auto;
    margin-top: -50px !important;
    text-align: right;
	}
	.wp-block-image img {
     width: 335px;
    height: 335px;
    object-fit: cover;
/*     border-radius: 100%; */
}
/* 	.wp-block-image:before {
   
    width: 335px;
    height: 335px;
    
} */
	.sm-none{
		display:none ;
	}
	.line-list.open .sm-none{
		display:block ;
	}

}
@media (max-width: 376px) {
  .services .service-topic {
    width: 100%;
  }
  .mb-multiselect .left-part-topic {
    width: 100%;
    gap: 24px;
  }
  .expertise-main .topic-wraps .topic {
    width: 90%;
  }
  .expertise-main .hand-e {
    right: -27%;
    width: 111%;
    margin-top: 8%;
    height: auto;
  }
	.top-part-transf {
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.top-part-transf h2 {
    font-family: "Satoshi";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}
.top-part-transf .big-txt {
    font-family: "Satoshi";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}
}/*# sourceMappingURL=style.css.map */


@media (min-width: 1042px) {
.resources-blocks .images img {
    height: 176px !important;
    object-fit: cover;
}
}
.resources-card:hover {
    box-shadow: rgb(255 4 4 / 10%) 0px 2px 8px;
    transition: transform 0.2s;
}
.resources-card .resource-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}