@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');


* {
  font-family: Arial, Helvetica, sans-serif;
}

.meta-h1{
  position: absolute;
  z-index: -1;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.header-top-area {
  background: #14212a;
  padding: 10px 0;
}

.header-top-address ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

.header-top-address ul li a {
  font-size: 15px;
  color: #fff;
}

.header-top-address ul li span {
  font-size: 15px;
  color: #fff;
}

.header-top-address ul li i {
  margin-right: 5px;
  color: #fff;
  font-size: 15px;
}

.header-top-social {
  text-align: right;
}

.header-top-social a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin-left: 14px;
  transition: 0.5s;
}

.header-top-social a:hover {
  color: #C39834;
}

.header_top_menu {
  background: #141323;
  height: 61px;
  padding: 12px 0 0;
}

/*menu text*/
.header_top_menu_text p {
  color: #fff;
  padding: 0 0 0 18px;
  position: relative;
  z-index: 1;
}

.header_top_menu_text p:before {
  position: absolute;
  content: "";
  left: -12px;
  top: 4px;
  height: 100%;
  width: 100%;
  background: url(../images/resource/hand.png);
  background-repeat: no-repeat;
}

.menu-title {
  margin-right: 10px;
  display: inline-block;
}

.menu-title h6 {
  font-size: 15px;
  font-family: "Fira Sans";
  font-weight: 500;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
}

.menu-title h6:before {
  position: absolute;
  content: "";
  left: -45px;
  top: 8px;
  height: 2px;
  width: 35px;
  background: #C39834;
}

.header_top_menu_icon_inner {
  display: inline-block;
}

.header_top_menu_icon_inner ul li {
  display: inline-block;
  list-style: none;
}

.header_top_menu_icon_inner ul li a {
  color: #1773ea;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 29px;
  border-radius: 50%;
  background: #ffff;
  text-align: center;
}

li.menu-icon a {
  color: #e04b85 !important;
  display: inline-block;
}

/*================================
<--  Techventrix Nav Menu Area Css -->
==================================*/
.consen_nav_manu {
  background: transparent;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 100px;
  margin-bottom: -88px;
}

.consen_nav_manu.transparent_menu {
  background: transparent;
  margin-bottom: -87px;
  position: relative;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #10102e;
  transition: 0.5s;
  z-index: 9;
}



/* Techventrix Menu Css*/

nav.consen_menu {
  text-align: right;
}

.consen_menu ul {
  list-style: none;
  display: inline-block;
}

.consen_menu>ul>li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.consen_menu>ul>li>a {
  display: block;
  margin: 30px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 400;
}

nav.consen_menu span {
  font-size: 12px;
  opacity: 0.5;
}

.consen_menu>ul>li>a:hover {
  color: #C39834;
}

/*menu button*/
.header-button {
  display: inline-block;
  padding-left: 32px;
}

.header-button a {
  padding: 12px 35px;
  color: #fff;
  background: #C39834;
  border-radius: 30px;
  display: inline-block;
  font-family: "Fira Sans";
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #C39834;
}

.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.header-button a:hover:before {
  transform: scale(1);
}

/*Techventrix nav menu style two*/
.style-two.consen_nav_manu {
  background: transparent;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  margin-bottom: -110px;
}

.style-two.sticky {
  background: transparent !important;
  box-shadow: none;
}

.row.header-bg {
  background: #fff;
  border-radius: 5px;
  height: 110px;
  padding: 0 18px;
  box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  z-index: 1;
}

.style-two nav.consen_menu {
  text-align: left;
}

.style-two .consen_menu>ul>li>a {
  color: #232323;
}

.style-two .header-button {
  padding-left: 25px;
}

.style-two .consen_menu>ul>li>a:hover {
  color: #C39834;
}

/* Style Three */
.consen_nav_manu.style-three {
  margin-bottom: 0;
}

.consen_nav_manu.style-three.sticky {
  background: #fff !important;
}

/*** Sub Menu Style ***/
.consen_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #C39834;
  opacity: 0;
}

.consen_menu ul li:hover>.sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.consen_menu ul .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-family: "Fira Sans";
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
}

.consen_menu ul .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
  background: #C39834;
  color: #fff !important;
}

/* sub menu 2 */
.consen_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.consen_menu ul .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */
.consen_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.consen_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #C39834;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 */
.consen_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.consen_menu li a:hover:before {
  width: 101%;
}

.consen_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.consen_nav_manu.sticky .main_sticky {
  display: inherit;
}

.sticky .consen_menu li a {
  color: #fff;
}

.consen_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #C39834;
  border: 2px solid #C39834;
}

.consen_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/*Sub menu style three*/
.consen_nav_manu.style-three .consen_menu>ul>li>a {
  color: #232323;
  font-weight: 500;
}

.consen_nav_manu.style-three .header-button a {
  border-radius: 0;
  border: 1px solid #C39834;
}

.consen_nav_manu.style-three .header-button a:before {
  border-radius: 0;
}

.consen_nav_manu.style-three .header-button a:hover {
  border: 1px solid #10102e;
}

/*
<!-- ============================================================== -->
<!-- Start Techventrix Slider Area Css -->
<!-- ============================================================== -->*/



.slider2 {
  background: url(../images/slider/hero-bg2.jpg);
  background-size: cover;
  background-position: 35%;
  background-repeat: no-repeat;
  height: 890px;
  z-index: 1;
  position: relative;
}

/*slider content*/

.slider-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 10px 56px;
  position: relative;
  z-index: 1;
}

.slider-content h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 40px;
  height: 2px;
  background: #C39834;
}

.banner-slider-section .owl-item-content-box .slider-content h1{
  font-size: 52px;
  color: #fff;
  line-height: 1.2;
}

.slider-content h2 {
  font-size: 58px;
  color: #fff;
  line-height: 1.2;
}

.slider-content span {
  color: #C39834;
}

.slider-content p {
  font-size: 17px;
  color: #b6b9c0;
  margin-top: 15px;
  width: 90%;
}



@media screen and (min-width: 992px) {
  .slider-thumb {
    padding-left: 3rem;
  }
}

/*slider button*/
.slider-button a {
  padding: 11px 20px 16px 30px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #C39834;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #C39834;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slider-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.slider-button a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  background: #fff;
  color: #C39834;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

.slider-button a:hover {
  color: #C39834;
}

.slider-button a:hover:before {
  width: 100%;
  left: 0;
}

.slider-button a:hover i {
  background: #C39834;
  color: #fff;
}

/*slider contact*/

.banner-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.slider-contact-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  width: 60px;
}

.contact-icon img {
  max-width: 100%;
}

.contact-number {
  flex: 1;
}

.contact-number span {
  color: #858b97;
}

.contact-number h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}

.contact-number h3 a {
  color: inherit;
}

/*video button*/
.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px dashed #fff;
  border-radius: 50%;
  padding: 7px;
  transform: translate(-50%, -50%);
}

.video-icon a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  color: #C39834;
  background: #fff;
  display: inline-block;
  font-size: 26px;
}

.style-two.video-icon {
  position: absolute;
  top: 80px;
  right: 13px;
  left: inherit;
  border: 0;
  border-radius: 50%;
  padding: 7px;
  transition: 0.5s;
  opacity: 0;
}

.style-two.video-icon a {
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #C39834;
  display: inline-block;
  font-size: 15px;
}

.case-study-thumb:hover .style-two.video-icon {
  top: 60px;
  opacity: 1;
}

/*video*/
.style-three .upp.style-two.video-icon {
  position: absolute;
  top: 40px;
  right: 169px;
  left: inherit;
  border: 0;
  border-radius: 50%;
  padding: 7px;
  transition: 0.5s;
  opacity: 1;
}

.style-three .upp.style-two.style-two.video-icon a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #C39834;
  display: inline-block;
  font-size: 16px;
}

/*slider shape*/
.slider-shape-thumb {
  position: absolute;
  left: -30px;
  top: 0;
  animation: moveLeftBounce 4s linear infinite;
  z-index: -1;
  opacity: 0.3;
}

.slider-shape-thumb2 {
  position: absolute;
  left: -110px;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: -1;
  opacity: 0.5;
}

/***slider two***/

/*slider content*/

.slider2 .slider-content h1 {
  font-size: 66px;
}

.slider2 .slider-content p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  max-inline-size: 40ch;
  line-height: 30px;
  position: relative;
  z-index: 1;
  border-left: 3px solid #C39834;
  padding-left: 1rem;
}

/*slider button2*/
.slider2 .slider-button a {
  padding: 13px 40px;
  display: inline-block;
}

.slider2 .slider-button a i {
  font-size: 20px;
  margin-left: 0px;
  margin-right: 6px;
  width: inherit;
  height: inherit;
  background: inherit;
  color: #fff;
  transition: 0.5s;
}

.slider2 .slider-button a:hover i {
  background: #fff;
  color: #C39834;
}

/*slider shape*/
.slider-shape-thumb3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.slider-shape-thumb4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  animation: moveLeftBounce 3s linear infinite;
}

.slider-shape-thumb5 {
  position: absolute;
  left: 85px;
  top: 310px;
  z-index: -1;
}

.slider-shape-thumb6 {
  position: absolute;
  left: 40%;
  top: 18%;
}

.slider-shape-thumb7 {
  position: absolute;
  left: 165px;
  bottom: 101px;
}

.slider-shape-thumb8 {
  position: absolute;
  left: 46%;
  top: 18%;
}

.slider-shape-thumb9 {
  position: absolute;
  left: 49%;
  bottom: 7%;
  z-index: -1;
}

/**
======================================================
<--  Techventrix Section Title Css -->
======================================================**/



.banner-content h3 {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 10px 23px 10px 82px;
  font-weight: 500;
  border-radius: 30px;
  position: relative;
  margin-bottom: 22px;
}

.banner-content h3::before {
  position: absolute;
  content: "";
  left: 22px;
  top: 19px;
  height: 2px;
  width: 45px;
  background: #C39834;
}

.banner-content h1 {
  font-size: 70px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.banner-content p {
  color: #fff;
  font-size: 24px;
  padding: 30px 0 24px;
}

.banner-button a {
  display: inline-block;
  background: #C39834;
  padding: 14px 35px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.banner-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.banner-button a:hover:before {
  transform: scale(1);
}

.banner-year-thumb {
  position: absolute;
  right: -158px;
  top: -25px;
}

.banner-list .swiper-pagination-bullets {
  text-align: center;
  padding: 18px 0 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

/**
======================================================
<--  Techventrix Section Title Css -->
======================================================**/
.consen-section-title h2 {
  font-size: 36px;
  margin: 0;
}

.consen-section-title h2 span {
  color: #C39834;
}

.consen-section-title p {
  opacity: 70%;
  padding: 13px 0 0;
}

/*style two*/
.consen-section-title h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #C39834;
  margin: 0 0 16px;
  position: relative;
  margin-left: 53px;
  display: inline-block;
}

.consen-section-title h5:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -53px;
  height: 2px;
  width: 41px;
  background: #C39834;
}

/*center before after*/
.upper.consen-section-title h5 {
  left: 0px;
  margin-left: 0;
}

.upper.consen-section-title h5::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -55px;
  margin: auto;
  height: 2px;
  width: 41px;
  background: #C39834;
}

.upper.consen-section-title h5:after {
  position: absolute;
  content: "";
  top: 10px;
  right: -55px;
  margin: auto;
  height: 2px;
  width: 41px;
  background: #C39834;
}

/**
======================================================
<--  Techventrix Service Area css -->
======================================================**/
.service-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 80px;
}

/*service box*/
.dreamit-service-box {
  padding: 0px 25px 30px;
  background-color: #fff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.dreamit-service-box::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url(../images/resource/box-bg.png);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.em-service-title h2 {
  font-size: 20px;
  font-weight: 500;
  padding: 55px 0 42px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.em-service-title h2:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #C39834;
}

.em-service-icon {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  transition: 0.5s;
}

.em-service-icon img {
  transition: 0.5s;
}

.service-number h1 {
  font-size: 55px;
  opacity: 10%;
  position: absolute;
  top: 0;
  left: 10px;
  margin: auto;
}

.em-service-text p {
  transition: 0.5s;
}

/*Techventrix box button*/

.service-button a {
  padding: 8px 18px 8px 24px;
  font-size: 15px;
  font-family: "Fira Sans";
  border-radius: 22px;
  background-color: #ffffff;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.1);
  display: inline-block;
  margin-top: 11px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.service-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #10102e;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

.service-button a i {
  font-size: 18px;
  color: #C39834;
  display: inline-block;
  position: relative;
  top: 2px;
  transition: 0.5s;
}

/*Techventrix button*/

.consen-button a {
  padding: 10px 14px 15px 42px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #C39834;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #C39834;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.consen-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.consen-button a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  background: #fff;
  color: #C39834;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

.consen-button a:hover {
  color: #C39834;
}

.consen-button a:hover:before {
  width: 100%;
  left: 0;
}

.consen-button a:hover i {
  background: #C39834;
  color: #fff;
}

/*all hover*/
.dreamit-service-box:hover .em-service-title h2,
.dreamit-service-box:hover .em-service-text p {
  color: #fff;
}

.dreamit-service-box:hover .em-service-text p {
  color: #fff;
}

.dreamit-service-box:hover .em-service-icon img {
  filter: brightness(0) invert(1);
}

.dreamit-service-box:hover .em-service-icon {
  background: #C39834;
}

.dreamit-service-box:hover .service-button a:before {
  transform: scale(1);
}

.dreamit-service-box:hover .service-button a {
  color: #fff;
  border: 1px solid #fff;
}

.dreamit-service-box:hover .service-button a i {
  color: #fff;
}

.dreamit-service-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/*style two upper*/
.upper .row.serivce-bg {
  position: relative;
  z-index: 1;
  top: 0;
  margin-top: -130px;
}

/**Service style three**/
.style-three.service-area {
  background: url(../images/resource/service-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 84px;
  position: relative;
  z-index: 1;
}

.style-three.service-area:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 35, 0.9);
}

.style-three .dreamit-service-box {
  padding: 36px 15px 30px;
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.style-three .em-service-icon1.upper {
  margin-bottom: 27px;
}

.style-three .em-service-icon1 {
  font-size: 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.style-three .em-service-icon1:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 13px;
  height: 58px;
  width: 58px;
  background: #f6f5f5;
  border-radius: 100%;
  z-index: -1;
  transition: 0.5s;
}

.em-service-icon1 img {
  transition: 0.5s;
}

.style-three .em-service-title h3 {
  margin: 10px 0 20px;
  font-size: 22px;
  font-weight: 500;
  transition: 0.5s;
}

/*service bar*/
.style-three .service-bar {
  background: #C39834;
  height: 2px;
  width: 64px;
  position: relative;
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: 0 auto 19px;
  transition: 0.5s;
}

.style-three .service-bar:before {
  height: 2px;
  transition: 0.5s;
}

/*serivce button*/
.style-three .service-button a {
  padding: 10px 22px;
  font-size: 15px;
  font-family: "Fira Sans";
  border-radius: 30px;
  background-color: #f6f5f5;
  border: 0;
}

/*service all hover*/
.style-three .dreamit-service-box:hover .em-service-icon1 img {
  filter: brightness(0) invert(1);
}

.style-three .dreamit-service-box:hover .service-bar {
  background: #fff;
}

.style-three .dreamit-service-box:hover .em-service-icon1:after {
  background: #ff784e;
}

.style-three .dreamit-service-box:hover .service-bar:before {
  background: #C39834;
}

.style-three .dreamit-service-box:hover .em-service-title h3 {
  color: #fff;
}

.style-three .dreamit-service-box:hover .service-button a {
  color: #fff;
  border: 0;
}

/*service shape */
.service-shape {
  position: absolute;
  right: 0;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: -1;
  opacity: 0.2;
}

.service-shape1 {
  position: absolute;
  left: 35px;
  bottom: -190px;
}

/*service bottom text*/
.service-bottom-text {
  text-align: center;
  padding: 50px 0 0;
}

.service-bottom-text p {
  font-size: 18px;
  color: #f4f4f4;
}

.service-bottom-text p a {
  padding: 6px 25px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #C39834;
  font-family: "Fira Sans";
  color: #fff;
  background: #C39834;
  border-radius: 30px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  z-index: 1;
}

.service-bottom-text p a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.service-bottom-text p a:hover:before {
  transform: scale(1);
}

/* Service New Style */
.service-area.new-style {
  background: #fff;
}

.service-area.new-style .single-service-box {
  border: 1px dashed #cccccc;
  padding: 10px;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
}

.service-area.new-style .service-icon-thumb {
  position: relative;
  margin-top: -50px;
  margin-left: 20px;
}

.service-area.new-style .service-box-thumb img {
  width: 100%;
}

.service-area.new-style .service-content {
  padding: 15px 20px 12px;
}

.service-area.new-style .service-content h2 {
  font-size: 22px;
}

.service-area.new-style .service-content p {
  padding-top: 12px;
}

.service-area.new-style .service-content a {
  color: #232323;
  font-weight: 600;
  font-size: 15px;
  padding-left: 38px;
  position: relative;
  transition: 0.5s;
}

.service-area.new-style .service-content a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  height: 2px;
  width: 30px;
  background: #C39834;
}

.service-area.new-style .single-service-box:hover {
  border-color: #C39834;
}

.service-area.new-style .service-content a:hover {
  color: #C39834;
}

/**
======================================================
<--  Techventrix Service Details Area Css -->
======================================================**/
.service-detials-area {
  padding: 100px 0 70px;
}

.service-detials-area .consen-service-thumb img {
  width: 100%;
}

/*service page title*/
.service-page-title h1 {
  line-height: 42px;
}

.service-page-title h1 {
  font-size: 36px;
  font-weight: 600;
  color: #0d0e14;
  padding: 20px 0 20px;
  display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
  color: #C39834;
}

/*detials box*/
.service-details-box {
  background: #f5f5f5;
  padding: 20px 25px 13px;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
  float: left;
  margin-right: 25px;
  margin-top: 10px;
}

.service-details-icon img {
  border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
  font-size: 15px;
  line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
  line-height: 38px;
  margin: 0;
}

.service-page-title2 h1 {
  font-size: 30px;
  font-weight: 600;
  color: #0d0e14;
  padding: 10px 0 16px;
  display: inline-block;
}

/*details thumb*/
.service-details-thumb {
  position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
  margin-bottom: 12px;
}

.widget-service-details-icon i {
  font-size: 25px;
  color: #C39834;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 4px;
}

/*service work process box*/
.service-work-process-box {
  padding: 40px 25px 20px;
  background: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.service-work-process-number:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #C39834;
  border-radius: 50%;
  opacity: 0.3;
}

.service-work-process-number span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #C39834;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
  font-size: 15px;
  line-height: 26px;
}

/*widget search*/
.widget_search {
  padding: 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #f5f5f5;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #0d0e14;
  border: 0;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #C39834;
  border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
  padding: 0;
  margin-bottom: 30px;
  background: inherit;
  text-align: right;
}

.upper.widget_search input {
  height: 56px;
  width: 73%;
  color: #0d0e14;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
  box-shadow: none;
}

.upper button.icons {
  height: 56px;
  width: 56px;
}

/*widget categories box*/
.widget-categories-box {
  background: #f5f5f5;
  padding: 42px 40px 25px;
  border-radius: 5px;
}

/*title*/
.categories-title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #e9e9ea;
  padding: 0px 0 15px;
  margin: 0 0 30px;
  position: relative;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
  height: 24px;
  width: 2px;
  background: #C39834;
}

.service-detials-area .categories-title h4:before {
  left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
  display: block;
}

.widget-categories-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  background: #fff;
  padding: 16px 20px 16px;
  border-radius: 4px;
  transition: 0.5s;
  color: #0d0e14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
  background: #C39834;
  color: #fff;
}

.widget-categories-menu ul li a {
  display: block;
  transition: 0.5s;
  color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
  color: inherit;
}

.service-details-icon-box {
  margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
  background: url(../images/resource/srd3.jpg);
  background-repeat: no-repeat;
  padding: 80px 0 80px;
  margin-top: 30px;
  background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
  color: #ffff;
  padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
  padding: 17px 40px;
  font-size: 17px;
  font-weight: 500;
  background: #C39834;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.widget-button a i {
  margin-right: 5px;
}

/**
======================================================
<--  Techventrix About Area Css -->
======================================================**/
.about-area {
  background-color: #050A1E;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px;
  background-size: cover;
  position: relative;
}

.about-area .dreamit-about-thumb {
  margin: 0px 0 0 -128px;
  position: relative;
  z-index: 1;
}

.dreamit-icon-title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding: 2px 0 10px;
  font-style: italic;
}

.dreamit-icon-title h4 span {
  color: #C39834;
}

.dreamit-icon-list ul li {
  display: inline-block;
  list-style: none;
  padding: 14px 0 0px;
}

.dreamit-icon-list ul li i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #C39834;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  margin-right: 10px;
}

.dreamit-icon-list ul li span {
  color: #fff;
}

.dreamit-icon-list ul li .apppagecolr {
  color: #686868;
}



/* Feature Area New Style */



.single-feature {
  margin-bottom: 30px;
}

/*about button*/
.about-button a {
  padding: 9px 14px 14px 42px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #C39834;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #C39834;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 38px;
}

.about-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.about-button a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  background: #fff;
  color: #C39834;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

.about-button a:hover {
  color: #C39834;
}

.about-button a:hover:before {
  width: 100%;
  left: 0;
}

.about-button a:hover i {
  background: #C39834;
  color: #fff;
}

/*about shape*/
.about-shape-thumb1 {
  position: absolute;
  left: -61px;
  bottom: -102px;
  z-index: -1;
}

.about-shape-thumb2 {
  position: absolute;
  right: 72px;
  top: -111px;
}

/***About style two***/

.ceo-cod-area {
  /* background: url(../images/about/ceo-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}

p.about-text {
  font-size: 20px;
  font-weight: 500;
  font-family: "Fira Sans";
  color: #232323 !important;
  line-height: 32px;
  font-style: italic;
  opacity: inherit;
  margin-bottom: 12px;
}

p.about-text2 {
  opacity: inherit;
  padding: 0;
  font-family: "Fira Sans";
}

p.about-text2 span{
  font-weight: 700;
}

/*dreamit ceo box*/
.dreamit-ceo-title h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Fira Sans";
  padding: 8px 0 0 32px;
  position: relative;
  z-index: 1;
}

.dreamit-ceo-title h4:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 18px;
  width: 22px;
  border: 1px solid #C39834;
}

.dreamit-ceo-title span {
  font-size: 15px;
  padding: 7px 0 0;
  display: inline-block;
}

/*about button*/
.style-two.about-area .about-button a {
  margin-top: 28px;
}

/*about thumb*/
.dreamit-about-thumb1 {
  margin-left: 64px;
}

.about-shape-box {
  position: relative;
  z-index: 1;
}

.about-shape-thumb img {
  position: absolute;
  top: -280px;
  left: 26px;
}

/*<--About Area Style Three-->*/
.style-three.about-area {
  background: #fff;
  padding: 0px 0 82px;
}

/*upper style*/
.upper.style-three.about-area {
  padding: 90px 0 90px;
  background-image: url('/assets/images/services/need.webp');
  /* Update with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 660px; */
}

/*upper end*/
p.about-text1 {
  opacity: inherit;
  padding: 16px 0 0;
}

/*about thumb*/
.style-three.about-area .dreamit-about-thumb {
  margin: 0px 0 0 -72px;
}

.style-three .dreamit-icon-list ul li {
  padding: 12px 0 0px;
}

.style-three .dreamit-icon-list ul li span {
  color: #232323;
  font-family: "Fira Sans";
}

.style-three .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #C39834;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

/*about syle two*/
.style-three .about-button a {
  padding: 14px 37px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #C39834;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #C39834;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 31px;
  font-size: 16px;
}

.style-three .about-button a i {
  font-size: 19px;
  width: 0;
  height: 0;
  line-height: 0;
  color: #fff;
  margin-left: 22px;
  top: 2px;
  left: -24px;
}

.style-three .about-button a:hover {
  color: #C39834;
}

.style-three .about-button a:hover i {
  color: #C39834;
}

/*progress bar*/

.progress-box {
  width: 600px;
  margin: 35px auto 0 0px;
  font-family: "Fira Sans";
}

.circle_percent {
  font-size: 80px;
  width: 80px;
  height: 80px;
  position: relative;
  background: #ffeae3;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 20px 0 0;
  z-index: 1;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #C39834;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #C39834;
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 22px;
  line-height: 26px;
  color: #232323;
  text-align: center;
}

/*circle progress title*/
.extra-progress {
  display: inline-block;
  padding: 0 0 0 70px;
}

.circle-progress-title {
  display: inline-block;
}

.circle-progress-title h4 {
  font-size: 18px;
  line-height: 28px;
  color: #232323;
  font-weight: 500;
  position: relative;
  top: -30px;
}

/*about shape two*/
.style-three .about-shape-thumb1 {
  position: absolute;
  left: -191px;
  bottom: -98px;
  z-index: 1;
  display: none;
}

.style-three .about-shape-thumb3 {
  position: absolute;
  right: 37px;
  top: -4px;
  z-index: -1;
}

/*style three upper1*/
.upper1.style-three.about-area {
  padding: 88px 0 82px;
  background: url(../images/resource/why-choose-bg.png);
}

.upper1.style-three.about-area .dreamit-about-thumb {
  margin: 0px 0 0 30px;
}

.upper1.style-three .about-shape-thumb3 {
  position: absolute;
  right: -68px;
  top: -4px;
  z-index: -1;
}

/* Abpit New Style */
.about-area.new-style {
  background: url(../images/about/about-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-area.new-style .about-thumb {
  position: relative;
  margin-left: -100px;
  margin-right: 50px;
}

.about-area.new-style .about-thumb img {
  width: 100%;
}

.about-area.new-style .about-icon-thumb {
  float: left;
  margin-right: 20px;
}

.about-area.new-style .about-icon-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
  border-bottom: none;
}

.about-area.new-style .about-box-content {
  overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
  font-size: 20px;
  padding-bottom: 8px;
  margin-top: 0;
}

.new-button a {
  display: inline-block;
  background: #C39834;
  padding: 14px 35px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.new-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.new-button a:hover:before {
  transform: scale(1);
}

/***
======================================================
<--  Techventrix Counter Area Css -->
======================================================***/
.counter-vip {
  padding: 85px 0 0;
}

.couter-top-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0 76px;
}

.couter-top-title h3:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 9px;
  height: 2px;
  width: 393px;
  background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.couter-top-title h3:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 9px;
  height: 2px;
  width: 393px;
  background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.counter-title h4 {
  font-size: 70px;
  font-weight: 600;
  color: #C39834;
  display: inline-block;
  margin-bottom: 5px;
}

.counter-title span {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  color: #C39834;
}

.counter-title p {
  color: #000;
}

/***
======================================================
<--  Techventrix Case Study Area Css -->
======================================================***/
.case-study-area {
  /* background: url(../images/resource/service-bg.png); */
  background-color: #050A1E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 92px 0 95px;
}

.row.case-study-bg {
  position: relative;
  z-index: 1;
}

.case-study-single-box {
  border-radius: 3px;
  margin-bottom: 30px;
}

/*case thumb*/
.case-study-thumb {
  position: relative;
  z-index: 1;
}

.case-study-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg,
      rgba(3, 4, 34, 0.902) 0%,
      rgba(3, 4, 34, 0.902) 24%,
      rgba(3, 3, 33, 0) 62%,
      rgba(3, 3, 33, 0) 100%);
  border-radius: 3px;
}

.case-study-thumb img {
  width: 100%;
}

/*case content*/
.case-study-content {
  position: absolute;
  bottom: -15px;
  left: 30px;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.case-study-title h6 {
  font-size: 17px;
  color: #C39834;
  font-weight: 500;
  padding: 0 0 0 32px;
  position: relative;
  transition: 0.5s;
}

.case-study-title h6:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 10px;
  width: 22px;
  border: 1px solid #C39834;
}

.case-study-title h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}

.case-study-title h3 a {
  color: #fff;
  font-weight: 600;
}

/*case button*/
.case-button a {
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  opacity: 0;
  transition: 0.5s;
}

.case-button a i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
}

/*case all hover*/
.case-study-thumb:hover .case-study-content {
  bottom: 28px;
}

.case-study-thumb:hover .case-button a {
  opacity: 1;
}

.case-study-thumb:hover .case-study-title h6 {
  color: #fff;
}

.case-study-thumb:hover .case-study-title h6:before {
  border: 1px solid #fff;
}

.case-study-thumb:hover:before {
  background-image: linear-gradient(0deg,
      #C39834 0%,
      #C39834 24%,
      rgba(255, 59, 0, 0) 62%,
      rgba(255, 59, 0, 0) 100%);
}

/*case study shape*/
.case-shape-thumb {
  position: absolute;
  right: -255px;
  top: 55px;
}

.case-shape-thumb1 {
  position: absolute;
  left: -280px;
  top: -96px;
}

/*owl carousel*/
.swiper-pagination-bullets {
  text-align: center;
  padding: 18px 0 0;
}

.swiper-pagination-bullet {
  width: 19px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  display: inline-block;
  margin-right: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #C39834;
  display: inline-block;
  position: relative;
  top: 4px;
}

/**case study style two**/
.why-choose-us-area {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

p.choose-text1 {
  opacity: inherit;
  padding: 20px 0 0;
  margin-bottom: 9px;
}

.why-choose-us-area .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #C39834;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.why-choose-us-area .dreamit-icon-list ul li span {
  color: #232323;
  font-weight: 400;
  font-family: "Fira Sans";
}

/*case study thumb*/
.why-choose-us-thumb {
  position: relative;
  z-index: 1;
  left: 120px;
}

/*case study button*/
.why-choose-button a {
  padding: 14px 38px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #C39834;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 38px;
}

.why-choose-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.why-choose-button a i {
  font-size: 19px;
  color: #fff;
  padding-right: 5px;
  position: relative;
  top: 2px;
  transition: 0.5s;
}

/*case study all hover*/
.why-choose-button a:hover {
  color: #C39834;
}

.why-choose-button a:hover:before {
  width: 100%;
  left: 0;
}

.why-choose-button a:hover i {
  color: #C39834;
}

/*case study shape*/
.why-choose-us-shape-thumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.why-choose-us-shape-thumb2 {
  position: absolute;
  top: -56px;
  left: -43px;
}

.why-choose-us-shape-thumb3 {
  position: absolute;
  left: -192px;
  bottom: -30px;
}

.why-choose-us-shape-thumb4 {
  position: absolute;
  right: 8px;
  bottom: -18px;
  z-index: -1;
  animation: moveLeftBounce 3s linear infinite;
}

/**Case study are style three**/

.style-three.case-study-area {
  background: #fff;
  padding: 95px 0 70px;
}

/* Portfolio Nav */
.portfolio_nav {
  margin-bottom: 40px;
}

.portfolio_menu ul {
  text-align: center;
  list-style: none;
}

.portfolio_nav ul li {
  background: #f6f5f5;
  font-size: 15px;
  font-family: "Fira Sans";
  transition: all 0.5s ease 0s;
  cursor: pointer;
  padding: 6px 25px;
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border-radius: 30px;
}

.portfolio_menu ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
}

.portfolio_menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 24px;
  height: 2px;
  width: 0%;
  background: #fff;
  transition: 0.5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: #C39834;
}

/*case study thumb*/
.case-study-thumb2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case-study-thumb2::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  content: "";
  opacity: 0;
  transition: 0.5s;
}

.case-study-thumb2 img {
  width: 100%;
}

.case-study-title h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}

/*case study content*/
.style-three .case-study-content {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
}

.case-study-content-inner {
  position: relative;
  z-index: 1;
}

.case-study-content-inner:before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  background: url(../images/resource/port.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
}

.style-three .case-study-title {
  padding: 0 0 27px 30px;
}

.style-three .case-study-title h3 {
  line-height: 26px;
}

.style-three .case-study-title h3 a {
  color: #fff;
  font-weight: 500;
}

.style-three .case-study-title h6 {
  color: #fff;
}

.style-three .case-study-title h6:before {
  border: 1px solid #fff;
}

/*case study icon*/
.style-three .style-two.video-icon a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #C39834;
  display: inline-block;
  font-size: 13px;
}

.single_portfolio_icon {
  position: absolute;
  right: 168px;
  top: 20px;
  opacity: 0;
  transition: 0.5s;
}

.single_portfolio_icon a i {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #C39834;
  display: inline-block;
  font-size: 16px;
}

/*case all hover*/
.case-study-thumb2:hover .case-study-content {
  bottom: 0px;
  opacity: 1;
}

.case-study-thumb2:hover .style-two.video-icon {
  top: 40px;
  opacity: 1;
}

.case-study-thumb2:hover .single_portfolio_icon {
  right: 100px;
  opacity: 1;
}

.case-study-thumb2:hover:before {
  opacity: 1;
}

/*port shape thumb*/
.port-shape-thumb {
  position: absolute;
  left: -149px;
}

.port-shape-thumb2 {
  position: absolute;
  right: -149px;
}

.port-shape-thumb2 {
  position: absolute;
  top: -147px;
  right: -240px;
  z-index: 11;
}

/* Case Study New Style */

.portfolio-area {
  background: #fff;
  padding: 92px 0 70px;
}

.portfolio-area .row.prtb-bg {
  padding: 0 100px;
}

.single-portfolio {
  margin-bottom: 30px;
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  opacity: 0;
}

.single-portfolio:hover .portfolio-thumb:before {
  opacity: 1;
}

.portfolio-thumb img {
  width: 100%;
  border-radius: 5px;
}

.portfolio-content {
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  text-align: left;
  background: #C39834;
  margin: auto;
  padding: 5px 30px 18px;
  width: 92%;
  border-radius: 5px;
  transition: 0.5s;
  opacity: 0;
}

.portfolio-title h3 a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.portfolio-title span {
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

.single-portfolio:hover .portfolio-content {
  bottom: 30px !important;
  opacity: 1;
}

/***
======================================================
<--  Techventrix Testimonial Area Css -->
======================================================***/
.testimonial-area {
  background: url(../images/resource/testimonial-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 0 180px;
  position: relative;
  z-index: 1;
}

/*testimonial*/
.testimonial-single-box {
  padding: 18px 30px 24px;
  transition: all 0.4s ease 0s;
  position: relative;
  margin-top: 10px;
  text-align: left;
  z-index: 1;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 30px;
}

.testimonial-single-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 12px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  z-index: -1;
  background: url(../images/resource/earth.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-single-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  transition: 0.5s;
  z-index: -1;
  border-radius: 3px;
  background: url(../images/resource/box-bg4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.quote-thumb {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.quote-thumb:before {
  content: "";
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  right: -10px;
  background: url(../images/resource/quote1.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  height: 31px;
}

/*quote title*/
.quote-title {
  position: relative;
  top: 10px;
}

.quote-title h4 {
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
  padding: 0 0 5px;
}

.quote-title p {
  color: #C39834;
  transition: 0.5s;
}

.em-testimonial-text p {
  display: inline-block;
  transition: 0.5s;
  padding: 20px 0 0px;
}

.em-testi-start-icon i {
  color: #C39834;
  transition: 0.5s;
  display: inline-block;
}

/*testi counter*/
.testi-counter-box {
  text-align: right;
}

.upper.testi-counter-box {
  position: relative;
  z-index: 1;
}

.testi-counter-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}

.testi-counter-title span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  font-family: "Fira Sans";
  color: #C39834;
}

.testi-counter-title p {
  color: #fff;
  padding: 10px 0 0;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
  left: 0;
  width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
  color: #fff;
}

/*testi shape thumb*/
.testi-shape-thumb {
  position: absolute;
  left: -120px;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: -1;
  opacity: 0.2;
}

.row.testi-rotate {
  position: relative;
}

.testi-shape-thumb1 {
  position: absolute;
  left: 165px;
  top: -85px;
}

/*owl carousel*/
.testimonial-area.style-two {
  background: #fff;
  padding: 95px 0 70px;
}

.testimonial_list .swiper-pagination-bullets {
  text-align: center;
  padding: 20px 0 0;
}

.testimonial-area.style-two .testimonial-single-box {
  filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
}

.testimonial-area.style-two .swiper-pagination-bullet {
  width: 19px;
  height: 5px;
  border-radius: 2px;
  background-color: #131323;
  display: inline-block;
  margin-right: 10px;
}

.testimonial-area.style-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border-radius: 6px;
  background-color: #C39834;
  display: inline-block;
  position: relative;
  top: 4px;
}

/* Testimonial New Style */

.testimonial-area.new-style {
  background: url(../images/resource/testi-bg.webp);
}

.testimonial-icon-thumb {
  float: left;
}

.testimonial-ratting {
  text-align: right;
  margin-right: 25px;
}

.testimonial-ratting i {
  color: #C39834;
  font-size: 13px;
}

.testimonial-text {
  padding: 25px 19px 10px 0;
}

.testimonial-title {
  border-top: 1px solid#E5E5E7;
  padding-top: 15px;
}

.testimonial-title h2 {
  font-size: 22px;
}

.testimonial-content span {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 6px;
  font-size: 15px;
}

.testimonial-content span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  height: 2px;
  width: 22px;
  background: #f00;
}

/***
======================================================
<--  Techventrix Process Area Css -->
======================================================***/
.process-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 95px;
}

.row.process-bg {
  position: relative;
  z-index: 1;
}

.process-single-box {
  padding: 67px 22px 15px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9019607843137255);
  filter: drop-shadow(0px 10px 30px rgba(116, 100, 95, 0.2));
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.process-single-box .process-number {
  margin-bottom: 40px;
}

.upper.process-single-box {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.upper1.process-single-box {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  padding-bottom: 32px;
}

.upper2.process-single-box {
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  padding-bottom: 32px;
}

.process-single-box:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  background: url(../images/resource/bx-bg.png);
  transition: 0.7s;
  border-radius: 3px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-number span {
  font-size: 24px;
  font-weight: 500;
  font-family: "Fira Sans";
  line-height: 26px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.process-number span:before {
  position: absolute;
  content: "";
  left: -24px;
  top: -15px;
  width: 60px;
  height: 55px;
  background: url(../images/resource/process-i1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.5s;
}

.process-number span:after {
  position: absolute;
  content: "";
  left: -24px;
  top: -15px;
  width: 60px;
  height: 55px;
  background: url(../images/resource/process-i2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.process-title h3 {
  font-size: 22px;
  color: #C39834;
  font-weight: 600;
  font-family: "Fira Sans";
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 8px;
}

.process-title span {
  color: #232323;
  transition: 0.5s;
}

.process-title p {
  transition: 0.5s;
}

/*process right*/
.dreamit-smart-title h4 {
  font-size: 22px;
  font-weight: 500;
  padding: 4px 0 14px;
}

.dreamit-smart-title span {
  color: #C39834;
}

.process-area .about-button a {
  margin-top: 17px;
}

/*all process hover*/
.process-single-box:hover:before {
  width: 100%;
  opacity: 1;
  height: 100%;
}

.process-single-box:hover .process-number span:after {
  opacity: 1;
}

.process-single-box:hover .process-title span,
.process-single-box:hover .process-title p {
  color: #fff;
}

/*procees shape*/
.process-thumb {
  position: absolute;
  left: 141px;
  bottom: 158px;
}

.process-thumb1 {
  position: absolute;
  left: -250px;
  top: 0px;
  animation: moveLeftBounce 4s linear infinite;
}

/**Process area style two**/
.style-two.process-area {
  background: url(../images/resource/process-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 170px;
  position: relative;
  z-index: 1;
}

.process-extra-area.style-two {
  position: relative;
  margin-top: -145px;
}



.style-two .process-single-box2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 0 20px;
}

.style-two .process-icon-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.style-two .process-icon-thumb:before {
  position: absolute;
  content: "";
  top: -14px;
  left: -15px;
  right: 0;
  margin: auto;
  height: 62px;
  width: 62px;
  background: #fe6637;
  transition: 0.5s;
  z-index: -1;
  border-radius: 100%;
}

.style-two .process-icon-thumb:after {
  position: absolute;
  content: "";
  top: -19px;
  left: 185px;
  right: 0;
  margin: auto;
  height: 100%;
  width: 97%;
  background: url(../images/resource/line-shape.png);
  background-repeat: no-repeat;
  background-position: center;
}

/*upper*/
.style-two .upper .process-icon-thumb:after {
  position: inherit;
}

.style-two .process-title h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  font-family: "Fira Sans";
  transition: 0.5s;
}

.style-two .process-title p {
  color: #fff;
}

.process-text p {
  color: #9c9ca3;
}

/*process shape*/
.process-shape-thumb {
  position: absolute;
  bottom: -175px;
  left: 35px;
  opacity: 0.5;
}

@media screen and (min-width: 1200px) {
  .process-shape-thumb {
    opacity: 1;
  }
}

.process-shape-thumb3 {
  position: absolute;
  right: -19px;
  bottom: -68px;
}

/***
======================================================
<--  Techventrix Team Area Css -->
======================================================***/
.team_area {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 140px;
  margin-top: -141px;
}

.single_team {
  margin-bottom: 30px;
}

.single_team_thumb1 {
  position: relative;
  z-index: 1;
}

.single_team_thumb1 img {
  width: 100%;
}

/*team content*/
.single_team_content {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/*team title*/
.team-title {
  padding: 10px 0 17px;
  background: #C39834;
  text-align: center;
  width: 80%;
  position: relative;
  z-index: 1;
  left: 10%;
  border-radius: 3px 3px 0 0;
  transform: perspective(500px) rotateX(90deg);
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}

.team-title h4 {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 4px;
  color: #fff;
}

.team-title span {
  color: #fff;
}

/*team icon*/
.single_team_icon {
  position: relative;
  z-index: 1;
  left: 10%;
  width: 80%;
  background: #131323;
  text-align: center;
  padding: 14px 0 14px;
  border-radius: 0 0 3px 3px;
  transform: perspective(500px) rotateX(-90deg);
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}

.single_team_icon a {
  width: 38px;
  height: 38px;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
  background-color: #373644;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single_team_icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #C39834;
  transform: scale(0);
  border-radius: 50px;
  transition: 0.5s;
}

/*team all hover*/
.single_team:hover .single_team_icon {
  transform: perspective(500px) rotateX(0deg);
}

.single_team:hover .team-title {
  transform: perspective(500px) rotateX(0deg);
}

.single_team_icon a:hover:before {
  transform: scale(1);
}

/*style two*/
.style-two.team_area {
  padding: 100px 0 100px;
  margin-top: 0;
}

/*upp*/
.upp.style-two.team_area {
  padding: 100px 0 65px;
  margin-top: 0;
}

.upp .single_team {
  margin-bottom: 60px;
}

.upp .single_team_content {
  bottom: 30px;
}

.upp .single_team_icon {
  top: -1px;
}

/***
======================================================
<-- Techventrix Faq Area Css -->
======================================================***/
.faq-area {
  background: url(../images/resource/faq-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 94px 0 96px;
  position: relative;
  z-index: 1;
}

.faq-area:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 30, 0.8);
}

/*accordion*/
.accordion li {
  list-style: none;
  padding: 2px 0px 15px;
  position: relative;
  z-index: 1;
}

.accordion li:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 20px;
  top: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.active .accordion li:before {
  background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: "Fira Sans";
  font-weight: 400;
  font-size: 18px;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.050980392156862744);
  border: 1px solid #626065;
  padding: 14px 20px 14px 59px;
  border-radius: 30px;
  z-index: 1;
}

.accordion li p {
  /* display: none; */
  font-size: 16px;
  color: #b1b2b4;
  padding: 25px 0 10px 30px;
  margin: 0;
}

.accordion a:before {
  width: 2px;
  height: 10px;
  background: #C39834;
  position: absolute;
  right: 32px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.accordion a:after {
  width: 10px;
  height: 2px;
  background: #C39834;
  position: absolute;
  right: 28px;
  content: " ";
  top: 26px;
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
}

.accordion a.active:before {
  display: none;
}

.accordion li a span {
  position: relative;
  z-index: 1;
}

.accordion li a span:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: -35px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/resource/question.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/*accordion start*/
.tab_container {
  position: relative;
}

.faq-sectiions {
  background: url(../images/resource/faq-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 85px;
  position: relative;
  z-index: 1;
}

.faq-sectiions:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 30, 0.8);
}

.faq-sectiions .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #C39834;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.study-button a i {
  transition: 0.5s;
}

.study-button a:hover i {
  color: #C39834;
}

/* Faq New Style */


.faq-area.new-style:before {
  display: none;
}

.faq-area.new-style .accordion li a {
  padding: 16px 20px 16px 30px;
  border-radius: 0;
  background-color: #1f2932;
  border: 0;
}

.faq-area.new-style .accordion li a span:after {
  display: none;
}

.faq-area.new-style .accordion li p {
  padding: 25px 30px;
  background: #1f2932;
}

/***
==================================================
<-- Techventrix Brand Section Css -->
==================================================***/

.brand-section {
  padding: 50px 0 50px;
}

.single-brand img {
  width: 100%;
}

/*style two*/

.upper1.brand-section {
  background: url(../images/resource/counter-bg23.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand-section.srv-page {
  padding: 50px 0 50px;
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand-section.new-style {
  background: #C39834;
  padding: 60px 0 60px;
}

/***
==================================================
<-- Techventrix Call Do Section Css -->
==================================================***/
.call-do-action-section {
  background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)),
    transparent url(../images/resource/cda1.webp) no-repeat center/cover;
  padding: 100px 0 115px;
}

.call-do-action-content h2 {
  font-size: 35px;
  font-weight: 600;
}

.call-do-action-content p {
  width: 35%;
  margin: auto;
  padding: 15px 0 0;
}

/*button*/
.btn-common a {
  color: #fff;
  font-size: 17px;
  background: #C39834;
  padding: 14px 31px;
  border: 1px solid #C39834;
  border-radius: 5px;
  transition: 0.5s;
  text-transform: capitalize;
}

.btn-common a:hover {
  background: #fff;
  color: #C39834;
}

.video-icon {
  display: inline-block;
}

.video-icon-cda a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  color: #C39834;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation: hassan 1s linear infinite;
  animation: hassan 1.5s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 28px;
  z-index: 1;
}

@-webkit-keyframes hassan {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3),
      0 0 0 40px rgba(255, 255, 255, 0);
  }
}

@keyframes hassan {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 40px rgba(255, 255, 255, 0);
  }
}

/***
==================================================
<-- Techventrix Form Box Css -->
==================================================***/
.contract-form-bg {
  padding: 15px 35px 40px;
  background: #fff;
  border-radius: 3px;
  /* width: 430px; */
  position: relative;
  z-index: 1;
  /* margin-top: -140px; */
  /* left: 100px; */
}

.contract-form-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 104px;
  width: 100%;
  background: #C39834;
  z-index: -1;
  border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
  position: absolute;
  content: "";
  top: 97px;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/resource/square-line.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

/*form title*/
.contact-form-title {
  padding: 0 0 72px;
}

.contact-form-title h4 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.contact-form-title p {
  color: #fff;
  font-size: 18px;
  padding: 10px 0 0;
}

/*form input*/
.form_box input {
  width: 100%;
  height: 50px;
  padding-left: 25px;
  background: #f7f4f4;
  border-radius: 30px;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.12);
  transition: 0.5s;
}

.form_box textarea {
  width: 100%;
  background: #f7f4f4;
  padding-left: 25px;
  padding-top: 20px;
  height: 135px;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 30px;
  color: #232323;
  transition: 0.5s;
}

.form_box input::placeholder {
  color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
  border-color: #C39834;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.form_box> div{
  width: 100%;
  height: 50px;
  background: #f7f4f4;
  border-radius: 30px;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.12);
  transition: 0.5s;
}

.react-tel-input .flag-dropdown{
  border: none !important;
}

.react-tel-input .flag-dropdown {
  padding: 0 10px 0 0 !important;
  border-right: 1px solid rgba(35, 35, 35, 0.12) !important;
  border-radius: 30px 0 0 30px !important;
}

.react-tel-input .selected-flag:hover{
  background-color: transparent !important;
}

.react-tel-input .flag-dropdown.open, .react-tel-input .flag-dropdown.open .selected-flag, .react-tel-input .selected-flag:focus  {
  background: transparent !important;
}

.react-tel-input  .flag-dropdown .arrow{
  transform: rotate(0);
}

.form_box input{
  border-radius: 30px !important;
}

/*form button*/
.quote_button button {
  padding: 13px 15px;
  background: #10102e;
  display: block;
  color: #fff;
  border-radius: 30px;
  width: 100%;
  font-family: "Fira Sans";
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}

.quote_button button i {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  color: #C39834;
  transition: 0.5s;
}

.quote_button button:hover {
  color: #fff;
  background: #C39834;
}

.quote_button button:hover i {
  color: #fff;
}

/***
======================================================
<-- Techventrix Brand Area Css -->
======================================================***/
.dreamits-top-title h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0 44px;
}

.dreamits-top-title h3:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 9px;
  height: 2px;
  width: 380px;
  background-color: rgba(35, 35, 35, 0.10196078431372549);
}

.dreamits-top-title h3:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 9px;
  height: 2px;
  width: 380px;
  background-color: rgba(35, 35, 35, 0.10196078431372549);
}

/***
======================================================
<--  Techventrix Skill Area Css -->
======================================================***/
.skill-area {
  background: url(../images/resource/skill-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}




p.slill-text {
  padding: 12px 0 0;
  color: #fff;
  opacity: 67%;
}

/*skill right thumb*/
.slill-single-thumb {
  position: relative;
  z-index: 1;
}

.skill-thumb-content {
  position: absolute;
  bottom: 0;
  left: 50px;
  background-color: #C39834;
  padding: 26px 35px 28px 30px;
  border-radius: 0px 319px 0 0;
}

.skill-title h3 {
  font-size: 60px;
  color: #fff;
  display: inline-block;
}

.skill-title span {
  font-size: 60px;
  font-weight: 700;
  font-family: "Fira Sans";
  color: #fff;
}

.skill-title h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 6px;
}

/*skill thumb*/
.skill-shape img {
  position: absolute;
  left: 240px;
  bottom: 120px;
}

.skill-shape1.bounce-animate2 {
  position: absolute;
  right: -67%;
  top: -45%;
}

/***
======================================================
<--  Techventrix Blog Area Css -->
======================================================***/
.blog-area {
  /* background: url(../images/resource/blog-bg.png); */
  /* background-color: #050A1E; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 94px 0 70px;
}

.single-blog-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-blog-thumb {
  transition: 0.5s;
  overflow: hidden;
}

.single-blog-thumb img {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.blog-top-button {
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-top-button a {
  padding: 4px 17px 2px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
  background: #C39834;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.blog-top-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #10102e;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

.blog-top-button a:hover:before {
  transform: scale(1);
}

/*blog content*/
.em-blog-content {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
  padding: 18px 17px 51px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.em-blog-content1 {
  padding: 18px 17px 55px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.em-blog-content2 {
  padding: 18px 17px 20px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

/* .em-blog-content1:before{
  position: absolute;
  content: "";
  bottom: 55px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: rgba(29, 33, 36, 0.12);
} */
.em-blog-content:before {
  position: absolute;
  content: "";
  bottom: 58px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: rgba(29, 33, 36, 0.12);
}

.meta-blog-text p {
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.meta-blog-text p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 55%;
  height: 55%;
  background: url(../images/resource/date.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.em-blog-title h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.em-blog-title h2 a {
  display: inline-block;
  font-weight: 600;
  transition: 0.5s;
  line-height: 30px;
}

.em-blog-thumb {
  float: left;
  margin-top: 7px;
}

.em-blog-icon {
  float: left;
}

.em-blog-icon-title {
  display: inline-block;
  margin-left: 10px;
}

.em-blog-icon-title1 {
  display: inline-block;
}

.em-blog-icon-title h6 {
  font-size: 16px;
  font-weight: 500;

}

/*blog button*/
.blog-button {
  text-align: right;
}

.blog-button a {
  display: inline-block;
  color: #232323;
  transition: 0.5s;
  font-family: "Fira Sans";
  font-weight: 600;
  margin-top: 5px;
}

.blog-button i {
  font-size: 20px;
  display: inline-block;
  color: #C39834;
  position: relative;
  top: 2px;
}

/*blog all hover*/
.single-blog-box:hover .em-blog-title h2 a {
  color: #C39834;
}

.single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

.single-blog-box:hover .em-blog-content {
  filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
}

/**Blog area style two**/
.blog-area.style-two {
  background: #fff;
  padding: 95px 0 70px;
  position: relative;
}

.blog-area.style-two.page {
  padding: 100px 0 100px;
}

/*blog button*/
.blog-area.style-two .consen-button a {
  padding: 15px 33px;
}

.blog-area.style-two .consen-button a i {
  font-size: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  background: inherit;
  color: #fff;
  margin-left: 0;
  margin-right: 25px;
}

.blog-button a:hover {
  color: #C39834;
}

/*blog all hover*/
.blog-area.style-two .consen-button a:hover i {
  color: #C39834;
}

/*blog shape*/
.blog-area.style-two .port-shape-thumb2 {
  position: absolute;
  top: -70px;
  right: 10px;
  z-index: 11;
  opacity: 0.3;
}

/* Blog New Style */

.blog-area.new-style {
  background: #fff;
}

.blog-area.new-style .single-blog-thumb {
  position: relative;
}

.blog-area.new-style .blog-top-button a {
  border-radius: 5px;
}

.blog-area.new-style .blog-top-button a:before {
  border-radius: 5px;
}

.blog-area.new-style .blog-top-button {
  bottom: 25px;
  left: 30px;
  top: inherit;
}

.blog-area.new-style .em-blog-content:before {
  display: none;
}

.blog-area.new-style .em-blog-title h2 {
  font-size: 20px;
  padding: 0px 0 15px;
}

.blog-area.new-style .meta-blog-text a {
  color: #232323;
  padding-right: 25px;
  font-weight: 500;
  position: relative;
  transition: 0.5s;
}

.blog-area.new-style .meta-blog-text a::before {
  content: "";
  background: #68697d;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 3px;
}

.blog-area.new-style .meta-blog-text a:hover {
  color: #C39834;
}

.blog-area.new-style .swiper-pagination-bullet {
  background-color: #1f2932;
}

.blog-area.new-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C39834;
}

/***
======================================================
<--  Techventrix footer Area Css -->
======================================================***/
.footer-middle {
  background: url(../images/resource/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0px;
  /* background-position: center center; */
}

.footer-bg {
  padding: 45px 0 100px;
  position: relative;
}

.style-two .footer-bg {
  padding: 85px 0 90px;
}

/*widget title*/
h4.widget-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

h4.widget-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 42px;
  background: #C39834;
  width: 50px;
  height: 2px;
  transition: 0.5s;
}

.company-info-desc p {
  color: #fff;
  padding: 15px 0 14px;
  opacity: 0.6;
}

/*social icon*/
.follow-company-icon a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #187dff;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  margin-right: 8px;
  position: relative;
  z-index: 1;
}

.follow-company-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #11112e;
  border-radius: 50px;
  transform: scale(0);
  transition: 0.5s;
}

a.social-icon-color1 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #219ff9;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}

a.social-icon-color2 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: linear-gradient(135deg, #b618c1 0%, #f3593d 100%);
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}

a.social-icon-color3 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #f70102;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}

/*footer menu*/
.menu-quick-link-content {
  padding: 10px 0 0;
}

ul.footer-menu li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
}

ul.footer-menu li a {
  font-family: "Fira Sans";
  color: #fff;
  transition: 0.5s;
}

/*recent post image*/
.recent-post-item.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
  margin-bottom: 25px;
  padding: 32px 0 30px;
}

.recent-post-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.recent-post-image {
  width: 80px;
  height: 80px;
}

.recent-post-text {
  flex: 1;
}

.recent-post-text h6 {
  margin: 0;
  max-inline-size: 20ch;
}

.recent-post-text a {
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  transition: 0.5s;
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
}

.recent-post-text span {
  font-size: 14px;
  color: #8b888f;
  padding: 2px 0 0;
  display: inline-block;
}

/*footer all hover*/
ul.footer-menu li a:hover {
  color: #C39834;
}

.follow-company-icon a:hover:before {
  transform: scale(1);
}

.recent-post-text a:hover {
  color: #C39834;
}

/**footer bottom area**/
.footer-bottom-area {
  background: #11112e;
  padding: 19px 0;
}

a.logo_thumb img {
  width: 28%;
}

.footer-bottom-content {
  text-align: right;
  padding: 10px 0 0;
}

.footer-bottom-content-copy p {
  color: #fff;
  margin: 0 0 5px;
}

.footer-middle.new-style .footer-bottom-content-copy p {
  opacity: 0.7;
}

.footer-bottom-content-copy span {
  color: #C39834;
}

/**footer shape**/
.footer-thumb img {
  position: absolute;
  right: -225px;
  top: 106px;
  animation: moveLeftBounce 4s linear infinite;
}

.footer-thumb1.bounce-animate2 {
  position: absolute;
  left: -324px;
  top: -22px;
}



.bg-img {
  background: url(../images/resource/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.style-two .footer-bottom-area {
  background: transparent;
  height: 80px;
  border-top: 1px solid #626065;
}

.contact-form-footer {
  padding: 25px 0 0;
}

.subscribe_form {
  position: relative;
}

.contact-form-footer .subscribe_form input {
  font-size: 14px;
  height: 57px;
  padding: 5px 65px 5px 14px;
  position: relative;
  width: 100%;
  color: #fff;
  background: #373644;
  border: 0;
  margin-bottom: 14px;
  border-radius: 5px;
}

.contact-form-footer .subscribe_form button {
  padding: 10px 20px;
  transition: all 0.4s ease 0s;
  border: medium none;
  border-radius: 0px 5px 5px 0px;
  background: #C39834;
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}

.recent-post-thumb1 {
  float: left;
  margin-right: 8px;
  margin-top: 15px;
}

.recent-post-thumb {
  margin-top: 15px;
  display: inline-block;
}

/*style upper*/
.upper.style-two.footer-middle {
  padding: 0 0 0px;
}

/* Footer New Style */

.footer-middle.new-style {
  background: #050a1e;
}

.footer-middle.new-style .footer-new-logo {
  margin-bottom: 30px;
}

.footer-middle.new-style .widget.widget-nav-menu.one {
  padding-left: 30px;
}

.footer-middle.new-style ul.footer-menu li a {
  opacity: 0.7;
}

.footer-middle.new-style .widget-location h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 12px 0 12px;
}

.footer-middle.new-style .widget-location span {
  color: #fff;
  opacity: 0.7;
}

.footer-middle.new-style .footer-bottom-content {
  text-align: left;
}

.footer-middle.new-style .footer-bottom-menu ul li {
  list-style: none;
  display: inline-block;
}

.footer-middle.new-style .footer-bottom-menu ul {
  text-align: right;
}

.footer-middle.new-style .footer-bottom-menu ul li a {
  color: #fff;
  opacity: 0.7;
  margin-left: 25px;
}

.footer-middle.new-style .footer-bottom-menu ul li a:hover {
  color: #C39834;
}

/***
======================================================
<--  Techventrix Subscribe Area Css -->
======================================================***/
.subscribe-area {
  background: url(../images/resource/subscribe-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 35px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background-color: #C39834;
}

.subscribe-area2 {
  background: url(../images/resource/subscribe-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 35px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background-color: #C39834;
}

.subscribe-area3 {
  background: url(../images/resource/subscribe-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 35px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background-color: #C39834;
}

.subscribe-title h1 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
}

.subscribe-title p {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}

.subscribe_form input {
  font-size: 14px;
  height: 68px;
  padding: 5px 25px;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 0;
  margin-bottom: 14px;
  border-radius: 35px;
  padding-right: 150px;
}

.subscribe_form button {
  transition: all 0.4s ease 0s;
  border: medium none;
  border-radius: 35px;
  background: #C39834;
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  text-align: center;
  padding: 13px 30px;
  position: absolute;
  right: 10px;
  top: 9px;
  display: inline-block;
  z-index: 1;
}

.subscribe_form button:hover {
  background: #11102f;
  color: #fff;
}

/**subscribe shape**/
.subscribe-thumb {
  position: absolute;
  left: 0;
  top: 52px;
}

.subscribe-thumb1 {
  position: absolute;
  right: 55px;
  top: 21px;
  animation: moveLeftBounce 3s linear infinite;
}

/*Subscribe area two */
.style-two.subscribe-area {
  padding: 0;
  background: none;
}

.subscribe {
  position: relative;
  background: url(../images/resource/call-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 55px 42px 55px;
  border-radius: 3px;
  z-index: 1;
  margin-bottom: -105px;
}

.style-two .subscribe-title h1 {
  font-size: 35px;
  line-height: 46px;
}

.subscribe-icon {
  float: left;
  margin-right: 125px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 8px;
}

.subscribe-icon i {
  font-size: 45px;
  color: #C39834;
  transition: 0.5s;
  height: 92px;
  width: 92px;
  line-height: 98px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}

.subscribe-title2 h1 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.subscribe-title2 p {
  font-size: 20px;
  font-family: "Fira Sans";
  color: #fff;
  padding: 12px 0 0;
}

/* Subscribe New Style */
.subscribes-area.new-style .row.sub-bgmn {
  background: url(../images/resource/sub-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
  margin-bottom: -100px;
}

.subscribes-area.new-style .subscribe-right-bx {
  margin-left: 30px;
}

.subscribes-area.new-style .subscribe-title {
  margin-bottom: 30px;
}

/***
======================================================
<--  Techventrix Lines CSS -->
======================================================***/
.lines .line {
  position: relative;
  text-align: center;
  width: 30%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 5;
  margin: 0 auto;
  /* 👈 Yeh line add kari hai */
}

.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #C39834;
  -webkit-animation: moveLeftBounces-two 35s linear infinite;
  animation: moveLeftBounces-two 35s linear infinite;
  overflow: hidden;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(585px);
    transform: translateY(585px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(585px);
    transform: translateX(585px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*style two*/
.style-two.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #C39834;
  -webkit-animation: moveLeftBounces-one 35s linear infinite;
  animation: moveLeftBounces-one 32s linear infinite;
  overflow: hidden;
}

.style-two.lines .line {
  position: relative;
  width: 103%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 5;
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(538px);
    transform: translateX(538px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/** style three **/
.style-three.lines .line {
  position: relative;
  width: 103%;
  height: 1px;
  background-color: #e0e0e0;
  overflow: hidden;
  z-index: 5;
}

.style-three.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #C39834;
  -webkit-animation: moveLeftBounces-one 35s linear infinite;
  animation: moveLeftBounces-one 32s linear infinite;
  overflow: hidden;
}

/*style four*/
.style-four.lines {
  position: absolute;
  top: 54px;
  left: 48px;
  right: 0;
}

.style-four.lines .line {
  position: relative;
  width: 103%;
  height: 1px;
  top: 105px;
  left: 24%;
  background-color: #e0e0e0;
  overflow: hidden;
  z-index: 5;
}

.style-four.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #C39834;
  -webkit-animation: moveLeftBounces-one 35s linear infinite;
  animation: moveLeftBounces-one 32s linear infinite;
  overflow: hidden;
}

/*left bounce animation*/

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes MOVIE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/**====================================================
<-- Techventrix Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-family: "Fira Sans";
}

.barfiller {
  width: 100%;
  height: 4px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
  background-color: #fff;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: #C39834 !important;
  border-radius: 5px;
}

/*
<!-- ============================================================== -->
<!-- Techventrix Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 30px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #C39834;
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
  background-image: -webkit-linear-gradient(0deg, #C39834 0%, #C39834 100%);
  border-radius: 100%;
}

.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*
<!-- ============================================================== -->
<!-- Techventrix Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- Techventrix Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*--==============================================->
<!-- Techventrix Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
  background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)),
    url(../images/services/services-bg.webp) no-repeat center/cover;
  height: 500px;
  position: relative;
}

.bg {
  background: url(../images/services/bg.webp) no-repeat center/cover;
}

.breadcumb-content h1 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'Fira Code', monospace;
}

.breadcumb-content ul li {
  color: #C39834;
  font-weight: 500;
  font-family: "Fira Sans";
  text-transform: capitalize;
  display: inline-block;
}

.breadcumb-content ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Fira Sans";
  color: #fff;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.breadcumb-content ul li a:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 9px;
  background: #fff;
  width: 16px;
  height: 2px;
  transition: 0.5s;
}

/*breadcumb shape*/
.britcam-shape {
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
  background: #C39834;
  width: 32%;
  height: 53px;
  padding: 15px 60px 0;
  clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul li {
  color: #fff;
}

/*====================================================
--< Techventrix abouts_areas Css -->
======================================================*/
.abouts_areas {
  padding: 100px 0 130px;
}

.abouts_thumb {
  position: relative;
}

.abouts_titles {
  position: absolute;
  bottom: -30px;
  left: -25px;
}

.abouts_titles h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  background: #C39834;
  padding: 30px 120px 30px 30px;
  border-radius: 10px;
  position: relative;
  max-inline-size: 25ch;
}

.abouts_icons {
  position: absolute;
  top: 55px;
  right: 30px;
}

.abouts_icons i {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  background: #fff;
  color: #C39834;
  text-align: center;
  font-size: 20px;
}

.upper.abouts_titles {
  right: -25px;
  left: inherit;
}

/*about inner all hover*/
.abouts_titles h3:hover {
  background: #10102e;
}

/*====================================================
<-- Techventrix Feture-Area Css -->
======================================================*/



.row.feature-bg {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.single-feature-box {
  padding: 45px 19px 49px 40px;
  border: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  border-top: 5px solid #ff3d00;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}

.single-feature-box:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url(../images/resource/box-bg2.png);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}

.feature-box-inner {
  transition: 0.4s;
}

.feature-title h3 {
  margin: 11px 0 14px 0;
  font-size: 24px;
  font-weight: 600;
}

.feature-icon1 {
  font-size: 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 27px;
}

.feature-icon1:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 14px;
  height: 74px;
  width: 74px;
  background: #f5f5f5;
  border-radius: 100%;
  z-index: -1;
}

.feature-text p {
  margin: 0 0 35px;
  line-height: 25px;
}

/*serivece ber*/
.feature-bar {
  background: #C39834;
  height: 3px;
  width: 64px;
  position: relative;
  border-radius: 30px;
}

.feature-bar:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  height: 3px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border-radius: 10%;
  -webkit-animation: MOVIE-BG 4s linear infinite alternate;
  animation: MOVIE-BG 4s linear infinite alternate;
}

/*feature back title*/
.consen-feature-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 44%;
  width: 100%;
  text-align: left;
  background: #131323ed;
  padding: 32px 20px 0 46px;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 1;
  transform-origin: 50% 0%;
  transition: 0.5s;
}

.feature-back-title h3 {
  color: #C39834;
  font-size: 16px;
  font-weight: 500;
  font-family: "Fira Sans";
  margin: 0 0 0;
  position: relative;
  left: 40px;
}

.feature-back-title h3:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -40px;
  height: 2px;
  width: 35px;
  background: #C39834;
}

.feature-back-title h2 {
  margin: 11px 0 14px 0;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.feature-back-icon a {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 74px;
  margin: auto;
  height: 58px;
  width: 58px;
  background: #C39834;
  line-height: 58px;
  border-radius: 100%;
  left: 0;
  bottom: -73px;
  font-size: 24px;
  color: #fff;
}

/*service all hover*/
.single-feature-box:hover .feature-box-inner {
  opacity: 0;
}

.single-feature-box:hover .consen-feature-back {
  transform: perspective(500px) rotateX(0deg);
}

.single-feature-box:hover .feature-content-back {
  opacity: 0;
}

.single-feature-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.single-feature-box:hover .feature-icon1 img {
  opacity: 0;
}

.single-feature-box:hover .feature-icon1:after {
  opacity: 0;
}

/*feature shape*/
.feature-shape {
  position: absolute;
  right: -220px;
  bottom: -160px;
}

.style-two .dreamit-icon-list ul li span {
  color: #686868;
}

/*tabe*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.tab {
  padding-top: 50px;
  position: relative;
  left: 10px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs li a {
  background-color: #10102e;
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  display: inline-block;
  outline: none;
  padding: 5px 26px;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #C39834;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  /* display: block; */
}

.tabs_item img {
  width: 210px;
  float: left;
  margin-right: 12px;
}

li.current a {
  background: #C39834 !important;
  color: #fff;
}

ul.tabs-inner-list li {
  display: inline-block;
  margin: 3px 0;
}

ul.tabs-inner-list li i {
  display: inline-block;
  margin-right: 12px;
  color: #C39834;
  font-size: 15px;
}

.feture-area .dreamit-icon-list ul li span {
  color: #232323;
  font-weight: 400;
  font-family: "Fira Sans";
}

.feture-area .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #C39834;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

/* iner counter */
.counter-section {
  background: url(../images/resource/counter-bg23.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-text h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.counter-text h1::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -10px;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.counter-section .counter-text span {
  font-weight: 500;
  font-size: 80px;
  color: #fff;
}

.counter-section .counter-title {
  float: right;
  position: relative;
  top: 35px;
  left: 30px;
}

.counter-section .counter-title::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -16px;
  width: 2px;
  height: 60px;
  background: #fff;
}

.counter-section .counter-title h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0;
  color: #fff;
}

.counter-section .counter-title h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

/*========================================
<-- Techventrix Pricing Section Css -->
==========================================*/
.pricing-section {
  padding: 95px 0 70px;
  background: url(../images/resource/why-choose-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-single-items {
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}

.style-2 .pricing-thumb img {
  filter: brightness(0) invert(1);
}

.pricing-title {
  padding: 12px 0 30px;
}

.pricing-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.currency {
  font-size: 20px !important;
  font-weight: 500 !important;
  position: relative;
  top: -15px;
  color: #616161 !important;
}

.pricing-item-text span {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #232323;
}

.month {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #616161 !important;
}

.pricing-feature ul li {
  display: block;
  font-size: 16px;
  padding: 7px 0;
}

.pricing-feature ul li b {
  font-weight: 500 !important;
  font-family: "Fira Sans";
  font-size: 18px;
}

.btn-common.pc-btn a {
  color: #ee3c00;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 37px;
}

.pricing-single-items:hover .btn-common.pc-btn a {
  color: #fff;
  background: #C39834;
}

.pricing-single-items.style-2 {
  background: #C39834;
  color: #fff;
  padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
  background-color: #fff;
  color: #C39834;
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
  color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
  color: #fff;
  background: #C39834;
  border-color: #fff;
}

/*=============================================
<-- Techventrix Web Development Section CSS
===============================================*/
.web-dev-section {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

.web-dev-thumb-section img {
  width: 100%;
}

.web-dev-single-content {
  margin-bottom: 30px;
}

.content-position {
  font-size: 18px;
  color: #C39834;
  font-weight: 600;
  font-family: "Fira Sans";
}

.content-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 5px 0 10px 0;
  font-family: "Fira Sans";
}

.content-text {
  padding: 0 10px 0 0;
}

/*Feature Content*/
.feature-content-section {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 70px;
}

.feature-content-section .single-content .content-icon {
  font-size: 40px;
  margin-right: 30px;
  color: #C39834;
}

.feature-content-section .content-text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  padding: 0px 0 4px;
}

.feature-content-section .single-content {
  border: 1px solid #e6e6e6;
  padding: 25px 15px;
  transition: 0.5s;
  margin-bottom: 30px;
}

.feature-content-section .single-content:hover {
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}

/*===================================
<-- Techventrix Contact  US Css -->
=====================================*/
.contact-us {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

.contact-us .appoinment-title {
  text-align: left;
}

.contact-us .input-box {
  width: 40%;
  float: left;
  margin: 8px 15px;
  background: #fff;
}

.contact-us .appoinment-title {
  margin: 0 15px;
}

.contact-us .input-box.textarea {
  width: 85%;
}

.contact-us .ap-submit-btn {
  width: 30%;
  float: left;
  margin: 15px;
}

.appointment-content {
  height: 100%;
}

.appointment-content .appointment-form {
  height: 100% !important;
  padding: 0 0 0 40px;
}

.cda-icon i {
  font-size: 35px;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #C39834;
  border-radius: 5px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 10px;
}

.cda-content-inner h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.cda-content-inner p {
  color: rgba(255, 255, 255, 0.74);
  margin: 10px 0;
}

.cda-content-area {
  background: #10102e;
  padding: 103px 40px 100px;
}

.cda-single-content {
  margin: 0 45px;
  padding: 25px 0 17px;
}

.contact-us .appoinment-title h3 {
  margin-bottom: 20px;
  padding-top: 35px;
  font-weight: 500;
}

.contact-us .input-box {
  color: #000;
}

.contact_from_box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 27px 40px 45px;
}

/*=================================================
<-- Techventrix Blog Sidber Widget CSS -->
==================================================*/

.blog-section {
  background: #f2f2f2;
  padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
  padding: 100px 0 60px;
}

/*pagination*/
.pagination a {
  font-size: 18px;
  font-weight: 500;
  color: #C39834;
  float: left;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination a:hover {
  background: #C39834;
  color: #fff;
}

/*search items*/
.widget-items {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.widget-items form {
  position: relative;
}

.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}

.src-input-box:focus {
  border: 1px solid #ccc;
}

.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}

/*categories*/
.widget-title {
  margin-bottom: 45px;
  position: relative;
}

.widget-title h2 {
  margin-top: 0;
}

.widget-archieve-item {
  color: #232323;
}

.widget-archieve-item:hover {
  color: #C39834;
}

.widget-items .widget-title h2 {
  color: #232323;
  display: block;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.widget-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 80px;
  height: 3px;
  background: #aec6ef;
}

.widget-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #C39834;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  0% {
    left: 0px;
    top: 0px;
  }

  100% {
    left: 80px;
    top: 0px;
  }
}

.hr-3 {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.catagory-item ul li {
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}

.catagory-item ul li a {
  color: #686868;
}

.catagory-item ul li:hover a {
  color: #C39834;
}

.upp.widget-items {
  padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
  margin-right: 20px;
  padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  margin: 0;
}

.rpost-title span {
  font-size: 14px;
  padding: 5px 0 0;
  display: inline-block;
}

.rpost-title h4:hover {
  color: #C39834;
}

/*tag menu*/
.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  display: inline-block;
  margin: 2px 3px 10px;
  font-size: 15px;
  color: #686868;
  transition: 0.5s;
  border-radius: 3px;
}

.tag-item a:hover {
  color: #fff;
  background: #C39834;
}

/* Calender*/
.curr-month {
  width: 100%;
  height: 40px;
  background: #d6d6d6;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 48px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}

.tag-item .all-days ul li {
  font-weight: 500;
  font-family: "Fira Sans";
  font-size: 16px;
}

.all-date {
  width: 100%;
  height: 305px;
  float: left;
}

.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

element.style {
  background-color: rgb(255, 60, 0);
  color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
  background-color: #fb3b01;
  color: #fff;
}

.calender-area {
  height: 435px;
}

/*blog section two*/
.style-two.blog-section {
  background: #fff;
  padding: 100px 0 70px;
}

.blog-section.style-two.details {
  padding: 100px 0 50px;
}

.blog-content {
  padding: 15px 35px 20px;
  transition: 0.5s;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-thumb img {
  width: 100%;
}

.blog-section .blog-content-text h5 {
  font-size: 35px;
  font-weight: 600;
}

.blog-meta span a {
  color: #686868;
  transition: 0.5s;
  padding: 12px 0 20px;
  display: inline-block;
}

.blog-meta span a:hover {
  color: #C39834;
}

/*quote*/
.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #C39834;
  margin: 30px 0;
}

.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
  font-family: "Fira Sans";
  margin-bottom: 12px;
}

.blog-content ol {
  padding-left: 15px;
}

.blog-section .blog-content h4 {
  font-size: 22px;
  margin: 25px 0 12px;
  font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
  margin: 25px 0;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-blog-social-icon ul li i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  color: #686868;
}

.single-blog-social-icon ul li:hover i {
  color: #fff;
  background: #C39834;
}

.comment-box {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition: 0.5s;
}

#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  transition: 0.5s;
}

label {
  color: #686868;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
  border-color: #C39834;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
  color: #fff;
  background: #C39834;
  border: 1px solid #C39834;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
  transition: 0.5s;
}

.comment-form .submit-comment {
  color: #fff;
  background: #C39834;
  border: 1px solid #C39834;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
  background: #fff;
  color: #C39834;
}

/*======================================
<-- Techventrix Case Study Details Css -->
========================================*/
.case-study-details {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0 100px;
}

.case-study-intro {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
  padding: 60px;
  margin-top: 60px;
}

.csd-thumb img {
  width: 100%;
}

.csd-info {
  padding: 0 50px;
}

.csd-info ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}

.csd-info ul {
  padding: 13px 0;
}

.csd-social-icon li {
  display: inline-block;
  margin: 0px 8px 0 0;
}

.csd-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #C39834;
  border-radius: 5px;
  transition: 0.5s;
}

.csd-social-icon li i:hover {
  background: #11102f;
  color: #fff;
}

.csd-title h3 {
  font-size: 28px;
  font-weight: 600;
}

.csd-info ul li {
  display: inline-flex;
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

.csd-info strong {
  position: relative;
  width: 120px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  color: #232323;
}

.csd-info strong:after {
  content: ":";
  position: absolute;
  right: 0;
}

.csd-info span {
  flex: 1;
}

.share-text {
  float: left;
  margin-right: 20px;
}

.share-text h4 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin-top: 6px;
}

.csd-social-icon ul {
  padding: 0;
}

.csd-content img {
  max-width: 100%;
  height: auto;
}

/*rotateme animation*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*=====================================
<-- Techventrix Error Area Css -->
=======================================*/
.error-area {
  padding: 100px 0 100px;
}

.error-thumb {
  text-align: center;
}

.error-content {
  text-align: center;
}

.error-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.error-content h2 span {
  color: #fe4e5b;
}

.error-content p {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.error-search {
  text-align: center;
}

.error-button {
  text-align: center;
  margin-top: 40px;
}

.error-search input {
  width: 50%;
  height: 58px;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 30px;
  padding-left: 30px;
  outline: 0;
}

.error-search input:focus {
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
  outline: 0;
  border: 0;
  background: transparent;
  position: relative;
  margin-left: -55px;
  color: #686868;
}

.error-search ::placeholder {
  color: #686868;
}

.error-button a {
  padding: 14px 40px 14px 40px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #C39834;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #C39834;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.error-button a i {
  margin-right: 5px;
}

.error-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #10102e;
  border-radius: 30px;
  transition: 0.5s;
}

.error-button a:hover {
  border-color: #10102e;
}

.error-button a:hover:before {
  width: 100%;
  left: 0;
}

.map-section {
  position: relative;
  margin-bottom: -7px;
}

/*=====================================
<-- Techventrix Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}

.nav-btn.navSidebar-button {
  display: inline-block;
}

.nav-btn.navSidebar-button a i {
  font-size: 15px;
  width: 32px;
  line-height: 35px;
  height: 32px;
  border-radius: 50px;
  text-align: center;
  background: #efefef;
  display: inline-block;
  color: #232323;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transition: 0.5s;
  cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #C39834;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
  transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
  color: #fff;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #C39834;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #C39834;
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}

.content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
}

a.theme-btn.btn-style-two i {
  color: #C39834;
}

.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
  font-family: "Fira Sans";
}

ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: #C39834;
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #C39834;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: #C39834;
  color: #fff;
}

/*===========================
<-- Techventrix Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #C39834;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #C39834;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}


.custom-dropdown {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  color: #232323;
  /* Matches text color from the inputs */
  background: #f8f9fa;
  /* Matches light background */
  border: 1px solid #ddd;
  /* Subtle border */
  border-radius: 50px;
  /* Rounded full edges */
  outline: none;
  appearance: none;
  /* Removes default browser styling */
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-dropdown.placeholder{
  color: #6c757d;
}

.custom-dropdown:focus {
  border-color: #ab832e;
  /* Accent border on focus */
  box-shadow: 0 0 4px rgba(171, 131, 46, 0.5);
  /* Glow effect */
}

.custom-dropdown option {
  color: #333;
  /* Normal text color for dropdown options */
  background: #fff;
  /* Default white background for options */
}

.custom-dropdown::placeholder {
  color: #aaa;
}

/* Optional styling for the dropdown arrow */
.custom-dropdown {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236c757d'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}


.latest-posts-section {
  margin-top: 40px;
}

.latest-posts-section .section-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.latest-post-box {
  margin-bottom: 30px;
}

.latest-post-box img {
  width: 100%;
  height: auto;
  max-width: 150px;
  /* Adjust as needed */
}

.latest-post-box h3 {
  font-size: 18px;
  margin: 10px 0;
}

.latest-post-box p {
  font-size: 14px;
  color: #666;
}

.post-category {
  display: block;
  font-size: 12px;
  color: #C39834;
  margin-top: 5px;
}

/* custom css for service pages header without sticky default */
/* Service page background color */
.consen_nav_manu.header____.service-page {
  background-color: #10102e;
  /* Different color for service pages */
}

.brandsCarousel {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.brandsCarousel::before,
.brandsCarousel::after {
  content: "";
  width: 100px;
  height: 100px;
  background: linear-gradient(to right, #fff 0%, rgba(250, 250, 240, 0) 100%);
  position: absolute;
  z-index: 2;
}

.brandsCarousel::before {
  top: 0;
  left: 0;
}

.brandsCarousel::after {
  top: 0;
  right: 0;
  transform: rotateZ(180deg);
}

.carouselTrack {
  display: flex;
  transition: transform 0s ease;
  /* Initially set to 0 for seamless transition */
  will-change: transform;
}

.carouselTrack.startScrolling {
  animation: scrolling 30s linear infinite;
}

.brandLogo {
  flex: 0 0 auto;
  width: 150px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brandLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Smooth scrolling effect */
@keyframes scrolling {
  0% {
    transform: translateX(0);
    /* Start from the original position */
  }

  100% {
    transform: translateX(-100%);
    /* Move logos to the left */
  }
}

/* Ensure the duplicate class logos follow seamlessly */
.brandLogo.duplicate {
  flex: 0 0 auto;
}

.dreamit-about-thumb1 {
  position: relative;
}

.vertical-slider {
  width: 100%;
  /* Full width of the container */
  height: 200px;
  /* Adjust height as needed */
  position: absolute;
  top: 44%;
  left: 62%;
  transform: translate(-50%, -50%);
  /* Perfectly center the counter */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  /* Ensure counter is above the image */
}

.counter-vip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.counter-single-box {
  opacity: 0;
  /* Initially hidden */
  position: absolute;
  /* Stack the boxes on top of each other */
  top: 0;
  /* Start from the same position */
  width: 100%;
  /* Full width of the container */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s, transform 1s ease-out;
}

.counter-single-box.visible {
  opacity: 1;
  transform: translateY(0);
  /* Move the counter into view */
}

.counter-title {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}

.typing-text {
  font-size: 25px;
  color: #6c757d;
}

/* Image styles */
.dreamit-about-thumb1 img {
  width: 120%;
  /* Ensure the image takes full width */
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .dreamit-about-thumb1 img {
    width: 100%;
    /* Image ko chhota karna */
  }

  .vertical-slider {
    top: 43%;
    /* Center me le aao */
    left: 53%;
    transform: translate(-50%, -50%);
  }

  .counter-title {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .dreamit-about-thumb1 img {
    width: 90%;
    /* Aur chhoti karni */
  }

  .vertical-slider {
    top: 42%;
    left: 46%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 425px) {
  .dreamit-about-thumb1 img {
    width: 85%;
    /* Mobile ke liye aur adjust karna */
  }

  .vertical-slider {
    top: 45%;
    left: 52%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 320px) {
  .vertical-slider {
    top: 47%;
    left: 53%;
    transform: translate(-50%, -50%);
  }

  .counter-title {
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
  }

  .typing-text {
    font-size: 15px;
    color: #6c757d;
  }
}


.card-container {
  display: flex;
  height: 50vh;
  margin: 0;
  font-family: "Sora", sans-serif;
  flex-direction: row;
  /* Aligns cards horizontally */
  justify-content: space-between;
  /* Ensures no gap between cards */
}

.card {
  height: 100%;
  width: calc(100% / 3);
  cursor: pointer;
  transition: width 750ms ease-in-out;
  transition-delay: 250ms;
  display: flex;
  flex-direction: column;
  /* Ensures content flows vertically */
  justify-content: flex-start;
  /* Aligns content to the top */
  padding: 20px;
  /* Adds padding inside the card */
  background-color: #0C1518;
  position: relative;
  /* Allows absolute positioning of other elements */
  border: 1px solid #fff;
}

.card:hover {
  background-image: linear-gradient(131.89deg, rgba(115, 115, 115, 85%) -83%, rgba(25, 151, 170, 85%) 100%), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/home/service-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card:hover .card-title {
  color: #ccc;
  font-weight: 600;
  font-size: 19px;
}

/* Move elements to the top when card is hovered */
.card:hover .card-number {
  top: 10px;
  color: #fff;
}

.card-description {
  opacity: 0;
  position: absolute;
  top: 80%;
  left: 20px;
  color: #ccc;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
}

.card:hover .card-description {
  opacity: 1;
  top: 80px;
}

.card:hover .card-number {
  top: 10px;
  color: #fff;
}

.card:hover .card-title {
  top: 50px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

.card:hover .card-description {
  opacity: 1;
  top: 80px;
}


/* Make the card-image white on hover */
.card-image {
  filter: brightness(50%) invert(110%) sepia(100%) contrast(100%) grayscale(1);
  height: 60px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 20px;
  margin-top: 20px;
  transition: 0.3s;
}

/* When the card is hovered, change the image filter to white */
.card:hover .card-image {
  filter: none;
  object-position: right !important;
}

.card-number {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, .4) !important;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0px;
  margin: 0 0 5px 0;
  transition: none;
  top: 20px;
}

.card:hover .card-number {
  color: #ccc;
  top: 0;
}

.card-title {
  color: #e6e6e6;
  font-weight: 500;
  font-size: 17px;
}

.card:hover .card-title {
  top: 50px;
  font-size: 19px;
  font-weight: 600;

}

.card:hover h3.card-title {
  color: white;
}

.arrow-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

.arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}

.card:hover {
  width: 200%;
}

.card:hover p {
  transform: scale(4);
}

/* aesa section */


.strategy__data__sec {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.6666666667
}

@media only screen and (max-width: 767.98px) {
  .strategy__data__sec {
    font-size: 1rem
  }
}

.strategy__data__sec .data__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 310px;
  align-items: center;
  gap: 30px
}

@media only screen and (max-width: 1023.98px) {
  .strategy__data__sec .data__row {
    grid-template-columns: repeat(2, 1fr)
  }
}

.strategy__data__sec .data__col p {
  margin: 0
}

.strategy__data__sec .data__col .figure {
  width: 100%
}

.strategy__data__sec .data__col .figure img {
  width: 100%;
  height: auto;
  object-fit: contain
}

.strategy__data__sec .data__title {
  margin: 0;
  color: #ffcd55;
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 0px;
  line-height: 1.4545454545;
  margin: 0 0 10px 0
}

.strategy_scalling__sec {
  color: #000;
  background-color: #fff
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .heading-wrapper {
    margin-bottom: 60px
  }
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .heading-wrapper {
    margin-bottom: 50px
  }
}

.strategy_scalling__sec .heading-wrapper.mb__40 {
  margin-bottom: 40px
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .heading-wrapper.mb__40 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .heading-wrapper.mb__40 {
    margin-bottom: 20px
  }
}

.strategy_scalling__sec a:not(.btn-gradient) {
  color: #c39834
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .right-col .w_fix {
    width: min(630px, 100%)
  }
}

.strategy_scalling__sec .right-col .w_fix p {
  margin-bottom: 25px
}

.strategy_scalling__sec .right-col .w_fix p:last-child {
  margin-bottom: 0
}

.strategy_scalling__sec .right-col p {
  font-weight: 400;
  color: #464646;
  margin: 0
}

.strategy_scalling__sec .tech__used {
  width: 100%;
  margin-top: 50px;
  margin-bottom: -30px
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .tech__used {
    margin-top: 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .tech__used {
    margin-top: 30px
  }
}

.strategy_scalling__sec .tech__used__title {
  font-weight: 400;
  line-height: 1.1666666667;
  margin: 0
}

.strategy_scalling__sec .tech__used .tech-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .tech__used .tech-blocks {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media only screen and (max-width: 480px) {
  .strategy_scalling__sec .tech__used .tech-blocks {
    grid-template-columns: repeat(2, 1fr)
  }
}

.strategy_scalling__sec .tech__used .tech-blocks .tech-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 1px solid #737373;
  border-radius: 20px
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .tech__used .tech-blocks .tech-block {
    height: 90px
  }
}

.strategy_scalling__sec .tech__used .tech-blocks .tech-block img {
  width: 50%;
  height: 60%;
  object-fit: contain
}

.strategy_scalling__sec .scalling__blocks {
  display: flex
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__blocks {
    display: block
  }
}

.strategy_scalling__sec .scalling__blocks__wrap {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.strategy_scalling__sec .scalling__blocks__wrap .container,
.strategy_scalling__sec .scalling__blocks__wrap .autoscroll__wrapper__service .autoscroll__container__static,
.autoscroll__wrapper__service .strategy_scalling__sec .scalling__blocks__wrap .autoscroll__container__static,
.strategy_scalling__sec .scalling__blocks__wrap .case-study-container,
.strategy_scalling__sec .scalling__blocks__wrap .dialog__box .dialog__content,
.dialog__box .strategy_scalling__sec .scalling__blocks__wrap .dialog__content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px;
}

.strategy_scalling__sec .scalling__block {
  --block-height: 325px;
  --block-content-width: 0px;
  flex: 1 1 0;
  padding: 40px 28px 30px 28px;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: flex .2s linear .2s, background-image .2s linear .2s;
  overflow: hidden
}

@media screen and (max-width: 1399px)and (min-width: 1300px) {
  .strategy_scalling__sec .scalling__block {
    height: 380px
  }
}

@media screen and (max-width: 1299px)and (min-width: 1200px) {
  .strategy_scalling__sec .scalling__block {
    height: 440px
  }
}

@media screen and (max-width: 1199px)and (min-width: 1100px) {
  .strategy_scalling__sec .scalling__block {
    height: 450px
  }
}

@media screen and (max-width: 1099px)and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block {
    height: 530px
  }
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block {
    padding: 40px;
    height: auto
  }

  .strategy_scalling__sec .scalling__block:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
  }
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block.active {
    background: linear-gradient(121.73deg, rgba(187, 103, 237, 0.1) -34.54%, rgba(25, 151, 170, 0.1) 54.97%, rgba(25, 151, 170, 0.1) 131.93%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    transition: flex .2s linear, background-image .2s linear
  }

  .strategy_scalling__sec .scalling__block.active .scalling__block__figure img {
    filter: grayscale(1) contrast(50%) brightness(50%)
  }
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block:not(.active) .scalling__block__content {
    height: 0px
  }

  .strategy_scalling__sec .scalling__block:not(.active) .scalling__block__icon::after {
    background-color: #000;
    transform: rotate(0deg)
  }
}

.strategy_scalling__sec .scalling__block:hover {
  --block-content-width: 1fr
}

@media screen and (min-width: 1250px) {
  .strategy_scalling__sec .scalling__block:hover {
    padding: 40px 70px 40px 44px
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover {
    background: linear-gradient(121.73deg, rgba(187, 103, 237, 0.1) -34.54%, rgba(25, 151, 170, 0.1) 54.97%, rgba(25, 151, 170, 0.1) 131.93%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    transition: flex .2s linear, background-image .2s linear
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover {
    flex-grow: 5
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__row {
    grid-template-columns: minmax(210px, 1fr) auto;
    column-gap: 30px
  }
}

@media only screen and (min-width: 1024px)and (max-width: 1199px)and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__row {
    grid-template-columns: minmax(148px, 1fr) auto
  }
}

.strategy_scalling__sec .scalling__block:hover .scalling__block__icon {
  padding: 0px 0px;
  text-align: left
}

.strategy_scalling__sec .scalling__block:hover .scalling__block__figure {
  margin-left: 0
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__figure {
    margin-bottom: 10px
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__figure img {
    filter: grayscale(1) contrast(50%) brightness(50%)
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__title {
    color: #464646;
    font-size: 1.75rem
  }
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__title {
    font-size: 1.5rem
  }
}

.strategy_scalling__sec .scalling__block:hover .scalling__block__content {
  transition: all .2s linear .4s
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__content {
    opacity: 1
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .1)
  }
}

.strategy_scalling__sec .scalling__block__row {
  display: grid;
  grid-template-columns: 180px var(--block-content-width);
  row-gap: 20px;
  column-gap: 0px;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block__row {
    grid-template-columns: auto;
    justify-content: stretch
  }
}

.strategy_scalling__sec .scalling__block__icon {
  text-align: center
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block__icon {
    pointer-events: none;
    padding: 0px 5px
  }

  .strategy_scalling__sec .scalling__block__icon::after {
    content: normal !important
  }
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block__icon {
    display: grid;
    grid-template-columns: 60px 1fr 28px;
    gap: 20px;
    text-align: left;
    align-items: center
  }
}

.strategy_scalling__sec .scalling__block__icon::after {
  content: "";
  width: 28px;
  aspect-ratio: 1;
  display: inline-block;
  background-color: #464646;
  mask-image: url("../images/home/scalling-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transform-origin: center;
  transform: rotate(90deg);
  transition: all .3s linear
}

.strategy_scalling__sec .scalling__block__figure {
  width: 60px;
  height: 60px;
  margin-inline: auto;
  margin-bottom: 40px
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block__figure {
    margin-bottom: 0
  }
}

.strategy_scalling__sec .scalling__block__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.strategy_scalling__sec .scalling__block__content {
  color: #000;
  overflow: hidden;
  transition: all .2s linear
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block__content {
    opacity: 0;
    transition: opacity .2s linear .4s
  }
}

.strategy_scalling__sec .scalling__block__content a {
  color: #ffcd55
}

.strategy_scalling__sec .scalling__block__content p {
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.3333333333;
  color: inherit
}

.strategy_scalling__sec .scalling__block__content p:last-child {
  margin-bottom: 0
}

.strategy_scalling__sec .scalling__block__content .btn-link {
  color: inherit;
  display: inline-block;
  font-weight: 700;
  text-underline-offset: 4px
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block__content .btn-link {
    margin-bottom: 20px
  }
}

.strategy_scalling__sec .scalling__block__title {
  color: #000;
  font-weight: 400;
  line-height: 1.2104166667;
  margin: 0;
  transition: none;
  white-space: pre-line
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block__title {
    font-size: 1.375rem
  }
}

.strategy_scalling__sec.service__scalling__sec .right-col p {
  width: 100%
}

/* process section */

.strategy__discover__sec {
  color: #e6e6e6
}

.strategy__discover__sec .btn-holder .btn,
.strategy__discover__sec .btn-holder body .alm-btn-wrap .alm-load-more-btn,
body .alm-btn-wrap .strategy__discover__sec .btn-holder .alm-load-more-btn,
.strategy__discover__sec .btn-holder .btn__border__gradient {
  font-weight: 600;
  color: #e6e6e6
}

.strategy__discover__sec .btn-holder .btn span i,
.strategy__discover__sec .btn-holder body .alm-btn-wrap .alm-load-more-btn span i,
body .alm-btn-wrap .strategy__discover__sec .btn-holder .alm-load-more-btn span i,
.strategy__discover__sec .btn-holder .btn__border__gradient span i {
  background-image: url('/assets/images/home/service-bg.webp')
}

.strategy__discover__sec.light {
  color: #000;
  background-color: #fff
}

.strategy__discover__sec.light .strategy__discover__block:hover .strategy__discover__header {
  flex-direction: row-reverse
}

.strategy__discover__sec.light .strategy__discover__block:not(:hover) .strategy__discover__block__figure img {
  filter: brightness(0)
}

.strategy__discover__sec.light .strategy__discover__block:not(:hover) .strategy__discover__block__number {
  color: #ccc
}

.strategy__discover__sec.light .strategy__discover__block:not(:hover) .strategy__discover__block__title {
  color: #464646
}

.strategy__discover__sec.light .strategy__discover__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  column-gap: 20px
}

.strategy__discover__sec.light .strategy__discover__header__content {
  flex-grow: 1
}

/* .strategy__discover__sec.light__dark {
  color: #000;
  background-color: #fff
} */

.strategy__discover__sec.light__dark .strategy__discover__block {
  color: #fff !important;
  background-color: #000
}

.strategy__discover__sec.light__dark .strategy__discover__block:hover .strategy__discover__header {
  flex-direction: row-reverse
}

.strategy__discover__sec.light__dark .strategy__discover__block:hover .strategy__discover__block__figure img {
  filter: brightness(0) invert(1)
}

.strategy__discover__sec.light__dark .strategy__discover__block:hover .strategy__discover__block__title {
  font-weight: 600
}

.strategy__discover__sec.light__dark .strategy__discover__block:not(:hover) .strategy__discover__block__figure img {
  filter: brightness(50%) invert(110%) sepia(100%) contrast(100%) grayscale(1)
}

.strategy__discover__sec.light__dark .strategy__discover__block:not(:hover) .strategy__discover__block__number {
  color: #ccc
}

.strategy__discover__sec.light__dark .strategy__discover__block:not(:hover) .strategy__discover__block__title {
  color: #ccc;
  font-weight: 600;
  font-size: 19px;
}

.strategy__discover__sec.light__dark .strategy__discover__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  column-gap: 20px
}

.strategy__discover__sec.light__dark .strategy__discover__header__content {
  flex-grow: 1
}

.strategy__discover__sec.light__dark .strategy__discover__title {
  font-weight: 600
}

.strategy__discover__sec.light__dark .note {
  color: #737373
}

.strategy__discover__sec.light__dark .btn-holder .btn,
.strategy__discover__sec.light__dark .btn-holder body .alm-btn-wrap .alm-load-more-btn,
body .alm-btn-wrap .strategy__discover__sec.light__dark .btn-holder .alm-load-more-btn,
.strategy__discover__sec.light__dark .btn-holder .btn__border__gradient {
  color: #464646
}

.strategy__discover__sec.light__dark .btn-holder .btn span i,
.strategy__discover__sec.light__dark .btn-holder body .alm-btn-wrap .alm-load-more-btn span i,
body .alm-btn-wrap .strategy__discover__sec.light__dark .btn-holder .alm-load-more-btn span i,
.strategy__discover__sec.light__dark .btn-holder .btn__border__gradient span i {
  background-image: url("../images/home/button-arrow2.svg")
}

.strategy__discover__sec .note {
  font-weight: 400;
  font-style: italic;
  line-height: 1.5521428571;
  color: #b2b1aa;
  width: min(640px, 100%);
  margin: 16px 0
}

.strategy__discover__sec .btn-holder {
  text-align: right
}

@media only screen and (max-width: 767.98px) {
  .strategy__discover__sec .btn-holder {
    text-align: left
  }
}

.strategy__discover__sec .btn-holder .btn,
.strategy__discover__sec .btn-holder body .alm-btn-wrap .alm-load-more-btn,
body .alm-btn-wrap .strategy__discover__sec .btn-holder .alm-load-more-btn,
.strategy__discover__sec .btn-holder .btn__border__gradient {
  font-weight: 600
}

.strategy__discover__blocks {
  display: flex;
  overflow: hidden
}

@media only screen and (max-width: 1023.98px) {
  .strategy__discover__blocks {
    display: block
  }
}

.strategy__discover__blocks a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: none
}

.strategy__discover__block {
  flex: 1 1 0;
  padding: 30px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  transition: background .2s linear .2s, flex .2s linear .2s;
  overflow: hidden;
  position: relative
}

@media only screen and (min-width: 1024px) {
  .strategy__discover__block {
    height: 450px
  }
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .strategy__discover__block {
    height: 520px
  }
}

.strategy__discover__block:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px
}

@media only screen and (max-width: 1023.98px) {
  .strategy__discover__block:first-child {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px
  }
}

.strategy__discover__block:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}

@media only screen and (max-width: 1023.98px) {
  .strategy__discover__block:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px
  }
}

.strategy__discover__block:hover {
  flex-grow: 4;
  background: linear-gradient(136.46deg, #BB67ED -7.96%, #1997AA 103.13%);
  color: #fff;
  border-style: none;
  transition: background .2s linear, flex .2s linear
}

.strategy__discover__block:hover .strategy__discover__block__figure {
  display: none
}

.strategy__discover__block:hover .strategy__discover__block__figure2 {
  display: block
}

.strategy__discover__block:hover .strategy__discover__block__number {
  color: rgba(255, 255, 255, .6);
  font-size: 2.5rem
}

.strategy__discover__block:hover .strategy__discover__block__title {
  max-width: 100%
}

.strategy__discover__block:hover .strategy__discover__block__text {
  transition: opacity .2s linear .2s;
}

.strategy__discover__block__text p {
  font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 1024px) {
  .strategy__discover__block:hover .strategy__discover__block__text {
    opacity: 1
  }
}

.strategy__discover__block:hover .strategy__discover__block__text a {
  color: #ffcd55
}

.strategy__discover__block:hover .btn-link {
  display: none
}

.strategy__discover__block__figure {
  width: 60px;
  height: 60px;
  margin-bottom: 20px
}

@media only screen and (max-width: 1023.98px) {
  .strategy__discover__block__figure {
    display: none
  }
}

.strategy__discover__block__figure2 {
  width: 60px;
  height: 60px
}

@media only screen and (min-width: 1024px) {
  .strategy__discover__block__figure2 {
    display: none
  }
}

.strategy__discover__block__figure2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left
}

.strategy__discover__block__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left
}

.strategy__discover__block__header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px
}

.strategy__discover__block__text {
  transition: opacity .2s linear
}

@media only screen and (min-width: 1024px) {
  .strategy__discover__block__text {
    opacity: 0
  }
}

.strategy__discover__block__text ul {
  padding: 0 0 0 16px
}

.strategy__discover__block__text ul li {
  margin-bottom: 4px
}

.strategy__discover__block__text ul li:last-child {
  margin-bottom: 0
}

.strategy__discover__block__number {
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, .25);
  margin: 0 0 5px 0;
  transition: none
}

.strategy__discover__block__number.small {
  color: #ccc
}

.strategy__discover__block__title {
  line-height: 1.3333333333;
  font-weight: 600;
  margin: 0;
  transform-origin: left;
  transition: none
}

@media only screen and (min-width: 1024px) {
  .strategy__discover__block__title {
    max-width: 100px
  }
}

.strategy__discover__block .btn-link {
  --icon-size: 50px;
  display: flex;
  width: var(--icon-size);
  min-width: var(--icon-size);
  height: var(--icon-size);
  min-height: var(--icon-size);
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-left: auto
}

@media only screen and (min-width: 1024px) {
  .strategy__discover__block .btn-link {
    position: absolute;
    right: 10px;
    bottom: 45px
  }
}

.strategy__discover__block .btn-link img {
  width: 12px;
  height: 12px;
  object-fit: contain
}

.strategy__discover__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.vision_discover__sec {
  color: #fff
}

.vision_discover__sec .autoscroll {
  --gap: 30px;
  mask-image: none
}

.vision_discover__sec .discover__blocks {
  align-items: stretch
}

.vision_discover__sec .discover__block {
  width: 416px;
  position: relative;
  overflow: hidden;
  border: 1px solid #737373;
  background: linear-gradient(124deg, rgba(162, 162, 162, 0.7) -70%, rgba(162, 162, 162, 0.4) -10%, rgba(0, 0, 0, 0) 29%);
  border-radius: 12px;
  margin-bottom: 1px;
  filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.05))
}

@media screen and (max-width: 480px) {
  .vision_discover__sec .discover__block {
    width: 380px
  }
}

@media screen and (max-width: 420px) {
  .vision_discover__sec .discover__block {
    width: 340px
  }
}

@media screen and (max-width: 380px) {
  .vision_discover__sec .discover__block {
    width: 320px
  }
}

.vision_discover__sec .discover__block:hover .discover__block__footer__text {
  transform: translateY(0%)
}

.vision_discover__sec .discover__block__footer__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%
}

.vision_discover__sec .discover__block__footer__text p {
  font-weight: 500;
  margin: 0 0 30px 0
}

.vision_discover__sec .discover__block__footer__text p:last-child {
  margin-bottom: 0
}

.vision_discover__sec .discover__block__footer {
  color: #fff;
  padding: 70px 55px 60px;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.5;
  text-align: center
}

.vision_discover__sec .discover__block__footer p {
  font-weight: 400;
  line-height: 1.7142857143;
  color: #fff;
  margin: 0
}

.vision_discover__sec .discover__block__footer__icon {
  width: 95px;
  margin: 0 auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px
}

.vision_discover__sec .discover__block__footer__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.vision_discover__sec .discover__block__title {
  margin: 0 0 12px 0;
  font-weight: 700;
  line-height: 1.2104166667
}

.vision_discover__sec .discover__block__footer__text {
  color: #fff;
  background: linear-gradient(146.08deg, #C955FF 20.11%, #1997AA 111.76%);
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  padding: 38px;
  height: 100%;
  border-radius: 12px;
  transform: translateY(calc(100% + 5px));
  transition: all .3s linear
}

@media only screen and (max-width: 360px) {
  .vision_discover__sec .discover__block__footer__text {
    padding: 20px
  }
}

.vision_discover__sec .discover__block__footer__text .scroll__area {
  height: 100%
}

.scroll__area p {
  font-family: Arial, Helvetica, sans-serif;
}

.strategy_scalling__sec .scalling__block__content p {
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.3333333333;
  color: inherit;
  font-size: 18px;
}

.vision_discover__sec .vision__discover__slider__wrap .swiper {
  padding-inline: 20px
}

.vision_discover__sec .vision__discover__slider__wrap .swiper .swiper-wrapper {
  transition-timing-function: linear
}

.vision_discover__sec .vision__discover__slider__wrap .swiper .swiper-wrapper .swiper-slide {
  height: auto
}

.vision_discover__sec .vision__discover__slider__wrap .swiper-pagination {
  display: none
}

.vision_discover__sec .vision__discover__slider__wrap .swiper-scrollbar {
  width: 100%;
  position: static;
  margin-top: 30px;
  flex: 1 1 auto;
  background: rgba(255, 255, 255, .7)
}

.vision_discover__sec .vision__discover__slider__wrap .swiper-scrollbar-drag {
  background: #c39834
}

@media only screen and (min-width: 768px) {
  .vision_discover__sec .vision__discover__slider__wrap .swiper-scrollbar {
    display: none
  }
}

.strategy__data__sec {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.6666666667
}

@media only screen and (max-width: 767.98px) {
  .strategy__data__sec {
    font-size: 1rem
  }
}

.strategy__data__sec .data__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 310px;
  align-items: center;
  gap: 30px
}

@media only screen and (max-width: 1023.98px) {
  .strategy__data__sec .data__row {
    grid-template-columns: repeat(2, 1fr)
  }
}

.strategy__data__sec .data__col p {
  margin: 0
}

.strategy__data__sec .data__col .figure {
  width: 100%
}

.strategy__data__sec .data__col .figure img {
  width: 100%;
  height: auto;
  object-fit: contain
}

.strategy__data__sec .data__title {
  margin: 0;
  color: #ffcd55;
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 0px;
  line-height: 1.4545454545;
  margin: 0 0 10px 0
}

.strategy_scalling__sec {
  color: #000;
  background-color: #fff
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .heading-wrapper {
    margin-bottom: 60px
  }
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .heading-wrapper {
    margin-bottom: 50px
  }
}

.strategy_scalling__sec .heading-wrapper.mb__40 {
  margin-bottom: 40px
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .heading-wrapper.mb__40 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .heading-wrapper.mb__40 {
    margin-bottom: 20px
  }
}

.strategy_scalling__sec a:not(.btn-gradient) {
  color: #c955ff
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .right-col .w_fix {
    width: min(630px, 100%)
  }
}

.strategy_scalling__sec .right-col .w_fix p {
  margin-bottom: 25px
}

.strategy_scalling__sec .right-col .w_fix p:last-child {
  margin-bottom: 0
}

.strategy_scalling__sec .right-col p {
  font-weight: 400;
  color: #464646;
  margin: 0
}

.strategy_scalling__sec .tech__used {
  width: 100%;
  margin-top: 50px;
  margin-bottom: -30px
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .tech__used {
    margin-top: 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .tech__used {
    margin-top: 30px
  }
}

.strategy_scalling__sec .tech__used__title {
  font-weight: 400;
  line-height: 1.1666666667;
  margin: 0
}

.strategy_scalling__sec .tech__used .tech-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .tech__used .tech-blocks {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media only screen and (max-width: 480px) {
  .strategy_scalling__sec .tech__used .tech-blocks {
    grid-template-columns: repeat(2, 1fr)
  }
}

.strategy_scalling__sec .tech__used .tech-blocks .tech-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 1px solid #737373;
  border-radius: 20px
}

@media only screen and (max-width: 767.98px) {
  .strategy_scalling__sec .tech__used .tech-blocks .tech-block {
    height: 90px
  }
}

.strategy_scalling__sec .tech__used .tech-blocks .tech-block img {
  width: 50%;
  height: 60%;
  object-fit: contain
}

.strategy_scalling__sec .scalling__blocks {
  display: flex
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__blocks {
    display: block
  }
}

.strategy_scalling__sec .scalling__blocks__wrap {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);

}

.strategy_scalling__sec .scalling__blocks__wrap .container,
.strategy_scalling__sec .scalling__blocks__wrap .autoscroll__wrapper__service .autoscroll__container__static,
.autoscroll__wrapper__service .strategy_scalling__sec .scalling__blocks__wrap .autoscroll__container__static,
.strategy_scalling__sec .scalling__blocks__wrap .case-study-container,
.strategy_scalling__sec .scalling__blocks__wrap .dialog__box .dialog__content,
.dialog__box .strategy_scalling__sec .scalling__blocks__wrap .dialog__content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px
}

.strategy_scalling__sec .scalling__block {
  --block-height: 325px;
  --block-content-width: 0px;
  flex: 1 1 0;
  padding: 40px 28px 30px 28px;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: flex .2s linear .2s, background-image .2s linear .2s;
  overflow: hidden
}

@media screen and (max-width: 1399px)and (min-width: 1300px) {
  .strategy_scalling__sec .scalling__block {
    height: 380px
  }
}

@media screen and (max-width: 1299px)and (min-width: 1200px) {
  .strategy_scalling__sec .scalling__block {
    height: 440px
  }
}

@media screen and (max-width: 1199px)and (min-width: 1100px) {
  .strategy_scalling__sec .scalling__block {
    height: 450px
  }
}

@media screen and (max-width: 1099px)and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block {
    height: 530px
  }
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block {
    padding: 40px;
    height: auto
  }

  .strategy_scalling__sec .scalling__block:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
  }
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block.active {
    background: linear-gradient(121.73deg, rgba(187, 103, 237, 0.1) -34.54%, rgba(25, 151, 170, 0.1) 54.97%, rgba(25, 151, 170, 0.1) 131.93%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    transition: flex .2s linear, background-image .2s linear
  }

  .strategy_scalling__sec .scalling__block.active .scalling__block__figure img {
    filter: grayscale(1) contrast(50%) brightness(50%)
  }
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block:not(.active) .scalling__block__content {
    height: 0px
  }

  .strategy_scalling__sec .scalling__block:not(.active) .scalling__block__icon::after {
    background-color: #000;
    transform: rotate(0deg)
  }
}

.strategy_scalling__sec .scalling__block:hover {
  --block-content-width: 1fr
}

@media screen and (min-width: 1250px) {
  .strategy_scalling__sec .scalling__block:hover {
    padding: 40px 70px 40px 44px
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover {
    background: linear-gradient(121.73deg, rgba(187, 103, 237, 0.1) -34.54%, rgba(25, 151, 170, 0.1) 54.97%, rgba(25, 151, 170, 0.1) 131.93%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    transition: flex .2s linear, background-image .2s linear
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover {
    flex-grow: 5
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__row {
    grid-template-columns: minmax(210px, 1fr) auto;
    column-gap: 30px
  }
}

@media only screen and (min-width: 1024px)and (max-width: 1199px)and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__row {
    grid-template-columns: minmax(148px, 1fr) auto
  }
}

.strategy_scalling__sec .scalling__block:hover .scalling__block__icon {
  padding: 0px 0px;
  text-align: left
}

.strategy_scalling__sec .scalling__block:hover .scalling__block__figure {
  margin-left: 0
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__figure {
    margin-bottom: 10px
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__figure img {
    filter: grayscale(1) contrast(50%) brightness(50%)
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__title {
    color: #464646;
    font-size: 1.75rem
  }
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__title {
    font-size: 1.5rem
  }
}

.strategy_scalling__sec .scalling__block:hover .scalling__block__content {
  transition: all .2s linear .4s
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:hover .scalling__block__content {
    opacity: 1
  }
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .1)
  }
}

.strategy_scalling__sec .scalling__block__row {
  display: grid;
  grid-template-columns: 180px var(--block-content-width);
  row-gap: 20px;
  column-gap: 0px;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block__row {
    grid-template-columns: auto;
    justify-content: stretch
  }
}

.strategy_scalling__sec .scalling__block__icon {
  text-align: center
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block__icon {
    pointer-events: none;
    padding: 0px 5px
  }

  .strategy_scalling__sec .scalling__block__icon::after {
    content: normal !important
  }
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block__icon {
    display: grid;
    grid-template-columns: 60px 1fr 28px;
    gap: 20px;
    text-align: left;
    align-items: center
  }
}

.strategy_scalling__sec .scalling__block__icon::after {
  content: "";
  width: 28px;
  aspect-ratio: 1;
  display: inline-block;
  background-color: #464646;
  mask-image: url("../images/strategy/scalling-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transform-origin: center;
  transform: rotate(90deg);
  transition: all .3s linear
}

.strategy_scalling__sec .scalling__block__figure {
  width: 60px;
  height: 60px;
  margin-inline: auto;
  margin-bottom: 40px
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block__figure {
    margin-bottom: 0
  }
}

.strategy_scalling__sec .scalling__block__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.strategy_scalling__sec .scalling__block__content {
  color: #000;
  overflow: hidden;
  transition: all .2s linear
}

@media only screen and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block__content {
    opacity: 0;
    transition: opacity .2s linear .4s
  }
}

.strategy_scalling__sec .scalling__block__content a {
  color: #ffcd55
}

.strategy_scalling__sec .scalling__block__content p {
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.3333333333;
  color: inherit
}

.strategy_scalling__sec .scalling__block__content p:last-child {
  margin-bottom: 0
}

.strategy_scalling__sec .scalling__block__content .btn-link {
  color: inherit;
  display: inline-block;
  font-weight: 700;
  text-underline-offset: 4px
}

@media only screen and (max-width: 1023.98px) {
  .strategy_scalling__sec .scalling__block__content .btn-link {
    margin-bottom: 20px
  }
}

.strategy_scalling__sec .scalling__block__title {
  color: #000;
  font-weight: 400;
  line-height: 1.2104166667;
  margin: 0;
  transition: none;
  white-space: pre-line
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .strategy_scalling__sec .scalling__block__title {
    font-size: 1.375rem
  }
}

.strategy_scalling__sec.service__scalling__sec .right-col p {
  width: 100%
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__content {
  position: relative;
  z-index: 1;
  display: inline-block
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__blocks {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block {
  background: #0c1518;
  border-color: #a5a5a5;
  padding-top: 50px
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block:hover {
  border: 1px solid #fcbc22;
  padding: 40px 38px 40px
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block:hover .strategy__discover__block__bg {
  opacity: 1
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block:hover .strategy__discover__block__header .strategy__discover__block__title {
  color: #fff;
  font-weight: 600
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block:hover .strategy__discover__block__title {
  color: #fff
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block:hover .strategy__discover__block__number {
  color: rgba(255, 255, 255, .5) !important
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block p {
  margin: 0 0 20px 0
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block p:last-child {
  margin-bottom: 0
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block__bg {
  opacity: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .3s ease-in-out
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block__number {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, .4) !important
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block__header {
  margin-bottom: 22px
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block__header .strategy__discover__block__title {
  color: #e6e6e6;
  font-weight: 500
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block .btn-link {
  bottom: 10px
}

@media only screen and (max-width: 767.98px) {
  .strategy__discover__sec.light__new.home__sec2 .strategy__discover__block .btn-link {
    margin-top: 15px
  }
}

.strategy__discover__sec.light__new.home__sec2 .strategy__discover__block .btn-link img {
  width: 16px;
  height: 16px
}


/* TECHNOLOGY SECTION */


.industry-tabs-wrapper.technology__use__sec.home__sec2 {
  padding-block: 0px
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .heading-wrapper {
  margin-bottom: 70px
}

@media only screen and (max-width: 1023.98px) {
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .heading-wrapper {
    margin-bottom: 50px
  }
}

@media only screen and (max-width: 767.98px) {
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .heading-wrapper{
    margin-bottom: 0px;
  }
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .heading-wrapper .right-col {
    height: 100% !important;
  }
  .industry-tabs-wrapper .resmobile{
    margin-top: 20px !important;
  }
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .heading-wrapper .right-col .title {
  margin-bottom: 0
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .heading-wrapper .right-col .title span {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs {
  position: relative;
  align-self: stretch;
  padding-right: 17px
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs::before,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs::before {
  content: "";
  background: linear-gradient(169.31deg, rgba(255, 255, 255, 0.44) -9.13%, #E6E6E6 60.94%);
  width: calc(100% + (100vw - 1250px)/2);
  position: absolute;
  right: 0%;
  top: 0;
  bottom: 0;
  pointer-events: none
}



@media screen and (max-width: 1250px) {

  .industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs::before,
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs::before,
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs::before,
  .dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs::before,
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs::before,
  .autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs::before {
    width: calc(100% + 100px)
  }
}

@media only screen and (max-width: 1023.98px) {

  .industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs::before,
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs::before,
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs::before,
  .dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs::before,
  .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs::before,
  .autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs::before {
    width: 100%
  }
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs .left-col,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs .left-col,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs .left-col,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs .left-col,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs .left-col,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs .left-col {
  flex-basis: 100%;
  margin-right: 30px
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs ul,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs ul,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs ul,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs ul,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs ul {
  gap: 18px 9px;
  padding-top: 5px;
  padding-left: 15px;
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs ul li,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs ul li,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs ul li,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs ul li,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs ul li {
  margin: 0
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs ul li a,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs ul li a,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs ul li a,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs ul li a,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs ul li a {
  padding: 0px;
  border: 1px solid #b2b1aa
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs ul li a::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs ul li a::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs ul li a::before,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs ul li a::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs ul li a::before {
  background: #b2b1aa
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs ul li a.active,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs ul li a.active,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs ul li a.active,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs ul li a.active,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a.active,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs ul li a.active {
  font-weight: 500;
  color: #fff;
  border: 2px solid #ffcd55;
  padding: 0px
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs ul li a.active::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs ul li a.active::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs ul li a.active::before,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs ul li a.active::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a.active::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs ul li a.active::before {
  background: #fff
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tabs ul li a.active span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tabs ul li a.active span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tabs ul li a.active span,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tabs ul li a.active span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a.active span,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tabs ul li a.active span {
  background: linear-gradient(294.15deg, #A07028 -9.84%, #C39834 190.82%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .item__details,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .item__details,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .item__details,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .item__details,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .item__details,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .item__details {
  padding-top: 0px
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .btn.active,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .active.btn__border__gradient,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .active.btn__border__gradient,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient {
  font-weight: 800;
  color: #fff;
  background: #ffcd55 !important
}


.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .btn.active::before,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .btn.active::after,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active::after,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient::after {
  background: #fff
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .btn.active span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .btn.active span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .btn.active span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .btn.active span,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active span,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient span {
  background: linear-gradient(294.15deg, #A07028 -9.84%, #C39834 190.82%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .item__title,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .item__title,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .item__title,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .item__title,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .item__title,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .item__title {
  font-weight: 600
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .tech-blocks,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .tech-blocks,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .tech-blocks,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .tech-blocks,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks {
  gap: 21px 15px
}

.industry-tabs-wrapper.technology__use__sec.home__sec2 .container .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .case-study-container .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__box .dialog__content .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.dialog__box .industry-tabs-wrapper.technology__use__sec.home__sec2 .dialog__content .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.autoscroll__wrapper__service .industry-tabs-wrapper.technology__use__sec.home__sec2 .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks .tech-block {
  border: .5px solid #d9d9d9;
  background: #f6f6f8;
  filter: drop-shadow(0px 1px 2px rgb(198, 198, 198));
  height: 80px
}



.industry-demand-wrapper .industry-block-cols {
  display: grid;
  grid-template-columns: 62.5% calc(37.5% - 30px);
  gap: 30px;
  align-items: flex-start
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col {
  min-height: 460px
}

@media only screen and (min-width: 1024px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col {
    align-self: stretch;
    display: flex
  }
}

@media only screen and (max-width: 1023.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col {
    grid-column: 1/-1
  }
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col {
    height: auto;
    margin-right: 0;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden
  }
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media {
  height: auto;
  border-radius: 20px 0 0 20px;
  overflow: hidden
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media {
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-top: 46.8421052632%;
    border-radius: unset
  }

  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content {
  background: #181818;
  border: 1px solid #464646;
  border-left: none;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, .8)
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content {
    border-radius: 0px
  }
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel {
  padding: 20px 70px 20px 20px;
  flex: 1 1 auto
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel {
    padding: 24px 56px 32px 24px
  }
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .lead {
  font-weight: 400;
  margin: 0 0 30px
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .lead:last-child {
  margin-bottom: 0
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .lead a {
  color: #ffcd55;
  text-underline-offset: 5px
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .btn-gradient span,
.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel body .alm-btn-wrap .alm-load-more-btn span,
body .alm-btn-wrap .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .alm-load-more-btn span {
  background: #181818
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel {
  padding: 20px;
  flex: 0 0 120px;
  background: #2c2c2b;
  border-radius: 0 0 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel .left-panel {
  flex: 0 0 52%
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel .left-panel p {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel {
  flex: 0 0 48%;
  position: relative
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel .data {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0px;
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 2px
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider {
  height: 100%
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider__wrap {
  width: 100%
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider .swiper-slide {
  height: auto
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider .swiper-slide .slide-item {
  display: grid;
  grid-template-columns: 45.5% 1fr;
  height: 100%
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider .swiper-slide .slide-item {
    grid-template-columns: auto
  }
}

@media only screen and (max-width: 1023.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper {
    grid-column: 1/-1;
    order: -1
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper {
  width: 100%;
  height: 100%
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper.swiper-grid-column {
  margin-top: -16px
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper.swiper-grid-column .swiper-wrapper {
  flex-direction: row
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper.swiper-grid-column .swiper-wrapper .swiper-slide {
  margin-top: 16px
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide {
    width: auto
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link .title {
  font-weight: 600;
  color: #fff
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link .icon img {
  filter: brightness(0) invert(1)
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link::before {
  opacity: 1
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block {
  height: 143px
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block {
    height: 95px
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #181818;
  border: 1px solid #343434;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link {
    padding-inline: 30px
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon {
  height: 37px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width: 480px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon {
    height: 26px
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .title {
  position: relative;
  font-weight: 400;
  line-height: 1;
  margin: 15px 0 0;
  color: #fff;
  z-index: 2;
  text-align: center
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link::before {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 0;
  top: 0;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%) !important;
  background-size: 350%;
  border-radius: 16px;
  content: "";
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 1, 1) 300ms
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover .title {
  font-weight: 600;
  color: #fff
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover .icon img {
  filter: brightness(0) invert(1)
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover::before {
  opacity: 1
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination {
  position: static;
  margin-top: 20px
}

@media only screen and (max-width: 1023.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination {
    display: none !important
  }
}

.industry-demand-wrapper.light {
  background-color: #fff
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link {
  color: #fff;
  border-color: rgba(0, 0, 0, 0)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link .icon img {
  filter: brightness(0) invert(1)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link {
  background-color: #fff
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover {
  color: #fff;
  border-color: rgba(0, 0, 0, 0)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover .icon img {
  filter: brightness(0) invert(1)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon img {
  filter: brightness(0)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .title {
  color: inherit
}

.industry-demand-wrapper.home__sec {
  padding-bottom: 140px
}

.industry-demand-wrapper.home__sec .industry-block-cols .fixed-block-col .industry-content .top-panel {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper.home__sec .industry-block-cols .fixed-block-col .industry-content .top-panel {
    padding: 24px 56px 32px 24px
  }
}

.industry-demand-wrapper.home__sec .industry-block-cols .fixed-block-col .industry-content .bottom-panel {
  padding-left: 30px
}

@media only screen and (max-width: 1023.98px) {
  .industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block {
    height: 120px
  }
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link::before {
  content: normal
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon {
  height: 55px
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .title {
  font-weight: 400;
  line-height: 1.3444444444
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide:hover .industry-block .block-link {
  background: linear-gradient(126.11deg, #1997AA -21.52%, #BB67ED 98.59%)
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide:hover .industry-block .block-link .title {
  font-weight: 600
}

.industry-tabs-wrapper {
  overflow: hidden;
}

.industry-tabs-wrapper .heading-wrapper {
  margin-bottom: 50px
}

@media only screen and (max-width: 1023.98px) {
  .industry-tabs-wrapper .heading-wrapper {
    margin-bottom: 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .industry-tabs-wrapper .heading-wrapper {
    margin-bottom: 20px
  }
}

.industry-tabs-wrapper.border-top {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.industry-tabs-wrapper .tabbed-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start
}

@media only screen and (max-width: 1023.98px) {
  .industry-tabs-wrapper .tabbed-content {
    flex-wrap: wrap
  }
}

.industry-tabs-wrapper .tabbed-content .tabs {
  flex: 0 0 300px;
  margin-right: 30px
}

@media only screen and (max-width: 1023.98px) {
  .industry-tabs-wrapper .tabbed-content .tabs {
    display: none
  }
}

.industry-tabs-wrapper .tabbed-content .tabs ul li:hover {
  transform: translateY(-3px);
  /* background: linear-gradient(294.15deg, #A07028  -9.84%, #C39834 190.82%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) */

}

.industry-tabs-wrapper .tabbed-content .tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap
}

.industry-tabs-wrapper .tabbed-content .tabs ul li {
  margin: 15px;
  transition: transform 0.3s ease-in-out;
}

.industry-tabs-wrapper .tabbed-content .tabs ul li a {
  line-height: 1.1875;
  position: relative;
  display: inline-flex;
  height: 45px;
  padding: 2px;
  border-radius: 30px;
  color: #b2b1aa;
  text-decoration: none;
  background: rgba(255, 255, 255, .2);
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}


.industry-tabs-wrapper .tabbed-content .tabs ul li a span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 2px 15px 0 40px;
  border-radius: 30px;
  background: #000;
  font-size: 15.5px;
}

.industry-tabs-wrapper .tabbed-content .tabs ul li a:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #b2b1aa;
  font-weight: 500;
  border-radius: 100%;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.industry-tabs-wrapper .tabbed-content .tabs ul li a.active {
  padding: 2px;
  background: linear-gradient(90deg, #C39834, #FFCD55, #C39834) !important;
  /* background-size: 250% !important; */
  color: #fff;
}

.industry-tabs-wrapper .tabbed-content .tabs ul li a.active::before {
  background: #ffcd55
}

.industry-tabs-wrapper .tabbed-content .tabs ul li a:hover {
  background: rgba(255, 255, 255, .6);
}


@media only screen and (min-width: 1024px) {
  .industry-tabs-wrapper .tabbed-content .tabs.tabs__scrollable ul {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    margin-right: -34px;
    padding-left: 1px
  }

  .industry-tabs-wrapper .tabbed-content .tabs.tabs__scrollable ul::-webkit-scrollbar {
    width: 5px
  }

  .industry-tabs-wrapper .tabbed-content .tabs.tabs__scrollable ul::-webkit-scrollbar-track {
    background: #b2b1aa
  }

  .industry-tabs-wrapper .tabbed-content .tabs.tabs__scrollable ul::-webkit-scrollbar-thumb {
    background: #ffcd55
  }

  .industry-tabs-wrapper .tabbed-content .tabs.tabs__scrollable ul::-webkit-scrollbar-thumb:hover {
    background: #ffcd55
  }
}

.industry-tabs-wrapper .tabbed-content .tab-inner {
  flex: 1 1 auto
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn,
.industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .alm-load-more-btn,
.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn__border__gradient {
  position: relative;
  display: inline-flex;
  height: 45px;
  padding: 2px;
  border-radius: 30px;
  color: #b2b1aa;
  text-decoration: none;
  background: rgba(255, 255, 255, .2);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize
}

@media only screen and (min-width: 1024px) {

  .industry-tabs-wrapper .tabbed-content .tab-inner .item .btn,
  .industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn,
  body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .alm-load-more-btn,
  .industry-tabs-wrapper .tabbed-content .tab-inner .item .btn__border__gradient {
    display: none
  }
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn span,
.industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .alm-load-more-btn span,
.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn__border__gradient span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px 0 35px;
  border-radius: 30px;
  background: #000
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn:before,
.industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn:before,
body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .alm-load-more-btn:before,
.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn__border__gradient:before {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #b2b1aa;
  border-radius: 100%;
  left: 18px;
  top: 16px;
  content: ""
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn::after,
.industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .alm-load-more-btn::after,
.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn__border__gradient::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 18px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #b2b1aa;
  mask-image: url("../images/button-arrow.svg");
  mask-size: 6px 10px;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: all .2s linear
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper .tabbed-content .tab-inner .item .active.btn__border__gradient {
  padding: 2px;
  background: linear-gradient(90deg, #C39834, #FFCD55, #C39834) !important;
  background-size: 250% !important;
  color: #fff
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper .tabbed-content .tab-inner .item .active.btn__border__gradient::before {
  background: #ffcd55
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper .tabbed-content .tab-inner .item .active.btn__border__gradient::after {
  background-color: #ffcd55;
  transform: rotate(90deg)
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn:hover,
.industry-tabs-wrapper .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn:hover,
body .alm-btn-wrap .industry-tabs-wrapper .tabbed-content .tab-inner .item .alm-load-more-btn:hover,
.industry-tabs-wrapper .tabbed-content .tab-inner .item .btn__border__gradient:hover {
  background: rgba(255, 255, 255, .6)
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transform: translateY(20px)
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .item__details {
  line-height: 1.3333333333;
  padding-top: 20px;
  margin-bottom: 36px
}

@media only screen and (max-width: 767.98px) {
  .industry-tabs-wrapper .tabbed-content .tab-inner .item .item__details {
    margin-bottom: 20px
  }
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .item__details p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item .item__title {
  color: inherit;
  font-weight: 300;
  line-height: 1.1465789474;
  margin: 0 0 10px 0
}

.industry-tabs-wrapper .tabbed-content .tab-inner .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 1s linear, transform .5s linear;
  transform: translateY(0px)
}

.industry-tabs-wrapper .tech-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 20px
}

@media only screen and (max-width: 1023.98px) {
  .industry-tabs-wrapper .tech-blocks {
    margin-top: 20px;
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 767.98px) {
  .industry-tabs-wrapper .tech-blocks {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media only screen and (max-width: 480px) {
  .industry-tabs-wrapper .tech-blocks {
    grid-template-columns: repeat(2, 1fr)
  }
}

.industry-tabs-wrapper .tech-blocks .tech-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: linear-gradient(325deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(255, 255, 255, 0.25) 100%);
  border: 1px solid #737373;
  border-radius: 20px;
  transition: all .3s linear
}

.industry-tabs-wrapper .tech-blocks .tech-block:hover {
  border-color: #ffcd55;
  box-shadow: 0px 2px 10px 1px rgba(255, 205, 85, .2)
}

@media only screen and (max-width: 767.98px) {
  .industry-tabs-wrapper .tech-blocks .tech-block {
    height: 90px
  }
}

.industry-tabs-wrapper .tech-blocks .tech-block img {
  width: 50%;
  height: 60%;
  object-fit: contain
}

.industry-tabs-wrapper.logos__white__sec .tech-blocks .tech-block img {
  filter: brightness(0) invert(1)
}

.industry-tabs-wrapper.light {
  color: #000;
  background: #fff
}

.industry-tabs-wrapper.light .heading-wrapper .right-col p {
  color: #464646
}

.industry-tabs-wrapper.light .tabbed-content .tabs ul li a {
  color: #000;
  background: #b2b1aa
}

.industry-tabs-wrapper.light .tabbed-content .tabs ul li a span {
  background: #fff
}

.industry-tabs-wrapper.light .tabbed-content .tabs ul li a:before {
  background: #b2b1aa
}

.industry-tabs-wrapper.light .tabbed-content .tabs ul li a.active {
  color: #000;
  font-weight: 600
}

.industry-tabs-wrapper.light .tabbed-content .tabs ul li a.active::before {
  background: #ffcd55
}

.industry-tabs-wrapper.light .tabbed-content .tabs ul li a:hover {
  background: #b2b1aa
}

.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.light .tabbed-content .tab-inner .item .alm-load-more-btn,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn__border__gradient {
  color: #000;
  background: #b2b1aa
}

@media only screen and (min-width: 1024px) {

  .industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn,
  .industry-tabs-wrapper.light .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn,
  body .alm-btn-wrap .industry-tabs-wrapper.light .tabbed-content .tab-inner .item .alm-load-more-btn,
  .industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn__border__gradient {
    display: none
  }
}

.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn span,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.light .tabbed-content .tab-inner .item .alm-load-more-btn span,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn__border__gradient span {
  background: #fff
}

.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.light .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .active.btn__border__gradient {
  color: #000
}

.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.light .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .active.btn__border__gradient::before {
  background: #ffcd55
}

.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn:hover,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item body .alm-btn-wrap .alm-load-more-btn:hover,
body .alm-btn-wrap .industry-tabs-wrapper.light .tabbed-content .tab-inner .item .alm-load-more-btn:hover,
.industry-tabs-wrapper.light .tabbed-content .tab-inner .item .btn__border__gradient:hover {
  background: #b2b1aa
}

.industry-tabs-wrapper.light .item__details {
  color: #464646;
  font-weight: 400;
  padding-top: 20px;
  margin-bottom: 50px
}

@media only screen and (max-width: 767.98px) {
  .industry-tabs-wrapper.light .item__details {
    margin-bottom: 20px
  }
}

.industry-tabs-wrapper.light .item__details p {
  margin: 0
}

.industry-tabs-wrapper.light .item__title {
  color: inherit;
  margin: 0 0 10px 0;
  font-weight: 600;
  line-height: 1.2103571429
}

.industry-tabs-wrapper.light .tech-blocks .tech-block {
  background: linear-gradient(117.48deg, rgba(162, 162, 162, 0.2) -2.9%, rgba(0, 0, 0, 0) 27.91%)
}

.industry-tabs-wrapper.dark {
  padding-block: 0px;
  color: #fff
}

.industry-tabs-wrapper.dark .heading-wrapper {
  margin-bottom: 70px
}

@media only screen and (max-width: 1023.98px) {
  .industry-tabs-wrapper.dark .heading-wrapper {
    margin-bottom: 50px
  }
}

@media only screen and (max-width: 767.98px) {
  .industry-tabs-wrapper.dark .heading-wrapper {
    margin-bottom: 40px
  }
}

.industry-tabs-wrapper.dark .heading-wrapper .right-col .title {
  margin-bottom: 0
}

.industry-tabs-wrapper.dark .heading-wrapper .right-col .title span {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs {
  position: relative;
  align-self: stretch;
  padding-right: 35px
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs::before,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs::before,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs::before,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs::before,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs::before {
  --container-box-width: 1260px;
  content: "";
  /* background: linear-gradient(169.31deg, rgba(255, 255, 255, 0.44) -9.13%, #000000 60.94%); */
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
  border-right: 1px solid #737373;
  margin: 50px 0;
  bottom: 0;
  pointer-events: none
}

@media screen and (max-width: 1250px) {

  .industry-tabs-wrapper.dark .container .tabbed-content .tabs::before,
  .industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs::before,
  .autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs::before,
  .industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs::before,
  .dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs::before,
  .industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs::before {
    width: calc(100% + 100px)
  }
}

@media only screen and (max-width: 1023.98px) {

  .industry-tabs-wrapper.dark .container .tabbed-content .tabs::before,
  .industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs::before,
  .autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs::before,
  .industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs::before,
  .dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs::before,
  .industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs::before {
    width: 100%
  }
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs .left-col,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs .left-col,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs .left-col,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs .left-col,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs .left-col,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs .left-col {
  flex-basis: 100%;
  margin-right: 30px
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs ul,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs ul,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs ul,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs ul,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs ul {
  gap: 18px 9px;
  padding-top: 5px
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs ul li,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs ul li,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs ul li,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs ul li,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs ul li {
  margin: 0
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs ul li a,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs ul li a,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs ul li a,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs ul li a,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs ul li a {
  color: #fff;
  padding: 0px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #b2b1aa
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs ul li a::before,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs ul li a::before,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs ul li a::before,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs ul li a::before,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs ul li a::before {
  background: #b2b1aa
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs ul li a span,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a span,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs ul li a span,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs ul li a span,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs ul li a span,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs ul li a span {
  background: rgba(0, 0, 0, 0)
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs ul li a.active,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a.active,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs ul li a.active,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs ul li a.active,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs ul li a.active,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs ul li a.active {
  font-weight: 800;
  color: #fff;
  border: 2px solid #ffcd55;
  padding: 0px
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs ul li a.active::before,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a.active::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs ul li a.active::before,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs ul li a.active::before,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs ul li a.active::before,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs ul li a.active::before {
  background: #fff
}

.industry-tabs-wrapper.dark .container .tabbed-content .tabs ul li a.active span,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tabs ul li a.active span,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tabs ul li a.active span,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tabs ul li a.active span,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tabs ul li a.active span,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tabs ul li a.active span {
  background: linear-gradient(294.15deg, #A07028 -9.84%, #C39834 190.82%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .item__details,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .item__details,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .item__details,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .item__details,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .item__details,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .item__details {
  padding-top: 0px
}

.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .btn.active,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .btn.active,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn,
body .alm-btn-wrap .industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .active.alm-load-more-btn,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .active.btn__border__gradient,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .active.btn__border__gradient {
  font-weight: 800;
  color: #fff;
  background: #ffcd55 !important
}

.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .btn.active::before,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .btn.active::before,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::before,
body .alm-btn-wrap .industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .active.alm-load-more-btn::before,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .active.btn__border__gradient::before,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active::after,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .btn.active::after,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .btn.active::after,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn::after,
body .alm-btn-wrap .industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .active.alm-load-more-btn::after,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient::after,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .active.btn__border__gradient::after {
  background: #fff
}

.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .btn.active span,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active span,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .btn.active span,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .btn.active span,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .btn.active span,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .btn.active span,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item body .alm-btn-wrap .active.alm-load-more-btn span,
body .alm-btn-wrap .industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .active.alm-load-more-btn span,
.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .active.btn__border__gradient span,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .active.btn__border__gradient span {
  background: linear-gradient(294.15deg, #A07028 -9.84%, #C39834 190.82%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .item__title,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .item__title,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .item__title,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .item__title,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .item__title,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .item__title {
  font-weight: 600
}

.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .tech-blocks,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .tech-blocks,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .tech-blocks,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .tech-blocks {
  gap: 21px 15px
}

.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .tech-blocks .tech-block,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .tech-blocks .tech-block {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  height: 80px
}

.industry-tabs-wrapper.dark .container .tabbed-content .tab-inner .item .tech-blocks .tech-block img,
.industry-tabs-wrapper.dark .autoscroll__wrapper__service .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks .tech-block img,
.autoscroll__wrapper__service .industry-tabs-wrapper.dark .autoscroll__container__static .tabbed-content .tab-inner .item .tech-blocks .tech-block img,
.industry-tabs-wrapper.dark .dialog__box .dialog__content .tabbed-content .tab-inner .item .tech-blocks .tech-block img,
.dialog__box .industry-tabs-wrapper.dark .dialog__content .tabbed-content .tab-inner .item .tech-blocks .tech-block img,
.industry-tabs-wrapper.dark .case-study-container .tabbed-content .tab-inner .item .tech-blocks .tech-block img {
  filter: brightness(0) invert(1)
}

.industry-news-wrapper {
  background: #171717;
  color: #ccc
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .indystry-news-list {
    display: flex;
    align-items: center
  }
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .indystry-news-list .news {
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
  }
}

.industry-news-wrapper .indystry-news-list .news .news-item {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none
}

.industry-news-wrapper .indystry-news-list .news .news-item.swiper-slide.swiper-slide-active .news-info {
  background: #1997aa
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-media {
  flex: 0 0 50%;
  height: 244px;
  border-radius: 12px;
  overflow: hidden
}

@media only screen and (max-width: 767.98px) {
  .industry-news-wrapper .indystry-news-list .news .news-item .news-media {
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info {
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #515151, #1D2324)
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .indystry-news-list .news .news-item .news-info {
    flex: 0 0 50%;
    height: 244px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
  }
}

@media only screen and (max-width: 1023.98px) {
  .industry-news-wrapper .indystry-news-list .news .news-item .news-info {
    margin-top: -10px;
    position: relative
  }
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-type {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0px
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-type-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-title {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0px;
  margin: 30px 0 20px
}

@media only screen and (max-width: 767.98px) {
  .industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-title {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-title {
    margin-top: 20px;
    font-size: 0.9375rem
  }
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 50px
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .author-thumb {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .author-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .author-desc .name {
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin: 0 0 5px
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .author-desc .meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .author-desc .meta li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0px
}

@media only screen and (max-width: 480px) {
  .industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .author-desc .meta li {
    font-size: 0.5625rem
  }
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .author-desc .meta li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none
}

.industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .link-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  right: 0;
  top: 0
}

@media only screen and (max-width: 767.98px) {
  .industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .link-arrow {
    width: 30px;
    height: 30px
  }

  .industry-news-wrapper .indystry-news-list .news .news-item .news-info .news-author-block .link-arrow svg {
    width: 10px;
    height: 10px;
    object-fit: contain
  }
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .indystry-news-list .news .news-item:first-child {
    grid-row: span 2;
    grid-column: span 2
  }
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .indystry-news-list .news .news-item:first-child .news-media {
    height: 508px
  }
}

.industry-news-wrapper .indystry-news-list .news .news-item:first-child .news-info {
  background: linear-gradient(135deg, #1997AA, #1997AA, #FFCD55);
  background-size: 120%;
  width: 100%
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .indystry-news-list .news .news-item:first-child .news-info {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 310px
  }
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .indystry-news-list .news .news-item:nth-child(2) {
    grid-column: span 2;
    display: flex
  }
}

.industry-news-wrapper .indystry-news-list .news .news-item:nth-child(2) .news-media {
  order: 2
}

.industry-news-wrapper .indystry-news-list .news .news-item:nth-child(2) .news-info {
  order: 1
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .indystry-news-list .news .news-item:nth-child(3) {
    grid-column: span 2;
    display: flex
  }
}

.industry-news-wrapper .indystry-news-list .news .news-item:hover .news-media img {
  transform: scale(1.1)
}

.industry-news-wrapper .industry__blog__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 36%
}

@media only screen and (max-width: 1023.98px) {
  .industry-news-wrapper .industry__blog__list {
    grid-template-columns: auto
  }
}

.industry-news-wrapper .industry__blog__list .blog__list {
  position: relative;
  color: #fff;
  padding: 20px 25px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(124.72deg, #000001 24.31%, #8F9FA3 129.05%)
}

@media only screen and (max-width: 767.98px) {
  .industry-news-wrapper .industry__blog__list .blog__list {
    padding: 15px 20px
  }
}

.industry-news-wrapper .industry__blog__list .blog__list:hover .blog__list__figure img {
  transform: scale(1.05)
}

.industry-news-wrapper .industry__blog__list .blog__list:hover .link-arrow {
  background-color: #ffcd55
}

.industry-news-wrapper .industry__blog__list .blog__list:hover .link-arrow svg path {
  stroke: #fff
}

.industry-news-wrapper .industry__blog__list .blog__list__slider__wrapper {
  background: radial-gradient(127.62% 149.93% at 72.13% 60.32%, rgba(25, 151, 170, 0.8) 0%, rgba(25, 151, 170, 0.8) 44.13%, rgba(255, 205, 85, 0.8) 100%)
}

@media only screen and (min-width: 1024px) {
  .industry-news-wrapper .industry__blog__list .blog__list__slider__wrapper .swiper-slide .blog__list__figure {
    padding-top: 40.6824146982%
  }
}

.industry-news-wrapper .industry__blog__list .blog__list__slider__wrapper .swiper-slide .blog__list__title {
  font-weight: 700;
  line-height: 1.2291666667;
  margin: 15px 0 15px
}

.industry-news-wrapper .industry__blog__list .blog__list__slider__wrapper .swiper-pagination {
  position: static;
  text-align: left
}

.industry-news-wrapper .industry__blog__list .blog__list__slider__wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .3
}

.industry-news-wrapper .industry__blog__list .blog__list__slider__wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}

.industry-news-wrapper .industry__blog__list .blog__list__card {
  display: flex;
  flex-direction: column;
  height: 100%
}

.industry-news-wrapper .industry__blog__list .blog__list__figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-top: 42.5790754258%;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden
}

.industry-news-wrapper .industry__blog__list .blog__list__figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.industry-news-wrapper .industry__blog__list .blog__list__figure img {
  transition: all .3s linear;
  object-position: top
}

.industry-news-wrapper .industry__blog__list .blog__list__type {
  display: inline-flex;
  height: 25px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0px
}

@media only screen and (max-width: 767.98px) {
  .industry-news-wrapper .industry__blog__list .blog__list__type {
    font-size: 12px
  }
}

.industry-news-wrapper .industry__blog__list .blog__list__type__wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.industry-news-wrapper .industry__blog__list .blog__list__title {
  font-weight: 500;
  line-height: 1.3;
  margin: 20px 0 20px
}

.industry-news-wrapper .industry__blog__list .blog__list__author {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 50px;
  margin-top: auto
}

.industry-news-wrapper .industry__blog__list .blog__list__author .author-thumb {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px
}

.industry-news-wrapper .industry__blog__list .blog__list__author .author-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.industry-news-wrapper .industry__blog__list .blog__list__author .author-desc .name {
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 0px
}

.industry-news-wrapper .industry__blog__list .blog__list__author .author-desc .meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center
}

.industry-news-wrapper .industry__blog__list .blog__list__author .author-desc .meta li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0px;
  line-height: 1.7142857143
}

@media only screen and (max-width: 767.98px) {
  .industry-news-wrapper .industry__blog__list .blog__list__author .author-desc .meta li {
    font-size: 0.6875rem
  }
}

.industry-news-wrapper .industry__blog__list .blog__list__author .author-desc .meta li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none
}

.industry-news-wrapper .industry__blog__list .blog__list__author .link-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  right: 0;
  top: 0;
  transition: all .3s linear
}

@media only screen and (max-width: 767.98px) {
  .industry-news-wrapper .industry__blog__list .blog__list__author .link-arrow {
    width: 30px;
    height: 30px
  }

  .industry-news-wrapper .industry__blog__list .blog__list__author .link-arrow svg {
    width: 10px;
    height: 10px;
    object-fit: contain;
    transition: all .3s linear
  }
}

.industry-news-wrapper .btn-border {
  text-align: right;
  margin-top: 40px
}

@media only screen and (max-width: 1023.98px) {
  .industry-news-wrapper .btn-border {
    margin-top: 30px
  }
}

.industry-news-wrapper.bg-dark {
  background: rgba(38, 38, 38, .8980392157)
}


/* ready to section */

.cta__sec {
  position: relative;
  background-size: cover;
  overflow: hidden
}

@media only screen and (max-width: 1023.98px) {
  .cta__sec {
    text-align: center
  }
}

.cta__sec .row,
.cta__sec .blog__list__sec .all__blog__list,
.blog__list__sec .cta__sec .all__blog__list {
  align-items: center
}

.cta__sec .content__left .title {
  line-height: 1.2;
  font-weight: 500;
  color: #f6f6f8;
  margin: 0 0 34px
}

@media only screen and (max-width: 1023.98px) {
  .cta__sec .content__left .title {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 767.98px) {
  .cta__sec .content__left .title {
    margin-bottom: 20px
  }
}

.cta__sec .content__left .title span {
  background: linear-gradient(182.19deg, #C39834 -54%, #FFCD55 100%);
  background-size: 350%;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.cta__sec .content__left .lead {
  font-weight: 400;
  color: #f6f6f8;
  margin: 0 0 34px
}

@media only screen and (max-width: 767.98px) {
  .cta__sec .content__left .lead {
    margin-bottom: 20px
  }
}

@media only screen and (min-width: 1024px) {
  .cta__sec .content__right__box {
    margin-left: -20px
  }
}

@media only screen and (max-width: 1023.98px) {
  .cta__sec .content__right__box {
    margin-top: 30px
  }
}

.cta__sec .content__right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

@media only screen and (max-width: 1023.98px) {
  .cta__sec .content__right ul {
    justify-content: center;
    text-align: center
  }
}

.cta__sec .content__right ul li {
  flex: 1 0 200px;
  border-radius: 50%;
  aspect-ratio: 1;
  color: #fff;
  font-weight: 700;
  position: relative;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  max-width: 200px
}

@media only screen and (max-width: 480px) {
  .cta__sec .content__right ul li {
    padding: 25px 40px
  }
}

.cta__sec .content__right ul li .circle__text {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 50%;
  transform-origin: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  opacity: .2;
  animation: splitTextRotate 20s linear infinite
}

.cta__sec .content__right ul li .circle__text:hover {
  animation-play-state: paused
}

@keyframes splitTextRotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.cta__sec .content__right ul li .circle__text .letter {
  position: absolute;
  left: 50%;
  transform-origin: 0px 100px
}

.cta__sec .content__right ul li .circle__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffcd55;
  margin: 0
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .cta__sec .content__right ul li .circle__title {
    font-size: 2rem
  }
}

.cta__sec .content__right ul li p {
  color: #d9d9d9;
  font-size: 1rem;
  font-weight: 600;
  margin: 0
}

.cta__sec .content__right ul li p::first-letter {
  text-transform: uppercase
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .cta__sec .content__right ul li p {
    font-size: 0.9375rem
  }
}

.cta__sec .content__right ul li .inner__text {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}

.cta__sec.light {
  background: #fff;
  color: #000
}

.cta__sec.light .content__left .title {
  color: #000
}

.cta__sec.light .content__left .lead {
  color: #000
}

.cta__sec.light .content__right .circle__text {
  color: #000
}

.cta__sec.light .content__right ul li p {
  color: #464646
}

.cta__sec.cta__custom {
  background: linear-gradient(126.11deg, #1997AA -21.52%, #C955FF 98.59%);
  color: #fff
}

@media only screen and (max-width: 767.98px) {
  .cta__sec.cta__custom {
    text-align: center
  }
}

.cta__sec.cta__custom .content__left .lead {
  font-weight: 600
}

.cta__sec.cta__custom .content__right ul li p {
  color: #fff
}

.cta__sec.home__sec__new {
  background-image: url("/assets/images/home/cta-bg-new.webp");
  padding: 60px 0;
  /* background: linear-gradient(90.03deg, #A07028 15.41%, #c39834df 59.53%); */
}

.cta__sec.career__cta__sec {
  background-image: url("../images/career/career-cta-bg.webp")
}

.cta__sec__advice {
  color: #fff;
  padding-block: 50px;
  background: url("../images/technology/advice-bg.svg") no-repeat center;
  background-size: cover;
  position: relative
}

.cta__sec__advice .texture {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  right: 2px;
  bottom: 0;
  width: 362px;
  height: 100%
}

@media only screen and (max-width: 767.98px) {
  .cta__sec__advice .texture {
    opacity: .4
  }
}

.cta__sec__advice .texture .figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-top: 51.1049723757%;
  position: unset
}

.cta__sec__advice .texture .figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.cta__sec__advice .texture .figure img {
  object-fit: cover;
  object-position: bottom;
}

.cta__sec__advice .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.cta__sec__advice .flex__left {
  flex: 1 1 960px
}

.cta__sec__advice .lead {
  line-height: 1.2083333333;
  margin: 20px 0 0 0
}

.cta__sec__advice.type__gradient {
  background: linear-gradient(90deg, rgba(255, 205, 85, 0.8) -12.98%, rgba(25, 151, 170, 0.8) 45.2%, rgba(212, 122, 255, 0.8) 95.48%)
}

.btn.btn__gradient__yellow,
body .alm-btn-wrap .btn__gradient__yellow.alm-load-more-btn,
.btn__gradient__yellow.btn__border__gradient {
  font-weight: 500;
  border: 1.5px solid #ffcd55;
  background: linear-gradient(272.04deg, rgba(255, 205, 85, 0.3) -0.95%, rgba(25, 151, 170, 0.3) 107.31%);
  overflow: hidden
}

.btn.btn__gradient__yellow.bg__green__purple,
body .alm-btn-wrap .btn__gradient__yellow.bg__green__purple.alm-load-more-btn,
.btn__gradient__yellow.bg__green__purple.btn__border__gradient {
  background: linear-gradient(90.03deg, #A07028 15.41%, #c39834df 59.53%);
  padding: 15px 30px;
}

.btn__gradient__yellow span {
  color: white;
}

.btn.btn__gradient__blue,
body .alm-btn-wrap .btn__gradient__blue.alm-load-more-btn,
.btn__gradient__blue.btn__border__gradient {
  color: #464646;
  border: 2px solid #1aabc1
}

.btn.btn__gradient__blue span i,
body .alm-btn-wrap .btn__gradient__blue.alm-load-more-btn span i,
.btn__gradient__blue.btn__border__gradient span i {
  background-image: url("/assets/images/node/button-arrow.svg")
}

.btn.btn__gradient__white,
body .alm-btn-wrap .btn__gradient__white.alm-load-more-btn,
.btn__gradient__white.btn__border__gradient {
  color: #fff;
  border: 1px solid #fff
}

.btn.btn__gradient__black,
body .alm-btn-wrap .btn__gradient__black.alm-load-more-btn,
.btn__gradient__black.btn__border__gradient {
  color: #000;
  border: 1px solid #000
}

/* industry FINAL CSSS [START] */
/* industry FINAL CSSS [END] */

.industry-demand-wrapper.home__sec2 {
  background-color: #000 !important;
}

.industry-demand-wrapper.home__sec2 .heading-wrapper .right-col .title {
  color: #f6f6f8
}

.industry-demand-wrapper.home__sec2 .heading-wrapper .right-col .title span {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 180%
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content {
  border: none
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel {
  padding: 55px 80px 30px 40px !important;
  border-style: solid;
  border-color: #464646;
  border-width: 1px 1px 0 0;
  border-top-right-radius: 20px ;
}



@media only screen and (max-width: 480px) {
  .industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel {
    padding-right: 40px
  }
}


.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel .title {
  color: #f6f6f8
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel p {
  color: #f6f6f8
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel {
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 40px;
  border-bottom-right-radius: 20px;
  overflow: hidden
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel .left-panel p {
  color: #e6e6e6;
  line-height: 1.3333333333;
  font-weight: 300;
  margin-bottom: 20px
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel {
  align-self: flex-end;
  margin-bottom: -5px
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel .data {
  right: 24px;
  bottom: 10px
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel img {
  width: 100%
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination {
  text-align: right
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(206, 206, 206, .3);
  opacity: 1
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff
}

.heading-wrapper .left-col .sub-title {
  font-family: "Sono", monospace;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  margin-top: 8px
}

/* industry ui demo */
.industry-demand-wrapper {
  background: #000
}

.industry-demand-wrapper .industry-block-cols {
  display: grid;
  grid-template-columns: 62.5% calc(37.5% - 30px);
  gap: 30px;
  align-items: flex-start
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col {
  min-height: 460px
}

@media only screen and (min-width: 1024px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col {
    align-self: stretch;
    display: flex
  }
}

@media only screen and (max-width: 1023.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col {
    grid-column: 1/-1
  }
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col {
    height: auto;
    margin-right: 0;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden
  }
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media {
  height: auto;
  border-radius: 20px 0 0 20px;
  overflow: hidden
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media {
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-top: 46.8421052632%;
    border-radius: unset
  }

  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media img {
  display: block;
  width: 100%;
  /* height: 100%; */
  height: 750px;
  object-fit: cover;
  object-position: top
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content {
  background: #181818;
  border: 1px solid #464646;
  border-left: none;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, .8)
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content {
    border-radius: 0px
  }
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel {
  padding: 20px 70px 20px 20px;
  flex: 1 1 auto
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel {
    padding: 24px 56px 32px 24px
  }
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .lead {
  font-weight: 400;
  margin: 0 0 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .lead:last-child {
  margin-bottom: 0
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .lead a {
  color: #ffcd55;
  text-underline-offset: 5px
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .btn-gradient span,
.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel body .alm-btn-wrap .alm-load-more-btn span,
body .alm-btn-wrap .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .top-panel .alm-load-more-btn span {
  background: #181818
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel {
  padding: 20px;
  flex: 0 0 120px;
  background: #2c2c2b;
  border-radius: 0 0 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel .left-panel {
  flex: 0 0 52%
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel .left-panel p {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel {
  flex: 0 0 48%;
  position: relative
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel .data {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0px;
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 2px
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider {
  height: 100%
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider__wrap {
  width: 100%
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider .swiper-slide {
  height: auto
}

.industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider .swiper-slide .slide-item {
  display: grid;
  grid-template-columns: 45.5% 1fr;
  height: 100%
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .demand__slider .swiper-slide .slide-item {
    grid-template-columns: auto
  }
}

@media only screen and (max-width: 1023.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper {
    grid-column: 1/-1;
    order: -1
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper {
  width: 100%;
  height: 100%
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper.swiper-grid-column {
  margin-top: -16px
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper.swiper-grid-column .swiper-wrapper {
  flex-direction: row
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper.swiper-grid-column .swiper-wrapper .swiper-slide {
  margin-top: 16px
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide {
    width: auto
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link .title {
  font-weight: 600;
  color: #fff
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link .icon img {
  filter: brightness(0) invert(1)
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link::before {
  opacity: 1
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block {
  height: 143px
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block {
    height: 95px
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #181818;
  border: 1px solid #343434;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link {
    padding-inline: 30px
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon {
  height: 37px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width: 480px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon {
    height: 26px
  }
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .title {
  position: relative;
  font-weight: 400;
  line-height: 1;
  margin: 15px 0 0;
  color: #fff;
  z-index: 2;
  text-align: center
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link::before {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 0;
  top: 0;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-size: 350%;
  border-radius: 16px;
  content: "";
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 1, 1) 300ms
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover .title {
  font-weight: 600;
  color: #fff
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover .icon img {
  filter: brightness(0) invert(1)
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover::before {
  opacity: 1
}

.industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination {
  position: static;
  margin-top: 20px
}

@media only screen and (max-width: 1023.98px) {
  .industry-demand-wrapper .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination {
    display: none !important
  }
}

.industry-demand-wrapper.light {
  color: #000;
  background-color: #fff
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link {
  color: #fff;
  border-color: rgba(0, 0, 0, 0)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .industry-block .block-link .icon img {
  filter: brightness(0) invert(1)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link {
  color: #000;
  background-color: #fff
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover {
  color: #fff;
  border-color: rgba(0, 0, 0, 0)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link:hover .icon img {
  filter: brightness(0) invert(1)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon img {
  filter: brightness(0)
}

.industry-demand-wrapper.light .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .title {
  color: inherit
}

.industry-demand-wrapper.home__sec {
  padding-bottom: 140px
}

.industry-demand-wrapper.home__sec .industry-block-cols .fixed-block-col .industry-content .top-panel {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper.home__sec .industry-block-cols .fixed-block-col .industry-content .top-panel {
    padding: 24px 56px 32px 24px
  }
}

.industry-demand-wrapper.home__sec .industry-block-cols .fixed-block-col .industry-content .bottom-panel {
  padding-left: 30px
}

@media only screen and (max-width: 1023.98px) {
  .industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block {
    height: 120px
  }
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link::before {
  content: normal
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .icon {
  height: 55px
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide .industry-block .block-link .title {
  font-weight: 400;
  line-height: 1.3444444444
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide:hover .industry-block .block-link {
  background: linear-gradient(126.11deg, #1997AA -21.52%, #BB67ED 98.59%)
}

.industry-demand-wrapper.home__sec .industry-block-cols .industry-slider-wrapper .swiper .swiper-slide:hover .industry-block .block-link .title {
  font-weight: 600
}



.industry-demand-wrapper.home__sec2 {
  color: #fff
}

.industry-demand-wrapper.home__sec2 .heading-wrapper .right-col .title {
  color: #f6f6f8
}

.industry-demand-wrapper.home__sec2 .heading-wrapper .right-col .title span {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 180%
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content {
  border: none
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel {
  padding: 55px 80px 30px 40px;
  border-style: solid;
  border-color: #464646;
  border-width: 1px 1px 0 0;
  border-top-right-radius: 20px
}

@media only screen and (max-width: 767.98px) {
  .industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel {
    border-top-right-radius: 0px
  }
}

@media only screen and (max-width: 480px) {
  .industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel {
    padding-right: 40px
  }
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel .title {
  color: #f6f6f8
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel p {
  color: #f6f6f8
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel {
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 40px;
  border-bottom-right-radius: 20px;
  overflow: hidden
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel .left-panel p {
  color: #e6e6e6;
  line-height: 1.3333333333;
  font-weight: 300;
  margin-bottom: 20px
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel {
  align-self: flex-end;
  margin-bottom: -5px
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel .data {
  right: 24px;
  bottom: 10px
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .bottom-panel .right-panel img {
  width: 100%
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination {
  text-align: right
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(206, 206, 206, .3);
  opacity: 1
}

.industry-demand-wrapper.home__sec2 .industry-block-cols .industry-slider-wrapper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff
}

.industry-slider-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

/* mega menu */

.mega-menu {
  position: relative;

}

/* .mega-menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #14212a;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 99;
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #c39834;
  background: url("/assets/images/home/megamenu.webp") no-repeat center center/cover;
} */

.mega-menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #14212a;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 99;
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #c39834;
  background: url("/assets/images/home/megamenu.webp") no-repeat center center/cover;
  position: relative;
  /* Ensure relative positioning for overlay */
}

/* Black overlay */
.mega-menu-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Adjust opacity here */
  z-index: 1;
}

/* Ensure text and content are above the overlay */
.mega-menu-content>* {
  position: relative;
  z-index: 2;
}


.mega-menu-content ul {
  list-style: none;
  padding: 0;
}

.mega-menu-content ul li {
  margin-bottom: 10px;
}

.mega-menu-content ul li a {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 15px;
  transition: 0.3s;
}

.mega-menu-content ul li a:hover {
  color: #c39834;
}

/* technology page */

.hero {
  position: relative;
  width: 100%;
  height: 101vh;
  background: url("/assets/images/technology/technology-banner-2.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.frontend {
  position: relative;
  width: 100%;
  height: 101vh;
  background: url("/assets/images/hero/frontend.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.mobile {
  position: relative;
  width: 100%;
  height: 101vh;
  background: url("/assets/images/hero/mobile.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.ui {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/hero/ui.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.cms {
  position: relative;
  width: 100%;
  height: 101vh;
  background: url("/assets/images/hero/cms.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.cloud {
  position: relative;
  width: 100%;
  height: 101vh;
  background: url("/assets/images/hero/cloud.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.database {
  position: relative;
  width: 100%;
  height: 101vh;
  background: url("/assets/images/hero/database.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.websiteappbg {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/hero/webapp.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.software {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/hero/software.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.backend {
  position: relative;
  width: 100%;
  height: 101vh;
  background: url("/assets/images/hero/backend.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
}


.tech {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  color: white;
}

@media (max-width: 1440px) {
  .tech {
    font-size: 55px;
    /* Ya jitna chhota karna ho */
  }

  .content-hero {
    padding-left: 95px !important;
    padding-top: 60px !important;

  }
}

@media (max-width: 768px) {
  .tech {
    font-size: 38px;
    /* Ya jitna chhota karna ho */
  }
  .content .description{
    font-size: 16px;
  }

  .content-hero {
    padding-left: 0 !important;
    padding-top: 30px !important;

  }
}

.gradient-text {
  background: linear-gradient(90deg, #e0c97f, #53bdfc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text2 {
  /* background: linear-gradient(89.88deg, #D47AFF 30%, #FFCD55 80%); */
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-clip: text !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0) !important
}

.description {
  font-size: 20px;
  margin: 35px 0;
  max-width: 600px;
}

.ratings {
  display: flex;
  align-items: left;
  gap: 40px;
  /* Increased gap to match spacing */
  color: #fff;
  justify-content: left;
  /* Centers the content */
  position: relative;
}

@media (max-width: 768px) {
  .rating {
    padding: 16px !important;
  }

  .ratings {
    gap: 20px;
  }
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  /* Slight transparency */
  padding: 20px;
  border-radius: 10px;
}

.rating img {
  width: 50px;
  /* Increased size */
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
}

.rating span {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating p {
  font-size: 14px;
  color: #ccc;
  margin-top: 5px;
}

/* Divider */
/* .ratings::after {
  content: "";
  width: 2px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} */

/* second section */

.technology-section {
  background: #000;
  color: #fff;
  padding: 60px 0;
}

.sub-heading {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  color: #fff;
  margin-bottom: 100px;
  font-family: 'Courier New', Courier, monospace;
}

.main-headingtech {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: white;
}

.gradient-text {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.tech-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tech-item {
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  cursor: pointer;
}

.tech-header {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.number {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-right: 30px;
}

.tech-category {
  font-size: 38px;
  font-weight: bold;
  color: #B3B3B3;
  transition: color 0.3s ease-in-out;
  margin-bottom: 15px;
}

.tech-category:hover,
.tech-category:active {
  color: #c39834;
}

/* Active Category ka Color Change */
.tech-category.active {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.tech-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 items per row */
  gap: 15px;
  margin-top: 10px;
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background: linear-gradient(270deg, #050505 0%, #6B6B6B 100%);
  border-radius: 50px;
  /* Makes the background rounded */
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  padding: 8px 16px;
  cursor: pointer;
  /* Adds a pointer cursor */
}

/* Hover effect */
.badge:hover {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  transform: scale(1.05);
  /* Slight zoom effect */
}

/* Click effect */
.badge:active {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  transform: scale(0.98);
  /* Slight shrink effect on click */
}

.icon-img {
  width: 100%;
  /* Adjust icon size */
  height: 35px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

/* tech accordian 2 */

.tech__business__sec {
  color: #000;
  background-color: #fff
}

.tech__business__sec .inner__container {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  border-radius: 20px;
  overflow: hidden
}

.tech__business__sec .inner__container .row,
.tech__business__sec .inner__container .blog__list__sec .all__blog__list,
.blog__list__sec .tech__business__sec .inner__container .all__blog__list {
  align-items: stretch !important
}

.tech__business__sec .figure {
  padding: 0;
  padding-top: 120.7589285714%;
  border-radius: 20px 0 0 20px
}

.tech__business__sec .figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: right; */
}

.tech__business__sec .figure__wrap {
  width: min(488px, 100%);
  position: relative;
  z-index: 1
}

@media only screen and (max-width: 1023.98px) {
  .tech__business__sec .figure__wrap {
    display: none
  }
}

.tech__business__sec .figure__box {
  display: none
}

.tech__business__sec .figure__box.active {
  display: block
}

.tech__business__sec .figure__icon {
  --size: 121px;
  position: absolute;
  right: 0%;
  bottom: 0%;
  transform: translate(50%, -100%);
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.tech__business__sec .figure__icon img {
  width: 100px;
  height: auto;
  object-fit: contain
}

@media only screen and (max-width: 767.98px) {
  .tech__business__sec .figure__icon {
    --size: 100px;
    right: 50%;
    transform: translate(50%, 50%)
  }

  .tech__business__sec .figure__icon img {
    width: 60px
  }
}

.tech__business__sec .accordion {
  position: relative;
  border-left: 1px solid #fff;
  border-image: linear-gradient(to bottom, transparent 20px, #fff 20px, #fff calc(100% - 24px), transparent calc(100% - 50px)) 1;
  display: flex;
  flex-direction: column;
  gap: 35px
}

.tech__business__sec .accordion__wrap {
  position: relative;
  height: 100%;
  min-height: 410px;
  padding-block: 30px;
  position: relative
}

@media only screen and (max-width: 1023.98px) {
  .tech__business__sec .accordion__wrap {
    padding: 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__business__sec .accordion__wrap {
    padding: 20px
  }
}

.tech__business__sec .accordion__wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -120px;
  display: block;
  width: auto;
  height: 100%;
  /* background: radial-gradient(127.62% 149.93% at 72.13% 60.32%, #1997AA 0%, #1997AA 44.13%, #FFCD55 100%) */
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
}

.tech__business__sec .accordion__box {
  padding-left: 60px
}

@media only screen and (min-width: 1024px) {
  .tech__business__sec .accordion__box {
    position: absolute;
    left: 0;
    top: 30px;
    width: calc(100% - 40px);
    padding-right: 10px;
    height: calc(100% - 35px);
    overflow-x: hidden;
    overflow-y: auto
  }

  .tech__business__sec .accordion__box::-webkit-scrollbar {
    width: 5px
  }

  .tech__business__sec .accordion__box::-webkit-scrollbar-track {
    background: #b2b1aa
  }

  .tech__business__sec .accordion__box::-webkit-scrollbar-thumb {
    background: #ffcd55
  }

  .tech__business__sec .accordion__box::-webkit-scrollbar-thumb:hover {
    background: #ffcd55
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__business__sec .accordion__box {
    padding-left: 20px;
    width: calc(100% - 15px)
  }
}

.tech__business__sec .accordion__item {
  position: relative
}

.tech__business__sec .accordion__item.active .accordion__header::before {
  border-width: 5px
}

.tech__business__sec .accordion__item.active .accordion__title {
  color: #fff
}

.tech__business__sec .accordion__header {
  position: relative;
  padding-left: 70px;
  display: inline-block
}

@media only screen and (max-width: 480px) {
  .tech__business__sec .accordion__header {
    padding-left: 20px
  }
}

.tech__business__sec .accordion__header::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 0px solid #ffcd55;
  transition: all .3s linear
}

.tech__business__sec .accordion__title {
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 1.2103125;
  color: rgba(255, 255, 255, .4);
  transition: all .3s linear;
  cursor: pointer
}

@media only screen and (max-width: 1023.98px) {
  .tech__business__sec .accordion__title {
    font-size: 1.75rem
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__business__sec .accordion__title {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 480px) {
  .tech__business__sec .accordion__title {
    font-size: 1.375rem
  }
}

.tech__business__sec .accordion__content {
  display: none;
  overflow: hidden
}

.tech__business__sec .accordion__body {
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.3333333333;
  color: #fff;
  padding-left: 70px
}

@media only screen and (max-width: 767.98px) {
  .tech__business__sec .accordion__body {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .tech__business__sec .accordion__body {
    padding-left: 20px
  }
}

.tech__business__sec .accordion__body .figure {
  border-radius: 20px
}

@media only screen and (max-width: 1023.98px) {
  .tech__business__sec .accordion__body .figure__wrap {
    display: block
  }
}

@media only screen and (max-width: 1023.98px) {
  .tech__business__sec .accordion__body .figure__box {
    display: block
  }
}

.tech__business__sec.service__tech__business__sec .figure {
  padding-top: 143.0327868852%
}

.tech__business__sec.service__tech__business__sec .figure__icon {
  top: 55%;
  bottom: auto;
  transform: translate(50%, -50%)
}

.tech__business__sec .heading-wrapper .right-col .title span {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.data {
  color: #fff;
}

.megamenup p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
}

.megamenup p:hover {
  color: #c39834 !important;
}

/* node */
.node {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/hero/try.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.mobileappbg {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/services/app-bg.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.hire {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/hero/hire.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.webappbg {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/services/web-bg.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

@media (max-width: 1440px) {
  .node {
    height: 100vh;
  }
}

.laravel {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/laravel/laravel-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

@media (max-width: 1440px) {
  .laravel {
    height: 100vh;
  }
}

.python {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/python/python-bg.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.angular {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/angular/angular.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.vuejs {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/vuejs/react.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.reactnative {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/reactjs/react.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.ios {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/ios/ios.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.android {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/android/android.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.flutter {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/flutter/flutter.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.process {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/process/ourprocess.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.process-engage {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/modal/modal.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.reactjs {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/reactjs/react.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

.javascript {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("/assets/images/javascript/javascript.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center top;
}

@media (max-width: 1440px) {
  .python {
    height: 100vh;
  }
}

/* herobottom */

.client-slider {
  width: 100%;
  border-top: 1px solid rgba(137, 137, 137, .5);
  padding: 50px 0;
  background: black;
}

.client-logo {
  width: auto;
  max-height: 66px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  object-position: center;
}

.nodedes p {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 35px;
}

/* cards */

/* Background Image Section */
.nodejs-benefits-section {
  background: url("/assets/images/node/choose-tech-bg.webp") no-repeat center center/cover;
  padding: 60px 0;
}

/* Heading & Subtitle */
.nodejs-benefits-section h2 {
  font-size: 32px;
  font-weight: bold;
}

.nodejs-benefits-section p {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: 0.8;
}

/* Benefit Cards */
/* .benefit-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: 0.3s ease-in-out;
} */

.benefit-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: 0.3s ease-in-out;
}

/* Ensuring hr line is at the same position */
.benefit-card h5 {
  min-height: 60px;
  /* Adjust according to content size */
  display: flex;
  align-items: center;
}

/* Ensuring the text content aligns properly */
.benefit-card p {
  flex-grow: 1;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

/* Icon Styling */
.icon-container {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  font-size: 24px;
  color: white;
}

/* node offer */

.service__offer__sec {
  --sec-bg: #F5F5F5;
  color: #000;
  background: var(--sec-bg)
}

.service__offer__sec .offer-row {
  display: grid;
  grid-template-columns: 27.1% 1fr;
  gap: 30px 60px
}

@media only screen and (max-width: 1023.98px) {
  .service__offer__sec .offer-row {
    grid-template-columns: auto
  }
}

@media only screen and (max-width: 1023.98px) {
  .service__offer__sec .offer-col:has(.tab__content__wrapper) {
    order: -1
  }
}

.service__offer__sec .figure {
  position: relative;
  overflow: hidden;

}

.service__offer__sec .figure img {
  /* position: absolute; */
  /* inset: 0; */
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 20px
}

.service__offer__sec .tab__content__wrapper {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 38px
}

@media only screen and (max-width: 767.98px) {
  .service__offer__sec .tab__content__wrapper {
    grid-template-columns: auto
  }
}

/* @media only screen and (max-width: 767.98px) {
  .service__offer__sec .tab__content__nav {
      display: none
  }
} */

.service__offer__sec .tab__content__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #b2b1aa;
  height: 100%
}

.service__offer__sec .tab__content__nav ul li a {
  font-weight: 400;
  line-height: 1.2104166667;
  color: #464646;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 16px 20px 16px 10px;
  transition: all .3s ease-in-out
}

.service__offer__sec .tab__content__nav ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% + 6px);
  right: -8px;
  display: block;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b1aa #b2b1aa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: rotate(45deg) translate(-50%, -50%);
  background-color: var(--sec-bg);
  opacity: 0;
  transition: all .3s ease-in-out
}

.service__offer__sec .tab__content__nav ul li a:not(.active) {
  padding-right: 30px
}

.service__offer__sec .tab__content__nav ul li a.active {
  font-weight: 700;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  color: #fff !important;
}

.service__offer__sec .tab__content__nav ul li a.active::after {
  opacity: 1
}

.service__offer__sec .tab__content__data .tab__pane {
  transition: all .3s ease-in-out
}

/* @media only screen and (min-width: 768px) {
  .service__offer__sec .tab__content__data .tab__pane {
      display: none;
      opacity: 0
  }
} */

@media only screen and (max-width: 767.98px) {
  .service__offer__sec .tab__content__data .tab__pane {
    margin-bottom: 20px
  }
}

@media only screen and (min-width: 768px) {
  .service__offer__sec .tab__content__data .tab__pane.active {
    display: block;
    opacity: 1
  }
}

.service__offer__sec .tab__content__data .tab__pane.active .tab__pane__content {
  display: block
}

/* @media only screen and (max-width: 767.98px) {
  .service__offer__sec .tab__content__data .tab__pane__content {
      display: none
  }
} */
.service__offer__sec .tab__content__data .tab__pane .btn-mobile {
  display: none
}




@media only screen and (max-width: 360px) {
  .service__offer__sec .tab__content__data .tab__pane .btn-mobile {
    font-size: 0.8125rem
  }
}



.service__offer__sec .tab__content__data .tab__pane .btn-mobile i {
  position: static;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #b2b1aa;
  mask-image: url(../images/button-arrow.svg);
  mask-size: 8px 14px;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: none;
  transition: all .2s linear
}




.content__common p {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  line-height: 28px;
  color: inherit;
  margin: 0 0 30px 0;
  font-size: 19px;
}

@media only screen and (max-width: 767.98px) {
  .service__offer__sec .tab__content__data .tab__pane .content__common {
    margin-top: 30px;
    margin-bottom: 30px
  }
}

.service__offer__sec .tab__content__data .tab__pane .heading__small__extra,
.service__offer__sec .tab__content__data .tab__pane .webdegyork__principle__sec .principle__slider__details .swiper-slide .slide__title,
.webdegyork__principle__sec .principle__slider__details .swiper-slide .service__offer__sec .tab__content__data .tab__pane .slide__title {
  font-weight: 400;
  line-height: 1.2103571429;
  margin-bottom: 53px
}

@media only screen and (max-width: 1023.98px) {

  .service__offer__sec .tab__content__data .tab__pane .heading__small__extra,
  .service__offer__sec .tab__content__data .tab__pane .webdegyork__principle__sec .principle__slider__details .swiper-slide .slide__title,
  .webdegyork__principle__sec .principle__slider__details .swiper-slide .service__offer__sec .tab__content__data .tab__pane .slide__title {
    margin-bottom: 40px
  }
}

@media only screen and (max-width: 767.98px) {

  .service__offer__sec .tab__content__data .tab__pane .heading__small__extra,
  .service__offer__sec .tab__content__data .tab__pane .webdegyork__principle__sec .principle__slider__details .swiper-slide .slide__title,
  .webdegyork__principle__sec .principle__slider__details .swiper-slide .service__offer__sec .tab__content__data .tab__pane .slide__title {
    margin-bottom: 30px
  }
}

.service__offer__sec .tab__content__data .tab__pane p:last-child,
.service__offer__sec .tab__content__data .tab__pane p:last-of-type {
  margin-bottom: 0
}

.service__offer__sec .tab__content__data .tab__pane p a {
  color: inherit;
  text-underline-offset: 4px;
  transition: all .3s linear
}

.service__offer__sec .tab__content__data .tab__pane p a:hover {
  color: #bb67ed
}

.service__offer__sec .tab__content__data .tab__pane .btn-holder {
  margin-top: 30px
}

.service__offer__sec .tab__content__data .tab__pane .btn-holder .btn__learnmore {
  line-height: 1.3333333333;
  color: inherit;
  text-underline-offset: 4px;
  transition: all .3s linear
}

.service__offer__sec .tab__content__data .tab__pane .btn-holder .btn__learnmore:hover {
  color: #bb67ed
}

/* node hire */

.tect__expert__sec {
  color: #313131;
  overflow: hidden
}

.tect__expert__sec .heading,
.tect__expert__sec .about__core__sec .heading__wrap h2,
.about__core__sec .heading__wrap .tect__expert__sec h2 {
  color: #000
}

.tect__expert__sec .heading span,
.tect__expert__sec .about__core__sec .heading__wrap h2 span,
.about__core__sec .heading__wrap .tect__expert__sec h2 span {
  font-weight: 600
}

@media only screen and (min-width: 1024px) {

  .tect__expert__sec .container,
  .tect__expert__sec .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static,
  .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .tect__expert__sec .autoscroll__container__static,
  .tect__expert__sec .autoscroll__wrapper__service .autoscroll__container__static,
  .autoscroll__wrapper__service .tect__expert__sec .autoscroll__container__static,
  .tect__expert__sec .case-study-container,
  .tect__expert__sec .dialog__box .dialog__content,
  .dialog__box .tect__expert__sec .dialog__content {
    max-width: calc(1280px + (100vw - 1280px)/2);
    margin-right: 0;
    padding-right: 0
  }
}

@media only screen and (min-width: 1024px) {

  .tect__expert__sec .col-lg-6:has(.content__box),
  .tect__expert__sec .blog__list__sec .all__blog__list .blog__list__item:has(.content__box),
  .blog__list__sec .all__blog__list .tect__expert__sec .blog__list__item:has(.content__box) {
    width: 640px
  }
}

.tect__expert__sec .col-lg-6:has(.figure__box),
.tect__expert__sec .blog__list__sec .all__blog__list .blog__list__item:has(.figure__box),
.blog__list__sec .all__blog__list .tect__expert__sec .blog__list__item:has(.figure__box) {
  flex-grow: 1
}

@media only screen and (max-width: 1023.98px) {

  .tect__expert__sec .col-lg-6:has(.figure__box),
  .tect__expert__sec .blog__list__sec .all__blog__list .blog__list__item:has(.figure__box),
  .blog__list__sec .all__blog__list .tect__expert__sec .blog__list__item:has(.figure__box) {
    order: -1;
    margin-bottom: 30px
  }
}

.tect__expert__sec .content__box {
  width: min(685px, 100%)
}

.tect__expert__sec .content__box h4,
.tect__expert__sec .content__box .heading__sub {
  color: #000;
  font-weight: 600;
  margin: 0
}

.tect__expert__sec .content__box p {
  color: #313131;
  font-size: 20px;
}

.tect__expert__sec .content__box ul {
  --gap: 18px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
  padding: 0;
  margin: 0;
  margin-top: 30px
}

@media only screen and (max-width: 767.98px) {
  .tect__expert__sec .content__box ul {
    grid-template-columns: auto
  }
}

.tect__expert__sec .content__box ul li {
  color: #464646;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  position: relative;
  padding-left: 24px;
  text-indent: 8px;
  margin-bottom: var(--gap)
}

@media only screen and (max-width: 480px) {
  .tect__expert__sec .content__box ul li {
    font-size: 1rem
  }
}

.tect__expert__sec .content__box ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/node/career-list-icon.svg") no-repeat center center;
  margin-left: -32px;
  margin-right: 8px;
  margin-bottom: -4px
}

.tect__expert__sec .content__box .data__blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px
}

@media only screen and (max-width: 1023.98px) {
  .tect__expert__sec .content__box .data__blocks {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .tect__expert__sec .content__box .data__blocks {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px
  }
}

.tect__expert__sec .content__box .data__block {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-image-source: linear-gradient(0deg, rgba(193, 193, 193, 0) -2.68%, #C1C1C1 45.54%, rgba(193, 193, 193, 0) 93.75%);
  border-image-slice: 1
}

@media only screen and (min-width: 1024px) {
  .tect__expert__sec .content__box .data__block:nth-child(4n) {
    border-right: none
  }
}

@media only screen and (max-width: 1023.98px) {
  .tect__expert__sec .content__box .data__block:nth-child(3n) {
    border-right: none
  }
}

@media only screen and (max-width: 767.98px) {
  .tect__expert__sec .content__box .data__block:nth-child(2n) {
    border-right: none
  }
}

.tect__expert__sec .content__box .data__block p {
  color: #464646;
  margin-top: 10px
}

.tect__expert__sec .content__box .data__title {
  color: #1997aa;
  margin: 0
}

.tect__expert__sec .content__box .btn-holder {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px
}

.tect__expert__sec .content__box .btn-holder .btn-border {
  background: linear-gradient(270deg, #FFCD55, #1997AA, #FFCD55);
  background-size: 250%
}

.tect__expert__sec .content__box .btn-holder .btn-border span {
  color: #1997aa;
  background-color: #fff
}

.tect__expert__sec .content__box .btn-holder .btn-border span i {
  background-image: url("../images/button-arrow-green.svg")
}

.tect__expert__sec .figure {
  overflow: hidden;
  padding: 0;
  padding-top: 95.3560371517%
}

.tect__expert__sec .figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media only screen and (min-width: 1400px) {
  .tect__expert__sec .figure__wrap {
    margin-left: -99px
  }
}

@media only screen and (max-width: 1399.98px)and (min-width: 1200px) {
  .tect__expert__sec .figure__wrap {
    margin-left: -20px
  }
}

@media only screen and (max-width: 1023.98px) {
  .tect__expert__sec .figure__wrap {
    margin-top: 30px
  }
}

.tect__expert__sec .figure__box {
  position: relative;
  overflow: hidden;
  border-radius: 16px 0 0 16px
}

@media only screen and (max-width: 1023.98px) {
  .tect__expert__sec .figure__box {
    border-radius: 16px
  }
}

.tect__expert__sec .figure__popup {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #000;
  padding: 28px 15px;
  width: min(465px, 100%)
}

@media only screen and (max-width: 480px) {
  .tect__expert__sec .figure__popup {
    position: static
  }
}

.tect__expert__sec .figure__popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center
}

.tect__expert__sec .figure__popup ul>li {
  flex: 1 1 0;
  padding-left: 40px;
  padding-right: 40px
}

@media only screen and (max-width: 767.98px) {
  .tect__expert__sec .figure__popup ul>li {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media only screen and (max-width: 480px) {
  .tect__expert__sec .figure__popup ul>li {
    padding-left: 20px;
    padding-right: 20px
  }
}

.tect__expert__sec .figure__popup ul>li:not(:first-child) {
  background: url("../images/technology/tech-expert-divider.svg") no-repeat left center;
  background-size: contain
}

.tect__expert__sec .figure__popup ul>li>span {
  color: inherit;
  font-weight: 700;
  font-size: 2.5625rem;
  letter-spacing: 0px;
  line-height: 1.1935483871;
  white-space: nowrap
}

@media only screen and (max-width: 1023.98px) {
  .tect__expert__sec .figure__popup ul>li>span {
    font-size: 1.75rem
  }
}

@media only screen and (max-width: 767.98px) {
  .tect__expert__sec .figure__popup ul>li>span {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 480px) {
  .tect__expert__sec .figure__popup ul>li>span {
    font-size: 1.375rem
  }
}

.tect__expert__sec .figure__popup ul>li>span sub {
  position: static;
  font-size: 53%
}

.tect__expert__sec .figure__popup ul>li p {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin: 10px 0 0
}

@media only screen and (max-width: 480px) {
  .tect__expert__sec .figure__popup ul>li p {
    font-size: 0.75rem
  }
}

.tect__expert__sec .figure__caption {
  color: #000;
  margin-top: 30px
}

@media screen and (min-width: 1300px) {
  .tect__expert__sec .figure__caption {
    padding-right: calc((100vw - var(--container-box-width))/2)
  }
}

@media screen and (max-width: 1299.98px) {
  .tect__expert__sec .figure__caption {
    padding-right: 20px
  }
}

@media only screen and (max-width: 767.98px) {
  .tect__expert__sec .figure__caption {
    margin-top: 20px
  }
}

.tect__expert__sec .figure__caption p {
  line-height: 1.5521428571;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  text-align: right
}

@media only screen and (min-width: 1024px) {
  .about__core__sec.tech__solution__sec .content__block {
    width: min(435px, 100%)
  }
}

.about__core__sec.tech__solution__sec .content__block .heading span,
.about__core__sec.tech__solution__sec .content__block .heading__wrap h2 span,
.about__core__sec.tech__solution__sec .heading__wrap .content__block h2 span {
  background: linear-gradient(89.88deg, #BB67ED 0.1%, #FFCD55 100.58%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.about__core__sec.tech__solution__sec .content__block .figure {
  padding-top: 124.6543778802%;
  border-radius: 10px;
  margin-top: 100px
}

@media only screen and (max-width: 1023.98px) {
  .about__core__sec.tech__solution__sec .content__block .figure {
    margin-top: 70px
  }
}

@media only screen and (max-width: 767.98px) {
  .about__core__sec.tech__solution__sec .content__block .figure {
    margin-top: 40px
  }
}

.about__core__sec.tech__solution__sec .value__list__wrap {
  width: 100%
}

@media only screen and (max-width: 1023.98px) {
  .about__core__sec.tech__solution__sec .value__list__wrap {
    margin-top: 30px
  }
}

.about__core__sec.tech__solution__sec .value__list__wrap .value__list__item.active .value__list__item__title::after {
  background-color: #ffcd55
}

.about__core__sec.tech__solution__sec .value__list__wrap .value__list__item__figure {
  background: #fcbc22
}

.about__core__sec.tech__solution__sec .value__list__wrap .value__list__item__figure img {
  filter: brightness(0) invert(0)
}

.about__core__sec.tech__solution__sec .value__list__wrap .value__list__item__title::after {
  background-color: #d47aff
}

.about__core__sec.tech__solution__sec .value__list__wrap .value__list__item__content ul li::before {
  background-color: #ffcd55
}

.about__core__sec.tech__solution__sec .value__list__wrap .value__list__item__content ul li,
.about__core__sec.tech__solution__sec .value__list__wrap .value__list__item__content p {
  font-weight: 400;
  line-height: 1.3333333333;
  color: #e6e6e6
}

.tech_alt__sec {
  background-color: #000;
  --containOffset: calc((100vw - 1280px) / 2)
}

.tech_alt__sec .tech__alt__slider__wrapper {
  --swiper-pagination-bottom: 0;
  position: relative;
  margin-top: 70px
}

@media only screen and (max-width: 1023.98px) {
  .tech_alt__sec .tech__alt__slider__wrapper {
    margin-top: 50px
  }
}

@media only screen and (max-width: 767.98px) {
  .tech_alt__sec .tech__alt__slider__wrapper {
    margin-top: 40px
  }
}

.tech_alt__sec .tech__alt__slider__wrapper .swiper-slide {
  width: 264px;
  height: auto
}

.tech_alt__sec .tech__alt__slider__wrapper .swiper .swiper-pagination {
  margin-top: 75px
}

.tech_alt__sec .tech__alt__slider__wrapper .card {
  background: linear-gradient(325deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(255, 255, 255, 0.25) 100%);
  border: 1px solid #737373;
  border-radius: 20px;
  padding: 22px 16px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all .3s linear
}

.tech_alt__sec .tech__alt__slider__wrapper .card:has(.stretch-link):hover {
  border-color: #ffcd55
}

.tech_alt__sec .tech__alt__slider__wrapper .card:has(.stretch-link):hover .card__title {
  color: #ffcd55
}

.tech_alt__sec .tech__alt__slider__wrapper .card:has(.stretch-link):hover .link-arrow {
  background-color: #ffcd55
}

.tech_alt__sec .tech__alt__slider__wrapper .card:has(.stretch-link):hover .link-arrow path {
  stroke: #fff
}

.tech_alt__sec .tech__alt__slider__wrapper .card .tech-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
  .tech_alt__sec .tech__alt__slider__wrapper .card .tech-block {
    height: 60px
  }
}

.tech_alt__sec .tech__alt__slider__wrapper .card .tech-block img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: brightness(0) invert(1)
}

.tech_alt__sec .tech__alt__slider__wrapper .card__footer {
  display: flex;
  gap: 20px
}

.tech_alt__sec .tech__alt__slider__wrapper .card__footer .link-arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s linear
}

.tech_alt__sec .tech__alt__slider__wrapper .card__footer .link-arrow svg {
  width: 33%;
  height: 33%;
  object-fit: contain;
  transition: all .3s linear
}

.tech_alt__sec .tech__alt__slider__wrapper .card__footer .link-arrow svg path {
  transition: all .3s linear
}

.tech_alt__sec .tech__alt__slider__wrapper .card__title {
  flex-grow: 1;
  color: #fff;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: capitalize;
  margin: 0;
  transition: all .3s linear
}

.tech__progress__nav {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5
}

.tech__progress__nav ul {
  overflow-y: hidden;
  overflow-x: auto
}

.tech__progress__nav ul::-webkit-scrollbar {
  display: none
}

.tech__progress__nav ul li a {
  padding: 0px 20px;
  white-space: nowrap
}

/* looking */

.cta__sec__advice {
  color: #fff;
  padding-block: 50px;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-size: cover;
  position: relative
}

.cta__sec__advice .texture {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  right: 2px;
  bottom: 0;
  width: 362px;
  height: 100%
}

@media only screen and (max-width: 767.98px) {
  .cta__sec__advice .texture {
    opacity: .4
  }
}

.cta__sec__advice .texture .figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-top: 51.1049723757%;
  position: unset
}

.cta__sec__advice .texture .figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.cta__sec__advice .texture .figure img {
  object-fit: cover;
  object-position: bottom
}

.cta__sec__advice .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.cta__sec__advice .flex__left {
  flex: 1 1 960px
}

.cta__sec__advice .lead {
  line-height: 1.2083333333;
  margin: 20px 0 0 0
}

.cta__sec__advice.type__gradient {
  background: linear-gradient(90deg, rgba(255, 205, 85, 0.8) -12.98%, rgba(25, 151, 170, 0.8) 45.2%, rgba(212, 122, 255, 0.8) 95.48%)
}

/* slider button 2 */

.slider-button2 a {
  padding: 11px 20px 16px 30px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #C39834;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slider-button2 a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #C39834;
  border-radius: 30px;
  transition: 0.5s;
}

.slider-button2 a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  background: #C39834;
  color: #fff;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

.slider-button2 a:hover {
  color: #fff;
}

.slider-button2 a:hover:before {
  width: 100%;
  left: 0;
}

.slider-button2 a:hover i {
  background: #fff;
  color: #C39834;
}

/* node industry */

.vision_discover__sec {
  background-color: #000;
}

/* node engagment */

.service__engagement__sec {
  background: #070F26;
}

.service__engagement__sec .engagement__slider .slider__control {
  display: flex;
  gap: 30px;
  margin-inline: auto;
  width: min(680px, 100%);
  margin-top: 100px
}

@media only screen and (max-width: 1023.98px) {
  .service__engagement__sec .engagement__slider .slider__control {
    margin-top: 70px
  }
}

@media only screen and (max-width: 767.98px) {
  .service__engagement__sec .engagement__slider .slider__control {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px
  }
}

@media only screen and (max-width: 767.98px) {
  .service__engagement__sec .engagement__slider .slider__control {
    margin-top: 40px
  }
}

.service__engagement__sec .engagement__slider .slider__control .swiper-scrollbar {
  position: static;
  flex: 1 1 auto;
  background: rgba(255, 255, 255, .7)
}

.service__engagement__sec .engagement__slider .slider__control .swiper-scrollbar-drag {
  background: #C39834
}

.service__engagement__sec .engagement__slider .slider__control .swiper-button-prev,
.service__engagement__sec .engagement__slider .slider__control .swiper-button-next {
  position: static;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
  padding: 19px;
  border-image: initial;
}

@media only screen and (max-width: 767.98px) {

  .service__engagement__sec .engagement__slider .slider__control .swiper-button-prev,
  .service__engagement__sec .engagement__slider .slider__control .swiper-button-next {
    --size: 40px
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat !important;
  background-size: 20px 30px !important;
  z-index: 8 !important;
  border-radius: 50% !important;
  background-position: center center !important;
  transition: 0.3s ease-in-out !important;
  color: #000 !important;
}


.service__engagement__sec .engagement__slider .slider__control .swiper-button-prev {
  background-image: url("/assets/images/node/arrow-left-swiper-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service__engagement__sec .engagement__slider .slider__control .swiper-button-next {
  background-image: url("/assets/images/node/arrow-right-swiper-light.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service__engagement__sec .engagement__slider .swiper-slide {
  width: min(470px, 100%);
  height: auto
}

@media only screen and (max-width: 480px) {
  .service__engagement__sec .engagement__slider .swiper-slide {
    width: 100%
  }
}

.service__engagement__sec .engagement__slider .card_ind {
  color: #464646;
  background-color: #fff;
  padding: 33px 38px 54px 38px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column
}

.service__engagement__sec .engagement__slider .card__top {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px
}

.service__engagement__sec .engagement__slider .card__top .figure {
  width: 78px;
  aspect-ratio: 1;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width: 480px) {
  .service__engagement__sec .engagement__slider .card__top .figure {
    width: 64px
  }
}

.service__engagement__sec .engagement__slider .card__top .figure img {
  width: 70%;
  height: 70%;
  object-fit: contain
}

.service__engagement__sec .engagement__slider .card__title {
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 1.2103125;
  color: #000
}

@media only screen and (max-width: 1023.98px) {
  .service__engagement__sec .engagement__slider .card__title {
    font-size: 1.75rem
  }
}

@media only screen and (max-width: 767.98px) {
  .service__engagement__sec .engagement__slider .card__title {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 480px) {
  .service__engagement__sec .engagement__slider .card__title {
    font-size: 1.375rem
  }
}

.service__engagement__sec .engagement__slider .card__body {
  font-weight: 400;
  line-height: 1.3333333333;
  color: #464646
}

.service__engagement__sec .engagement__slider .card__body p {
  margin: 0 0 20px 0
}

.service__engagement__sec .engagement__slider .card__body p:last-of-type {
  margin-bottom: 0
}

.service__engagement__sec .engagement__slider .card__body ul {
  color: #000;
  margin: 20 0 0px 0;
  padding: 0px 0px 0px 25px
}

.service__engagement__sec .engagement__slider .card__footer {
  margin-top: auto
}

.service__engagement__sec .engagement__slider .card__link {
  font-weight: 600;
  line-height: 1.8888888889;
  color: #C39834;
  text-underline-offset: 4px;
  display: inline-block;
  margin-top: 20px;
  transition: all .3s linear;
  text-decoration: underline;
}

.service__engagement__sec .engagement__slider .card__link:hover {
  color: #1997aa
}

.service__engagement__sec.gray {
  background: #2e2e2e
}

.service__lead__sec {
  color: #fff
}

@media only screen and (max-width: 767.98px) {
  .service__lead__sec {
    padding-bottom: 50px
  }
}

.service__lead__sec .row>[class*=col],
.service__lead__sec .blog__list__sec .all__blog__list>[class*=col],
.blog__list__sec .service__lead__sec .all__blog__list>[class*=col] {
  padding-top: 80px;
  padding-bottom: 30px
}

@media only screen and (min-width: 1024px) {

  .service__lead__sec .row>[class*=col],
  .service__lead__sec .blog__list__sec .all__blog__list>[class*=col],
  .blog__list__sec .service__lead__sec .all__blog__list>[class*=col] {
    padding-inline: 20px
  }
}

@media only screen and (max-width: 1023.98px) {

  .service__lead__sec .row>[class*=col],
  .service__lead__sec .blog__list__sec .all__blog__list>[class*=col],
  .blog__list__sec .service__lead__sec .all__blog__list>[class*=col] {
    padding-top: 50px
  }
}

@media only screen and (max-width: 767.98px) {

  .service__lead__sec .row>[class*=col],
  .service__lead__sec .blog__list__sec .all__blog__list>[class*=col],
  .blog__list__sec .service__lead__sec .all__blog__list>[class*=col] {
    padding-bottom: 0px
  }
}

.service__lead__sec .content__wrap {
  height: 100%
}

.service__lead__sec .content__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: 100%
}

@media only screen and (min-width: 1024px) {
  .service__lead__sec .content__box {
    padding-right: 20px
  }
}

@media only screen and (max-width: 1023.98px) {
  .service__lead__sec .content__box {
    gap: 50px
  }
}

@media only screen and (max-width: 767.98px) {
  .service__lead__sec .content__box {
    gap: 30px
  }
}

@media only screen and (max-width: 480px) {
  .service__lead__sec .content__box {
    gap: 20px
  }
}

.service__lead__sec .heading-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 0
}

@media only screen and (max-width: 767.98px) {
  .service__lead__sec .service__review__slider {
    padding-bottom: 20px
  }
}

.service__lead__sec .service__review__slider__wrapper {
  border: 1px solid #c8c8c8;
  padding: 30px
}

.service__lead__sec .service__review__slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 4px
}

@media only screen and (max-width: 767.98px) {
  .service__lead__sec .service__review__slider .swiper-pagination {
    --swiper-pagination-bottom: 0px
  }
}

.service__lead__sec .service__review__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(217, 217, 217, .6);
  opacity: 1
}

.service__lead__sec .service__review__slider .swiper-pagination-bullet-active {
  background: #1997aa
}

.service__lead__sec .service__review__slider .slider__title {
  color: inherit;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0px;
  line-height: 1.35;
  margin: 0
}

@media only screen and (max-width: 1023.98px) {
  .service__lead__sec .service__review__slider .slider__title {
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 767.98px) {
  .service__lead__sec .service__review__slider .slider__title p {
    margin-top: 0px
  }
}

/* node faq */

.faq__sec {
  color: #313131;
  background-color: #fff
}

@media only screen and (min-width: 1024px) {

  .faq__sec .container,
  .faq__sec .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static,
  .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .faq__sec .autoscroll__container__static,
  .faq__sec .autoscroll__wrapper__service .autoscroll__container__static,
  .autoscroll__wrapper__service .faq__sec .autoscroll__container__static,
  .faq__sec .dialog__box .dialog__content,
  .dialog__box .faq__sec .dialog__content,
  .faq__sec .case-study-container {
    max-width: 1104px
  }
}

.faq__sec .heading__wrap {
  margin-bottom: 50px
}

@media only screen and (max-width: 1023.98px) {
  .faq__sec .heading__wrap {
    margin-bottom: 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .faq__sec .heading__wrap {
    margin-bottom: 30px
  }
}

.faq__sec .heading__wrap .heading,
.faq__sec .about__core__sec .heading__wrap h2,
.about__core__sec .faq__sec .heading__wrap h2 {
  font-weight: 500
}

.faq__accordion {
  color: inherit
}

.faq__accordion__item {
  border-bottom: 1px solid #e6e6e6;
  padding-inline: 20px
}

@media only screen and (max-width: 767.98px) {
  .faq__accordion__item {
    padding-inline: 10px
  }
}

.faq__accordion__item.active .faq__accordion__item__header .icon svg .horizontal {
  stroke: #1997aa
}

.faq__accordion__item.active .faq__accordion__item__header .icon svg .vertical {
  opacity: 0
}

.faq__accordion__item.active .faq__accordion__item__content {
  max-height: fit-content
}

.faq__accordion__item__header {
  color: #000;
  display: grid;
  grid-template-columns: 1fr 36px;
  align-items: center;
  gap: 20px;
  padding-block: 30px;
  cursor: pointer
}

@media only screen and (max-width: 767.98px) {
  .faq__accordion__item__header {
    padding-bottom: 15px
  }
}

.vertical.hidden {
  display: none !important;
}

.faq__accordion__item__header .icon {
  display: flex;
  align-items: center;
  justify-content: center
}

.faq__accordion__item__header .icon svg path {
  transition: all .3s ease-in-out
}

.faq__accordion__item__content {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out
}

.faq__accordion__item__content a {
  color: #c955ff;
  transition: all .3s ease-in-out
}

.faq__accordion__item__content a:hover {
  color: #1997aa
}

.faq__accordion__item__content p {
  margin: 0 0 20px 0
}

.faq__accordion__item__content p:last-child {
  margin-bottom: 0px
}

.faq__accordion__item__body {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.3333333333;
  padding-bottom: 22px
}

@media only screen and (max-width: 767.98px) {
  .faq__accordion__item__body {
    font-size: 1rem
  }
}

.faq__accordion__item__title {
  color: inherit;
  margin: 0;
  font-weight: 600;
  line-height: 1.2104166667
}

.faq__accordion__item__title span {
  color: #1997aa
}

.faq__sec.dark {
  color: #a5a5a5;
  background-color: #000
}

.faq__sec.dark .faq__accordion__item {
  border-bottom: 1px solid #3d3d3d
}

.faq__sec.dark .faq__accordion__item__header {
  color: #fff
}

.faq__sec.dark .faq__accordion__item__header .icon svg path {
  stroke: #fff
}



/* .service__engagement__sec .engagement__slider .slider__control {
    display: flex;
    width: min(680px, 100%);
    margin-top: 100px;
    gap: 30px;
    margin-inline: auto;
} */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

/* inquiry */

.service__connect__sec {
  color: #313131;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('/assets/images/home/footer-bg.webp');
  /* Apni image ka path yahan dalein */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img-con {
  background-image: url('/assets/images/home/con-bg.jpg');
  color: #313131;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023.98px) {
  .service__connect__sec {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media only screen and (max-width: 767.98px) {
  .service__connect__sec {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.service__connect__sec .content__wrap {
  height: 100%
}

@media only screen and (min-width: 1024px) {
  .service__connect__sec .content__wrap {
    margin-right: 70px;
    padding-top: 50px
  }
}

.service__connect__sec .content__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px
}

@media only screen and (min-width: 1024px) {
  .service__connect__sec .content__box {
    padding-right: 20px
  }
}

.service__connect__sec .heading-wrapper {
  flex-direction: column;
  margin-bottom: 0
}

.service__connect__sec .heading-wrapper .heading,
.service__connect__sec .heading-wrapper .about__core__sec .heading__wrap h2,
.about__core__sec .heading__wrap .service__connect__sec .heading-wrapper h2 {
  color: #000;
  font-weight: 400;
  line-height: 1.2102083333;
  margin-bottom: 30px
}

@media only screen and (max-width: 767.98px) {

  .service__connect__sec .heading-wrapper .heading,
  .service__connect__sec .heading-wrapper .about__core__sec .heading__wrap h2,
  .about__core__sec .heading__wrap .service__connect__sec .heading-wrapper h2 {
    margin-bottom: 20px
  }
}

.service__connect__sec .key__value__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.service__connect__sec .key__value__block .title__sub {
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.1111111111;
  font-weight: 600;
  margin: 0;
  font-size: 36px;
}

.service__connect__sec .key__value__block p {
  color: #a2a2a2;
  font-weight: 400;
  line-height: 2.2222222222;
  margin: 0;
  font-size: 20px;
}

.service__connect__sec .key__value__block p::first-letter {
  text-transform: uppercase
}

@media only screen and (max-width: 767.98px) {
  .service__connect__sec .service__review__slider {
    padding-bottom: 20px
  }
}

.service__connect__sec .service__review__slider__wrapper {
  color: #fff;
  background-color: #1997aa;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 15px;
  padding: 38px 30px;
  overflow: hidden;
  margin-top: 14px
}

.service__connect__sec .service__review__slider__wrapper .swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.service__connect__sec .service__review__slider .user__title {
  font-weight: 700
}

.service__connect__sec .service__review__slider .user__designation {
  font-weight: 500
}

.service__connect__sec .service__review__slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 4px
}

@media only screen and (max-width: 767.98px) {
  .service__connect__sec .service__review__slider .swiper-pagination {
    --swiper-pagination-bottom: 0px
  }
}

.service__connect__sec .service__review__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(217, 217, 217, .6);
  opacity: 1
}

.service__connect__sec .service__review__slider .swiper-pagination-bullet-active {
  background: #fff
}

.service__connect__sec .service__review__slider .slider__title {
  color: inherit;
  font-weight: 500;
  line-height: 1.35;
  margin: 0
}

.service__connect__sec .service__review__slider .slider__title p {
  all: unset
}

.service__connect__sec .service__review__slider .user {
  width: min(320px, 100%)
}

.service__connect__sec .form__wrap {
  height: 100%
}

@media only screen and (min-width: 1024px) {
  .service__connect__sec .form__wrap {
    margin-left: -70px
  }
}

@media only screen and (max-width: 1023.98px) {
  .service__connect__sec .form__wrap {
    margin-top: 30px
  }
}

.service__connect__sec .form__wrap .form__box {
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, .1019607843);
  border-radius: 20px;
  height: 100%;
  margin-bottom: 0
}

.service__connect__sec .form__wrap .form__box .form__header {
  margin-bottom: 50px
}

@media only screen and (max-width: 1023.98px) {
  .service__connect__sec .form__wrap .form__box .form__header {
    margin-bottom: 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .service__connect__sec .form__wrap .form__box .form__header {
    margin-bottom: 30px
  }
}

.contact_from_box1 {
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, .1019607843);
  border-radius: 20px;
  /* height: 100%; */
  margin-bottom: 0;
  padding: 50px 38px 60px;
}

.terms-text {
  font-size: 17px;
  color: #333;
  line-height: 1.8;
  /* Increases space between lines */
  word-spacing: 2px;
  /* Adds space between words */
}

.terms-text a {
  text-decoration: underline;
  color: #000;
}

.user__rating__wrap .user__content .starts__dynamic .starts {
  width: 80px;
  height: 17px;
  background-image: linear-gradient(to right, #FFCD55 100%, #fff 100%);
  mask-image: url("/assets/images/laravel/star.svg");
  mask-size: 16px;
  mask-repeat: repeat-x;
}

/* modern python */

.modern__tech__sec {
  color: #fff;
  background-color: #000;
}

.modern__tech__sec .header__wrap {
  width: min(1170px, 100%)
}

.modern__tech__sec .header__wrap .heading,
.modern__tech__sec .header__wrap .about__core__sec .heading__wrap h2,
.about__core__sec .heading__wrap .modern__tech__sec .header__wrap h2 {
  width: min(950px, 100%)
}

.modern__tech__sec .header__wrap .heading span,
.modern__tech__sec .header__wrap .about__core__sec .heading__wrap h2 span,
.about__core__sec .heading__wrap .modern__tech__sec .header__wrap h2 span {
  background: linear-gradient(89.88deg, #FCBC22 0.1%, #BB67ED 52.58%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.modern__tech__sec .header__wrap p {
  color: #e6e6e6;
  line-height: 1.3333333333;
  margin: 30px 0 0 0
}

.modern__tech__sec .modern__tech__content__wrap {
  margin-top: 50px
}

@media only screen and (max-width: 1023.98px) {
  .modern__tech__sec .modern__tech__nav {
    display: none
  }
}

.modern__tech__sec .modern__tech__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 17px 21px
}

.modern__tech__sec .modern__tech__nav ul li a {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .025rem;
  line-height: 1.4117647059;
  color: #fff;
  display: inline-block;
  padding: 16px 40px 14px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #fff !important;
  border-radius: 30px;

}

.modern__tech__sec .modern__tech__nav ul li a::after {
  border-width: 2px;
  border-radius: 100px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.6) 37%, rgba(255, 255, 255, 0.6) 100%) border-box
}

.modern__tech__sec .modern__tech__nav ul li a.active {
  border-radius: 30px;
  color: #ffcd55;
  border: 1px solid #C39834 !important;
}



.modern__tech__sec .modern__tech__content {
  margin-top: 60px;
  padding-right: calc((100vw - 1250px)/2)
}

.btn-outline-light:hover {
  background-color: #ab832e !important;
  color: #fff !important;
}

@media screen and (max-width: 1299px) {
  .modern__tech__sec .modern__tech__content {
    padding-right: 20px
  }
}

@media only screen and (max-width: 1023.98px) {
  .modern__tech__sec .modern__tech__content {
    padding-left: 20px
  }
}

.modern__tech__sec .modern__tech__pane.active {
  display: block
}

.modern__tech__sec .modern__tech__pane.active .tab__pane__content {
  display: block
}

@media only screen and (min-width: 1024px) {
  .modern__tech__sec .modern__tech__pane {
    display: none
  }
}

.modern__tech__sec .modern__tech__pane .tab__pane__content {
  display: none
}

.modern__tech__sec .modern__tech__pane .btn-mobile {
  position: relative;
  display: inline-flex;
  height: 45px;
  padding: 2px;
  border-radius: 30px;
  color: #b2b1aa;
  text-decoration: none;
  background: rgba(255, 255, 255, .2);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize
}

@media only screen and (min-width: 1024px) {
  .modern__tech__sec .modern__tech__pane .btn-mobile {
    display: none
  }
}

.modern__tech__sec .modern__tech__pane .btn-mobile span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px 0 35px;
  border-radius: 30px;
  background: #000
}

.modern__tech__sec .modern__tech__pane .btn-mobile:before {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #b2b1aa;
  border-radius: 100%;
  left: 18px;
  top: 16px;
  content: ""
}

.modern__tech__sec .modern__tech__pane .btn-mobile::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 18px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #b2b1aa;
  mask-image: url("../images/button-arrow.svg");
  mask-size: 6px 10px;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: all .2s linear
}

.modern__tech__sec .modern__tech__pane .btn-mobile.active {
  padding: 2px;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%) !important;
  background-size: 250% !important;
  color: #fff
}

.modern__tech__sec .modern__tech__pane .btn-mobile.active::before {
  background: #ffcd55
}

.modern__tech__sec .modern__tech__pane .btn-mobile.active::after {
  background-color: #ffcd55;
  transform: rotate(90deg)
}

.modern__tech__sec .modern__tech__pane .btn-mobile:hover {
  background: rgba(255, 255, 255, .6)
}

.modern__tech__sec .modern__tech__pane:last-child .card-python {
  margin-bottom: 0px
}

.modern__tech__sec .modern__tech__pane .card-python {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 40px 110px;
  align-items: center
}

@media only screen and (max-width: 1023.98px) {
  .modern__tech__sec .modern__tech__pane .card-python {
    grid-template-columns: auto;
    margin-block: 30px
  }
}

@media only screen and (max-width: 1023.98px) {
  .modern__tech__sec .modern__tech__pane .card__img {
    order: 2
  }
}

.modern__tech__sec .modern__tech__pane .card__img .figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0px 16px 16px 0px;
  filter: drop-shadow(0px 4px 4px 0px rgba(0, 0, 0, 0.25))
}

.modern__tech__sec .modern__tech__pane .card__img .figure img {
  inset: 0;
  width: 100%;
  height: 528px;
  object-fit: cover
}

@media only screen and (max-width: 1023.98px) {
  .modern__tech__sec .modern__tech__pane .card__img .figure {
    border-radius: 16px
  }
}

.modern__tech__sec .modern__tech__pane .card__icon {
  width: 78px;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  margin-bottom: 36px
}

.modern__tech__sec .modern__tech__pane .card__icon img {
  width: 52%;
  height: auto;
  object-fit: contain
}

.modern__tech__sec .modern__tech__pane .card__title {
  font-weight: 600;
  line-height: 1.2103125;
  border-bottom: .5px solid #464646;
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  font-size: 32px;
  color: #fff;
}

@media only screen and (max-width: 1023.98px) {
  .modern__tech__sec .modern__tech__pane .card__title {
    padding-bottom: 20px;
    margin-bottom: 20px
  }
}

.modern__tech__sec .modern__tech__pane .card-python p {
  color: #e6e6e6;
  line-height: 1.5555555556;
  margin: 0;
  font-size: 18px;
}

.contact-info li {
  font-family: 'Fira Sans', sans-serif !important;
}

/* javascript section */

.tech__spectrum__sec {
  background-image: url("../images/javascript/spectrum-bg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 95%;
  overflow: hidden
}

.tech__spectrum__sec .heading__wrap {
  color: #fff;
  text-align: center;
  width: min(980px, 100%);
  margin-inline: auto
}

.tech__spectrum__sec .heading__wrap .heading,
.tech__spectrum__sec .about__core__sec .heading__wrap h2,
.about__core__sec .tech__spectrum__sec .heading__wrap h2 {
  color: inherit
}

.tech__spectrum__sec .heading__wrap .heading span,
.tech__spectrum__sec .about__core__sec .heading__wrap h2 span,
.about__core__sec .tech__spectrum__sec .heading__wrap h2 span {
  background: linear-gradient(90.5deg, #FCBC22 9.25%, #BB67ED 140%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.tech__spectrum__sec .heading__wrap p {
  line-height: 1.3333333333;
  color: inherit;
  margin: 30px 0 0 0
}

@media only screen and (min-width: 1024px) {
  .tech__spectrum__sec .list__wrap.list__wrap__left ul li {
    background: linear-gradient(90deg, rgba(42, 41, 41, 0) 0%, rgba(115, 115, 115, 0.7) 100%);
    flex-direction: row-reverse
  }

  .tech__spectrum__sec .list__wrap.list__wrap__left ul li span {
    text-align: right
  }
}

@media only screen and (min-width: 1024px) {
  .tech__spectrum__sec .list__wrap.list__wrap__right {
    order: 3
  }
}

.tech__spectrum__sec .list__wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: 80px;
  gap: 14px
}

.tech__spectrum__sec .list__wrap ul li {
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 50px;
  padding: 24px 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  background: linear-gradient(270deg, rgba(42, 41, 41, 0) 0%, rgba(115, 115, 115, 0.7) 100%)
}

.tech__spectrum__sec .list__wrap ul li::before {
  content: "";
  background: url("../images/javascript/star-icon.svg") no-repeat center;
  background-size: 25px;
  display: inline-block;
  width: 25px;
  aspect-ratio: 1
}

.tech__spectrum__sec .list__wrap ul li:last-child {
  margin-bottom: 0
}

@media only screen and (min-width: 1024px) {
  .tech__spectrum__sec .figure__holder {
    order: 2;
    align-self: center
  }
}

@media only screen and (max-width: 1023.98px) {
  .tech__spectrum__sec .figure__holder {
    grid-column: 1/-1;
    width: min(350px, 100%);
    justify-self: center;
    margin-top: 30px;
  }
}

.tech__spectrum__sec .figure__holder .figure {
  /* position: relative; */
  overflow: hidden;
  padding: 0;
}

.tech__spectrum__sec .figure__holder .figure img {
  inset: 0;
  width: 176px !important;
  height: 100%;
  object-fit: cover
}

.tech__spectrum__sec .figure__holder .figure img {
  object-fit: contain
}

.tech__spectrum__sec .info__box {
  display: grid;
  grid-template-columns: 1fr 176px 1fr;
  gap: 70px
}

@media only screen and (max-width: 1023.98px) {
  .tech__spectrum__sec .info__box {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__spectrum__sec .info__box {
    grid-template-columns: auto;
    gap: 14px
  }
}

.tech__spectrum__sec.light__sec {
  color: #000;
  background: #fff
}

.tech__spectrum__sec.light__sec .heading__wrap {
  color: #000
}

/* about us section our core */

.core__value__sec {
  color: #fff;
  background-color: #fff;
  padding: 50px 0;
  background: url("/assets/images/about/core.webp") no-repeat center center/cover;
}

@media only screen and (max-width: 1023.98px) {
  .core__value__sec {
    padding-top: 50px
  }
}

@media only screen and (max-width: 767.98px) {
  .core__value__sec {
    padding-top: 40px
  }
}

.core__value__sec .heading-wrapper {
  margin-bottom: 40px
}

@media only screen and (min-width: 1024px) {
  .core__value__sec .core__value__slider__wrap .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0
  }
}

.core__value__sec .core__value__slider__wrap .swiper-pagination {
  position: static;
  margin-top: 30px
}

@media only screen and (min-width: 1024px) {
  .core__value__sec .core__value__slider__wrap .swiper-pagination {
    display: none
  }
}

.core__value__sec .core__row {
  display: none
}

.core__value__sec .card-about {
  color: #fff;
  position: relative
}

.core__value__sec .card-about .bg {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-top: 53.0612244898%
}

.core__value__sec .card-about .bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media only screen and (max-width: 1023.98px) {
  .core__value__sec .card-about .bg {
    padding-top: 320px
  }
}

.core__value__sec .card-about .bg img {
  object-position: top
}

.core__value__sec .card-about .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, .4)
}

@media only screen and (max-width: 767.98px) {
  .core__value__sec .card-about .bg::after {
    background-color: rgba(0, 0, 0, .7)
  }
}

.core__value__sec .card__content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 55px
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .core__value__sec .card__content {
    padding: 35px
  }
}

@media only screen and (max-width: 1023.98px) {
  .core__value__sec .card__content {
    padding: 25px
  }
}

.core__value__sec .card__content .title {
  font-weight: 600;
  font-size: 4.25rem;
  letter-spacing: 0px;
  display: block;
  transition: all .3s linear;
  margin-bottom: 20px;
  transform-origin: left
}

@media only screen and (max-width: 1199px)and (min-width: 1024px) {
  .core__value__sec .card__content .title {
    font-size: 2.5rem
  }
}

@media only screen and (max-width: 1023.98px) {
  .core__value__sec .card__content .title {
    font-size: 2.25rem;
    margin-bottom: 10px
  }
}

.core__value__sec .card__content .text {
  transition: all .3s linear
}

@media only screen and (min-width: 768px) {
  .core__value__sec .card__content .text {
    max-height: 0;
    overflow: hidden
  }
}

.core__value__sec .card__content .text p {
  margin: 0
}

.core__value__sec .card-about:hover .bg::after {
  background-color: rgba(0, 0, 0, .9)
}

@media only screen and (max-width: 767.98px) {
  .core__value__sec .card-about:hover .bg::after {
    background-color: rgba(0, 0, 0, .7)
  }
}

@media only screen and (min-width: 768px) {
  .core__value__sec .card-about:hover .title {
    transform: scale(47%)
  }

  .core__value__sec .card-about:hover .text {
    max-height: unset
  }
}

/* about us ni niche no section : what we do */

.about__we__do__sec {
  color: #000;
  background-color: #fff
}

.about__we__do__sec .block__row {
  display: grid;
  grid-template-columns: auto;
  gap: 20px 14px
}

@media only screen and (min-width: 768px) {
  .about__we__do__sec .block__row {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (min-width: 1024px) {
  .about__we__do__sec .block__row {
    grid-template-columns: repeat(3, 1fr)
  }
}

.about__we__do__sec .block__item {
  color: #000;
  display: grid;
  grid-template-columns: 1fr 68px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .6);
  border-radius: 10px;
  padding: 40px 25px 40px 40px;
  height: 100%;
  transition: all .3s linear
}

.about__we__do__sec .block__item:hover {
  color: #c39834;
  border-color: #c39834
}

@media only screen and (max-width: 767.98px) {
  .about__we__do__sec .block__item {
    padding: 25px 10px 25px 25px;
    grid-template-columns: 1fr 50px
  }
}

.about__we__do__sec .block__item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.about__we__do__sec .block__title {
  color: inherit;
  font-weight: 700;
  line-height: 1.2083333333;
  margin: 0
}

/* process nav */

.process-nav {
  height: 80px;
  background-color: #fff;
  position: sticky;
  top: 80px;
  z-index: 8;
  transition: all cubic-bezier(0.67, 0.09, 0.46, 1.04) 300ms
}

@media only screen and (max-width: 1023.98px) {
  .process-nav {
    display: none
  }
}

.process-nav.is-hidden {
  top: 0px
}

.process-nav .container,
.process-nav .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-nav .autoscroll__container__static,
.process-nav .autoscroll__wrapper__service .autoscroll__container__static,
.autoscroll__wrapper__service .process-nav .autoscroll__container__static,
.process-nav .case-study-container,
.process-nav .offcanvas-container,
.process-nav .dialog__box .dialog__content,
.dialog__box .process-nav .dialog__content {
  height: 100%
}

.process-nav .container ul,
.process-nav .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static ul,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-nav .autoscroll__container__static ul,
.process-nav .autoscroll__wrapper__service .autoscroll__container__static ul,
.autoscroll__wrapper__service .process-nav .autoscroll__container__static ul,
.process-nav .case-study-container ul,
.process-nav .offcanvas-container ul,
.process-nav .dialog__box .dialog__content ul,
.dialog__box .process-nav .dialog__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #e6e6e6
}

.process-nav .container ul li,
.process-nav .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static ul li,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-nav .autoscroll__container__static ul li,
.process-nav .autoscroll__wrapper__service .autoscroll__container__static ul li,
.autoscroll__wrapper__service .process-nav .autoscroll__container__static ul li,
.process-nav .case-study-container ul li,
.process-nav .offcanvas-container ul li,
.process-nav .dialog__box .dialog__content ul li,
.dialog__box .process-nav .dialog__content ul li {
  height: 100%;
  display: inline-flex;
  align-items: center
}

.process-nav .container ul li a,
.process-nav .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static ul li a,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-nav .autoscroll__container__static ul li a,
.process-nav .autoscroll__wrapper__service .autoscroll__container__static ul li a,
.autoscroll__wrapper__service .process-nav .autoscroll__container__static ul li a,
.process-nav .case-study-container ul li a,
.process-nav .offcanvas-container ul li a,
.process-nav .dialog__box .dialog__content ul li a,
.dialog__box .process-nav .dialog__content ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 0px;
  color: #000;
  opacity: .5;
  text-decoration: none
}

.process-nav .container ul li a:after,
.process-nav .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static ul li a:after,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-nav .autoscroll__container__static ul li a:after,
.process-nav .autoscroll__wrapper__service .autoscroll__container__static ul li a:after,
.autoscroll__wrapper__service .process-nav .autoscroll__container__static ul li a:after,
.process-nav .case-study-container ul li a:after,
.process-nav .offcanvas-container ul li a:after,
.process-nav .dialog__box .dialog__content ul li a:after,
.dialog__box .process-nav .dialog__content ul li a:after {
  position: absolute;
  width: 0px;
  height: 3px;
  left: 0;
  bottom: -1px;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  content: "";
  transition: all ease-in-out 300ms
}

.process-nav .container ul li a:hover,
.process-nav .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static ul li a:hover,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-nav .autoscroll__container__static ul li a:hover,
.process-nav .autoscroll__wrapper__service .autoscroll__container__static ul li a:hover,
.autoscroll__wrapper__service .process-nav .autoscroll__container__static ul li a:hover,
.process-nav .case-study-container ul li a:hover,
.process-nav .offcanvas-container ul li a:hover,
.process-nav .dialog__box .dialog__content ul li a:hover,
.dialog__box .process-nav .dialog__content ul li a:hover {
  opacity: 1
}

.process-nav .container ul li a.active,
.process-nav .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static ul li a.active,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-nav .autoscroll__container__static ul li a.active,
.process-nav .autoscroll__wrapper__service .autoscroll__container__static ul li a.active,
.autoscroll__wrapper__service .process-nav .autoscroll__container__static ul li a.active,
.process-nav .case-study-container ul li a.active,
.process-nav .offcanvas-container ul li a.active,
.process-nav .dialog__box .dialog__content ul li a.active,
.dialog__box .process-nav .dialog__content ul li a.active {
  opacity: 1;
  font-weight: 600
}

.process-nav .container ul li a.active:after,
.process-nav .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static ul li a.active:after,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-nav .autoscroll__container__static ul li a.active:after,
.process-nav .autoscroll__wrapper__service .autoscroll__container__static ul li a.active:after,
.autoscroll__wrapper__service .process-nav .autoscroll__container__static ul li a.active:after,
.process-nav .case-study-container ul li a.active:after,
.process-nav .offcanvas-container ul li a.active:after,
.process-nav .dialog__box .dialog__content ul li a.active:after,
.dialog__box .process-nav .dialog__content ul li a.active:after {
  width: 100%
}

.process-wrapper .process-row {
  --list-mark-color: #000
}

.process-wrapper .process-row .container,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static,
.process-wrapper .process-row .case-study-container,
.process-wrapper .process-row .offcanvas-container,
.process-wrapper .process-row .dialog__box .dialog__content,
.dialog__box .process-wrapper .process-row .dialog__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px
}

@media only screen and (max-width: 1023.98px) {

  .process-wrapper .process-row .container,
  .process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static,
  .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static,
  .process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static,
  .autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static,
  .process-wrapper .process-row .case-study-container,
  .process-wrapper .process-row .offcanvas-container,
  .process-wrapper .process-row .dialog__box .dialog__content,
  .dialog__box .process-wrapper .process-row .dialog__content {
    display: block
  }
}

.process-wrapper .process-row .container .process-media,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-media,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-media,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-media,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-media,
.process-wrapper .process-row .case-study-container .process-media,
.process-wrapper .process-row .offcanvas-container .process-media,
.process-wrapper .process-row .dialog__box .dialog__content .process-media,
.dialog__box .process-wrapper .process-row .dialog__content .process-media {
  position: sticky;
  top: 180px;
  align-self: start;
  width: min(600px, 100%);
  overflow: hidden
}

@media only screen and (max-width: 1023.98px) {

  .process-wrapper .process-row .container .process-media,
  .process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-media,
  .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-media,
  .process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-media,
  .autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-media,
  .process-wrapper .process-row .case-study-container .process-media,
  .process-wrapper .process-row .offcanvas-container .process-media,
  .process-wrapper .process-row .dialog__box .dialog__content .process-media,
  .dialog__box .process-wrapper .process-row .dialog__content .process-media {
    position: static;
    width: 100%;
    margin-bottom: 30px
  }
}

.process-wrapper .process-row .container .process-media .figure,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-media .figure,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-media .figure,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-media .figure,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-media .figure,
.process-wrapper .process-row .case-study-container .process-media .figure,
.process-wrapper .process-row .offcanvas-container .process-media .figure,
.process-wrapper .process-row .dialog__box .dialog__content .process-media .figure,
.dialog__box .process-wrapper .process-row .dialog__content .process-media .figure {
  overflow: hidden;
  padding: 0;
  border-radius: 15px;
  /* padding-top: 81.8493150685% */
}

.process-wrapper .process-row .container .process-media .figure img,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-media .figure img,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-media .figure img,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-media .figure img,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-media .figure img,
.process-wrapper .process-row .case-study-container .process-media .figure img,
.process-wrapper .process-row .offcanvas-container .process-media .figure img,
.process-wrapper .process-row .dialog__box .dialog__content .process-media .figure img,
.dialog__box .process-wrapper .process-row .dialog__content .process-media .figure img {
  /* position: absolute; */
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.process-wrapper .process-row .container .process-media img,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-media img,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-media img,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-media img,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-media img,
.process-wrapper .process-row .case-study-container .process-media img,
.process-wrapper .process-row .offcanvas-container .process-media img,
.process-wrapper .process-row .dialog__box .dialog__content .process-media img,
.dialog__box .process-wrapper .process-row .dialog__content .process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.process-wrapper .process-row .container .process-content .tag,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .tag,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .tag,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .tag,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .tag,
.process-wrapper .process-row .case-study-container .process-content .tag,
.process-wrapper .process-row .offcanvas-container .process-content .tag,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .tag,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .tag {
  font-weight: 500;
  margin: 0
}

.process-wrapper .process-row .container .process-content .title,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .title,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .title,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .title,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .title,
.process-wrapper .process-row .case-study-container .process-content .title,
.process-wrapper .process-row .offcanvas-container .process-content .title,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .title,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .title {
  font-weight: 600;
  line-height: 1.2;
  margin: 20px 0
}

.process-wrapper .process-row .container .process-content .block-row,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row,
.process-wrapper .process-row .case-study-container .process-content .block-row,
.process-wrapper .process-row .offcanvas-container .process-content .block-row,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row {
  margin-top: 40px
}

.process-wrapper .process-row .container .process-content .block-row .gallery_images_tools,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row .gallery_images_tools,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row .gallery_images_tools,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row .gallery_images_tools,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row .gallery_images_tools,
.process-wrapper .process-row .case-study-container .process-content .block-row .gallery_images_tools,
.process-wrapper .process-row .offcanvas-container .process-content .block-row .gallery_images_tools,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row .gallery_images_tools,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row .gallery_images_tools {
  display: inline-block;
  margin-right: 24px;
  margin-top: 24px
}

.process-wrapper .process-row .container .process-content .block-row .gallery_images_tools:last-of-type,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row .gallery_images_tools:last-of-type,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row .gallery_images_tools:last-of-type,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row .gallery_images_tools:last-of-type,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row .gallery_images_tools:last-of-type,
.process-wrapper .process-row .case-study-container .process-content .block-row .gallery_images_tools:last-of-type,
.process-wrapper .process-row .offcanvas-container .process-content .block-row .gallery_images_tools:last-of-type,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row .gallery_images_tools:last-of-type,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row .gallery_images_tools:last-of-type {
  margin-right: 0px
}

.process-wrapper .process-row .container .process-content .block-row .gallery_images_tools img,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row .gallery_images_tools img,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row .gallery_images_tools img,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row .gallery_images_tools img,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row .gallery_images_tools img,
.process-wrapper .process-row .case-study-container .process-content .block-row .gallery_images_tools img,
.process-wrapper .process-row .offcanvas-container .process-content .block-row .gallery_images_tools img,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row .gallery_images_tools img,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row .gallery_images_tools img {
  width: auto;
  height: 50px;
  object-fit: contain
}

.process-wrapper .process-row .container .process-content .block-row h3,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row h3,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row h3,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row h3,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row h3,
.process-wrapper .process-row .case-study-container .process-content .block-row h3,
.process-wrapper .process-row .offcanvas-container .process-content .block-row h3,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row h3,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row h3 {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0px;
  margin: 0 0 20px;
  position: relative
}

.process-wrapper .process-row .container .process-content .block-row h3:has(span),
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row h3:has(span),
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row h3:has(span),
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row h3:has(span),
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row h3:has(span),
.process-wrapper .process-row .case-study-container .process-content .block-row h3:has(span),
.process-wrapper .process-row .offcanvas-container .process-content .block-row h3:has(span),
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row h3:has(span),
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row h3:has(span) {
  display: flex;
  align-items: center
}

.process-wrapper .process-row .container .process-content .block-row h3 span,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row h3 span,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row h3 span,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row h3 span,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row h3 span,
.process-wrapper .process-row .case-study-container .process-content .block-row h3 span,
.process-wrapper .process-row .offcanvas-container .process-content .block-row h3 span,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row h3 span,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row h3 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  white-space: nowrap;
  text-transform: capitalize
}

.process-wrapper .process-row .container .process-content .block-row h3::after,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row h3::after,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row h3::after,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row h3::after,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row h3::after,
.process-wrapper .process-row .case-study-container .process-content .block-row h3::after,
.process-wrapper .process-row .offcanvas-container .process-content .block-row h3::after,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row h3::after,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row h3::after {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  content: ""
}

.process-wrapper .process-row .container .process-content .block-row ul,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row ul,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row ul,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul,
.process-wrapper .process-row .case-study-container .process-content .block-row ul,
.process-wrapper .process-row .offcanvas-container .process-content .block-row ul,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row ul,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none
}

.process-wrapper .process-row .container .process-content .block-row ul li,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row ul li,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row ul li,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li,
.process-wrapper .process-row .case-study-container .process-content .block-row ul li,
.process-wrapper .process-row .offcanvas-container .process-content .block-row ul li,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row ul li,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row ul li {
  line-height: 1.3333333333;
  margin: 20px 0;
  position: relative;
  padding-left: 20px
}

.process-wrapper .process-row .container .process-content .block-row ul li:before,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row ul li:before,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li:before,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row ul li:before,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li:before,
.process-wrapper .process-row .case-study-container .process-content .block-row ul li:before,
.process-wrapper .process-row .offcanvas-container .process-content .block-row ul li:before,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row ul li:before,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row ul li:before {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: var(--list-mark-color);
  border-radius: 50%;
  content: ""
}

.process-wrapper .process-row .container .process-content .block-row ul li a,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row ul li a,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li a,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row ul li a,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li a,
.process-wrapper .process-row .case-study-container .process-content .block-row ul li a,
.process-wrapper .process-row .offcanvas-container .process-content .block-row ul li a,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row ul li a,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row ul li a {
  color: inherit;
  text-underline-offset: 5px;
  position: relative;
  padding-left: 5px;
  transition: all .3s linear
}

.process-wrapper .process-row .container .process-content .block-row ul li a:hover,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row ul li a:hover,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li a:hover,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row ul li a:hover,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li a:hover,
.process-wrapper .process-row .case-study-container .process-content .block-row ul li a:hover,
.process-wrapper .process-row .offcanvas-container .process-content .block-row ul li a:hover,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row ul li a:hover,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row ul li a:hover {
  --list-mark-color: #FFCD55;
  color: #ffcd55
}

.process-wrapper .process-row .container .process-content .block-row ul li a::before,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row ul li a::before,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li a::before,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row ul li a::before,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul li a::before,
.process-wrapper .process-row .case-study-container .process-content .block-row ul li a::before,
.process-wrapper .process-row .offcanvas-container .process-content .block-row ul li a::before,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row ul li a::before,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row ul li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background-color: var(--list-mark-color);
  margin-right: 5px;
  transition: all .3s linear;
  mask-image: url("../images/process/arrow-left.svg");
  mask-repeat: no-repeat;
  mask-position: left center
}

.process-wrapper .process-row .container .process-content .block-row ul.list__02,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row ul.list__02,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul.list__02,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row ul.list__02,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul.list__02,
.process-wrapper .process-row .case-study-container .process-content .block-row ul.list__02,
.process-wrapper .process-row .offcanvas-container .process-content .block-row ul.list__02,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row ul.list__02,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row ul.list__02 {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px
}

.process-wrapper .process-row .container .process-content .block-row ul.list__02 li,
.process-wrapper .process-row .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .process-content .block-row ul.list__02 li,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul.list__02 li,
.process-wrapper .process-row .autoscroll__wrapper__service .autoscroll__container__static .process-content .block-row ul.list__02 li,
.autoscroll__wrapper__service .process-wrapper .process-row .autoscroll__container__static .process-content .block-row ul.list__02 li,
.process-wrapper .process-row .case-study-container .process-content .block-row ul.list__02 li,
.process-wrapper .process-row .offcanvas-container .process-content .block-row ul.list__02 li,
.process-wrapper .process-row .dialog__box .dialog__content .process-content .block-row ul.list__02 li,
.dialog__box .process-wrapper .process-row .dialog__content .process-content .block-row ul.list__02 li {
  margin-block: 0
}

.process-wrapper .process-row.light {
  background: #fff;
  color: #000
}

.process-wrapper .process-row.light .process-content .tag {
  color: #313131
}

.process-wrapper .process-row.light .process-content p {
  color: #313131
}

.process-wrapper .process-row.dark {
  --list-mark-color: rgba(255, 255, 255, 0.7);
  background: #000 url(../images/process/aurora.webp) no-repeat center center;
  background-size: cover;
  color: #fff !important
}

.process-wrapper .process-row.dark .process-media {
  order: 2
}

.process-wrapper .process-row.dark .process-content p,
.process-wrapper .process-row.dark .process-content ul,
.process-wrapper .process-row.dark .process-content li {
  color: rgba(255, 255, 255, .7)
}

.process-wrapper .process-row.dark .process-content .block-row h3::after {
  opacity: .2
}

/* Hide header when process-nav reaches the top */

.process-nav.is-hidden {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 87px;
}

.process-media {
  position: relative;
  width: 100%;
  /* Ensure it takes full width of parent */
  max-width: 600px;
  /* Adjust as per design */
  margin: 0 auto;
  /* Center it */
  transition: all 0.3s ease-in-out;
}

.process-row.active .process-media {
  position: fixed;
  top: 150px;
  /* Sticky hone ka point */
}

/* our process last section */

.communication-wrapper {
  background: #fff;
  overflow: hidden
}

.communication-wrapper .title {
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  margin: 0
}

.communication-wrapper .expandable-gallery {
  margin: 50px -10px 0;
  display: flex;
  flex-direction: row
}

@media only screen and (max-width: 1023.98px) {
  .communication-wrapper .expandable-gallery {
    display: block
  }
}

.communication-wrapper .expandable-gallery .gallery-slide {
  padding: 0 10px;
  flex: 1;
  opacity: .5;
  overflow: hidden;
  transition: all .8s ease
}

@media only screen and (max-width: 1023.98px) {
  .communication-wrapper .expandable-gallery .gallery-slide {
    opacity: 1;
    margin-top: 30px
  }
}

.communication-wrapper .expandable-gallery .gallery-slide .slide-image {
  height: 390px;
  position: relative;
  border-radius: 16px;
  overflow: hidden
}

.communication-wrapper .expandable-gallery .gallery-slide .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.communication-wrapper .expandable-gallery .gallery-slide .slide-image .time {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  background-size: 250%;
  color: #fff;
  padding: 8px 20px;
  border-radius: 0 16px 0 0;
  opacity: 0;
  transition: all .8s ease
}

@media only screen and (max-width: 1023.98px) {
  .communication-wrapper .expandable-gallery .gallery-slide .slide-image .time {
    display: block
  }
}

.communication-wrapper .expandable-gallery .gallery-slide .slide-image .time span:last-child {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff
}

.communication-wrapper .expandable-gallery .gallery-slide .slide-desc {
  padding-top: 30px;
  color: #000
}

@media only screen and (min-width: 1024px) {
  .communication-wrapper .expandable-gallery .gallery-slide .slide-desc {
    width: calc(1240px/var(--items)*1.9)
  }
}

.communication-wrapper .expandable-gallery .gallery-slide .slide-desc h4 {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0px;
  margin: 0 0 10px
}

.communication-wrapper .expandable-gallery .gallery-slide .slide-desc p {
  margin: 0;
  display: none
}

@media only screen and (max-width: 1023.98px) {
  .communication-wrapper .expandable-gallery .gallery-slide .slide-desc p {
    display: block
  }
}

.communication-wrapper .expandable-gallery .gallery-slide:hover {
  flex: 3;
  opacity: 1
}

.communication-wrapper .expandable-gallery .gallery-slide:hover .slide-image .time {
  opacity: 1
}

.communication-wrapper .expandable-gallery .gallery-slide:hover .slide-desc h4 {
  font-weight: 600;
  font-size: 1.5625rem;
  letter-spacing: 0px
}

.communication-wrapper .expandable-gallery .gallery-slide:hover .slide-desc p {
  display: block
}

.communication-wrapper .collab {
  border-top: 1px solid #e6e6e6;
  padding-top: 80px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

@media only screen and (max-width: 1023.98px) {
  .communication-wrapper .collab {
    display: block;
    padding-top: 60px;
    margin-top: 60px
  }
}

@media only screen and (max-width: 767.98px) {
  .communication-wrapper .collab {
    padding-top: 40px;
    margin-top: 40px
  }
}

.communication-wrapper .collab h3,
.communication-wrapper .collab .collab__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0px;
  color: #000;
  margin: 0
}

.communication-wrapper .collab .collab-brands {
  width: min(810px, 100%)
}

@media only screen and (max-width: 1023.98px) {
  .communication-wrapper .collab .collab-brands {
    margin-top: 30px
  }
}

.communication-wrapper .collab .collab-brands .autoscroll {
  --gap: 0px
}

.communication-wrapper .collab .collab-brands .autoscroll__item {
  padding-left: 50px;
  margin-left: 50px;
  background: url(../images/process/divider-line.svg) no-repeat center left
}

@media only screen and (max-width: 767.98px) {
  .communication-wrapper .collab .collab-brands .autoscroll__item {
    padding-left: 30px;
    margin-left: 30px
  }
}

.communication-wrapper .collab .collab-brands .autoscroll__item .figure img {
  height: 50px;
  width: 100%;
  object-fit: contain
}

.communication-wrapper .collab .collab-brands .brand-logo {
  height: 62px;
  display: inline-flex;
  align-items: center;
  background: url(../images/process/divider-line.svg) no-repeat center left
}

.communication-wrapper .collab .collab-brands .brand-logo:first-child {
  padding: 0;
  margin: 0;
  background: none
}

/* footer ni upar no section */

.consultation-section {
  background: url("/assets/images/home/Do.webp") no-repeat center center/cover;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.consultation-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 70px;
  color: white;
}

/* engagment modal */
.engage-model-info-wrapper {
  padding: 100px 0;
  background: url('/assets/images/modal/northan-wave-03.webp') no-repeat center top fixed #000 !important;
  background-size: cover
}

.engage-model-info-wrapper .container,
.engage-model-info-wrapper .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .engage-model-info-wrapper .autoscroll__container__static,
.engage-model-info-wrapper .case-study-container,
.engage-model-info-wrapper .offcanvas-container,
.engage-model-info-wrapper .dialog__box .dialog__content,
.dialog__box .engage-model-info-wrapper .dialog__content,
.engage-model-info-wrapper .autoscroll__wrapper__service .autoscroll__container__static,
.autoscroll__wrapper__service .engage-model-info-wrapper .autoscroll__container__static {
  max-width: 1066px
}

.engage-model-info-wrapper .container .title,
.engage-model-info-wrapper .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .title,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .engage-model-info-wrapper .autoscroll__container__static .title,
.engage-model-info-wrapper .case-study-container .title,
.engage-model-info-wrapper .offcanvas-container .title,
.engage-model-info-wrapper .dialog__box .dialog__content .title,
.dialog__box .engage-model-info-wrapper .dialog__content .title,
.engage-model-info-wrapper .autoscroll__wrapper__service .autoscroll__container__static .title,
.autoscroll__wrapper__service .engage-model-info-wrapper .autoscroll__container__static .title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 50px
}

@media only screen and (max-width: 1023.98px) {

  .engage-model-info-wrapper .container .title,
  .engage-model-info-wrapper .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .title,
  .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .engage-model-info-wrapper .autoscroll__container__static .title,
  .engage-model-info-wrapper .case-study-container .title,
  .engage-model-info-wrapper .offcanvas-container .title,
  .engage-model-info-wrapper .dialog__box .dialog__content .title,
  .dialog__box .engage-model-info-wrapper .dialog__content .title,
  .engage-model-info-wrapper .autoscroll__wrapper__service .autoscroll__container__static .title,
  .autoscroll__wrapper__service .engage-model-info-wrapper .autoscroll__container__static .title {
    margin-bottom: 40px
  }
}

@media only screen and (max-width: 767.98px) {

  .engage-model-info-wrapper .container .title,
  .engage-model-info-wrapper .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .title,
  .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .engage-model-info-wrapper .autoscroll__container__static .title,
  .engage-model-info-wrapper .case-study-container .title,
  .engage-model-info-wrapper .offcanvas-container .title,
  .engage-model-info-wrapper .dialog__box .dialog__content .title,
  .dialog__box .engage-model-info-wrapper .dialog__content .title,
  .engage-model-info-wrapper .autoscroll__wrapper__service .autoscroll__container__static .title,
  .autoscroll__wrapper__service .engage-model-info-wrapper .autoscroll__container__static .title {
    margin-bottom: 30px
  }
}

.info-block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px
}

@media only screen and (max-width: 767.98px) {
  .info-block-grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.info-block-grid .info-block {
  border-radius: 15px;
  overflow: hidden;
  position: relative
}

.info-block-grid .info-block .block-inner {
  position: relative;
  padding: 30px;
  background: rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 15px;
  color: #fff;
  transition: all linear 400ms
}

.block-inner p {
  font-size: 18px;
}

.info-block-grid .info-block .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  background: #fff;
  border-radius: 100%;
  transition: all ease-in-out 200ms
}

@media only screen and (max-width: 767.98px) {
  .info-block-grid .info-block .icon {
    width: 60px;
    height: 60px;
    margin-block: 20px
  }
}

.info-block-grid .info-block .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain
}

.info-block-grid .info-block a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 2
}

.info-block-grid .info-block .block-title {
  font-weight: 600;
  margin: 0 0 30px;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .info-block-grid .info-block .block-title {
    margin-bottom: 20px
  }
}

.info-block-grid .info-block p {
  font-weight: 400;
  margin: 0;
  opacity: .7
}

.info-block-grid .info-block:hover {
  box-shadow: 0px 4px 54px 0px #c39834;
  -webkit-backdrop-filter: blur(62px);
  backdrop-filter: blur(62px);
  z-index: 1;
}

.info-block-grid .info-block:hover .block-inner {
  background: #fff;
  color: #000
}

.info-block-grid .info-block:hover .block-title {
  color: #000
}

.info-block-grid .info-block:hover .icon {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%)
}

.info-block-grid .info-block:hover .icon img {
  filter: brightness(500%)
}

.hero-wrapper.hero-wrapper__search {
  min-height: 400px
}

/* engagment modal */

.engage-page-wrapper {
  background: #fff;
  color: #000
}

@media only screen and (min-width: 1024px) {
  .engage-page-wrapper .heading-wrapper {
    margin-bottom: 64px
  }
}

@media only screen and (max-width: 767.98px) {

  .engage-page-wrapper .engage__faq__list .container,
  .engage-page-wrapper .engage__faq__list .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static,
  .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .engage-page-wrapper .engage__faq__list .autoscroll__container__static,
  .engage-page-wrapper .engage__faq__list .case-study-container,
  .engage-page-wrapper .engage__faq__list .offcanvas-container,
  .engage-page-wrapper .engage__faq__list .dialog__box .dialog__content,
  .dialog__box .engage-page-wrapper .engage__faq__list .dialog__content,
  .engage-page-wrapper .engage__faq__list .autoscroll__wrapper__service .autoscroll__container__static,
  .autoscroll__wrapper__service .engage-page-wrapper .engage__faq__list .autoscroll__container__static {
    padding-left: 0px;
    padding-right: 0px
  }
}

.engage__accordion__item {
  position: relative;
  border-bottom: 1px solid #e6e6e6
}

.engage__accordion__item__header {
  position: relative;
  height: 150px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  transition: all ease-in-out 200ms;
  cursor: pointer
}

@media only screen and (max-width: 767.98px) {
  .engage__accordion__item__header {
    height: 100px;
    grid-template-columns: 30px 1fr 30px;
    gap: 10px
  }
}

.engage__accordion__item__header::before {
  content: attr(data-counter-number);
  transform: scale(0.5);
  transition: all ease-in-out 200ms;
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: 0px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width: 1023.98px) {
  .engage__accordion__item__header::before {
    font-size: 1.375rem
  }
}

@media only screen and (max-width: 767.98px) {
  .engage__accordion__item__header::before {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 575.98px) {
  .engage__accordion__item__header::before {
    font-size: 1.125rem
  }
}

.engage__accordion__item__header::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1997aa;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  content: "";
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 200ms
}

.engage__accordion__item__header .icon {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  background: #fff url('/assets/images/modal/arrow.svg') no-repeat center center;
  border-radius: 100%;
  border: 1px solid #000;
  z-index: 2;
  transition: all ease-in-out 200ms
}

@media only screen and (max-width: 767.98px) {
  .engage__accordion__item__header .icon {
    width: 30px;
    height: 30px;
    background-size: 50%
  }
}

.engage__accordion__item__title {
  position: relative;
  margin: 0;
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0px;
  z-index: 2;
}

@media only screen and (max-width: 1023.98px) {
  .engage__accordion__item__title {
    font-size: 1.375rem
  }
}

@media only screen and (max-width: 767.98px) {
  .engage__accordion__item__title {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 575.98px) {
  .engage__accordion__item__title {
    font-size: 1.125rem
  }
}

.engage__accordion__item__body {
  padding-top: 80px;
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px
}

@media only screen and (max-width: 767.98px) {
  .engage__accordion__item__body {
    font-size: 1rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.engage__accordion__item__body .col h2,
.engage__accordion__item__body .col .title {
  font-weight: 600;
  font-size: 2.375rem;
  letter-spacing: 0px;
  margin: 0 0 30px
}

@media only screen and (max-width: 1023.98px) {

  .engage__accordion__item__body .col h2,
  .engage__accordion__item__body .col .title {
    font-size: 2.125rem
  }
}

@media only screen and (max-width: 767.98px) {

  .engage__accordion__item__body .col h2,
  .engage__accordion__item__body .col .title {
    font-size: 1.875rem
  }
}

@media only screen and (max-width: 575.98px) {

  .engage__accordion__item__body .col h2,
  .engage__accordion__item__body .col .title {
    font-size: 1.5rem
  }
}

.engage__accordion__item__body .col p {
  margin: 20px 0 0;
  color: #464646
}

.engage__accordion__item__body .col h3,
.engage__accordion__item__body .col .sub-title {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0px;
  margin: 70px 0 30px;
  color: #464646
}

@media only screen and (max-width: 1023.98px) {

  .engage__accordion__item__body .col h3,
  .engage__accordion__item__body .col .sub-title {
    font-size: 1.375rem
  }
}

@media only screen and (max-width: 767.98px) {

  .engage__accordion__item__body .col h3,
  .engage__accordion__item__body .col .sub-title {
    font-size: 1.25rem;
    margin-top: 0
  }
}

.engage__accordion__item__body .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #464646
}

.engage__accordion__item__body .col ul li {
  margin: 20px 0;
  position: relative;
  padding-left: 25px;
  text-indent: 7px
}

.engage__accordion__item__body .col ul li::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/assets/images/modal/list-star-icon.svg') no-repeat center center;
  margin-left: -32px;
  margin-right: 8px;
  margin-bottom: -2px;
  content: ""
}

.engage__accordion__item.active {
  border-bottom-color: rgba(0, 0, 0, 0)
}

.engage__accordion__item.active .engage__accordion__item__title {
  color: #fff;
}

.engage__accordion__item.active .engage__accordion__item__header {
  padding-inline: 30px;
  color: #fff
}

@media only screen and (max-width: 767.98px) {
  .engage__accordion__item.active .engage__accordion__item__header {
    padding-inline: 20px
  }
}

@media only screen and (max-width: 575.98px) {
  .engage__accordion__item.active .engage__accordion__item__header {
    padding-inline: 10px
  }
}

.engage__accordion__item.active .engage__accordion__item__header::before {
  transform: scale(1)
}

.engage__accordion__item.active .engage__accordion__item__header::after {
  opacity: 1;
}

.engage__accordion__item.active .engage__accordion__item__header .icon {
  transform: rotate(90deg);
  border-color: rgba(0, 0, 0, 0)
}

/* services card */

.degital_service__sec .heading-wrapper {
  width: min(1000px, 100%);
  margin-inline: auto
}

.degital_service__sec .service__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px
}

@media only screen and (max-width: 1199.98px) {
  .degital_service__sec .service__blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
  }
}

@media only screen and (max-width: 767.98px) {
  .degital_service__sec .service__blocks {
    grid-template-columns: auto;
    gap: 20px
  }
}

.degital_service__sec .service__block {
  border-radius: 15px;
  perspective: 800px;
  position: relative
}

.degital_service__sec .service__block:hover .card__box {
  transform: rotateY(180deg);
  transition: transform .5s
}

@media only screen and (min-width: 768px) {
  .degital_service__sec .service__block.span2 {
    grid-column: span 2
  }
}

@media only screen and (min-width: 1024px) {
  .degital_service__sec .service__block.span2.service__block__center {
    justify-self: center;
    width: 80%
  }
}

@media only screen and (min-width: 1200px) {
  .degital_service__sec .service__block.span2.service__block__center {
    width: 66.66%;
    grid-column-start: span 3
  }
}

.degital_service__sec .service__block.span2 .card_services {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 485px
}

.degital_service__sec .card_services {
  color: #464646;
  background-color: #f6f6f8;
  padding: 45px 30px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  height: 100%;
  min-height: 485px;
  backface-visibility: hidden;
  border-radius: 15px
}

.degital_service__sec .card_services .bg {
  position: absolute;
  inset: 0
}

.degital_service__sec .card_services .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.85%, #000000 99.91%)
}

.degital_service__sec .card_services .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.degital_service__sec .card__top {
  padding-bottom: 30px
}

.degital_service__sec .card__top .figure {
  width: 78px;
  aspect-ratio: 1;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px
}

@media only screen and (max-width: 767.98px) {
  .degital_service__sec .card__top .figure {
    width: 60px;
    margin-bottom: 20px
  }
}

.degital_service__sec .card__top .figure img {
  width: 40px;
  height: 40px;
  object-fit: contain
}

@media only screen and (max-width: 767.98px) {
  .degital_service__sec .card__top .figure img {
    width: 30px;
    height: 30px
  }
}

.degital_service__sec .card__title {
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 1.2103125;
  color: #000
}

@media only screen and (min-width: 768px) {
  .degital_service__sec .card__title {
    min-height: 77px
  }
}

@media only screen and (max-width: 1023.98px) {
  .degital_service__sec .card__title {
    font-size: 1.875rem
  }
}

@media only screen and (max-width: 767.98px) {
  .degital_service__sec .card__title {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 575.98px) {
  .degital_service__sec .card__title {
    font-size: 1.375rem
  }
}

.degital_service__sec .card__body {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.3333333333;
  color: #464646;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6
}

.degital_service__sec .card__body p {
  margin: 0 0 20px 0
}

.degital_service__sec .card__footer {
  margin-top: auto
}

.degital_service__sec .card__footer a {
  font-weight: 600;
  color: #c955ff;
  text-underline-offset: 4px
}

.degital_service__sec .card__hover {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%), url("/assets/images/services/service-list-image.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  border-radius: 15px
}

.degital_service__sec .card__hover .scroll__area {
  height: calc(100% - 90px);
  width: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px
}

.degital_service__sec .card__hover .scroll__area::-webkit-scrollbar {
  width: 5px
}

.degital_service__sec .card__hover .scroll__area::-webkit-scrollbar-track {
  background: #b2b1aa
}

.degital_service__sec .card__hover .scroll__area::-webkit-scrollbar-thumb {
  background: #ffcd55
}

.degital_service__sec .card__hover .scroll__area::-webkit-scrollbar-thumb:hover {
  background: #ffcd55
}

.degital_service__sec .card__hover .nav {
  display: flex;
  flex-direction: column;
  height: 100%
}

.degital_service__sec .card__hover .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: auto
}

.degital_service__sec .card__hover .nav ul li a {
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  transition: all .3s linear
}

.degital_service__sec .card__hover .nav ul li a:hover::after {
  transform: rotate(45deg)
}

.degital_service__sec .card__hover .nav ul li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/images/services/arrow-top-right.svg") no-repeat center center;
  background-size: 15px;
  transition: all .3s linear
}

.degital_service__sec .card__hover .nav .btn,
.degital_service__sec .card__hover .nav body .alm-btn-wrap .alm-load-more-btn,
body .alm-btn-wrap .degital_service__sec .card__hover .nav .alm-load-more-btn,
.degital_service__sec .card__hover .nav .btn__border__gradient {
  color: #c955ff;
  background-color: #fff;
  background: linear-gradient(90deg, #fff, #fff);
  margin-top: 20px
}

.degital_service__sec .card__hover .nav .btn span i,
.degital_service__sec .card__hover .nav body .alm-btn-wrap .alm-load-more-btn span i,
body .alm-btn-wrap .degital_service__sec .card__hover .nav .alm-load-more-btn span i,
.degital_service__sec .card__hover .nav .btn__border__gradient span i {
  background-image: url("/assets/images/services/arrow-purple.svg")
}

.degital_service__sec .card__popup {
  position: relative;
  margin-top: auto;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end
}

@media only screen and (max-width: 767.98px) {
  .degital_service__sec .card__popup {
    flex-wrap: wrap
  }
}

.degital_service__sec .card__popup .title {
  flex-grow: 1;
  margin: 0;
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0px;
  line-height: 1.2222222222
}

@media only screen and (max-width: 1023.98px) {
  .degital_service__sec .card__popup .title {
    font-size: 1.875rem
  }
}

@media only screen and (max-width: 767.98px) {
  .degital_service__sec .card__popup .title {
    font-size: 1.75rem
  }
}

@media only screen and (max-width: 575.98px) {
  .degital_service__sec .card__popup .title {
    font-size: 1.5rem
  }
}

.degital_service__sec .card__popup .btn__holder {
  flex-shrink: 0
}

.degital_service__sec .card__box {
  height: 100%;
  perspective: 1000px;
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d
}

/* counter */

.service__global__legacy__sec {
  background: url("/assets/images/services/global.webp") no-repeat center bottom
}

.service__global__legacy__sec .heading,
.service__global__legacy__sec .about__core__sec .heading__wrap h2,
.about__core__sec .heading__wrap .service__global__legacy__sec h2 {
  font-weight: 500
}

.service__global__legacy__sec .heading__wrap {
  width: min(850px, 100%);
  margin-inline: auto
}

.service__global__legacy__sec .row,
.service__global__legacy__sec .blog__list__sec .all__blog__list,
.blog__list__sec .service__global__legacy__sec .all__blog__list {
  --row-gutter-y: 30px
}

.service__global__legacy__sec .row [class*=col-],
.service__global__legacy__sec .blog__list__sec .all__blog__list [class*=col-],
.blog__list__sec .service__global__legacy__sec .all__blog__list [class*=col-] {
  position: relative
}

@media only screen and (max-width: 1023.98px) {

  .service__global__legacy__sec .row [class*=col-],
  .service__global__legacy__sec .blog__list__sec .all__blog__list [class*=col-],
  .blog__list__sec .service__global__legacy__sec .all__blog__list [class*=col-] {
    width: 33.3333333333%
  }
}

@media only screen and (max-width: 767.98px) {

  .service__global__legacy__sec .row [class*=col-],
  .service__global__legacy__sec .blog__list__sec .all__blog__list [class*=col-],
  .blog__list__sec .service__global__legacy__sec .all__blog__list [class*=col-] {
    width: 50%
  }
}

.service__global__legacy__sec .row [class*=col-]::after,
.service__global__legacy__sec .blog__list__sec .all__blog__list [class*=col-]::after,
.blog__list__sec .service__global__legacy__sec .all__blog__list [class*=col-]::after {
  content: "";
  display: block;
  background: url("/assets/images/services/dot-divider.svg") no-repeat center;
  width: 10px;
  height: 82px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%)
}

@media only screen and (max-width: 1023.98px) {

  .service__global__legacy__sec .row [class*=col-]::after,
  .service__global__legacy__sec .blog__list__sec .all__blog__list [class*=col-]::after,
  .blog__list__sec .service__global__legacy__sec .all__blog__list [class*=col-]::after {
    content: normal
  }
}

.service__global__legacy__sec .row [class*=col-]:first-child::after,
.service__global__legacy__sec .blog__list__sec .all__blog__list [class*=col-]:first-child::after,
.blog__list__sec .service__global__legacy__sec .all__blog__list [class*=col-]:first-child::after,
.service__global__legacy__sec .row [class*=col-]:nth-child(3n+1)::after,
.service__global__legacy__sec .blog__list__sec .all__blog__list [class*=col-]:nth-child(3n+1)::after,
.blog__list__sec .service__global__legacy__sec .all__blog__list [class*=col-]:nth-child(3n+1)::after {
  content: normal
}

.service__global__legacy__sec .data__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 4.25rem;
  letter-spacing: 0px;
  line-height: 1.2058823529;
  color: #C19734;
  margin: 0 0 20px 0
}

@media only screen and (max-width: 1023.98px) {
  .service__global__legacy__sec .data__title {
    font-size: 3.75rem
  }
}

@media only screen and (max-width: 767.98px) {
  .service__global__legacy__sec .data__title {
    font-size: 3.4375rem
  }
}

@media only screen and (max-width: 575.98px) {
  .service__global__legacy__sec .data__title {
    font-size: 3.125rem
  }
}

.service__global__legacy__sec .data p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.3333333333;
  margin: 0;
  color: #454545;
}

.service__choice__sec {
  position: relative;
  background-color: #000;
}

.service__choice__sec .video {
  position: relative;
  padding: 84.6694796062% 0 0 0
}

.service__choice__sec .video img,
.service__choice__sec .video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.service__choice__sec .choice__content__wrap .container,
.service__choice__sec .choice__content__wrap .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static,
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .service__choice__sec .choice__content__wrap .autoscroll__container__static,
.service__choice__sec .choice__content__wrap .autoscroll__wrapper__service .autoscroll__container__static,
.autoscroll__wrapper__service .service__choice__sec .choice__content__wrap .autoscroll__container__static,
.service__choice__sec .choice__content__wrap .case-study-container,
.service__choice__sec .choice__content__wrap .offcanvas-container,
.service__choice__sec .choice__content__wrap .dialog__box .dialog__content,
.dialog__box .service__choice__sec .choice__content__wrap .dialog__content {
  width: 100%;
  max-width: 100%
}

.service__choice__sec .choice__content__wrap .container .row [class*=col-],
.service__choice__sec .choice__content__wrap .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .row [class*=col-],
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .service__choice__sec .choice__content__wrap .autoscroll__container__static .row [class*=col-],
.service__choice__sec .choice__content__wrap .autoscroll__wrapper__service .autoscroll__container__static .row [class*=col-],
.autoscroll__wrapper__service .service__choice__sec .choice__content__wrap .autoscroll__container__static .row [class*=col-],
.service__choice__sec .choice__content__wrap .case-study-container .row [class*=col-],
.service__choice__sec .choice__content__wrap .offcanvas-container .row [class*=col-],
.service__choice__sec .choice__content__wrap .dialog__box .dialog__content .row [class*=col-],
.dialog__box .service__choice__sec .choice__content__wrap .dialog__content .row [class*=col-],
.service__choice__sec .choice__content__wrap .container .blog__list__sec .all__blog__list [class*=col-],
.service__choice__sec .choice__content__wrap .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .blog__list__sec .all__blog__list [class*=col-],
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .service__choice__sec .choice__content__wrap .autoscroll__container__static .blog__list__sec .all__blog__list [class*=col-],
.service__choice__sec .choice__content__wrap .autoscroll__wrapper__service .autoscroll__container__static .blog__list__sec .all__blog__list [class*=col-],
.autoscroll__wrapper__service .service__choice__sec .choice__content__wrap .autoscroll__container__static .blog__list__sec .all__blog__list [class*=col-],
.blog__list__sec .service__choice__sec .choice__content__wrap .container .all__blog__list [class*=col-],
.blog__list__sec .service__choice__sec .choice__content__wrap .hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .autoscroll__container__static .all__blog__list [class*=col-],
.hero-wrapper.hero-wrapper__home3 .hero-logo-wrapper .blog__list__sec .service__choice__sec .choice__content__wrap .autoscroll__container__static .all__blog__list [class*=col-],
.blog__list__sec .service__choice__sec .choice__content__wrap .autoscroll__wrapper__service .autoscroll__container__static .all__blog__list [class*=col-],
.autoscroll__wrapper__service .blog__list__sec .service__choice__sec .choice__content__wrap .autoscroll__container__static .all__blog__list [class*=col-],
.service__choice__sec .choice__content__wrap .case-study-container .blog__list__sec .all__blog__list [class*=col-],
.blog__list__sec .service__choice__sec .choice__content__wrap .case-study-container .all__blog__list [class*=col-],
.service__choice__sec .choice__content__wrap .offcanvas-container .blog__list__sec .all__blog__list [class*=col-],
.blog__list__sec .service__choice__sec .choice__content__wrap .offcanvas-container .all__blog__list [class*=col-],
.service__choice__sec .choice__content__wrap .dialog__box .dialog__content .blog__list__sec .all__blog__list [class*=col-],
.blog__list__sec .service__choice__sec .choice__content__wrap .dialog__box .dialog__content .all__blog__list [class*=col-],
.dialog__box .service__choice__sec .choice__content__wrap .dialog__content .blog__list__sec .all__blog__list [class*=col-],
.blog__list__sec .dialog__box .service__choice__sec .choice__content__wrap .dialog__content .all__blog__list [class*=col-] {
  padding: 0px
}

.service__choice__sec .choice__content__wrap .content__wrap {
  padding-top: 30px;
  padding-right: calc((100vw - 1260px)/2)
}

@media only screen and (min-width: 1024px) {
  .service__choice__sec .choice__content__wrap .content__wrap {
    margin-left: 85px
  }
}

@media only screen and (max-width: 1023.98px) {
  .service__choice__sec .choice__content__wrap .content__wrap {
    padding-left: calc((100vw - 1260px)/2)
  }
}

@media only screen and (max-width: 767.98px) {
  .service__choice__sec .choice__content__wrap .content__wrap {
    padding-inline: 20px
  }
}

.service__choice__sec .accordion__item {
  border-bottom: 1px solid #3d3d3d
}

.service__choice__sec .accordion__item.active .accordion__title {
  color: #C19734
}

.service__choice__sec .accordion__item.active .accordion__title::after {
  background-color: #C19734;
  transform: rotate(180deg)
}

.service__choice__sec .accordion__item.active .accordion__content {
  max-height: max-content
}

.service__choice__sec .accordion__header {
  padding-block: 20px
}

.service__choice__sec .accordion__title {
  color: inherit;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all .3s linear
}

@media only screen and (max-width: 1023.98px) {
  .service__choice__sec .accordion__title {
    font-size: 1.75rem
  }
}

@media only screen and (max-width: 767.98px) {
  .service__choice__sec .accordion__title {
    font-size: 1.625rem
  }
}

@media only screen and (max-width: 575.98px) {
  .service__choice__sec .accordion__title {
    font-size: 1.375rem
  }
}

.service__choice__sec .accordion__title::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  mask-image: url('/assets/images/home/accordion-arrow-down.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 30px;
  transition: all .3s linear
}

.service__choice__sec .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all .3s linear
}

.service__choice__sec .accordion__body {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.4117647059;
  color: inherit;
  padding-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
  .service__choice__sec .accordion__body {
    font-size: 1rem
  }
}

.service__choice__sec .accordion__body p {
  margin: 0 0 20px 0;
  color: inherit
}

.service__choice__sec .accordion__body .btn-link {
  color: #C19734;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.8888888889;
  text-decoration-color: #C19734;
  text-underline-offset: 4px
}

.service__choice__sec.light {
  background-color: #fff
}

.service__choice__sec.light .accordion__item.active .accordion__title {
  color: #C19734
}

.service__choice__sec.light .accordion__title::after {
  background-color: #000
}

.bg-faq {
  background-color: #000 !important;
}

.bg-faq .faq__accordion__item__title {
  color: #fff !important;
}

.bg-faq .faq__accordion__item__body {
  color: #A5A5A5 !important;
}

.about__core__sec {
  color: rgba(255, 255, 255, .8);
  background-color: #171717 !important;
}

@media only screen and (max-width: 1023.98px) {
  .about__core__sec {
    padding-bottom: 70px
  }
}

@media only screen and (max-width: 767.98px) {
  .about__core__sec {
    padding-bottom: 50px
  }
}

.about__core__sec .heading__wrap .heading__small__extra,
.about__core__sec .heading__wrap .webdegyork__principle__sec .principle__slider__details .swiper-slide .slide__title,
.webdegyork__principle__sec .principle__slider__details .swiper-slide .about__core__sec .heading__wrap .slide__title {
  font-weight: 600;
  line-height: 1.2104166667;
  margin-bottom: 30px
}

.about__core__sec .heading__wrap .heading__small__extra__2,
.about__core__sec .heading__wrap .casestudy__challenge__sec .content__block .list__item .title,
.casestudy__challenge__sec .content__block .list__item .about__core__sec .heading__wrap .title {
  font-family: "Sono", monospace;
  font-weight: 400;
  color: #fff
}

.about__core__sec .heading__wrap h2 {
  color: #fff;
  margin-bottom: 40px
}

@media only screen and (max-width: 767.98px) {
  .about__core__sec .heading__wrap h2 {
    margin-bottom: 25px
  }
}

.about__core__sec .heading__wrap h2 span {
  display: block;
  width: max-content;
  max-width: 100%
}

@media only screen and (min-width: 1024px) {
  .about__core__sec .content__wrap {
    margin-right: -11px;
    position: sticky;
    top: 100px
  }
}

.about__core__sec .content__wrap p {
  width: min(550px, 100%)
}

.about__core__sec .content__block .figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  padding-top: 37.5189107413%;
  margin-top: 40px
}

.about__core__sec .content__block .figure img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about__core__sec .value__list {
  width: 100%
}

.about__core__sec .value__list__wrap {
  width: min(558px, 100%);
  position: relative;
  height: 100%
}

@media only screen and (min-width: 1024px) {
  .about__core__sec .value__list__wrap {
    margin-left: auto
  }
}

.about__core__sec .value__list__block {
  height: 100%
}

.about__core__sec .value__list__accordion .value__list__item {
  align-items: center;
  cursor: pointer
}

.about__core__sec .value__list__accordion .value__list__item.active .value__list__item__title::after {
  mask-image: url("../images/technology/minus.svg")
}

.about__core__sec .value__list__accordion .value__list__item__figure {
  align-self: self-start
}

.about__core__sec .value__list__accordion .value__list__item__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0
}

.about__core__sec .value__list__accordion .value__list__item__title::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ffcd55;
  mask-image: url("../images/technology/add.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  flex-shrink: 0
}

.about__core__sec .value__list__accordion .value__list__item .content {
  padding-top: 25px;
  display: none;
  cursor: default
}

.about__core__sec .value__list__item {
  background: rgba(255, 255, 255, .1019607843);
  padding: 38px 34px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px 40px;
  align-items: flex-start
}

@media only screen and (max-width: 575.98px) {
  .about__core__sec .value__list__item {
    grid-template-columns: 60px 1fr;
    padding: 20px
  }
}

.about__core__sec .value__list__item:not(:last-child) {
  margin-bottom: 25px
}

.about__core__sec .value__list__item__figure {
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width: 575.98px) {
  .about__core__sec .value__list__item__figure {
    width: 60px
  }
}

.about__core__sec .value__list__item__figure img {
  width: 37px;
  height: 37px;
  object-fit: contain
}

@media only screen and (max-width: 575.98px) {
  .about__core__sec .value__list__item__figure img {
    width: 28px;
    height: 28px
  }
}

.about__core__sec .value__list__item__content {
  color: #e6e6e6;
  font-weight: 400;
  line-height: 1.4375
}

.about__core__sec .value__list__item__content p {
  margin: 0 0 20px 0
}

.about__core__sec .value__list__item__content p:last-child {
  margin-bottom: 0
}

.about__core__sec .value__list__item__content ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 8px;
  list-style: none
}

.about__core__sec .value__list__item__content ul li {
  padding-left: 18px;
  position: relative
}

.about__core__sec .value__list__item__content ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1;
  background-color: #e6e6e6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%)
}

.about__core__sec .value__list__item__content ul:last-child {
  margin-bottom: 0
}

.about__core__sec .value__list__item__content ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  padding-left: 8px
}

.about__core__sec .value__list__item__content ol li {
  padding-left: 14px;
  text-indent: -20px
}

.about__core__sec .value__list__item__content ol ul {
  list-style-type: disc;
  list-style: none;
  padding: 0;
  padding-left: 15px;
  margin: 0
}

.about__core__sec .value__list__item__content ol ul li {
  padding-left: 18px;
  text-indent: 0
}

.about__core__sec .value__list__item__title {
  color: #fff;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0px;
  line-height: 1.2104545455;
  margin: 0 0 20px 0
}

.about__core__sec .value__list__item__title:last-child {
  margin-bottom: 0px
}

@media only screen and (max-width: 1023.98px) {
  .about__core__sec .value__list__item__title {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 767.98px) {
  .about__core__sec .value__list__item__title {
    font-size: 1.125rem
  }
}

.about__core__sec.service__success__sec {
  color: #e6e6e6;
}

.about__core__sec.service__success__sec .content__block {
  width: min(470px, 100%)
}

.about__core__sec.service__success__sec .content__block .heading__wrap h2 span {
  display: inline
}

.about__core__sec.service__success__sec .content__block .figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  margin-top: 60px
}

.about__core__sec.service__success__sec .content__block .figure img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media only screen and (max-width: 767.98px) {
  .about__core__sec.service__success__sec .content__block .figure {
    margin-top: 40px
  }
}

.about__core__sec.service__success__sec .value__list {
  width: 100%
}

@media only screen and (max-width: 1023.98px) {
  .about__core__sec.service__success__sec .value__list {
    margin-top: 40px
  }
}

.about__core__sec.service__success__sec .value__list__wrap {
  width: 100%
}

@media screen and (min-width: 1200px) {
  .about__core__sec.service__success__sec .value__list__wrap {
    margin-left: -44px
  }
}

.about__core__sec.service__success__sec .value__list__item {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  grid-template-columns: 37px 1fr;
  gap: 31px;
  border-radius: 0px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.about__core__sec.service__success__sec .value__list__item:not(:last-child) {
  margin-bottom: 36px
}

.about__core__sec.service__success__sec .value__list__item:last-child {
  padding-bottom: 0px;
  border-bottom: none
}

.about__core__sec.service__success__sec .value__list__item__figure {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%
}

@media only screen and (max-width: 575.98px) {
  .about__core__sec.service__success__sec .value__list__item__figure {
    width: auto
  }
}

.about__core__sec.service__success__sec .value__list__item__figure img {
  width: 37px;
  height: 37px;
  object-fit: contain
}

@media only screen and (max-width: 575.98px) {
  .about__core__sec.service__success__sec .value__list__item__figure img {
    width: 35px;
    height: 35px
  }
}

.about__core__sec.service__success__sec .value__list__item__content {
  color: rgba(255, 255, 255, .8)
}

.nodedes h5 {
  font-family: "Sono", monospace;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 28px;
  margin: 40px 0 26px 0
}

.nodedes ul {
  --gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 52px 0;
  display: grid;
  gap: 21px 46px;
  grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 767.98px) {
  .nodedes ul {
    grid-template-columns: auto
  }
}

.nodedes ul:last-child {
  margin-bottom: 0
}

.nodedes ul li {
  font-weight: 400;
  line-height: 1.3333333333;
  position: relative;
  color: #000;
  background: #f6f6f8;
  border-radius: 20px;
  padding-left: 32px;
  padding: 11px 15px 18px 42px
}

.nodedes ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/services/star-icon.svg") no-repeat center center;
  position: absolute;
  top: 22px;
  left: 13px;
  transform: translateY(-50%)
}

/* overview responsive */
@media (max-width: 1024px) {
  .tech__business__sec .left-col img {
    margin-left: 0px !important;
    display: block;
    width: 361px;
    height: 300px;
  }

  .tech__business__sec .right-col {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 50px !important;

  }

  .tech__business__sec .heading-wrapper .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.service__imp__sec {
  color: #fff;
  background-color: black;
}

.service__imp__sec .service__imp__slider__wrapper {
  margin-top: 56px
}

@media only screen and (max-width: 1023.98px) {
  .service__imp__sec .service__imp__slider__wrapper {
    margin-top: 30px
  }
}

@media only screen and (max-width: 767.98px) {
  .service__imp__sec .service__imp__slider__wrapper {
    margin-top: 14px
  }
}

@media only screen and (max-width: 1023.98px) {
  .service__imp__sec .service__imp__slider__wrapper .swiper-grid-column .swiper-wrapper {
    flex-direction: row
  }
}

.service__imp__sec .service__imp__slider__wrapper .swiper-pagination {
  position: static;
  margin-top: 25px
}

@media only screen and (min-width: 1024px) {
  .service__imp__sec .service__imp__slider__wrapper .swiper-pagination {
    display: none !important
  }
}

@media only screen and (min-width: 1024px) {
  .service__imp__sec .service__imp__slider__wrapper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 16px
  }
}

@media only screen and (max-width: 1023.98px) {
  .service__imp__sec .service__imp__slider__wrapper .swiper-slide {
    margin-top: 25px !important;
    height: auto !important
  }
}

.service__imp__sec .service__imp__slider__wrapper .swiper .card_hire {
  background: linear-gradient(117.48deg, #c39834bf -2.9%, rgba(0, 0, 0, 0) 27.91%);
  border: 1px solid #737373;
  border-radius: 12px;
  padding: 30px 20px 30px 20px;
  height: 100%
}

.service__imp__sec .service__imp__slider__wrapper .swiper .card__title {
  line-height: 1.2104545455;
  margin: 0 0 15px 0
}

.service__imp__sec .service__imp__slider__wrapper .swiper .card_hire hr {
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  border: none;
  width: 50px;
  height: 4px;
  border-radius: 30px;
  margin: 0 0 15px 0
}

.service__imp__sec .service__imp__slider__wrapper .swiper .card_hire p {
  line-height: 1.5;
  font-weight: 400;
  margin: 0
}

/* hire offshore key */

.service__expert__sec {
  color: #000;
  background-color: #fff
}

.service__expert__sec .key__expert__slider__wrapper .key__expert__title {
  line-height: 1.2142857143;
  margin: 0 0 45px 0
}

@media only screen and (max-width: 1023.98px) {
  .service__expert__sec .key__expert__slider__wrapper .key__expert__title {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 767.98px) {
  .service__expert__sec .key__expert__slider__wrapper .key__expert__title {
    margin-bottom: 10px
  }
}

.service__expert__sec .key__expert__slider__wrapper .key__expert__title span {
  color: #c39834
}

@media only screen and (max-width: 1023.98px) {
  .service__expert__sec .key__expert__slider__wrapper .swiper-grid-column .swiper-wrapper {
    flex-direction: row
  }
}

.service__expert__sec .key__expert__slider__wrapper .swiper-pagination {
  position: static;
  margin-top: 25px
}

@media only screen and (min-width: 1024px) {
  .service__expert__sec .key__expert__slider__wrapper .swiper-pagination {
    display: none !important
  }
}

@media only screen and (min-width: 1024px) {
  .service__expert__sec .key__expert__slider__wrapper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 25px 16px
  }
}

@media only screen and (max-width: 1023.98px) {
  .service__expert__sec .key__expert__slider__wrapper .swiper-slide {
    margin-top: 25px !important;
    height: auto !important
  }
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide a.card_key {
  transition: all .3s ease-in-out
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide a.card_key:hover {
  border-color: #c39834
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide .card_key {
  height: 100%;
  /* width: 400px; */
  display: grid;
  grid-template-columns: 60% 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, .6);
  border-radius: 10px;
  padding: 30px 26px;
  text-decoration: none
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide .card__title {
  color: #000;
  line-height: 1.2083333333;
  font-weight: 700;
  margin: 0 0 15px 0
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide .card_key p {
  color: #464646;
  margin: 0
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide .card__figure .figure {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide .card__figure .figure img {
  width: auto;
  height: 70px;
  object-fit: contain
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide .card_key.card__software {
  grid-template-columns: auto;
  padding: 24px 20px
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide .card_key.card__advanced {
  text-align: center;
  grid-template-columns: auto
}

.service__expert__sec .key__expert__slider__wrapper .swiper-slide .card_key.card__advanced .card__figure {
  width: 50px;
  aspect-ratio: 1;
  margin: auto
}

@media only screen and (min-width: 1024px) {
  .service__expert__sec .key__expert__slider__wrapper.key__expert__advanced__wrapper .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px
  }
}

.keyimage img {
  width: 119px !important;
}

/* sticky card */

.cards_wrap {
  height: 800vh;
  position: relative;
}

.cards {
  width: 38vw;
  text-align: center;
  font-size: 3vw;
  display: flex;
  position: sticky;
  bottom: 0;
  height: 50vh;
}

.cards:nth-child(2),
.cards:nth-child(6) {
  margin-left: auto;
}

.cards:nth-child(3),
.cards:nth-child(5) {
  margin-right: auto;
  margin-left: auto;
}

.cards__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  height: 20vw;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px);
}

.dark .sub-title {
  color: #fff !important;
}

.tab__content__nav::-webkit-scrollbar {
  width: 6px;
}

.tab__content__nav::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.tab__content__nav:hover::-webkit-scrollbar-thumb {
  background-color: #888;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.industry-listing-wrap .list-blocks {
  display: grid;
  gap: 20px
}

.industry-listing-wrap .list-blocks.two-col {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px
}

@media only screen and (max-width: 767.98px) {
  .industry-listing-wrap .list-blocks.two-col {
    grid-template-columns: repeat(1, 1fr)
  }
}

.industry-listing-wrap .list-blocks.three-col {
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 1023.98px) {
  .industry-listing-wrap .list-blocks.three-col {
    grid-template-columns: repeat(2, 1fr) !important
  }
}

@media only screen and (max-width: 767.98px) {
  .industry-listing-wrap .list-blocks.three-col {
    grid-template-columns: repeat(1, 1fr) !important
  }
}

.industry-listing-wrap .list-blocks.three-col .list-block .industry-grid .info .top-header .ind-sub p {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0px
}

.industry-listing-wrap .list-blocks .list-block .industry-grid {
  position: relative;
  height: 342px;
  border-radius: 12px;
  overflow: hidden
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .media {
  position: relative;
  height: 100%
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all cubic-bezier(0.43, -0.09, 0.47, 0.91) 300ms
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .media a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .media:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  content: ""
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info {
  color: #fff;
  overflow: hidden;
  transition: all cubic-bezier(0.43, -0.09, 0.47, 0.91) 500ms;
  z-index: 2
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .top-header {
  display: flex;
  align-items: center;
  padding: 9px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto !important;
  z-index: 2;
  opacity: 1;
  transition: all cubic-bezier(0.43, -0.09, 0.47, 0.91) 500ms
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .top-header .ind-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 68px;
  height: 68px;
  background: #1997aa;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%);
  margin-right: 20px;
  border-radius: 10px
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .top-header .ind-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1)
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .top-header .ind-sub .title {
  font-weight: 700;
  margin: 0;
  color: white;
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .top-header .ind-sub p {
  margin: 0;
  font-size: 22px;
  line-height: 1.2px;
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details {
  padding: 34px 38px 75px;
  position: absolute;
  z-index: 3;
  inset: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(100% + 2px));
  transition: all cubic-bezier(0.43, -0.09, 0.47, 0.91) 500ms;
  background: linear-gradient(124.96deg, rgba(187, 103, 237, 0.8) -5.88%, rgba(34, 148, 173, 0.8) 97.01%), linear-gradient(117.48deg, rgb(162, 162, 162) -2.9%, rgb(0, 0, 0) 27.91%)
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details .bottom-details-area {
  padding-right: 4px;
  height: 240px;
  overflow-x: hidden;
  overflow-y: auto
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details .bottom-details-area::-webkit-scrollbar {
  width: 5px
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details .bottom-details-area::-webkit-scrollbar-track {
  background: #b2b1aa
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details .bottom-details-area::-webkit-scrollbar-thumb {
  background: #ffcd55
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details .bottom-details-area::-webkit-scrollbar-thumb:hover {
  background: #ffcd55
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details a {
  color: #ffcd55;
  text-decoration: none
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details p {
  font-weight: 400;
  line-height: 1.3333333333;
  margin: 0 0 20px 0
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details p:last-child {
  margin-bottom: 0
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details a.circle-arrow {
  cursor: pointer
}

.industry-listing-wrap .list-blocks .list-block .industry-grid .info .bottom-details .circle-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all ease-in-out 200ms
}

.industry-listing-wrap .list-blocks .list-block .industry-grid:hover .media img {
  transform: scale(1.2)
}

.industry-listing-wrap .list-blocks .list-block .industry-grid:hover .info .top-header {
  opacity: 0;
  transform: translateY(-100px)
}

.industry-listing-wrap .list-blocks .list-block .industry-grid:hover .info .bottom-details {
  transform: translateY(0%)
}

.industry-listing-wrap .list-blocks .list-block .industry-grid:hover .info .bottom-details .circle-arrow {
  opacity: 1
}

.industry-listing-wrap .list-blocks .list-block .desc {
  margin: 20px 0
}

.industry-listing-wrap .list-blocks .list-block .desc p {
  margin: 0;
  color: #fff
}


.industry-listing-wrap.industry__listing__sec {
  color: #000;
  background-color: #fff
}

.industry-listing-wrap.industry__listing__sec .header__wrap {
  margin-bottom: 70px;
  width: 950px;
  max-width: 100%
}

.industry-listing-wrap.industry__listing__sec .list-blocks {
  gap: 26px 16px
}

.industry-listing-wrap.industry__listing__sec .list-blocks .list-block .industry-grid .media:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%)
}

.industry-listing-wrap.industry__listing__sec .list-blocks .list-block .industry-grid .info .top-header {
  padding: 9px 12px
}

.industry-listing-wrap.industry__listing__sec .list-blocks .list-block .industry-grid .info .top-header .ind-icon {
  margin-right: 29px
}

.industry-listing-wrap.industry__listing__sec .list-blocks .list-block .industry-grid .info .bottom-details {
  padding-top: 56px;
  padding-inline: 28px;
  background: linear-gradient(90.03deg, #A07028 15.41%, #C39834 59.53%)
}

.industry-listing-wrap.industry__listing__sec .list-blocks .list-block .industry-grid .info .bottom-details p {
  line-height: 1.2;
  font-size: 22px;
}

.industry-listing-wrap.industry__listing__sec .list-blocks .list-block .industry-grid .info .bottom-details .circle-arrow {
  color: #292b22
}

.industry-listing-wrap.industry__listing__sec .list-blocks .list-block .industry-grid:hover .info .bottom-details .circle-arrow {
  background-color: #ffcd55;
  color: #fff
}

.list__info {
  border-top: 1px solid rgba(230, 230, 230, .4);
  border-bottom: 1px solid rgba(230, 230, 230, .4);
  padding-block: 40px;
}

.list__info ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.list__info ul li {
  font-weight: 400;
  line-height: 1.21;
  color: rgba(255, 255, 255, .9);
  position: relative;
  padding-left: 42px;
  margin-bottom: 30px;
  font-size: 22px;
}

.list__info ul li:last-child {
  margin-bottom: 0
}

.list__info ul li::before {
  content: "";
  background-image: url("/assets/images/home/contact-lisi-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 4px
}

.list__info ul li strong {
  line-height: 1.2104545455;
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
}

.list__info ul li strong span {
  color: #ffcd55
}

.list__info .term__title {
  margin: 40px 0 0 0
}

.list__info .term__title a {
  color: #ab79fa;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5384615385
}

.contactdowncounter .data .data__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 55px;
  letter-spacing: 0px;
  line-height: 1.2058823529;
  color: #C19734;
  margin: 0 0 20px 0;

}

.footer-top {
  position: relative;
  padding: 80px 20px 0;
  background: url('/assets/images/home/earth.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
  z-index: 1;
}

.footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* black overlay with 60% opacity */
  z-index: -1;
}


@media only screen and (max-width: 1023.98px) {
  .footer-top {
    padding-top: 60px
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-top {
    padding-top: 50px
  }
}

@media only screen and (max-width: 575.98px) {
  .footer-top {
    padding-top: 40px
  }
}

.footer-top .title {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0 0 30px
}

@media only screen and (max-width: 1023.98px) {
  .footer-top .title {
    font-size: 2.625rem
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-top .title {
    font-size: 2rem
  }
}

@media only screen and (max-width: 575.98px) {
  .footer-top .title {
    font-size: 1.5rem
  }
}

.footer-top .tabs div[role=tablist] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media only screen and (max-width: 767.98px) {
  .footer-top .tabs div[role=tablist] {
    gap: 20px
  }
}

.footer-top .tabs div[role=tablist] .btn,
.footer-top .tabs div[role=tablist] body .alm-btn-wrap .alm-load-more-btn,
body .alm-btn-wrap .footer-top .tabs div[role=tablist] .alm-load-more-btn,
.footer-top .tabs div[role=tablist] .btn__border__gradient {
  min-width: 165px;
  margin: 0 10px;
  background: linear-gradient(180deg, #1997AA 30%, #FFCD55 80%)
}

.footer-top .tabs div[role=tablist] .btn span,
.footer-top .tabs div[role=tablist] body .alm-btn-wrap .alm-load-more-btn span,
body .alm-btn-wrap .footer-top .tabs div[role=tablist] .alm-load-more-btn span,
.footer-top .tabs div[role=tablist] .btn__border__gradient span {
  padding: 0 40px;
  background: #000
}

.footer-top .tabs div[role=tablist] .btn[aria-selected=false],
.footer-top .tabs div[role=tablist] body .alm-btn-wrap [aria-selected=false].alm-load-more-btn,
body .alm-btn-wrap .footer-top .tabs div[role=tablist] [aria-selected=false].alm-load-more-btn,
.footer-top .tabs div[role=tablist] [aria-selected=false].btn__border__gradient {
  color: #b2b1aa;
  background: #b2b1aa
}

.footer-top .tabs .tab-content {
  margin-top: 100px
}

.footer-top .tabs .tab-content div[role=tabpanel] .lead {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0px;
  color: #fff;
  margin: 0
}

@media only screen and (max-width: 1023.98px) {
  .footer-top .tabs .tab-content div[role=tabpanel] .lead {
    font-size: 1.375rem
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-top .tabs .tab-content div[role=tabpanel] .lead {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 575.98px) {
  .footer-top .tabs .tab-content div[role=tabpanel] .lead {
    font-size: 1rem
  }
}

.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
  margin-top: 20px
}

@media only screen and (max-width: 767.98px) {
  .footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul {
    flex-direction: column
  }
}

.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li {
  line-height: 1
}

@media only screen and (min-width: 768px) {
  .footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li {
    border-right: 1px solid #fff;
    padding-right: 15px
  }
}

.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li:last-child {
  border-right: none;
  padding-right: none
}

.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li.direction a {
  color: #c955ff;
  text-decoration: underline;
  text-underline-offset: 4px
}

.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li a,
.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li .list__link {
  color: rgba(255, 255, 255, .8);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 4px 0px 2px;
  gap: 15px;
  transition: all .3s linear
}

.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li a:hover,
.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li .list__link:hover {
  color: #ffcd55
}

.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li a span,
.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li .list__link span {
  width: 24px;
  height: 24px
}

.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li a span img,
.footer-top .tabs .tab-content div[role=tabpanel] .contact__list ul li .list__link span img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.footer-top .tabs .tab-content div[role=tabpanel] .map-link {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 2
}

.footer-top .tabs .tab-content div[role=tabpanel] .map-link svg path {
  transition: all ease-in-out 200ms
}

.footer-top .tabs .tab-content div[role=tabpanel] .map-link:hover {
  background: #1997aa
}

.footer-top .tabs .tab-content div[role=tabpanel] .map-link:hover svg path {
  stroke: #fff
}

.footer-top .tabs .tab-content div[role=tabpanel] .cityline {
  position: relative;
  z-index: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-top: 15.1470588235%;
  margin-top: 10px
}

.footer-top .tabs .tab-content div[role=tabpanel] .cityline img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@keyframes scroll-mouse {
  0% {
    top: 8px;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 32px;
    opacity: 0;
  }
}

.animate-scroll-mouse {
  animation: scroll-mouse 2s infinite linear;
}

.text-red-400 {
  color: #ff7f7f;
}

@media (max-width: 761px) {
  .res-mobn {
    width: 50%;
  }

  .res-mob-tex {
    font-size: 17px;
  }

  .chat-res-mob {
    width: 330px !important;
    height: 580px !important;
  }

  .res-chat-icon {
    width: 125px !important;
  }

  .res-in-mob {
    padding-right: 0 !important;
  }

  .typing-text {
    font-size: 16px !important;
  }

  .scalling__block__icon {
    height: 100px !important;
  }

  .resmobile {
    margin-top: 70px !important;
  }
  .resmobile2{
    margin-top: 180px !important;
  }
  .item-content .item__title{
    margin-top: 15px !important;
  }
  .btn.focus, .btn:focus{
    box-shadow: none !important;
  }
  .testi-footer{
    margin-top: 0 !important;
  }
  .starts__dynamic .starts{
    height: 23px !important;
  }
  .strategy__discover__sec  .container{
    padding: 0 !important;
  }
  .pro-btn {
    justify-content: center !important;
    margin-right: 0 !important;
  }
  .industry-demand-wrapper .industry-block-cols .fixed-block-col .industry-media img{
    height: 300px !important;
    object-position: center;
  }
  .industry-media{
    height: 300px !important;
  }
  .industry-demand-wrapper.home__sec2 .industry-block-cols .fixed-block-col .industry-content .top-panel{
    border-top-right-radius: 0px !important;
  }
  .footer-middle {
    background: none;
    background-color: #050A1E;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0px;
  }
  .consultation{
    font-size: 30px !important;
  }
  .res-ad .sub-title{
    text-align: center;
  }
  .hero-img{
    width: 200px;
    margin-top: 27px;
  }
  .ratings {
    display: flex;
    flex-direction: column;
    gap: 10px; /* spacing between buttons */
  }
  .main-headingtech{
    margin-bottom: 50px;
    margin-top: 0 !important;
  }
  .technology-section .sub-heading{
    margin-bottom: 35px !important;
  }
  .frontend, .backend, .mobile, .hero, .javascript, .angular, .reactjs, .vuejs, .reactnative, .ios, .android, .flutter, .webappbg{
    height: 110vh;
  }
  .hero-img-java{
    width: 100px !important;
  }
  .tech__spectrum__sec h2{
    margin-top: 50px;
  }
  .nodejs-benefits-section h2{
    font-size: 26px !important;
    padding: 5px;
  }
  .nodejs-benefits-section p{
    padding: 5px;
  }
  .accordion li a span:after{
    width: 20px;
  }
  .res-engag{
    margin-bottom: 50px;
  }
  .tech__business__sec h3{
    text-align: center;
  }
  .banner-slider-section .owl-item-content-box .slider-content h1{
    font-size: 30px !important;
  }
  .slider-content h2{
    font-size: 30px !important;
  }
  .content p{
    display: none !important;
  }
  .slider-button {
    margin-top: 30px !important;
  }
  .chat-close-btn svg{
    width: 18px !important;
  }
}

@keyframes bounce {

  0%,
  to {
      transform: translateY(-25%);
      animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
      transform: none;
      animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

.animate-bounce {
  animation: bounce 1s infinite
}