:root {
  --color-black: #000000;
  --color-yellow: #EFFF08;
  --color-blue: #037BA1;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-YenGrey: #5C5C5C;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: 'Exo', sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: rgb(199 158 90/var(--tw-text-opacity, 1));
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

.fontmontserrat {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
}

p {
  font-family: "DM Sans", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* .site-container{background:var(--color-white);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);margin:0 auto;max-width:1600px;word-wrap:break-word; position: relative;}
.site-container::after{clear:both;content:" ";display:block} */
input:focus, textarea:focus, select:focus, :focus {
  outline: none;
}

p {
  line-height: 24px;
  text-align: justify;
}

a, .home-subscribe-form-box .contact-btn, .contact-form-bg .submit-btn, .service-common-box-image a, .home-video-box a:before, .home-video-box a:after {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-green);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
}

.linkBlack:hover {
  color: var(--color-blue);
}

.linkBlue {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkBlue:hover {
  color: var(--color-black);
}

.linkgreen {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkgreen:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorGreen {
  color: var(--color-green);
}

.colorBlue {
  color: var(--color-blue);
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start, #myCarousel.carousel-fade .active.carousel-item-end, #myCarouselMobile.carousel-fade .active.carousel-item-start, #myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start, #announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  padding: 0;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

.slider .carousel-inner .content {
  position: absolute;
  bottom: 70px;
  color: white;
  left: 60px;
}

.slider .carousel-inner .content h2 {
  font-size: 40px;
  font-weight: 600;
}

.slider .carousel-inner .content span {
  display: block;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
  z-index: 1 !important;
}

.slide1 a:hover, .slide2 a:hover, .slide3 a:hover, .slide4 a:hover, .slide5 a:hover, .slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 10px;
  left: 150px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 10px;
  left: 205px;
  right: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

.home-contact .contactimage .contact-content h2 span {
  display: contents !important;
}

.inner-banner {
  position: relative;
  background: #000;
  height: 750px;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='50' height='50'%3E%3Cg%3E%3Cpath fill='%23AC510C' d='M100 50c0 27.614-22.386 50-50 50S0 77.614 0 50 22.386 0 50 0s50 22.386 50 50'/%3E%3Cpath fill='%2394460A' d='M90 50c0 22.091-17.909 40-40 40S10 72.091 10 50s17.909-40 40-40 40 17.909 40 40'/%3E%3Cpath fill='%23C45C0E' d='M80 50c0 16.569-13.431 30-30 30S20 66.569 20 50s13.431-30 30-30 30 13.431 30 30'/%3E%3Cpath fill='%237C3B09' d='M80 50c0 16.569-13.431 30-30 30S20 66.569 20 50s13.431-30 30-30 30 13.431 30 30'/%3E%3Cpath fill='%23642F07' d='M70 50c0 11.046-8.954 20-20 20s-20-8.954-20-20 8.954-20 20-20 20 8.954 20 20'/%3E%3C/g%3E%3C/svg%3E") 25 25, auto;
}

.banner-img {
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: none;
  z-index: 1;
}

.contentslide {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 8%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  color: #fff;
}

.hero-top {
  margin-top: 32vh;
  font-size: 130px;
  font-weight: 800;
  line-height: 140px;
  position: absolute;
  left: 182px;
}

.hero-center {
  margin-top: 10vh;
  max-width: 551px;
  position: absolute;
  top: 337px;
  right: 438px
}

.hero-center p {
  line-height: 27px;
  text-align: justify;
  font-size: 17px;
  opacity: 0;
  transform: translateX(50px);
  animation: slideInP 0.8s forwards;
  animation-delay: 0.8s;
}

@keyframes slideInP {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-bottom {
  margin-bottom: -40px;
  justify-self: end;
  font-size: 130px;
  font-weight: 800;
  line-height: 140px;
  white-space: nowrap;
  position: absolute;
  top: 615px;
  right: 203px;
  transform: translateX(120px);
}

.hero-title span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
  animation: slideIn 3.5s forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.case-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 14px;
  padding-bottom: 6px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: slideInBtn 0.8s forwards;
  animation-delay: 1.6s;
}

@keyframes slideInBtn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.icon-filled {
  display: none;
}

.case-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 32px;
  background: #ff7a18;
  transition: opacity 0.3s ease;
}

.case-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 133px;
  height: 1px;
  background: #ff7a18;
  transition: opacity 0.3s ease;
}

.case-btn:hover {
  background: #ff7a18;
  color: #ffffff;
  padding: 10px 20px;
}

.case-btn:hover .icon-outline {
  display: none;
}

.case-btn:hover .icon-filled {
  display: inline-block;
}

.case-icon {
  margin-left: 6px;
}

.home-one {
  background-color: #000000;
  padding: 70px 0;
}

.performance-box {
  padding: 40px 0px 0;
}

.performance-box .box-one img {
  transform: scale(0.15);
  transition: transform 0.80s linear;
  will-change: transform;
}

.performance-box.image-zoom-active .box-one img {
  transform: scale(1);
}

.box-one img {
  border-radius: 40px;
  width: 100%;
  height: 665px;
}

.head-h2 {
  color: #FF7A18;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 0 30px;

}

.head-h2 span {
  color: #ffffff;
}

.home-p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.stratery-box h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
}

.stratery-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.stratery-box {
  background-color: #1A1C1F;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  margin: 20px;
  padding: 20px 30px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.6s ease, opacity 0.4s ease;
}

.stratery-box.animate {
  opacity: 1;
  transform: scaleY(1);
}

.stratery-box:nth-child(1) {
  transition-delay: 0.1s;
}

.stratery-box:nth-child(2) {
  transition-delay: 0.2s;
}

.stratery-box:nth-child(3) {
  transition-delay: 0.3s;
}

.stratery-box:nth-child(4) {
  transition-delay: 0.4s;
}

.stratery-box:hover {
  background-color: #000000;
}

.strategy-top {
  display: flex;
  justify-content: space-between;
}

.strategy-arrow {
  transition: transform 0.35s ease;
  width: 40px;
  height: 35px;
  flex-shrink: 0;
}

.stratery-box:hover .strategy-arrow {
  transform: translateY(-6px);
}

.home-two {
  background: #ffffff;
}

.seo-h3 {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  padding: 60px 0 15px;
  font-weight: 600;
  border-bottom: 1px solid #000000;
}

.digital-h3 {
  color: #000000;
  font-size: 25px;
  line-height: 35px;
  padding: 35px 0 10px;
  font-weight: 600;
}

.digital-box {
  position: relative;
  padding: 10px 0 0;
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.45s ease-out;
}

.digital-box.active {
  opacity: 1;
  transform: translateX(0);
}

.digital-box .digital-two {
  transition-delay: 0.05s;
}

.digital-box .digital-one {
  transition-delay: 0.1s;
}

.digital-box::after {
  content: '';
  position: absolute;
  border-top: 1px solid #000000;
  width: 100%;
}

.digital-one img {
  margin: 43px 0;
}

.digital-two {
  margin: 0 40px;
}

.digital-p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.digital-h2 {
  color: #FF7A18;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 0 30px;
}

.digital-h2 span {
  color: #000000;
}

.btn-lets-build-btn {
  background: linear-gradient(90deg, #2A1A0F, #4A2B14, #FF7A18, #4A2B14, #2A1A0F);
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 50px;
  border: none;
  text-transform: uppercase;
  position: absolute;
  bottom: 95px;
  left: 180px;
}

.btn-together {
  position: relative;
}

.btn-lets-build-btn:hover {
  background: #C46A12;
  color: #ffffff;
}

.btn-contact-enquire {
  background: linear-gradient(90deg, #2A1A0F, #4A2B14, #FF7A18, #4A2B14, #2A1A0F);
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 55px;
  border: none;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 40%;
}

.btn-enquiry-contact {
  position: relative;
}

.btn-contact-enquire:hover {
  background: #C46A12;
  color: #ffffff;
}

.home-three {
  position: relative;
  background: url(../img/home-bg.webp);
  z-index: 0;
  padding: 80px 0;
}

.home-three::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.tech-drive-h2 {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  padding: 70px 0 20px;
  color: #FF7A18;
  text-transform: uppercase;
  font-weight: 600;
}

.tech-drive-h2 span {
  color: #ffffff;
}

.tech-drive-p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 335px;
}

.btn-our-service-btn {
  background: linear-gradient(90deg, #2A1A0F, #4A2B14, #FF7A18, #4A2B14, #2A1A0F);
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 55px;
  border: none;
  text-transform: uppercase;
  position: absolute;
  left: 41%;
}

.btn-our-service-btn:hover {
  background: #C46A12;
  color: #ffffff;
}

.saas-success {
  padding: 40px 0 20px;
  text-align: center;
  color: #ffffff;
}

.trusted-carousel {
  margin-top: 10px;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.logo-item img {
  max-height: 60px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.9;
  transition: 0.3s ease;
}

.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.dark-form-card {
  background: #000;
  border-radius: 16px;
  padding: 35px 40px;
  color: #fff;
  margin: 35px 0;
}

.dark-form-card label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  color: #fff;
}

.dark-form-card input,
.dark-form-card textarea,
.dark-form-card select {
  width: 100%;
  background: #000000;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
}

.dark-form-card input::placeholder,
.dark-form-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.dark-form-card input:focus,
.dark-form-card textarea:focus,
.dark-form-card select:focus {
  border-bottom-color: #ff7a18;
}

.dark-form-card .form-group {
  margin-bottom: 10px;
}

.dark-form-card select {
  appearance: none;
  padding: 10px 20px;
}

.btn-submit-dark {
  background: #b35a12;
  color: #fff;
  border: none;
  padding: 12px 80px;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.btn-submit-dark:hover {
  background: #ff7a18;
}

.contact-justify {
  justify-content: center;
  padding: 100px 0 0;
}

.contact-box {
  padding: 65px 0;
}

.contact-box h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  padding-left: 7px;
}

.contact-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding-left: 7px;
}

.contact-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.slash-icon {
  position: relative;
  width: 20px;
  height: 22px;
}

.slash-icon::before,
.slash-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 65px;
  background-color: #ff7a18;
  transform: rotate(160deg);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.slash-icon::before {
  left: -32px;
}

.slash-icon::after {
  left: -20px;
}

.saas-success {

  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.trusted-carousel {
  margin-top: 10px;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.logo-item img {
  max-height: 60px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.9;
  transition: 0.3s ease;
}

.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.home-three .owl-item img {
  width: 80%;
  margin: 0 auto;
}

.widthimg {
  width: 20% !important;
}

.widthimge {
  width: 60% !important;
}

.padsfourty {
  padding-top: 40px;
}

.main-footer {
  background: #000 !important;
  color: #fff;
  padding: 80px 0 40px;
  font-family: 'Poppins', sans-serif;
}

.footer-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-heading h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  padding-bottom: 35px;
}

.footer-heading h1 span {
  color: #ff7a18;
}

.footer-btn {
  background: linear-gradient(135deg, #ff8c1a, #b45b00);
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
}

.enquiry-strip {
  margin: 10px 0 40px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  height: 50px;
}

.enquiry-strip .dot {
  width: 10px;
  height: 10px;
  background: #ff8c1a;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.enquiry-strip .enquiry-content {
  display: inline-flex;
  gap: 50px;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.dot {
  width: 15px;
  height: 15px;
  background: #ff8c1a;
  display: inline-block;
}

.footer-content address,
.footer-content a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 27px;
}

.copyright {
  font-size: 14px;
  opacity: 0.7;
  text-align: end;
}

.social-media {
  text-align: end;
}


.about-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at right,
      #2b1608 0%,
      #000000 65%);
  color: #ffffff;
  overflow: hidden;
}

.about-banner-box {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.orange {
  color: #ff7a18;
}

.about-p {
  width: 54%;
  font-size: 17px;
  text-align: left;
}

.about-us-one {
  margin: 10px 0px 10px 55px;
}

.about-us-one img {
  width: 10%;
}

.about-one {
  background: #ffffff;
}

.about-one-box {
  margin: 60px 0;
  border-bottom: 1px solid #000000;
  padding: 0 0 50px;

}

.about-us-one h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}

.our-mission {
  margin-bottom: 60px;
}

.about-us-one p {
  font-size: 18px;
  line-height: 28px;
}

.our-mission h3 {
  padding-bottom: 10px;
}

.our-mission p {
  font-size: 18px;
  line-height: 25px;
}

.mission-pads {
  margin: 0 20px;
}

.about-us-one p span {
  color: #ac510c;
}

.about-us-one h3 {
  color: #FF751F;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}

.about-two {
  background: #000000;
}

.h3-services {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  padding: 60px 0 15px;
  font-weight: 600;
  border-bottom: 1px solid #ffffff;
}

.h2-services {
  color: #FF7A18;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 0 30px;
}

.h2-services span {
  color: #ffffff;
}

.service-card {
  box-shadow:
    1px 1px 0 rgba(255, 122, 24, 0.15),
    4px 6px 18px rgba(255, 122, 24, 0.15),
    8px 12px 32px rgba(255, 122, 24, 0.12);
  color: #ffffff;
  margin: 30px 25px;
  padding: 30px 30px;
  width: 28%;
  border-radius: 30px;
}

.card-btm {
  margin-bottom: 100px !important;
}

.service-card h3 {
  padding: 15px 10px 0;
  text-align: center;
}

.service-card p {
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  padding: 10px 10px 10px;
  position: relative;
}

.service-card img {
  width: 30%;
  display: block;
  margin: 0 auto;
  padding: 30px 20px 10px;
}

.about-three {
  padding: 70px 0 40px;
}

.service-banner {
  height: 50vh;
  background-color: #0B0C0F;
  position: relative;
}

.service-banner h2 {
  position: absolute;
  top: 66%;
  left: 27%;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}

.service-banner h2 span {
  color: #ff751f;
}

.service-one {
  background-color: #0B0C0F;
}

.service-box {
  justify-content: center;
}

.service-box-one {
  background: #000000;
  height: 50vh;
  margin: 10px 0 10px;
  transform: scale(0.7);
  opacity: 0;

  transition:
    transform 0.9s cubic-bezier(.34, 1.56, .64, 1),
    opacity 0.5s ease;
  transform-origin: center;
  will-change: transform;
  transform: scale(0.7) translateY(60px);
}

.service-box-last {
  margin: 10px 0 90px !important;
}

.service-box-one.in-view {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.service-box-one h2 {
  color: #ff751f;
  font-size: 40px;
  line-height: 50px;
  padding: 53px 30px 10px;
  font-weight: 600;
}

.service-box-one p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 30px 10px;
}

.service-two h1 {
  text-align: center;
  font-size: 65px;
  line-height: 75px;
  font-weight: 600;
}

.service-two {
  margin: 100px 0;
}

.service-two h1 span {
  color: #ff751f;
}

.service-two p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 100px 0 40px;
}

.about-three h2 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.about-three p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.our-client-box {
  justify-content: center;
}

.service-desc {
  color: #cfcfcf;
  margin-bottom: 20px;
}

.speed-boxes {
  display: flex;
  gap: 14px;
  padding: 20px 30px 10px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}

.split-boxes {
  position: relative;
  width: 200px;
  height: 60px;
  margin: 10px 30px;
}

.split-boxes .speed-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 8px;
  transition: transform 0.50s cubic-bezier(.4, 0, .2, 1);
}

.split-boxes.step-2 .speed-box:nth-child(2) {
  transform: translateX(70px);
}

.split-boxes.step-3 .speed-box:nth-child(3) {
  transform: translateX(140px);
}

.circle-boxes {
  position: relative;
  width: 200px;
  height: 60px;
  margin: 10px 30px;
}

.circle-boxes span {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  transition: transform 0.50s cubic-bezier(.4, 0, .2, 1);
}

.circle-boxes.step-2 span:nth-child(2) {
  transform: translateX(70px);
}

.circle-boxes.step-3 span:nth-child(3) {
  transform: translateX(140px);
}

.triangle-wrap {
  position: relative;
  width: 250px;
  height: 65px;
  display: flex;
  justify-content: flex-start;
  margin: 5px;
}

.triangle-wrap .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 65px solid rgba(255, 255, 255, 0.8);
  transition: transform 0.50s cubic-bezier(.4, 0, .2, 1);
}

.triangle::after {
  content: "";
  position: absolute;
  left: -41px;
  top: 6px;
  border-left: 41px solid transparent;
  border-right: 41px solid transparent;
  border-bottom: 57px solid #000;
}

.triangle-wrap.step-2 .triangle:nth-child(2) {
  transform: translateX(70px);
  left: 50px;
}

.triangle-wrap.step-3 .triangle:nth-child(3) {
  transform: translateX(140px);
  left: 100px;
}

.polygon-wrap {
  position: relative;
  width: 200px;
  height: 60px;
  margin: 10px 30px;
}

.polygon-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  transition: transform 0.50s cubic-bezier(.4, 0, .2, 1);
}

.polygon-wrap.step-2 svg:nth-child(2) {
  transform: translateX(70px);
}

.polygon-wrap.step-3 svg:nth-child(3) {
  transform: translateX(140px);
}

.framework-oct {
  width: 90px;
  height: 90px;
}

.framework-oct polygon {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linejoin: round;
  opacity: 0.9;
}

.speed-boxes span {
  width: 85px;
  height: 85px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}

.service-desc {
  color: #cfcfcf;
  margin-bottom: 18px;
}

.stratery-box-icon img {
  width: 60%;
  display: block;
  margin: 35px auto;
}

.growth-box {
  background: #ffffff;
  margin: 25px;
  display: flex;
  justify-content: flex-end;
}

.growth-box h4 {
  text-align: center;
  padding: 13px 0 0;
  font-size: 25px;
  line-height: 35px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.2;
    transform: scale(0.6);
  }
}

.step-dot {
  width: 8px;
  height: 8px;
  background: #ff6a00;
  border-radius: 50%;
  margin: 24px 0 10px 2px;
  opacity: 0;
}

.service-box-one.in-view .step-dot {
  animation: blink 1s infinite ease-in-out;
  opacity: 1;
}

.orbit-wrap {
  position: relative;
  width: 600px;
  height: 175px;
  margin: 50px auto 150px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid #FF751F;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.orbit.center {
  z-index: 2;
  color: #FF751F;
}

.orbit.left {
  transform: translate(-50%, -50%) translateX(-260px);
  opacity: 0.4;
  color: #AC510C;
}

.orbit.right {
  transform: translate(-50%, -50%) translateX(260px);
  opacity: 0.4;
  color: #AC510C;
}

.orbit-wrap.merge .left,
.orbit-wrap.merge .right {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

ul.social-network {
  list-style: none;
  display: flex;
  margin-left: 0 !important;
  padding: 0 175px;
  text-align: center;
}

ul.social-network li {
  display: block;
  margin: 5px;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #000000;
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !important;
}

.social-circle li a i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
  display: inline-block;
  transform: rotate(0deg);
  transition: none;
}

.social-circle li a:hover>i {
  transform: rotate(360deg);
  transition: transform 0.4s ease;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.social-network a.icoFacebook:hover {
  background: #3B5998;
}

.social-network a.icoTwitter:hover {
  background: #ffffff;
  color: #000000;
}

.social-network a.icoInstagram:hover {
  background: linear-gradient(45deg,
      #F58529,
      #DD2A7B,
      #8134AF,
      #515BD4);
}

.social-network a.icoLinkedin:hover {
  background: #0A66C2;
}

/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {
  .slide1 .carousel-caption, .slide2 .carousel-caption, .slide3 .carousel-caption, .slide4 .carousel-caption, .slide5 .carousel-caption, .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3, .slide2 h3, .slide3 h3, .slide4 h3, .slide5 h3, .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4, .slide2 h4, .slide3 h4, .slide4 h4, .slide5 h4, .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 10px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-blue);
}

.head-main {
  font-size: 42px;
  border-bottom: dashed 2px var(--color-black);
  display: block;
  width: 100%;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: rgb(199 158 90/var(--tw-text-opacity, 1));
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: var(--color-grey);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.link {
  color: var(--color-blue);
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.img-radius-15 {
  border-radius: 15px;
}

.blog-main-section {
  margin: 30px 0;
}

.blog-box {
  padding: 138px 10px;
}

.blog-one-section-one {
  margin: 150px 200px;
}

.blog-one-section-one h3 {
  text-align: center;
  padding: 20px 0;
}

.blog-one-section-one p {
  font-size: 16px;
  line-height: 26px;
}

.blog-one-section-one li {
  font-size: 16px;
  line-height: 26px;
}

.blog-section {
  padding: 150px 0;
  background: #fff;
}

.blog-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.blog-card {
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
}

.blog-image {
  overflow: hidden;
  border-radius: 4px;
}

.blog-image img {
  width: 100%;
  height: 350px;
  transition: transform 0.6s ease;
}

.blog-card:hover img {
  transform: scale(1.05);
}

.blog-content {
  padding-top: 18px;
}

.blog-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  display: block;
}

.blog-content h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.blog-content h3 a {
  text-decoration: none;
  color: #000;
}

.blog-content h3 a:hover {
  text-decoration: underline;
}

.read-more {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.read-more span {
  transition: transform 0.3s ease;
}

.read-more:hover span {
  transform: translateX(4px);
}

@media(min-width:320px) and (max-width:1080px) {
  .footer-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-heading h1 {
    font-size: 42px;
  }

  .footer-right {
    text-align: left;
    margin-top: 30px;
  }

  .enquiry-strip {
    font-size: 18px;
  }


  .inner-banner {
    height: 50px;
    padding: 10px 24px;
  }

  .banner-img {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: none;
    z-index: 1;
  }

  .hero-top {
    margin-top: 8vh;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    position: absolute;
    left: 22px;
  }

  .hero-center {
    margin-top: 7vh;
    max-width: 551px;
    position: absolute;
    top: 150px;
    right: 0;
  }

  .hero-bottom {
    margin-bottom: -69px;
    justify-self: end;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    white-space: nowrap;
    position: absolute;
    top: 140px;
    right: 140px;
    transform: translateX(120px);
  }

  .hero-center p {
    line-height: 25px;
    text-align: left;
    font-size: 15px;
    opacity: 0;
    transform: translateX(50px);
    animation: slideInP 0.8s forwards;
    animation-delay: 0.8s;
  }

  .box-one img {
    display: none;
  }

  .head-h2 {
    color: #FF7A18;
    font-size: 23px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0 15px;
  }

  .home-one {
    padding: 80px 16px;
  }

  .home-p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
  }

  .stratery-box {
    margin: 10px 0;
  }

  .seo-h3 {
    padding: 30px 0 15px;
  }

  .digital-h2 {
    padding: 15px 0 70px;
    font-size: 20px;
    line-height: 30px;
  }

  .btn-lets-build-btn {
    padding: 12px 50px;
    bottom: -40px;
    left: 15px;
  }

  .digital-two {
    margin: 0;
  }

  .digital-h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 10px;
  }

  .digital-p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .digital-num {
    display: none;
  }

  .digital-one img {
    margin: 10px 0;
  }

  .digital-box {
    padding: 60px 0 0;
  }

  .home-two {
    padding: 10px 16px 50px;
  }

  .home-three {
    padding: 10px 16px;
    ;
  }

  .tech-drive-h2 {
    font-size: 20px;
    line-height: 35px;
    padding: 30px 0 10px;
  }

  .tech-drive-p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
  }

  .saas-success {
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0;
  }

  .padsfourty {
    padding: 30px 0;
  }

  .widthimge {
    width: 100% !important;
  }

  .section-four {
    padding: 10px 16px;

  }

  .digital-h2 {
    padding: 15px 0 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .digital-p {
    font-size: 15px;
    line-height: 25px;
  }

  .contact-justify {
    padding: 0;
  }

  .contact-box {
    padding: 10px 0;
  }

  .contact-box h3 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .contact-box p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding-left: 7px;
    text-align: center;
  }

  .contact-head {
    display: grid;
  }

  .slash-icon::after {
    left: 77px;
  }

  .slash-icon::before {
    left: 65px;
  }

  .dark-form-card {
    padding: 35px 30px;
  }

  .enquiry-strip {
    margin: 10px 0 20px;
  }

  .footer-heading h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
  }

  .about-banner-box {
    font-size: 30px;
    list-style: 40px;
  }

  .about-p {
    width: 100%;
    font-size: 16px;
  }

  .about-banner {
    min-height: 50vh;
    padding: 10px 16px
  }

  .about-us-one {
    margin: 40px 0 0;
  }

  .about-us-one h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .about-us-one p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us-one h3 {
    font-size: 25px;
    line-height: 40px;
  }

  .about-one-box {
    padding-bottom: 20px;
    margin: 30px 0;
  }

  .our-mission h3 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 600;
  }

  .our-mission {
    margin: 10px 0 40px;
  }

  .our-mission p {
    font-size: 16px;
    line-height: 26px;
  }

  .mission-pads {
    margin: 0;
  }

  .about-two {
    padding: 10px 16px 50px;
  }

  .h3-services {
    font-size: 18px;
    line-height: 28px;
    padding: 30px 0 15px;
  }

  .h2-services {
    font-size: 23px;
    line-height: 35px;
    padding: 15px 0 10px;
  }

  .service-card {
    margin: 20px 25px;
    padding: 10px 30px;
    width: 85%;
  }

  .service-card p {
    font-size: 16px;
    line-height: 26px
  }

  .card-btm {
    margin-bottom: 30px !important;
  }

  .about-three {
    padding: 30px 16px;
  }

  .about-three p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .about-three h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .main-footer {
    padding: 30px 0 40px;
  }

  .service-banner h2 {
    top: 109px;
    left: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .service-banner {
    padding: 10px 16px;
    height: 25vh;
  }

  .service-box {
    padding: 0 12px;
  }

  .service-box-one {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 16px 0;
    transform: none;
  }

  .service-box-one.in-view {
    transform: scale(0.85) translateY(40px);
  }

  .service-box-one h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 32px 20px 8px;
  }

  .service-box-one p {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px 20px;
  }

  .service-two {
    margin: 30px 16px;
  }

  .service-two h1 {
    font-size: 25px;
    line-height: 35px;
    padding: 0 16px;
  }

  .service-two p {
    font-size: 16px;
    padding: 10px 16px 20px;
  }

  .orbit-wrap {
    margin-top: 40px;
    transform: scale(0.85);
  }

  .growth-box {
    position: absolute;
    top: -4px;
    right: 0px;
    width: auto;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .growth-box h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0;
  }

  .step-dot {
    width: 6px;
    height: 6px;
    background: #ff751f;
    border-radius: 50%;
    display: inline-block;
  }

  .split-boxes,
  .circle-boxes,
  .triangle-wrap,
  .polygon-wrap {
    position: relative;
  }

  .split-boxes> :nth-child(2),
  .split-boxes> :nth-child(3),
  .circle-boxes> :nth-child(2),
  .circle-boxes> :nth-child(3),
  .triangle-wrap> :nth-child(2),
  .triangle-wrap> :nth-child(3),
  .polygon-wrap> :nth-child(2),
  .polygon-wrap> :nth-child(3) {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.6s ease;
  }

  .step-2> :nth-child(2),
  .step-2> :nth-child(3) {
    opacity: 1;
  }

  .step-3> :nth-child(2) {
    transform: translateX(-40px);
  }

  .step-3> :nth-child(3) {
    transform: translateX(40px);
  }

  .orbit-wrap {
    width: 100%;
    height: 85px;
  }

  .orbit {
    width: 160px;
    height: 160px;
    will-change: transform;
    transform-style: preserve-3d;
  }

  .blog-one-section-one {
    margin: 90px 16px;
  }
}