
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/***** General CSS *****/
html{
  font-size: 62.5%;
}
body {
  word-break: break-word;
  font: 1.5rem/2.5rem 'Roboto', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}
a:focus{color:#fff;}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 2rem;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-size: clamp(1.1rem,2vw,1.6rem);
  line-height: clamp(2rem,2vw,3rem);
  font-family: 'Roboto', sans-serif;
  color: #282828;
}

/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.text-right {
  text-align: end;
}


.text-left {
  text-align: left;
}

.text-cenetr {
  text-align: center;
}


.btn.btn_red {
  font-size: clamp(1.3rem,1vw,1.6rem);
  line-height: clamp(1.2rem,2vw,2rem);
  font-weight: 500;
  padding: 0rem;
  color: #fff;
  margin: 2rem 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  text-transform: capitalize;
  border: 0.1rem solid #ed1b24;
  text-transform: capitalize;
  background: #ed1b24;
  width: 26.6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}

.btn.btn_red:focus, .btn.btn_red:hover {
    background: transparent;
    color: #ed1b24;
    border: 0.2rem solid #ed1b24;
}


img.pull-left,
.imgOverlay.pull-left {
  margin: 0 3rem 2rem 0;
}

img.pull-right {
  margin: 0 0 2rem 3rem;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

.red_50 {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  color: #ed1b24;
  margin: 0 0 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.black_50 {
  color: #0c0c0c;
  font-size: 5rem;
  line-height: 5.5rem;
}

h1 {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  color: #fff;
  font-weight: 500;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;

}

h2 {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  color: #393939;
  font-weight: 500;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-size: clamp(2rem,6vw,3rem);
  line-height: clamp(2.5rem,7vw,3.4rem);
  color: #000000;
  font-weight: 900;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;
}

h4, .h4 {
  font-size: clamp(1.6rem,2vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #282828;
  font-weight: 900;
  margin: 0 0 1rem 0;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
h5 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #393939;
  font-weight: 500;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;

}

h6 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #393939;
  font-weight: 500;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;

}

input[type="text"],
input[type="password"],
select,
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  border: 1rem solid #ececec;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #575757;
  height: 4rem;
  margin-bottom: 2rem;
  width: 100%;
  padding: 0rem 1.5rem;
  border-radius: 0;
}

textarea {
  padding: 1rem;
  height: 16.7rem;
}

input[type="submit"] {
  color: #fff;
  background-color: #33458d;
  height: 5.5rem;
  padding: 0rem 6.5rem;
  font-size: 1.2rem;
  line-height: 2rem;
  border: 0.2rem solid #33458d;
  border-radius: 0;
  text-transform: capitalize;
  margin-bottom: 2rem;
  font-weight: 600;
}

input[type="submit"]:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background-color: #fff;
  color: #33458d;
  border-color: #33458d;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 4rem 0 3rem;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 1rem 2rem 0;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


.six_sigma {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(4rem,8vw,13rem);
  color: #fff;
  font-weight: 700;
  margin: 0 0 2rem 0;
  font-family: 'Roboto', sans-serif;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

#bann .blank_text {
  line-height: clamp(3rem,5vw,6rem);
  font-size: clamp(2rem,4vw,5rem);;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #ffffff;
}

a.six_btn {
  color: #ed1b24;
  font-size: 1.6rem;
  font-weight: 600;
}

#bann .bold_white {
  font-size: clamp(2rem,4vw,5rem);
  line-height: clamp(3rem,5vw,6rem);
}

.big_back {
  /* width: 254rem; */
  /* height: 82rem; */
  display: inline-flex;
  font-size: clamp(2rem,5vw,6.5rem);
  font-weight: 700;
  background: #ed1b24;
  border-radius: 9rem;
  border: 0.2rem solid #fff;
  justify-content: center;
  align-items: center;
  padding: 0rem 1rem;
}

.blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}


.bold_white {
 font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  /* margin: 0 0 2rem; */
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-weight: 900;
}
#grow_room .bold_white {
    color: #282828;
}

.main_banner {
    background: #000 url(../images/banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10% 0 0%;
    height: clamp(76rem,80vw,118rem);
}
.banner_text p {
  font-weight: 400;
  font-size: clamp(1.1rem,1.4vw,1.6rem);
  line-height: clamp(2rem,2vw,3rem);
  color: #fff;
  width: 100%;
  margin: 0 0 2rem 0;
}
.dual_btnone {
  font-size: clamp(1.2rem,1vw,1.5rem);
  line-height: clamp(1.8rem,2vw,2rem);
  font-weight: 900;
  padding: 1.5rem 4.5rem;
  color: #fff;
  margin: 2rem 0rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  text-transform: capitalize;
  border: 0.2rem solid #000;
  text-transform: capitalize;
  background: #000;
  font-family: 'Roboto', sans-serif;
}
.dual_btnone:hover {
  background: #fff;
  color: #000;
  border: 0.2rem solid #000;


}

.dual_btntwo {
  font-size: clamp(1.2rem,1vw,1.5rem);
  line-height: clamp(1.8rem,2vw,2rem);
  font-weight: 900;
  padding: 1.5rem 1.3rem;
  color: #fff;
  margin: 2rem 0rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  text-transform: capitalize;
  border: 0.2rem solid #fff;
  text-transform: capitalize;
  background: #ffffff2e;
  font-family: 'Roboto', sans-serif;
}


.dual_btntwo:hover {
  background: #000;
  color: #fff;
  border: 0.2rem solid #000;


}

.dual_btn {
  display: inline-flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 64%;
  gap: 1.5rem;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
.banner_text .h4 {
  color: #fff;
}

/*slick slider in tabs css start*/


/* Style the tab */

.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}


/* Style the buttons that are used to open the tab content */

.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1.4rem 1.6rem;
  transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab_sec .tab button:hover {
  background-color: #ddd;
}


/* Create an active/current tablink class */

.tab_sec .tab button.active {
  background-color: #ccc;
}


/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 0.6rem 1.2rem;
  border: 0;
}

.tabcontent.active {
  display: block;
}


/*process css start*/

.proces_sec {
  position: relative;
  padding: 5% 0;
}

.proces_sec .container {
  position: relative;
  z-index: 5;
}


/*.stock_heding {
    position: relative;
    display: block;
}

.stock_heding:after {
    position: absolute;
    content: 'Process';
    font-size: 160rem;
    line-height: 150rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1rem;
    -webkit-text-stroke-color: #cfcfcf;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    height: 200rem;
    top: -98rem;
    left: 0;
    z-index: 1;
}*/

.proces_sec .main_heading .bold_white {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(4rem,8vw,13rem);
  color: #282828;
  font-weight: 900;
}

.red_text {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(4rem,8vw,13rem);
  color: #ed1b24;
  font-weight: 900;
  margin: 0 0 2rem;
  text-transform: capitalize;
}

.proces_sec .main_heading .blank_text {
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.2rem;
  -webkit-text-stroke-color: #28282875;
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(4rem,8vw,13rem);
}
.heading-box {
  padding: 0rem 0 2%;
}
.para-box {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.main_heading .big_p {
  font-size: clamp(1.5rem,2vw,2.5rem);
  line-height: clamp(2.5rem,3vw,3.5rem);
  color: #282828;
  font-weight: 400;
  margin: 0 0 1.5rem;
}

.process_div {
  position: relative;
  width: 83%;
  margin: 0 0 7rem;
}

.process_div h3 {
  font-size: clamp(1.8rem,2vw,2.2rem);
  line-height: clamp(2.8rem,3vw,3.2rem);
  color: #282828;
  font-weight: 900;
  margin: 0 0 0rem;
  font-family: 'Roboto', sans-serif;
}

.process_div p {
  font-size: clamp(1.1rem,3vw,1.6rem);
  line-height: clamp(2rem,6vw,2.6rem);
  color: #282828;
  margin: 1rem 0 0;
}


.process_div.process_2 {
  margin: 0 0 7rem -13rem;
}


.process_1:after {
  content: "";
  background: url("../images/arrow-left.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  right: -15rem;
  top: 0rem;
}

.process_2:after {
  content: "";
  background: url("../images/arrow-roll-left.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  right: -15rem;
  top: 0rem;
}


.process_3:after {
  content: "";
  background: url("../images/arrow-down-left.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  right: -13rem;
  top: 0rem;
  transform: rotate(10deg);
}


.process_4:after {
  content: "";
  background: url("../images/arrow-down-left.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  left: -14rem;
  top: 5rem;
  transform: rotate(175deg);
  bottom: 0;
}

.process_5:after {
  content: "";
  background: url("../images/arrow-roll-right.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  left: -15rem;
  top: 0rem;
}

.process_6:after {
  content: "";
  background: url("../images/arrow-left.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  left: -14rem;
  top: 5rem;
  transform: rotate(174deg);
  bottom: 0;
}

.process_div.process_5 {
  margin: 0 0 7rem 14rem;
}

.process_img img {
  display: block;
  margin: 0 auto;
  width: 60%;
}


/*process css end*/

/*awrds section start */


.award_sec {
  position: relative;
  padding: 5% 0;
  background: #fff0f0;
}

.award_sec .container {
  position: relative;
  z-index: 5;
}


/*.stock_heding.awa{ position: relative; }




.stock_heding.awa:after {
    position: absolute;
    content: 'Six Sigma';
    font-size: 160rem;
    line-height: 150rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1rem;
    -webkit-text-stroke-color: #cfcfcf;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    height: 200rem;
    top: -98rem;
    right: 0rem;
    z-index: 1;
    left: inherit;
    text-align: right;
}
*/

.award_sec .blank_text {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(4rem,8vw,13rem);
  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.2rem;
  -webkit-text-stroke-color: #28282875;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  
}

.award_sec .bold_white {
  font-size: clamp(4rem,7vw,9.8rem);
  line-height: clamp(5rem,7vw,10.5rem);
  font-weight: 900;
  margin: 0 0 1rem;
  color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
/* .award_sec .red_text {
  font-size: 10rem;
  line-height: 10.5rem;
  color: #ed1b24;
  font-weight: 900;
  margin: 0 0 2rem;
} */

.ho_img img {
  margin: 0 0 2rem;
}

.sep_img {
  position: absolute;
  bottom: 29rem;
  right: 1rem;
  width: 10%;
}

.ho_img.ho_1,
.ho_img.ho_2 {
  margin: 25% 0 0 0;
}


/*service_sec start*/
.service_sec {
  padding: 5% 0 5%;
  position: relative;
  background: #0c0c0c;
}

#serv .blank_text {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(5rem,9vw,13rem);
}

/*
.ser{position: relative;display: block;}

.ser:after {
    position: absolute;
    content: 'Services';
    font-size: 130rem;
    line-height: 220rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 2rem;
    -webkit-text-stroke-color: #3d3d3d;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    text-align: right;
    z-index: 0;
    right: 0;
    top: -110rem;
}*/

.service_sec .heading-box .h4 {
  color: #ffffff;
}

.service_sec .h4 {
  color: #ffffff;
}


.service_sec .bold_white {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(5rem,9vw,13rem);
}

.service_sec .main_heading .big_p,
.service_sec .main_heading p {
  color: #fff;
}


.app_btn {
  width: 100%;
  height: 14rem;
  border: 0.2rem solid #343434;
  padding: 0rem 2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.4rem;
}


.app_btn p {
  color: #ffffff;
  margin: 0.9rem 0 0;
}

.ser_text .nav-tabs .nav-link.active,
.ser_text .nav-tabs .nav-item.show .nav-link {
  color: #49505700;
  background-color: #3e212100;
  border-color: inherit;
}

.ser_text .nav-tabs {
  border-bottom: 0;
}

.ser_text a.active .app_btn {
  background: #ed1b24;
}

.award_sec h2 {
  font-size: 5.5rem;
  line-height: 5rem;
}
.app_btn img {
  margin: 2rem 0 1rem;
}
.app_btn h4 {
  color: #ffffff;
  margin: 0 0 0rem;
}

/*deisgn dev sec start */
.desin_dev_sec {
  position: relative;
  padding: 5% 0 5%;
}


#desin_dev_main .blank_text {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(4rem,8vw,13rem);
}

.desin_dev_sec .container-fluid {
  padding: 0;
}

/*.des_ign {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
}
.des_ign:after {
    position: absolute;
    content: 'Design';
    font-size: 160rem;
    line-height: 150rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 2rem;
    -webkit-text-stroke-color: #cfcfcf;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    height: auto;
    top: -90rem;
    right: 0;
    z-index: 1;
    text-align: right;
}*/

#desin_dev_main .blank_text {
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
}

#desin_dev_main .bold_white {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(6.2rem,11vw,13rem);
  margin: 0 0 1rem;
  color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-weight: 900;
}

#desin_dev_main .red_main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}


#desin_dev_main .red_main a.btn.btn_black, #desin_dev_main .red_main a.btn.btn_red {
  padding: 1.5rem 1.5rem;
  width: 14rem;
  height: auto;
}

/*vr sec start */


.vr_sec {
    padding: 16% 0 2%;
    position: relative;
    background: url("../images/vr_bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#vr_main {}

#vr_main h3 {
  font-size: 7rem;
  line-height: 8rem;
  color: #ed1b24;
  font-weight: 600;
  margin: 0 0 2rem;
}


#vr_main .red_text {
  font-size: clamp(3rem,5vw,5.9rem);
  line-height: clamp(3.5rem,6vw,6.5rem);
  margin: 0;
}
#vr_main .h4 {
  font-size: clamp(1.6rem,2vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #fff;
  font-weight: 500;
  margin: 0 0 1.5rem;
  font-family: 'Roboto', sans-serif;
}

#vr_main .bold_white {
  font-size: clamp(1.6rem,3vw,3.4rem);
  line-height: clamp(2.5rem,4vw,4rem);
  font-weight: 900;
  margin: 0 0 1rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  display: block;
}

#vr_main .big_p {
  font-size: clamp(1.5rem,2vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #fff;
  margin: 0 0 1rem;
  width: 80%;
  float: right;
}

#vr_main .small_p {
  color: #fff;
  margin: 0 0 2rem;
  


}

#vr_main .para-box {
  height: 100%;
  align-items: center;
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  float: right;
}


#vr_main a.btn.btn_red {
  float: right;
  width: fit-content;
  height: 5rem;
  font-size: clamp(1.1rem,3vw,1.6rem);
  padding: 0 1.5rem;
}

#vr_main h3 {
  font-size: 5.4rem;
  line-height: 6rem;
  color: #ed1b24;
  font-weight: 600;
  margin: 0 0 0rem;
}

#vr_main .blank_text {
  line-height: clamp(3rem,4vw,7rem);
  font-size: clamp(2.6rem,3vw,5rem);
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #ffffff;
}

#vr_main .heading-box {
  position: relative;
}

/*.ar {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
}
.ar:after {
    position: absolute;
    content: 'AR';
    font-size: 140rem;
    line-height: 140rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1rem;
    -webkit-text-stroke-color: #ffffff75;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    bottom: 30rem;
    left: -290rem;
    text-align: left;
    z-index: 9;
    right: inherit;
}

*/

.text_slider .slick-prev,
.text_slider .slick-next {
  top: 40%;
  width: 2rem;
  height: 2rem;
  z-index: 99;
}

.text_slider .slick-prev {
  left: 1rem;
}

.text_slider .slick-next {
  right: -1rem;
}

.text_slider .slick-next:before {
  content: '';
  background: url(../images/tarrow.png) no-repeat;
}

.text_slider .slick-prev:before {
  content: '';
  background: url(../images/tarrow.png) no-repeat;
  transform: rotate(180deg);
}

.text_slider .slick-prev:before,
.text_slider .slick-next:before {
  font-size: 0rem;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  z-index: 9;
}

.text_slider .slick-prev.slick-disabled:before,
.text_slider .slick-next.slick-disabled:before {
  opacity: 1;
}


.text_slider .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

/*soft sec start */


.soft_sec {
  padding: 5% 0 6%;
  position: relative;
  background: #1c1f24;
}

#soft_main {}

#soft_main h3 {
  font-size: 7rem;
  line-height: 8rem;
  color: #ed1b24;
  font-weight: 600;
  margin: 0 0 2rem;
}


#soft_main h4 {
  font-size: 7rem;
  line-height: 7.5rem;
  margin: 0;
}

#soft_main h5 {
  font-size: 7rem;
  line-height: 7.5rem;
  color: #ed1b24;
  font-weight: 900;
  margin: 0 0 0rem;
  font-family: 'Roboto', sans-serif;
}

#soft_main .bold_white {
  font-size: clamp(4.3rem,8vw,8rem);
  line-height: clamp(5rem,9vw,9rem);
  font-weight: 900;
  margin: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  display: block;
}
#soft_main .blank_text.t {
  font-size: 7rem;
}

#soft_main .big_p {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #fff;
  margin: 0 0 10rem;
}

#soft_main .small_p {
  color: #fff;
  margin: 0 0 2rem;
}

#soft_main .para-box {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}


.main_banner .banner_text .dual_btn .dual_btntwo {
    display: none;
}

#soft_main .red_text {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(5rem,9vw,13rem);
  color: #ed1b24;
  font-weight: 600;
  margin: 0 0 0rem;
}


#soft_main .heading-box {
  position: relative;
}

#soft_main .blank_text {
  font-size: clamp(4rem,6vw,8rem);
  line-height: clamp(5rem,8vw,10rem);
}
/*.softe {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
}
.softe:after {
    position: absolute;
    content: 'Software';
    font-size: 160rem;
    line-height: 160rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 2rem;
    -webkit-text-stroke-color: #3d3d3d;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    bottom: 30rem;
    left: inherit;
    text-align: center;
    z-index: 9;
    right: inherit;
}*/
.mobile_lis {}


.mobile_lis ul {
  padding: 0 0 0 28%;
}

.mobile_lis ul li {
  position: relative;
  font-size: clamp(1.6rem,2vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #cfcfcf;
  margin: 0 0 4rem;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-weight: 400;
}

.mobile_lis ul li:after {
  position: absolute;
  content: '';
  top: 0;
  left: -5rem;
  width: 4rem;
  height: 4rem;
  background: url(../images/check.png) no-repeat;
}

.mobile_lis ul li:hover li:after {
  transform: rotate(360deg);
}

.mobile_lis {
  background: url(../images/mb_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 17% 0;
}

/*get in touch  css start*/

#get_in {}


.get_sec {
  padding: 5% 0;
}


#get_in .blank_text {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(5rem,9vw,13rem);
  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

#get_in .bold_white {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(5rem,9vw,13rem);
  font-weight: 900;
  margin: 0 0 1rem;
  color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
.get_form input[type="text"],
.get_form input[type="email"],
.get_form input[type="number"],
.get_form textarea,
.get_form input[type="tel"] {
  border: 0.1rem solid #b2b2b2;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #575757;
  height: 5.2rem;
  margin-bottom: 2rem;
  width: 100%;
  padding: 0rem 1.5rem;
  border-radius: 0.5rem;
  resize: none;
}

.get_form textarea {
  height: 12rem;
  padding: 2rem;

}

.get_form .btn.btn_black {
  margin: 0 auto;
  display: block;
}

.btn.btn_black {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 1.5rem 5.5rem;
  color: #fff;
  margin: 2rem 0rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  text-transform: capitalize;
  border: 0.2rem solid #000;
  text-transform: capitalize;
  background: #000;
  font-family: 'Roboto', sans-serif;

}

.btn.btn_black:hover {
  background: #fff;
  color: #000;
  border: 0.2rem solid #000;


}


/* Chrome, Safari, Edge, Opera */
.get_form input::-webkit-outer-spin-button,
.get_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.get_form input[type=number] {
  -moz-appearance: textfield;
}


/*achivement sec css start */


#logo_main {}

.logo_sec {
  background: #fff0f0;
  padding: 5% 0 5%;
}

.logo_div {}


.awards {}


/*.awards {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
}
.awards:after {
    position: absolute;
    content: 'Awards';
    font-size: 160rem;
    line-height: 160rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1rem;
    -webkit-text-stroke-color: #cfcfcf;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    left: inherit;
    text-align: right;
    z-index: 9;
    right: 170rem;
    top: -74rem;
}
*/
.logo_slider .slick-active,
.logo_slider .slick-slide {
  opacity: 1;
}


.logo_div img {
  width: 20rem;
  height: 14rem;
  margin: 0 auto;
  object-fit: contain;
}


#logo_main .blank_text {
  line-height: clamp(3.5rem,5vw,7.5rem);
  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-size: clamp(3rem,5vw,7rem);
}

#logo_main .red_text {
  font-size: clamp(4.3rem,7vw,12rem);
  line-height: clamp(5rem,8vw,13rem);
  margin: 0 0 0rem;
}


/*portfolio sec css start*/


#prot {}


.portfolio_sec {
  padding: 5% 0 5%;
}

#prot .red_text {
  margin: 0 0 0rem;
}


#prot .blank_text {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(4rem,8vw,13rem);
  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

.port_img img {
  margin: 0 0 2rem;
  width: 100%;
}

.port_btn {
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 3rem;
}


.port_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}


.port_btn a.btn.btn_black, .port_btn a.btn.btn_red {
  padding: 1.5rem 1.5rem;
  width: 13rem;
  height: auto;
}

/*counter sec start */

.counter_sec {
  background: #0c0c0c;
  padding: 5% 0;
  position: relative;
}


.counter {
  font-size: clamp(6rem,6vw,14rem);
  color: #ed1b24;
  font-weight: 900;
  line-height: clamp(7rem,8vw,15rem);
  font-family: 'Roboto', sans-serif;
  position: relative;
  display: table;
  width: auto;
}

.counter:after {
  position: absolute;
  content: '';
  top: 2rem;
  right: -13rem;
  width: 11.8rem;
  height: 10rem;
  background: url(../images/plus.png) no-repeat;
}


.count_text h3 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0rem;
}

.count_text p {
  font-weight: 400;
  color: #fff;
  width: 75%;
  border-left: 0.1rem solid #fff;
  padding-left: 2rem;
}

#conut_main .quote{
    color:#fff;
    font-size:2.5rem;
    line-height:3rem;
}
#conut_main .bold_white {
  font-size: clamp(4rem,8vw,10rem);
  line-height: clamp(4.5rem,8vw,11rem);
  margin: 0;
}

#conut_main .blank_text {
  font-size: clamp(4rem,8vw,10rem);
  line-height: clamp(4.5rem,8vw,11rem);
  font-weight: 900;
  margin: 0 0 1.5rem;
  /* font-size: 8rem; */
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #ffffff;
}
#conut_main .why_text p {
  font-weight: 300;
  color: #fff;
  width: 70%;
}


#conut_main h5, #conut_main .h5 {
  font-size: clamp(1.6rem,3vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #ffffff;
  font-weight: 500;
  margin: 2rem 0 2rem;
}

/*
.why:after {
    position: absolute;
    content: 'Why';
    font-size: 450rem;
    line-height: 220rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 2rem;
    -webkit-text-stroke-color: #3d3d3d5e;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    text-align: center;
    z-index: 0;
    right: 0;
    top: 150rem;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

*/

/*faq sec css start */
#faq_main .six_sigma {
  font-size: clamp(4.3rem,8vw,12rem);
  line-height: clamp(4rem,8vw,13rem);
  color: #282828;
  font-weight: 900;
  margin: 0;
  font-family: 'Roboto', sans-serif;

  display: flex;
  gap: 3.5rem;
  align-items: center;
}
#faq_main .blank_text {
  font-size: clamp(4rem,8vw,10rem);
  line-height: clamp(5rem,8vw,11rem);
  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}


.faq_div .accordion-button {
  background-color: #f5f7fb00;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem,2vw,2rem);
  line-height: clamp(2rem,4vw,3rem);
  color: #282828 !important;
  font-weight: 700;
}

.animator-btn a,
.main_slider .carousel-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.faq_sec p, .faq_sec h4 {
  color: #282828;
  font-weight: 400;
}

.faq_div .accordion-item {
  background-color: #fff0;
  border: 0.2rem solid #707070;
  margin: 0 0 3rem;
  border-radius: 0;
}

.faq_div .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f5f7fb00;
  box-shadow: inset 0 -0.1rem 0 rgb(0 0 0 / 0%);
}

.faq_div .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.faq_div .accordion-item .accordion-button {
  border-radius: 0rem;
  margin: 0 0 0rem;
}

.faq_div .accordion-button:focus {
  box-shadow: 0 0 0 .25px rgb(13 110 253 / 0%)
}

.faq_sec {
  padding: 5% 0 0
}

.fa_head {
  padding: 0 0 2%;
}

.fa_head .h4 {
  color: #33358c
}

.faq_sec .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  background: inherit;
}

.faq_sec .accordion-button::after {
  flex-shrink: 0;
  width: 1.px;
  height: 1.25px;
  margin-left: auto;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  background: inherit;
  position:relative;
  top: -15px;

}

.faq_sec .accordion-collapse.collapse.show {
 background: #f2f2f2;
  transition: all 0.3s ease-in-out;
  

}

.faq_sec .accordion-collapse.collapse.show p {
  color: #0f0f0f;
}

.faq_sec .accordion-button.collapsed {
  background: #ffffff;
  border-radius: 0;
}

.faq_div .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #ed1b24;
  box-shadow: inherit;

}

.faq_div .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  transition: all 0.3s ease-in-out;
}

/*usa banner sec start */


.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: none;
  opacity: 1;
  width: 11rem;
  height: 5.2rem;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control-next-icon {
  background: url("../images/next.png")no-repeat;
}

.carousel-control-prev-icon {
  background: url("../images/prev.png")no-repeat;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 1.2rem;
  font-size: 2rem;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0rem;
}

.carousel-control.left {
  left: 0rem;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 1rem;
  height: 1.2rem;
  padding: 0;
  margin: 0.3rem !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 2rem;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /*background: rgba(0, 0, 0, 0.1);*/
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 1rem;
  height: 1.2rem;
}

#south .red_text {
  font-size: clamp(3rem,6vw,7.5rem);
  line-height: clamp(4rem,7vw,8rem);
  color: #ed1b24;
  font-weight: 900;
  margin: 0 0 2rem;
}

#south .h4 {
  font-size: clamp(1.5rem,2vw,2.5rem);
  line-height: clamp(2.5rem,3vw,2.9rem);
  color: #fff;
  font-weight: 900;
  margin: 0 0 2rem;
  font-family: 'Roboto', sans-serif;
}


#south .blank_text {
  line-height: clamp(12rem,15vw,22rem);
  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.2rem;
  -webkit-text-stroke-color: #fdfdfd70;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-size: clamp(10rem,18vw,30rem);
}


.south_slide_sec {}

.banner_text {
  padding: 7% 0;
}

/*new sec css start*/


.news_sec {
  padding: 5% 0 5%;
}


/*
.newss {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
}
.newss:after {
    position: absolute;
    content: 'Blogs';
    font-size: 170rem;
    line-height: 160rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1rem;
    -webkit-text-stroke-color: #847d7d3d;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 80%;
    left: inherit;
    text-align: right;
    z-index: 2;
    right: 0;
    top: -100rem;
}
*/
#news_main .blank_text {
  font-size: clamp(4.3rem,6vw,12rem);
  line-height: clamp(5rem,7vw,13rem);
  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

#news_main .red_text {
  margin: 0 0 0rem;
}

#news_main .heading-box h5 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #393939;
  font-weight: 700;
  margin: 0 0 0rem;
  font-family: 'Roboto', sans-serif;
}

.testimonials .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.test_img img {
  border-radius: 0.7rem 0.8rem 0rem 0rem;
}

.testimonials .slick-prev,
.testimonials .slick-next {
  top: 110%;
  width: 2rem;
  height: 2rem;
}


.testimonials .slick-prev {
  left: auto;
  right: 12rem;
}

.testimonials .slick-next {
  right: 5rem;
}

.testimonials .slick-next:before {
  content: '';
  background: url(../images/s_next.png) no-repeat;
}

.testimonials .slick-prev:before {
  content: 'ÃƒÂ¢Ã¢â‚¬ Ã‚Â';
  background: url(../images/s_prev.png) no-repeat;

}

.testimonials .slick-prev:before,
.testimonials .slick-next:before {
  font-size: 0rem;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 5rem;
}

.testimonials .slick-prev.slick-disabled:before,
.testimonials .slick-next.slick-disabled:before {
  opacity: 1;
}

.creative {
  background: #0c0c0c;
  padding: 2.1rem 4rem;
  margin: 0 0 0 2rem;
}

.creative .h3 {
  font-size: clamp(1.8rem,4vw,3rem);
  line-height: clamp(2.4rem,3vw,3.4rem);
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 2rem;
  font-family: 'Roboto', sans-serif;
  display: table;
  position: relative;
}

.creative .h3:after {
  position: absolute;
  content: '';
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: #ed1b24;
  border-radius: 0.5rem;
}


.creative p {
  font-weight: 300;
  color: #fff;
  width: 54%;
}

a.creat {
  color: #fff;
  font-size: clamp(1.3rem,3vw,1.8rem);
  font-weight: 700;
  position: relative;
  display: flex;
  z-index: 5;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}


a.creat i {
  padding-left: 0.5rem;
}

a.creat:after {
  position: absolute;
  content: '';
  top: -1rem;
  left: -1.5rem;
  width: 5.3rem;
  height: 5.1rem;
  background: url(../images/bt_bg.png) no-repeat;
  z-index: -1;
}

.creative .h4 {
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 0rem;
  font-family: 'Roboto', sans-serif;
  float: right;
}

.creative .h4 img {
  border-radius: 5rem;
}


/*contact css start */

#contact_main {}


.contact_sec {}


.contact_sec {
  position: relative;
  padding: 5% 0 5%;
  background: #ed1b24;
}

.contact_sec .container-fluid {
  padding: 0;
}

/*.cont {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
}
.cont:after {
    position: absolute;
    content: 'Contact Us';
    font-size: 174rem;
    line-height: 120rem;
    font-weight: 500;
    margin: 0 0 0rem;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1rem;
    -webkit-text-stroke-color: #ffffff75;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    height: auto;
    top: -90rem;
    right: 0;
    z-index: 1;
    text-align: center;
}*/
#contact_main .blank_text {
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #ffffff;
  font-size: clamp(4.3rem,6vw,12rem);
  line-height: clamp(5rem,7vw,13rem);
}

.red_text {
  font-size: clamp(4.3rem,6vw,12rem);
  line-height: clamp(5rem,7vw,13rem);
  color: #ed1b24;
  font-weight: 900;
  margin: 0 0 0rem;
  text-transform: capitalize;
}

#contact_main .btn.btn_red {
  margin: 5rem auto 0;
}

#contact_main .red_text, #contact_main .bold_white {
  color: #ffffff;
  font-size: clamp(4.3rem,6vw,12rem);
  line-height: clamp(5rem,7vw,13rem);
}
#contact_main h4 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 2rem;
  font-family: 'Roboto', sans-serif;

}

#contact_main .main_heading .big_p,
#contact_main .main_heading p {
  color: #fff;
}


.con_form input[type="text"],
.con_form input[type="email"],
.con_form input[type="number"],
.con_form textarea,
.con_form input[type="tel"] {
 border: 2px solid #000;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #575757;
  height: 5.2rem;
  margin-bottom: 2rem;
  width: 100%;
  padding: 0rem 1.5rem;
  border-radius: 6px;
  resize: none;
}

.con_form textarea {
  height: 12rem;
  padding: 2rem;

}

.con_form .btn.btn_black {}

.btn.btn_black {
  font-size: clamp(1rem,1vw,1.5rem);
    line-height: clamp(1.2rem,2vw,2rem);
  font-weight: 400;
  padding: 1.5rem 5.5rem;
  color: #fff;
  margin: 2rem 0rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  text-transform: capitalize;
  border: 0.2rem solid #000;
  text-transform: capitalize;
  background: #000;
  font-family: 'Roboto', sans-serif;

}

.btn.btn_black:hover {
  background: #fff;
  color: #000;
  border: 0.2rem solid #000;


}

.con_form {
  background: #fff;
  padding: 5rem 5rem 3rem;
  border-radius: 0.5rem;
  width: 83%;
  float: right;
}

.email_list {
  position: relative;
  padding: 0 0 0 10%;
}

.em_dv {
  padding: 0 0 0 24%;
  margin: 0 0 5rem;
  position: relative;
}

.em_dv i {
 display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 6rem;
  background: #fff;
  border-radius: 3px;
  float: left;
  font-size: 3rem;
  position: absolute;
  left: 0;
  color: #000;
}

.em_dv h5 {
  font-size: clamp(1.6rem,3vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0rem;
  font-family: 'Roboto', sans-serif;
}

.em_dv a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  display: block;
}

.social_icon {}

.social_icon h5 {
  font-size: clamp(1.6rem,3vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;



}

.social_icon li {}

.social_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 5rem;
  background: #fff;
  border-radius: 3px;
  float: left;
  font-size: 3rem;
  color: #000;

}

.social_icon ul {
  display: flex;
  gap: 1rem;
}

.email_list {
  position: relative;
  padding: 0 0 0 10%;
}

/*foooter css start */
.footerSec {
  background: #0c0c0c;
  /*padding: 0 0 2%;*/
}

.foot_logo {}


.foot_logo img {
 margin: 0 auto;
  display: block;
  animation-duration: 2s;
  animation-delay: 300ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
  width: 90px;
  padding: 10px;
}

.foot_logo {
  background: #fff;
  width: 13rem;
  height: 13rem;
  margin: 0 auto;
  border-radius: 0rem 0rem 17rem 17rem;
}

.foot_links h5 {
  color: #fff;
  font-size: clamp(1.6rem,3vw,1.9rem);
  line-height: clamp(2rem,3vw,2.9rem);
  margin: 0 0 2rem;
}


.foot_links ul li a {
  color: #b7b6b6;
  font-size: clamp(1.2rem,2vw,1.5rem);
  line-height: clamp(1.5rem,5vw,2.3rem);
  display: block;
  margin: 0 0 0.5rem;
  font-weight: 400;
}

.foot_links ul li a:hover {
  color: #ed1b24;
}

.foot_links {
  padding: 16% 0 6% 20%;
}

.logo_slider .logo_div img {
  width: 20rem;
  height: 12rem;
  margin: 0 auto;
  object-fit: contain;
  background: #fff;
  border-radius: 0.7rem;
  padding: 2rem;
}

.copy_right {
  padding: 10px 0;
  background: #1e1d1d;
}

.copy_right p {
  color: #b7b6b6;
  font-size: clamp(1.2rem,2vw,1.5rem);
  text-align: center;
  font-weight: 400;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
.foot_links ul li a strong {
  color: #e91b23;
}

.footerSec hr {
  margin: 0.2rem 0;
  color: inherit;
  background-color: #fff;
  border: 0;
  opacity: 1;
  display:none;
}

.bord {
  position: relative;
}

.bord:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 23rem;
  background: #8080807a;
  top: 5rem;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

/*/ growing gaming industry /*/

.grow_game_ind {
  padding: 5% 0 0;
}
#grow_develop .red_text {
    font-size: 6rem;
    line-height: 6.5rem;
    color: #ed1b24;
    font-weight: 900;
    margin: 0 0 0rem;
}
#grow_develop .blank_text { 
    font-size: 6rem;
    line-height: 7.5rem;
        -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 0.1rem;
    -webkit-text-stroke-color: #282828;
 }
#grow_develop .heading-box {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 #grow_develop .bold_white {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 900;
    margin: 0 0 1rem;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}


#grow_game .bold_white {
  font-size: 5rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin: 0 0 1rem;
  color: unset;
  text-transform: capitalize;
}

.growing_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid black;
  padding: 4.9rem 0rem;
  border-radius: 2rem;
  height: 100%;
  transition: all 0.3s ease-in-out;


}

.growing_card:hover {
  border: 0.2rem solid #ed1b24;
  color: #fff;
  background: #ed1b24;
}

.growing_card:hover h2 {
  color: #fff;
}
.growing_card:hover h5,
.growing_card:hover .h5 {
  color: #fff;
}

.growing_card.red {
  border: 0.2rem solid #ed1b24;
  background: #ed1b24;
  color: #fff;
}

.growing_card.red:hover {
  border: 0.2rem solid #000;
  background: #fff;
  color: unset;
}

.growing_card.red:hover h2 {
  color: #ed1b24;
}
.growing_card.red:hover h5,
.growing_card.red:hover .h5 {
  color: #ed1b24;
}

.growing_card p {
  width: 40%;
  text-align: center;
}

.growing_card h2 {
  color: #ed1b24;
}

.growing_card h5, .growing_card .h5 {
  color: #ed1b24;
  font-size: clamp(2.5rem,3vw,5.5rem);
}
.growing_card.red h2 {
  color: #fff;
}
.growing_card.red h5,
.growing_card.red .h5 {
  color: #fff;
}

.growing_card p {
  width: 80%;
  text-align: center;
  font-size: clamp(1.3rem,2.5vw,3.6rem);
  line-height: 1.3;
  font-weight: 700;
}

.growing_para_box {
  padding: 3.4rem 0rem 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.growing_para_box ul {
  width: 81%;
  line-height: 3.5rem;
}

.growing_para_box ul li {
  display: inline;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem,3vw,2rem);
  font-weight: 600;
  color: #282828;
  padding: 2rem;
  line-height: clamp(2rem,4vw,2.4rem);
}

.circle {
  display: inline-block;
  border: 0.7rem solid #ed1b24;
  border-radius: 5rem;
  width: 2rem;
  height: 2rem;
}

.gradient_bg {
  background: linear-gradient(0deg, #f79fa3, transparent);
}

/*/ growing gaming industry end /

/ unreal engine game development  /*/
#engine .heading-box {
  padding: 0 0 3%;
}

.unreal_engine .red_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  color: #ed1b24;
  margin: 0 0 0rem;
}

.unreal_engine .heading-box .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  text-transform: capitalize;
  font-weight: 900;
}
.unreal_engine .black_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  color: #000000;
  margin: 0 0 2rem;
  font-weight: 900;
}
.black_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  color: #000000;
  margin: 0 0 1rem;
  font-weight: 900;
}

.unreal_engine_txt-box {
    padding: 0 0 0 4rem;

}

.unreal_engine_txt-box .bold_para {
  font-size: clamp(1.6rem,3vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  width: 58%;
  font-weight: 500;
}

.unreal_engine_txt-box p {
  width: 75%;
  font-size: 1.6rem;
}

.unreal_engine_txt-box ul {
  padding: 2rem 0rem;
}

.unreal_engine_txt-box ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.5rem,2vw,2rem);
  line-height: clamp(2rem,3vw,3rem);
  font-weight: 600;
  padding: 0.2rem 0rem;
}

/*/ unreal engine game development end /

/ ================chatgpt developer css============= /*/
.display_img_box {
  position: relative;
  padding:3rem;
}
.display_img_box img {
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 50% 0%;
}

.display_img_box.reverse {
  border-radius: 50% 50% 0% 50%;
}
.display_img_box.reverse img {
  border-radius: 50% 50% 0% 50%;
}
.display_img_box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: url("../images/chatgpt_dev_bg_circle.jpg") no-repeat bottom;
  bottom: 0%;
  right: -15%;
  display: block;
  z-index: -1;
}

.display_img_box.reverse::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: url("../images/chatgpt_dev_bg_circle.jpg") no-repeat bottom;
  bottom: 0%;
  right: unset;
  left: -15%;
  display: block;
  z-index: -1;
}
.chatgpt_developer_txt-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-start;
  justify-content: center;
}

.chatgpt_developer_txt-box .red_text {
    font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
    color: #ed1b24;
    margin: 0;
}
.chatgpt_developer_txt-box  .heading-box {
    padding: 0;
}
.chatgpt_developer_txt-box .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  margin: 0 0 0rem;
 
  -webkit-text-stroke-color: #282828;
}

.chatgpt_developer_txt-box .black_text {
 font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}
.chatgpt_developer_txt-box p {
  
}

.chatgpt_developer_txt-box h4 {
  font-family: sans-serif;
  font-weight: 700;
}

.chatgpt_developer_txt-box .quote {
  font-size: 2.5rem;
  font-weight: 900;
}

.chatgpt_developer_txt-box h1 {
  color: #000;
  font-size: 5rem;
  font-weight: 900;
  line-height: 4.8rem;
  letter-spacing: 0.2rem;
}

.chatgpt_developer_txt-box h1 span {
  color: #ed1b24;
}

.chatgpt_developer_txt-box p {
  width: 90%;
}
#faq_proc .six_sigma .blank_text {
	font-size: clamp(2.7rem,9vw,7rem);
	line-height: clamp(4rem,10vw,9rem);
	font-weight: 900;
	margin: 0 0 0rem;
	color: black;
	-webkit-text-fill-color: #ffffff00;
	-webkit-text-stroke-width: 0.1rem;
	-webkit-text-stroke-color: #282828;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}

.circle {
    display: inline-block;
    border: 0.4rem solid #ed1b24;
    border-radius: 5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.6rem;
}
.chatgpt_developer_txt-box .h5,
.unreal_engine_txt-box .h5,
.chatgpt_developer_txt-box .h5,
.chatgpt_developer_txt-box .h5{

  font-size: 2rem;
  font-weight: 600;
  color: #282828;
 }
 .chatgpt_developer_txt-box ul li {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: clamp(1.2rem,2vw,2rem);
  font-weight: 600;
  color: #282828;
  padding: 0.2rem 0rem;
}
.virtual_sec .h4 {
  font-size: clamp(1.6rem,1.8vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #282828;
  font-weight: 900;
  margin: 0 0 1rem 0;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

.chatgpt_developer_txt-box button {
  border: none;
  color: #fff;
  background: #000;
  padding: 1.5rem 3.6rem;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}

.chatgpt_developer_txt-box button:hover {
  color: #000;
  background: #fff;
  border: 0.2rem solid #000;
}

/*/ ================chatgpt developer css end============= /

/ market leading vr solution /*/


.market_leading .blank_text {
  font-size: clamp(2rem,4vw,6rem);
  line-height: clamp(3re,5vw,7rem);
  font-weight: 600;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
 
}

.market_leading .red_text {
  
font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  color: #ed1b24;
  font-weight: 900;
  
}
.market_leading .black_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}
.market_leading_card {
 text-align: center;
  padding: 12% 0%;
  border: 0.1rem solid black;
  border: 0.1rem solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.market_leading_card.red {
  text-align: center;
  padding: 12% 0%;
  border: 0.1rem solid black;
  background: #ed1b24;
  border: none;
  color: #fff;
}

.market_leading_card p {
  width: 70%;
}

.market_leading_card h2, .market_leading_card h4 {
  color: #000;
  font-size: clamp(1.6rem,2vw,3rem);
}

.market_leading_card.red h2 {
  color: #fff;
  font-size: clamp(1.6rem,2vw,3rem);
}

/*/ market leading vr solution end /*/

/*virtual sec css start */

#virtuals {}

.virtual_sec {
  background-image: -moz-linear-gradient(90deg, rgb(127, 208, 226) 0%, rgb(220, 249, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(127, 208, 226) 0%, rgb(220, 249, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(127, 208, 226) 0%, rgb(220, 249, 255) 100%);
  padding: 9% 0 6%;
  position: relative;
}


.virtual_text .red_text {
    font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
    margin: 0;
}

.virtual_text .blank_text {
 font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}

.virtual_text {
    padding: 0 8% 0 5%;
}



.vt_text .numbering {}

.vt_text p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 0 21% 0 0;
}

.vt_text h4 ,.vt_text h5,
.vt_text .h5{
  font-size: clamp(1.6rem,2vw,2.5rem);
  line-height: clamp(2rem,3vw,2.9rem);
  color: #282828;
  margin: 0 0 2rem;
  font-weight: 900;
}

.vt_text .numbering {
  line-height: 5rem;
  margin: 0 0 -0.8rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #ed1b24;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-size: 12rem;
  display: block;
  font-weight: 900;
}


.vt_text {
  margin: 5rem 0 0rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}


.vt_text:after {
  position: absolute;
  content: '';
  top: 0;
  left: -2rem;
  width: 0.1rem;
  height: 80%;
  background: #282828;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*/ step involved /*/
.step_involved {
  background: url("../images/virtual_experience.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.5rem 0rem;
}

.step_involved .heading-box {
  margin-top: 5%;
}


.step_involved .heading-box .red_text {
    font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

    margin: 0rem;
    
}
.step_involved .heading-box .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-color: #fff;
}

.step_involved .heading-box .bold_white {
   font-size: clamp(2rem,4vw,5rem);
    line-height: clamp(3rem,5vw,6rem);
}
.involved_content {
  width: fit-content;
  margin-left: auto;
  position: relative;
  padding: 2.5rem 0rem;
}

.involved_content h4 {
    color: #ed1b24;
    width: 90%;
    padding: 0 0 4rem 11%;
}

.involved_content ul,
.involved_content ul h5 , 
.involved_content ul strong , 
.involved_content ul h4 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.involved_content ul strong {
    font-size: 2rem;
}

.involved_content ul li {
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: left;
    gap: 3rem;
    padding: 0 0 1rem;
}

.involved_content ul li span {
  width: clamp(4rem,6vw,7rem);
  height: clamp(4rem,6vw,7rem);
  border-radius: 50%;
  background: #ed1b24;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.6rem,2vw,2.5rem);
  font-weight: 700;
}

.involved_content ul li p {
  width: 50ch;
  color: #fff;
}
.involved_content p {
  font-size: clamp(1.1rem,1.5vw,1.6rem);
  line-height: clamp(2rem,2vw,2.6rem);
}

/*/ step involved end /*/

/*tools & tech*/
#Tools_Te {}

.Tools_Tech_sec {
  padding: 5% 0 ;
}
.Tools_Tech_sec .red_50 {
 font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  color: #ed1b24;
  margin: 0 0 2rem;
  font-family: 'Roboto', sans-serif;
}

.Tools_Tech_sec .black_50 {
  color: #0c0c0c;
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}

.slick-active {
  opacity: 1;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.tool_text {
  width: 14rem;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0.1rem solid #b7b7b6;
  border-radius: 3rem;
  margin: 0 auto;
  text-align: center;
}
#ar_entertain_sec_1 .img_box::before {
  position: absolute;
  content: '';
  width: 90%;
  height: 76rem;
  border-radius: 0% 50% 50% 0%;
  background: #ed1b24;
  left: 0%;
  bottom: 1%;
  z-index: -1;
}

.tool_text img {
  width: 5rem;
  object-fit: scale-down;
  height: 6rem;
}
.tool_text span {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: center;
    color: #282828;
}

.Tools_Tech_sec .slick-prev,
.Tools_Tech_sec .slick-next {
  top: 140%;
  width: 2rem;
  height: 2rem;
  z-index: 99;
  width: 4rem;
  height: 4rem;
  background: #ed1b24;
  border-radius: 5rem;
}

.Tools_Tech_sec .slick-prev {
  left: -2.8rem;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  display: flex;
}

.Tools_Tech_sec .slick-next {
  left: 7rem;
  right: 0;
  margin: 0 auto;
}

.Tools_Tech_sec .slick-next:before {
  content: '';
  background: url(../images/tarrow.png) no-repeat;
  background-position: center;

}

.Tools_Tech_sec .slick-prev:before {
  content: '';
  background: url(../images/tarrow.png) no-repeat;
  transform: rotate(180deg);
  background-position: center;

}

.Tools_Tech_sec .slick-prev:before,
.Tools_Tech_sec .slick-next:before {
  font-size: 0rem;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  z-index: 9;

}


/*proto_type sec ss start */


#proto_type {}

.proto_type_sec {
    padding: 9% 0;
}
.chatgpt_developer_txt-box ul {
  margin: 0 0 5rem;
}

#proto_type .red_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  color: #ed1b24;
  margin: 0 0 2rem;
}

#proto_type .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
#proto_type .black_text {
 font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}
#proto_type .bold_white {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  margin: 0 0 1rem;
  color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}


/*expert sec cssstart*/

#expert  .black_text {
  font-size: clamp(2.8rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  margin: 0;
}

#expert  .red_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  color: #ed1b24;
  margin: 0 0 0rem;
}

#expert h4, #expert h5 {
    font-size: 1.8rem;
    line-height: 1.9rem;
    color: #393939;
    margin: 0 0 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
#expert h4 span,
#expert h5 span{ 
color: #ed1b24;
 }
 #expert .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

#expert .bold_white {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  margin: 0 0 1rem;
  color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}


#expert .expert_sec {
    padding: 5% 0 0;
    background: #c2eef7;
}


#expert .main_heading .big_p {
  font-weight: 300;
  margin: 0 0 0.6rem;
}





.exp_text h3, .exp_text .h3 {
  font-size: clamp(1.5rem,1.8vw,2rem);
  line-height: clamp(2rem,2.2vw,2.4rem);
  color: #000000;
  font-weight: 600;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;
}

.exp_text h3 span {
  color: #ed1b24;
}

.exp_text p {
  font-weight: 600;
  font-size: clamp(1.2rem,1vw,1.5rem);
  line-height: clamp(2rem,2vw,2.3rem);
  color: #282828;
}

.exp_slider .slick-active {
  opacity: 1;
}

.exp_slider .slick-slide {
  opacity: 1;
}


.expert_slide_sec {
  background-image: -moz-linear-gradient(90deg, rgb(220, 249, 255) 0%, rgb(127, 208, 226) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(220, 249, 255) 0%, rgb(127, 208, 226) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(220, 249, 255) 0%, rgb(127, 208, 226) 100%);
  padding: 9% 0 6%;
}


.exp_para {
  width: 83%;
  margin: 0 auto 6%;
}

.exp_para p {}


/*vr page css start */

.block_bold {}

.grow_list {}

.growing_list {
  padding: 5% 0;
}

.grow_list ul {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  gap: 1.7rem;
  align-items: center;
  justify-content: center;
}


.grow_list ul li a {
  width: 17rem;
  height: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0.1rem solid #b7b7b6;
  border-radius: 3rem;
  background: #f3fdff;
}

.grow_list ul li:nth-child(2) a {
  background: #fffdf6;
}

.grow_list ul li:nth-child(3) a {
  background: #fff4f5;
}

.grow_list ul li:nth-child(4) a {
  background: #f6fafe;
}

.grow_list ul li:nth-child(5) a {
  background: #fff8f0;
}

.grow_list ul li:nth-child(6) a {
  background: #f5fbff;
}

.grow_list ul li:nth-child(7) a {
  background: #fffaf5;
}

.grow_list ul li:nth-child(8) a {
  background: #f4fcff;
}

.grow_list ul li:nth-child(9) a {
  background: #fffefc;
}

.grow_list ul li:nth-child(10) a {
  background: #fffefc;
}

.grow_list ul li:nth-child(11) a {
  background: #f4f2ff;
}

.grow_list ul li:nth-child(12) a {
  background: #fffdf7;
}

.grow_list ul li:nth-child(13) a {
  background: #fffcf7;
}

.grow_list ul li:nth-child(14) a {
  background: #fcfeff;
}


.grow_list ul li a img {
  width: 5rem;
  object-fit: scale-down;
  height: 6rem;
}


.grow_list ul li a h5 {
  font-size: clamp(1.1rem,1.3vw,1.6rem);
  line-height: 2.5rem;
  color: #393939;
  font-weight: 700;
  margin: 0 0 0rem;
}

.growing_head .h4 {
  margin: 0 0 2rem;
  font-family: 'Roboto', sans-serif;
}

.growing_head {}


.growing_head {
  padding: 0 0 5%;
}



.main_banner.service_banner {
  background: url("../images/service_bg_img.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  height: 100%;
}


#vr_page .dual_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    gap: 1rem;
    margin: 0 auto;
    width: 100%;
}

#desin_dev_main .h4 {
  font-size: clamp(1.2rem,2vw,2.5rem);
  line-height: clamp(1.5rem,3vw,2.9rem);
  color: #000000;
  font-weight: 600;
  margin: 0 0 2rem;
  font-family: 'Roboto', sans-serif;
  text-align: right;
}




/* vr develop display end */

#vrd{  }
.vrd_sec {
    padding: 5% 0;
}



.medium_size .red_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  color: #ed1b24;
  margin: 0 0 2rem;
}
.medium_size  .blank_text {
 font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

.medium_size .bold_white {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
    margin: 0 0 1rem;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}


.vrd_head {}

.vrd_img img {
    margin: 0 auto 3rem;
    display: block;
    width: 50%;
}

.vrd_img  a.btn.btn_red {
    margin: 0 auto;
}


#s_box_main{  }


.s_box_sec{  }

#s_box_main .vrd_head.medium_size {
    padding: 0 0 5%;
}

.s_box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0rem 0rem 3rem 0rem rgba(0, 0, 0, 0.15);
    height: 26rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    padding: 1.9rem;
    border-radius: 0.7rem;
    margin: 0 0 2rem;
}
.s_box h4, .s_box h3, .s_box h5 {
  font-size: clamp(1.5rem,2vw,2.2rem);
  line-height: clamp(2.2rem,3vw,2.9rem);
  color: #282828;
  font-weight: 700;
  margin: 0;
}
#vr_ct_main{  }


.vr_ct_sec {
    background: url(../images/vr_ct_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8% 0;
}

.vr_ct_div {  }


.vr_ct_text h4 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-family: 'Roboto', sans-serif;

}
/*.vr_ct_text h3 {*/
/*  font-size: clamp(2rem,3vw,5rem);*/
/*  line-height: clamp(3rem,4vw,6rem);*/
/*  color: #ed1b24;*/
/*  font-weight: 900;*/
/*  margin: 0 0 0rem;*/
/*  font-family: 'Roboto', sans-serif;*/
/*}*/

.vr_ct_text h3 {
    /* font-size: clamp(2rem,3vw,5rem); */
    /* line-height: clamp(3rem,4vw,6rem); */
    color: #ed1b24;
    /* font-weight: 900; */
    /* margin: 0 0 0rem; */
    /* font-family: 'Roboto', sans-serif; */
}
.vr_ct_text div.bold_white{
font-size: clamp(1.6rem,2vw,2.5rem);
line-height: clamp(2rem,3vw,2.9rem);
}
.vr_ct_text .btn.btn_red {
    font-size: 1.5rem;
    width: 25.6rem;
    height: 5rem;
}


.vr_ct_text p{ color: #fff; }

.vr_ct_div img {
    width: 80%;
}
/* vr develop css end */



/* my css */
.img_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.img_box.reverse {
  justify-content: flex-start;
  
}
.img_box::before{
  position: absolute;
  content: '';
  width: 87%;
  height: 55rem;
  border-radius: 0% 50% 50% 0%;
  background: #ed1b24;
  left: 0%;
  bottom: 1%;
  z-index: -1;
}
.img_box.reverse::before{
 
  border-radius: 50% 0% 0% 50%;
  left: unset;
  right: 0%;
}
.img_box.reverse img {
  position: relative;
  left: -18%;
}

/* vr interior css */
/* grow_interior */
#grow_uiux .gradient_bg,
#grow_data_sci .gradient_bg,
#grow_chatgpt .gradient_bg,
#grow_vr_developer .gradient_bg,
#grow_shoe_try .gradient_bg,
#grow_fur_try .gradient_bg,
#grow_jew_try .gradient_bg,
#grow_try_on .gradient_bg,
#grow_html5 .gradient_bg,
#grow_gam_art .gradient_bg,
#grow_psvr .gradient_bg,
#grow_ar_gam_dev .gradient_bg,
#grow_vr_gam_dev .gradient_bg,
#grow_web3_gam .gradient_bg,
#grow_web3_serv .gradient_bg,
#grow_ar_snap .gradient_bg,
#grow_ar_ecomm .gradient_bg,
#grow_ar_dev_serv .gradient_bg,
#grow_ar_kiosk .gradient_bg,
#grow_develop .gradient_bg,
#grow_train .gradient_bg,
#grow_visual .gradient_bg,
#grow_archi .gradient_bg,
#grow_ux .gradient_bg,
#grow_ui .gradient_bg,
#grow_web .gradient_bg,
#grow_room .gradient_bg,
#grow_home .gradient_bg,
#mr_training .gradient_bg,
#xr_training .gradient_bg,
#grow_interior .gradient_bg {
  background: linear-gradient(0deg, #9dc9e1, transparent);
}
#home-sec-1 .img_box,
#vr_room_sec_1 .img_box,
#interior-sec-1 .img_box {
  justify-content: center;
}
#interior-sec-1 .img_box::before{
  background: #824bcb;
}

#grow_home  .bold_white {
    color: #282828;
}





/* grow_interior end */

/* interior involved */
#interior_involved .step_involved {
  background: url("../images/vr_interior_involved_img.jpg");
  background-size: cover;
}
/* interior involved end */
/* vr interior css end */

/* vr home css */

#home-sec-1 .img_box::before{
  background: #a3643b;
}
/* vr home involved */
#vr_home_involved .step_involved {
  background: url("../images/vr_home_involved_img.jpg");
  background-size: cover;
}

/* vr home involved end */
/* vr home css end */

/* vr room css  */
#vr_room_sec_1 .img_box::before{
  background: #ed8603;
}
#vr_room_involved .step_involved {
  background: url("../images/vr_room_involved_img.jpg") no-repeat;
  background-size: cover;
}

/* vr room css end */
/* vr ui css  */
#vr_ui_sec_1 .img_box::before{
  background: #7b2dbf;
}
#vr_ui_involved .step_involved {
  background: url("../images/vr_ui_involved_img.jpg") no-repeat;
  background-size: cover;
}

/* vr ui css end */
/* vr ux css  */
#vr_ux_sec_1 .img_box::before{
  background: #3b9e9b;
}
/* vr_ux_sec_1 css */
#vr_ux_involved .step_involved {
  background: url("../images/vr_ux_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* vr ux css end */
/* vr archi css  */
#vr_archi_sec_1 .img_box::before{
  background: #3b9e9b;
}
#vr_archi_involved .step_involved {
  background: url("../images/vr_archi_involved_img.jpg") no-repeat;
  background-size: cover;
}

/* vr archi css end */
/* vr visual css  */
#vr_visual_sec_1 .img_box::before{
  background: #07d9ea;
}
#vr_visual_involved .step_involved {
  background: url("../images/vr_visual_involved_img.jpg") no-repeat;
  background-size: cover;
}

/* vr visual css end */
/* vr training css  */
#vr_training_sec_1 .img_box::before{
  background: #586e85;
}
#vr_training_involved .step_involved {
  background: url("../images/vr_training_involved_img.jpg") no-repeat;
  background-size: cover;
}

/* vr training css end */
/* vr develop css  */
#vr_develop_sec_1 .img_box::before{
  background: #7b3f99;
}
#vr_develop_involved .step_involved {
  background: url("../images/vr_develop_involved_img.jpg") no-repeat;
  background-size: cover;
}

/* vr develop css end */
/* vr web css  */
/* vr web sec 1 css  */
#vr_web_sec_1 .img_box::before {
  background: #d32cd7;
}
/* vr web css sec 1 end */

/* vr web display end */
#vr_web_involved .step_involved {
  background: url("../images/vr_web_involved_img.jpg") no-repeat;
  background-size: cover;
}

/* vr web css end */


#vr_int .blank_text ,
#vr_home .blank_text,
#room_design .blank_text, 
#ui_sec .blank_text, 
#architec .blank_text, 
#ux_sec .blank_text, 
#visu .blank_text, 
#real_dev .blank_text, 
#v_training .blank_text, 
#web_de .blank_text{
    /* line-height: 6rem;
    font-size: 6.4rem; */
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 0.1rem;
    -webkit-text-stroke-color: #ffffff;
    /* font-size: 5.8rem; */
}

#grow_interior .bold_white {
    font-size: 5rem;
    line-height: 2rem;
    margin: 0 0 1rem;
    color: #282828;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
}


 #vr_int .main_banner.service_banner {
    background: url("../images/vr_banner.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
    padding: 9% 0;
}

#vr_home .main_banner.service_banner {
    background: url("../images/hm_ban_bg.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}

#room_design .main_banner.service_banner {
    background: url("../images/realty_banner.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}
#web_de .main_banner.service_banner {
    background: url("../images/web_ban_bg.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}
#ui_sec .main_banner.service_banner {
    background: url("../images/ui_ban_bg.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}

#ux_sec .main_banner.service_banner {
    background: url("../images/ux_ban_bg.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}

#architec .main_banner.service_banner {
    background: url("../images/arc_ban_bg.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}

#visu .main_banner.service_banner {
    background: url("../images/visu_ban_bg.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}
#v_training .main_banner.service_banner {
    background: url("../images/v_train_ban_bg.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}

#real_dev .main_banner.service_banner {
    background: url("../images/v_real_ban_bg.png") no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
        padding: 9% 0;

}

#home-sec-1 {
    padding: 5% 0;
}

.unreal_engine .heading-box {
    padding: 0 0 3%;
}

#s_box_main .red_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
color: #ed1b24;
  font-weight: 900;
  margin: 0 0 2rem;
  text-transform: capitalize;
}

#s_box_main .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  font-weight: 900;
  margin: 0 0 0rem;
  color: black;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

#s_box_main .bold_white {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
    color: #282828;
}


#Tools_Te .black_text,
#Tools_Te .red_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}

#Tools_Te .blank_text {
  font-weight: 900;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}


#Tools_Te .bold_white { color: #282828; }



/* vr web css end */
/* ar development services css */
/* banner */
#ar-dev-serv-bann .main_banner {
  padding: 8% 0 4%;
}
#ar-snap-bann .blank_text,
#ar-entertain-bann .blank_text,
#ar-kiosk-bann .blank_text,
#ar-dev-serv-bann .blank_text {
  font-size: 6rem;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.1rem;
  line-height: 5.7rem;
}
#ar-snap-bann .bold_white,
#ar-entertain-bann .bold_white,
#ar-kiosk-bann .bold_white
/*#ar-dev-serv-bann .bold_white */
/*{*/
/*  font-size: 3rem;*/
/*  line-height: 3rem;*/
/*}*/
#ar-dev-serv-bann .main_banner {
  background: url('../images/ar-dev-serv-hero-bg.jpg') no-repeat;
  background-size: cover;
}
#ar_snap_virtual .virtual_text,
#ar_enter_virtual .virtual_text,
#ar_ecomm_virtual .virtual_text,
#ar_kiosk_virtual .virtual_text,
#ar_dev_serv_virtual .virtual_text {
  padding: 0 6% 0 5%;
}
/* #ar_snap_virtual .red_text,
#ar_snap_virtual .blank_text,
#ar_snap_virtual .black_text,
#ar_enter_virtual .red_text,
#ar_enter_virtual .blank_text,
#ar_enter_virtual .black_text,
#ar_ecomm_virtual .red_text,
#ar_ecomm_virtual .blank_text,
#ar_ecomm_virtual .black_text,
#ar_kiosk_virtual .red_text,
#ar_kiosk_virtual .blank_text,
#ar_kiosk_virtual .black_text,
#ar_dev_serv_virtual .red_text,
#ar_dev_serv_virtual .blank_text,
#ar_dev_serv_virtual .black_text{
  font-size: 5rem;
  line-height: 4.5rem;
} */
#ar_dev_serv_virtual .virtual_text p{
  width: 70%;
}
#ar_dev_serv_involved .step_involved {
  background: url("../images/ar_dev_serv_involved_img.jpg") no-repeat;
  background-size: cover;
  
}


/* banner end */
/* display */
#ar_dev_serv_display .chatgpt_developer_txt-box h4 {
  margin: 0 0 1rem 0rem;
}
#ar_dev_serv_display .black_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}
.Tools_Tech_sec h3 {
  font-size: clamp(1.8rem,2vw,3rem);
  line-height: clamp(2.5rem,3vw,4rem);
  color: #000000;
  font-weight: 900;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;
}
/* display */
/* ar development services css end */


/* technology feature css */
.feature-content {
  /* height: 100%; */
  /* width: 270rem; */
  /* padding: 20rem 40rem; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
  /* box-shadow: 2rem 2rem 10rem 2rem rgba(0,0,0,0.2); */
  /* border-radius: 10rem; */
  /* transition: 0.5s ease; */
}
.feature-content:hover{
  box-shadow: inset 0.2rem 0.2rem 1rem 0.2rem rgba(0,0,0,0.2);
}
.feature-content h5{
  font-size: 2rem ;
  margin: 0rem;
}
.tec_features .heading-box > *{
margin: 0rem;
}
.tec_features .red_text,
.tec_features .blank_text,
.tec_features .black_text  {
  font-size: 5rem;
}
.tec_features .heading-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tec_features .heading-box p{
  margin: 1rem 0rem 0rem 0rem;
  text-align: center;
  width: 70%;
}
.tec_features .row > *{
}
/* technology feature css end */

/* ar services kiosk css */
#ar-kiosk-bann .main_banner {
  background: url('../images/ar_kiosk_bann_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10% 0 3%;
  height: clamp(76rem,80vw,97rem);
}
.virtual_text .black_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}
#ar-kiosk-bann .blank_text {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.1rem;
  margin: 1rem 0rem;
}
#grow_ar_kiosk .heading-box {
  padding: 2% 0 2%;
}

#ar_kiosk_sec_1 .img_box{
  justify-content: center;
}
#ar_kiosk_sec_1 .img_box::before {
  position: absolute;
  content: '';
  width: 80%;
  height: 69rem;
  border-radius: 0% 50% 50% 0%;
  background: #ed1b24;
  left: 0%;
  bottom: 1%;
  z-index: -1;
}
#ar_kiosk_involved .step_involved {
  background: url("../images/ar_kiosk_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
/* ar services kiosk css end */

/* ar ecommerce css */
#ar_ecomm_involved .step_involved {
  background: url("../images/ar_ecomm_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
/* ar ecommerce css end */


/* ar services entertainment css */
#ar-entertain-bann .main_banner {
  background: url('../images/ar_entertain_bann_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 18% 0 0%;
}
#ar-entertain-bann .blank_text {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.1rem;
  margin: 1rem 0rem;
} 
#grow_ar_ecomm .heading-box{
  padding: 1% 0% 0%;
}
/* #grow_ar_snap .red_text,
#grow_ar_snap .blank_text,
#grow_ar_ecomm .red_text,
#grow_ar_ecomm .blank_text{
  font-size: 60rem;
  line-height: 55rem;
} */
#ar_entertain_involved .step_involved {
  background: url("../images/ar_entertain_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
#ar_entertain_sec_1 .img_box{
  justify-content: center;
}
#ar_entertain_sec_1 .heading-box > *{
  margin: 0rem;
}
#ar_enter_virtual  .blank_text{
  word-break: keep-all;
}


/* ar services entertainment css end */
/* ar snap development */
#ar-snap-bann .main_banner {
  background: url('../images/ar_snap_bann_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 18% 0 3%;
}
#grow_ar_snap .heading-box{
  padding: 0% 0% 1%;
}
#ar_snap_sec_1 .img_box{
  justify-content: flex-start;
}
#ar_snap_sec_1 .img_box::before {
  width: 100%;
  height: 74.3rem;
  background: #f7ce1e;
}
#ar_snap_involved .step_involved {
  background: url("../images/ar_snap_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
/* ar snap development end */

/* ar spark development */
#ar-spark-bann .main_banner {
  background: url('../images/ar_snap_bann_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 18% 0 3%;
}
#ar_spark_sec_1 .img_box::before {
  width: 100%;
  height: 74.3rem;
  background: #afdfc7;
}
#ar_spark_sec_1 .img_box{
  justify-content: center;
}
#ar_spark_involved .step_involved {
  background: url("../images/ar_spark_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
/* ar spark development end */


/* ar webar css */
#ar_webar_involved .step_involved {
  background: url("../images/ar_webar_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
.brow_supp .heading-box {
  padding: 0 0 2%;
}
.brow_supp .red_text{
  font-size: 8rem;
  line-height: 7.5rem;
}
.brow_supp .black_text{
  font-size: 6rem;
  line-height: 5.5rem;
}
.brow_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.brow_box {
  display: inline-block;
  position: relative;
  box-shadow: 0.1rem 0.1rem 1rem 0.2rem rgba(0, 0, 0 ,0.2);
  padding: 2rem 2rem;
  border-radius: 1rem;
}
/* ar webar css end */

.virtual_sec .blank_text,
.chatgpt_developer_txt-box .blank_text,
.tec_features .blank_text,
.grow_game_ind .blank_text { 
    -webkit-text-stroke-color: #282828;
 }




/* vr web css end */
/* ar development services css */
/* banner */
#ar-dev-serv-bann .main_banner {
  padding: 8% 0 4%;
}
#ar-snap-bann .blank_text, #ar-entertain-bann .blank_text, #ar-kiosk-bann .blank_text, #ar-dev-serv-bann .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.1rem;

}
#ar-snap-bann .bold_white,
#ar-entertain-bann .bold_white,
#ar-kiosk-bann .bold_white
/*#ar-dev-serv-bann .bold_white */
/*{*/
/*  font-size: 3rem;*/
/*  line-height: 3rem;*/
/*}*/
#ar-dev-serv-bann .main_banner {
  background: url('../images/ar-dev-serv-hero-bg.jpg') no-repeat;
  background-size: cover;
}
#vr-learn-bann .dual_btn,
#vr-enter-bann .dual_btn,
#vr-estate-bann .dual_btn,
#vr-tour-bann .dual_btn,
#vr-auto-bann .dual_btn,
#vr-retail-bann .dual_btn,
#vr-health-bann .dual_btn,
#uiux-bann .dual_btn,
#data-sci-bann .dual_btn,
#chatgpt-bann .dual_btn,
#vr-developer-bann .dual_btn,
#shoe-try-bann .dual_btn,
#fur-try-bann .dual_btn,
#jew-try-bann .dual_btn,
#try-on-bann .dual_btn,
#html5-bann .dual_btn,
#gam-art-bann .dual_btn,
#psvr-bann .dual_btn,
#ar-gam-dev-bann .dual_btn,
#vr-gam-dev-bann .dual_btn,
#ar-web3-gam-bann .dual_btn,
#ar-web3-serv-bann .dual_btn,
#ar-spark-bann .dual_btn,
#ar-snap-bann .dual_btn,
#ar-entertain-bann .dual_btn,
#ar-kiosk-bann .dual_btn,
#ar-dev-serv-bann .dual_btn {
  justify-content: flex-start;
  gap: 1.5rem;
}
#vr_page .dual_btntwo,
#vr-learn-bann .dual_btntwo,
#vr-enter-bann .dual_btntwo,
#vr-estate-bann .dual_btntwo,
#vr-tour-bann .dual_btntwo,
#vr-auto-bann .dual_btntwo,
#vr-retail-bann .dual_btntwo,
#vr-health-bann .dual_btntwo,
#uiux-bann .dual_btntwo,
#data-sci-bann .dual_btntwo,
#chatgpt-bann .dual_btntwo,
#vr-developer-bann .dual_btntwo,
#shoe-try-bann .dual_btntwo,
#fur-try-bann .dual_btntwo,
#jew-try-bann .dual_btntwo,
#try-on-bann .dual_btntwo,
#html5-bann .dual_btntwo,
#gam-art-bann .dual_btntwo,
#psvr-bann .dual_btntwo,
#ar-gam-dev-bann .dual_btntwo,
#vr-gam-dev-bann .dual_btntwo,
#ar-web3-gam-bann .dual_btntwo,
#ar-web3-serv-bann .dual_btntwo,
#ar-spark-bann .dual_btntwo,
#ar-snap-bann .dual_btntwo,
#ar-entertain-bann .dual_btntwo,
#ar-kiosk-bann .dual_btntwo,
#ar-dev-serv-bann .dual_btntwo {
  padding: 1.5rem 5.5rem;
}
#grow_ar_dev_serv .heading-box{
  padding: 0 0 0 2%;
}
/* #grow_ar_dev_serv .red_text,
#grow_ar_dev_serv .blank_text,
#grow_ar_dev_serv .text_black{
  font-size: 60rem;
  line-height: 55rem;
} */
#ar_snap_virtual .virtual_text,
#ar_enter_virtual .virtual_text,
#ar_ecomm_virtual .virtual_text,
#ar_kiosk_virtual .virtual_text,
#ar_dev_serv_virtual .virtual_text {
  padding: 0 6% 0 5%;
}
/* #ar_snap_virtual .red_text,
#ar_snap_virtual .blank_text,
#ar_snap_virtual .black_text,
#ar_enter_virtual .red_text,
#ar_enter_virtual .blank_text,
#ar_enter_virtual .black_text,
#ar_ecomm_virtual .red_text,
#ar_ecomm_virtual .blank_text,
#ar_ecomm_virtual .black_text,
#ar_kiosk_virtual .red_text,
#ar_kiosk_virtual .blank_text,
#ar_kiosk_virtual .black_text,
#ar_dev_serv_virtual .red_text,
#ar_dev_serv_virtual .blank_text,
#ar_dev_serv_virtual .black_text{
  font-size: 4.8rem;
  line-height: 5rem;
} */
#ar_dev_serv_virtual .virtual_text p{
  width: 70%;
}
#ar_dev_serv_involved .step_involved {
  background: url("../images/ar_dev_serv_involved_img.jpg") no-repeat;
  background-size: cover;
  
}


/* banner end */
/* display */
#ar_dev_serv_display .chatgpt_developer_txt-box h4 {
  margin: 0 0 1rem 0rem;
}
/* display */
/* ar development services css end */


/* technology feature css */
.feature-content {
    height: 10rem;
    width: 100%;
    padding: 2rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0.2rem 0.2rem 1rem 0.2rem rgb(0 0 0 / 20%);
    border-radius: 1rem;
    transition: 0.5s ease;
    margin: 0 0 2rem;
}
.feature-content:hover{
  box-shadow: inset 0.2rem 0.2rem 1rem 0.2rem rgba(0,0,0,0.2);
}
.feature-content h5 {
  font-size: clamp(1.3rem,1.8vw,2rem);
  margin: 0rem;
  line-height: 2rem;
}
.tec_features .heading-box > *{
margin: 0rem;
}
.tec_features .red_text, .tec_features .blank_text, .tec_features .black_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}
.tec_features .heading-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tec_features .heading-box p{
  margin: 1rem 0rem 0rem 0rem;
  text-align: center;
  width: 70%;
}
.tec_features .row > *{
}
/* technology feature css end */

/* ar services kiosk css */
/* #ar-kiosk-bann .main_banner {
  background: url('../images/ar_kiosk_bann_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 18% 0 3%;
}
#ar-kiosk-bann .blank_text {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.1rem;
  margin: 1rem 0rem;
}
#grow_ar_kiosk .heading-box {
  padding: 2% 0 2%;
}
#grow_ar_kiosk .heading-box .black_text{
  font-size: 5rem;
  line-height: 4.5rem;
}
#ar_kiosk_sec_1 .img_box{
  justify-content: center;
}
#ar_kiosk_sec_1 .img_box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 69rem;
  border-radius: 0% 50% 50% 0%;
  background: #ed1b24;
  left: 0%;
  bottom: 1%;
  z-index: -1;
}
#ar_kiosk_involved .step_involved {
  background: url("../images/ar_kiosk_involved_img.jpg") no-repeat;
  background-size: cover;
  
} */
/* ar services kiosk css end */

/* ar ecommerce css */
#ar_ecomm_involved .step_involved {
  background: url("../images/ar_ecomm_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
/* ar ecommerce css end */


/* ar services entertainment css */
#ar-entertain-bann .main_banner {
  background: url('../images/ar_entertain_bann_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9% 0 0%;
  height: clamp(76rem,80vw,88rem);
}
#ar-entertain-bann .blank_text {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.1rem;
  margin: 1rem 0rem;
} 


#ar-entertain-bann .bold_white {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  margin: 0 0 2rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-weight: 900;
    background: none;
}



#grow_ar_ecomm .heading-box{
  padding: 1% 0% 0%;
}
/* #grow_ar_snap .red_text,
#grow_ar_snap .blank_text,
#grow_ar_ecomm .red_text,
#grow_ar_ecomm .blank_text{
  font-size: 60rem;
  line-height: 55rem;
} */
#ar_entertain_involved .step_involved {
  background: url("../images/ar_entertain_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
#ar_entertain_sec_1 .img_box{
  justify-content: center;
}
#ar_entertain_sec_1 .heading-box > *{
  margin: 0rem;
}
#ar_enter_virtual  .blank_text{
  word-break: keep-all;
}


/* ar services entertainment css end */
/* ar snap development */
#ar-snap-bann .main_banner {
  background: url('../images/ar_snap_bann_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 18% 0 3%;
}
#grow_ar_snap .heading-box{
  padding: 0% 0% 1%;
}
#ar_snap_sec_1 .img_box{
  justify-content: flex-start;
}
#ar_snap_sec_1 .img_box::before {
  width: 100%;
  height: 74.3rem;
  background: #f7ce1e;
}
#ar_snap_involved .step_involved {
  background: url("../images/ar_snap_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
/* ar snap development end */

/* ar spark development */
#ar-spark-bann .main_banner {
  background: url('../images/ar_snap_bann_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7% 0 3%;
  height: clamp(64rem,66vw,77rem);
}
.heading-box ul {
  margin: 0 0 6rem;
}
#ar_spark_sec_1 .img_box::before {
  width: 100%;
  height: 74.3rem;
  background: #afdfc7;
}
#ar_spark_sec_1 .img_box{
  justify-content: center;
}
#ar_spark_involved .step_involved {
  background: url("../images/ar_spark_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
/* ar spark development end */


/* ar webar css */
#ar_webar_involved .step_involved {
  background: url("../images/ar_webar_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
.brow_supp .heading-box {
  padding: 0 0 2%;
}
.brow_supp .red_text{
  font-size: 8rem;
  line-height: 7.5rem;
}
.brow_supp .black_text{
font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}

.brow_supp .blank_text {
    -webkit-text-stroke-color: #9f9f9f;
}
.brow_supp .red_text{ 
    font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

    
}
.brow_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.brow_box {
  display: inline-block;
  position: relative;
  box-shadow: 0.1rem 0.1rem 1rem 0.2rem rgba(0, 0, 0 ,0.2);
  padding: 2rem 2rem;
  border-radius: 1rem;
}
/* ar webar css end */
/* 8th wall css */
#ar_8th_involved .step_involved {
  background: url("../images/ar_8th_involved_img.jpg") no-repeat;
  background-size: cover;
      padding: 3% 0;

}
/* 8th wall css end */

/* vossle development css */
#ar_vossle_involved .step_involved {
  background: url("../images/ar_vossle_involved_img.jpg") no-repeat;
  background-size: cover;
      padding: 3% 0;

}
/* vossle end to end css */

/* vossle end to end css end */
/* vossle benefits css */
#vossle_benefits .sample_img img {
  padding: 0rem;
  background-color: unset;
}
/* vossle benefits css end */
/* vossle development css end */

/* web3 development services css */
#ar-web3-serv-bann .main_banner{
  background: url('../images/ar_web3_serv_bann_bg.jpg') no-repeat;
  background-position: top;
    padding: 9% 0;

}
#ar_web3_serv_sec_1 .img_box::before {
  background: #7a1134;
}

#ar_web3_serv_involved .step_involved {
  background: url("../images/ar_web3_serv_involved_img.jpg") no-repeat;
  background-size: cover;

}

/* web3 development services css end */
/* web3 game development css */
#ar-web3-serv-bann .main_banner, #ar-web3-gam-bann .main_banner {
    background: url('../images/ar_web3_gam_bann_bg.jpg') no-repeat;
    background-position: top;
    padding: 13% 0;
    height: clamp(76rem,80vw,89rem);
    background-size: cover;
}

.grow_game_ind .heading-box .red_text .h2, .grow_game_ind .heading-box .red_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  margin: 0;
}
#ar_web3_gam_sec_1 .img_box::before {
  background: #7cc1c2;
  width: 97%;
  height: 62rem;
}
#ar_web3_gam_sec_1 .img_box .img-fluid {
  max-width: 80%;
  height: auto;
}
#ar_web3_gam_sec_1 .img_box.reverse::before {
  background: #afdfc7;
}
#ar_web3_gam_sec_1 .img_box.reverse {
  justify-content: center;
}
#ar_web3_gam_sec_1 .heading-box h4{
  margin-bottom: 0.5rem;
}
#ar_web3_gam_involved .step_involved {
  background: url("../images/ar_web3_gam_involved_img.jpg") no-repeat;
  background-size: cover;
      padding: 1% 0;

}
/* web3 game development css end */

/* virtual reality game development css */
#vr-gam-dev-bann .main_banner{
  background: url('../images/vr_gam_dev_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
}
.wia .heading-box{
  margin: 5% 0%;
}
.wia .heading-box .red_text {
 
font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}
.wia .black_text,
#vr_gam_dev_sec_1 .black_text{

font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}
.wia p{
  width: 60%;
  margin: 0 auto;

}
.wia_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
.wia_img_box {
  position: relative;
  height: auto;
  width: 100%;
}
.wia_img_box img{
  width: 100%;
}
.wia_img_box.box_3,
.wia_img_box.box_2{
width: 50%;
}
.wia_img_box.box_2{
margin-top: 27%;
}

.wia_img_box.box_4{
  margin-top: 45%;
 
}

#vr_gam_dev_involved .step_involved {
  background: url("../images/vr_gam_dev_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* virtual reality game development css end */
/* 1/11/23 */
/* Augmented reality game development css  */
#ar-gam-dev-bann .main_banner{
  background: url('../images/ar_gam_dev_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
}
.ar_img_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ar_gam_dev_sec_1 .img_box::before{
  background: #1e78b2;
}
#ar_gam_dev_involved .step_involved {
  background: url("../images/ar_gam_dev_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* Augmented reality game development css end */

/* end to end css  */
.End_to_End .red_text {
  font-size: clamp(2.5rem,3vw,6rem);
  line-height: clamp(3rem,4vw,6.5rem);
}
.End_to_End .heading-box p{
  padding: 0% 10%;
}
.end_card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 15% 0%;
}
.end_card span {
  position: absolute;
  font-size: 9.4rem;
  font-weight: 900;
  top: -50%;
  z-index: -1;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
}
.End_to_End h4, .End_to_End h5, .End_to_End .h5 {
  font-size: clamp(1.6rem,2.2vw,3rem);
  line-height: clamp(2.5rem,2.8vw,3.5rem);
  color: #393939;
  font-weight: 600;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;
}
/* end to end css end */





/*sohaib css start*/
/*sample_3d css start*/
section.sample_3d_assets {
  margin: 12.6rem auto;
}
/*.container {
  max-width: 1200rem;
}*/

.sample_3d_assets .black_text, .sample_3d_assets .red_text {
  font-size: clamp(2.5rem,3vw,5rem);
  line-height: clamp(3rem,4vw,6rem);
}
.sample_3d_heading_box {
  /* margin: 70rem;  */
  text-align: center;
  align-items: center;
  justify-content: center;
}
.sample_main_heading h3 {
  font-size: clamp(1.6rem,3vw,2.5rem);
    line-height: clamp(2rem,3vw,2.9rem);
  color: #282828;
}
.sample_sub_heading_1 h2 {
  font-size: 5rem;
  line-height: 2rem;
  color: #ed1b24;
}

.red_txt{color:#ed1b24;}
.sample_sub_heading_1 h3{font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
}

.sample_su_heading_2 h2 {
  font-size: 5.5rem;
  line-height: 2rem;
  color: #282828;
}
.sample_3d_image_box img {
  margin: 4.2rem 0 4.5rem 0;
  border-radius: 1.9rem;
  width: 100%;
  /* padding: 35rem 16rem 51rem 64rem;  */
  display: block;
}
.sample_img img {
  padding: 8rem 9.4rem 6.8rem 4.5rem;

  background-color: #ffedf5;
}
.sample_img.blue img {
  width: 100%;

  padding: 6.5rem 2.1rem 6.5rem 6.6rem;

  background: #e4eefc;
}
.sample_3d_para p {
  font-weight: 300;
  font-size: 1.7rem;
  color: #282828;
}
.sample_3d_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sample_3d_button button {
  align-items: center;
  color: #ffffff;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 1.7rem;
  cursor: pointer;
  padding: 0.9rem 3rem;
  border-radius: 0.6rem;
  background-color: #ed1b24;
}
/*sample_3d end*/
/*wall devlopment css start*/
.wall_devlopement {
  padding: 6% 0%;
}
.wall_main_heading h1, .wall_main_heading h2 {
  font-weight: 900;
  font-size: clamp(2rem,4vw,5rem);
  line-height: clamp(3rem,5vw,6rem);
  color: #ed1b29;
  text-align: center;
}
.wall_main_heading span {
  color: #282828;
}
.wall_main_heading .blank_text {
  -webkit-text-stroke-color: #000;
}
.wall_main_heading p {
  font-weight: 100;
  font-size: clamp(1.3rem,4vw,1.9rem);
  line-height: clamp(2.4rem,5vw,2.9rem);
  font-weight: 400;
  text-align: center;
  color: #282828;
}

.card-div {
  display: flex;
  padding: 0rem 2rem;
  width: 100%;
  height: 21.9rem;
  border-radius: 2rem;
  cursor: pointer;
  padding-top: 1rem;
  box-shadow: 0rem 0rem 1.2rem 0rem rgb(0 0 0 / 17%);
  background-color: rgb(255, 255, 255);
  align-items: start;
  flex-direction: column;
  justify-content: center;
  margin: 2.1rem 0 2rem;
}
.card-div h2 ,.card-div h5 {
  text-transform: uppercase;
  font-weight: 900;
  align-items: center;
  font-size: 2.4rem;
  color: #282828;
  line-height: 3rem;
}
.card-div span {
  padding: 0 1.0rem;
  color: #ed1b24;
}
/*accelerate brand css start*/
section.Accelerate_brand {
  padding: 10%;
}
.ecommerce-multiper {
  width: 100%;
  height: 100%;
}
.ecommerce-multiper {
  width: 100%;
  height: 61.7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0rem;
}
.ecommerce-multiper h1 {
  color: #ed1b24;
}
p.customer {
  color: #282828;
  font-size: 1.6rem;
  text-align: left;
}
p.customer-1 {
  text-align: left;
  color: #282828;
  font-size: 1.6rem;
}
.ecommerce-multiper h2 {
  line-height: 1;
  font-size: 3.6rem;
}
.accelerate-brand button {
  margin: 0.6rem 0;
  float: left;
  color: #ffffff;
  border: none;
  text-align: left;
  font-size: 2.2rem;
  cursor: pointer;
  padding: 0.9rem 0.3rem;
  border-radius: 0.6rem;
  background-color: #ed1b24;
}
.e-coommerce {
  position: relative;
  padding: 6.4rem 1.4rem;
  margin: 4.9rem auto;
  text-align: center;
  border-radius: 2.1rem;
  background-color: rgb(255 255 255 / 0%);
  box-shadow: 0.2rem 0.2rem 2rem 0.2rem rgb(0 0 0 / 0.16);
  width: 90%;
  height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.e-coommerce h5 {
    line-height: 3.2rem;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 800;
}
.e-coommerce span {
  position: absolute;
  top: -37%;
  right: 0;
  left: 0;
  margin: 0rem auto;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}
.e-coommerce.com1 span {
  background: #d9dcf5;
}
.e-coommerce.com2 span {
  background: #d9f5f0;
}
.e-coommerce.com3 span {
  background: #f5e5d9;
}
.e-coommerce.com4 span {
  background: #f5d9d9;
}
.e-coommerce.com5 span {
  background: #e6e7ef;
}
.e-coommerce.com6 span {
  background: #f5edd9;
}
/*accelerate brand css end*/

/* Augmented reality game development css  */
#ar-gam-dev-bann .main_banner{
  background: url('../images/ar_gam_dev_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
}
.ar_img_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ar_gam_dev_sec_1 .img_box::before{
  background: #1e78b2;
}
#ar_gam_dev_involved .step_involved {
  background: url("../images/ar_gam_dev_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* Augmented reality game development css end */
/* psvr game development services css */
#psvr-bann .main_banner{
  background: url('../images/psvr_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
}
#psvr_involved .step_involved {
  background: url("../images/psvr_involved_img.jpg") no-repeat;
  background-size: cover;
  
}
#psvr_sec_1  .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#psvr_sec_1 .img_box::before {
  width: 90%;
  height: 79%;
  background: #f0da83;
}
/* psvr game development services css end */
/* game art design css */
#gam-art-bann .main_banner {
  background: url('../images/gam_art_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
}
#gam_art_sec_1 .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#gam_art_sec_1 .img_box::before {
  width: 95%;
  height: 75%;
  background: #ff8110 ;
}
#gam_art_involved .step_involved {
  background: url("../images/gam_art_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* game art design css end */

/* html5 game development css */
#html5-bann .main_banner {
  background: url('../images/html5_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
}
#html5_sec_1 .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#html5_sec_1 .img_box::before {
  width: 90%;
  /* height: 75%; */
  background: #ad9957 ;
}
#html5_involved .step_involved {
  background: url("../images/html5_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* html5 game development css end */

/* try on css */
#try-on-bann .main_banner {
  background: #246eaf url('../images/try_on_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
  
  
}
#try_on_sec_1 .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#try_on_sec_1 .img_box::before {
  width: 90%;
  /* height: 75%; */
  background: #4ca2e7 ;
  
}
#try_on_involved .step_involved {
  background: url("../images/try_on_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* try on css end */
/* jewelry try on css */
#jew-try-bann .main_banner {
  background: #1b17b0 url('../images/jew_try_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
 
}
#jew_try_sec_1 .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#jew_try_sec_1 .img_box::before {
  width: 85%;
  height: 85rem;
  bottom: 0;
}
#jew_try_involved .step_involved {
  background: url("../images/jew_try_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* jewelry try on css end */
/* furniture try on css */
#fur-try-bann .main_banner {
  background: #246eaf url('../images/fur_try_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
 
  
}
#fur_try_sec_1 .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#fur_try_sec_1 .img_box::before {
  width: 90%;
  background: #202f5a ;
}
#fur_try_involved .step_involved {
  background: url("../images/fur_try_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* jewelry try on css end */
/* shoes try on css */
#shoe-try-bann .main_banner {
  background: url('../images/shoe_try_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
}
#shoe_try_sec_1 .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#shoe_try_sec_1 .img_box::before {
  width: 90%;
  background: #6b564a ;
}
#shoe_try_involved .step_involved {
  background: url("../images/shoe_try_involved_img.jpg") no-repeat;
  background-size: cover;
}
#jew-try-bann .dual_btn {
    width: 70%;
}
/* shoes try on css end */

/* virtual reality developer css */
#vr-developer-bann .main_banner {
  background: url('../images/vr_developer_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
}
.main_banner .con_form .red_text {
  font-size: clamp(1.8rem,2.8vw,4rem);
  line-height: clamp(2.3rem,3.3vw,4.5rem);
}
.main_banner .con_form .blank_text {
  font-size: clamp(1.8rem,2.8vw,4rem);
  line-height: clamp(2.3rem,3.3vw,4.5rem);
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #282828;
}
.main_banner .con_form {
  background: #fff;
  padding: 5rem 2.7rem 3rem;
  border-radius: 0.5rem;
  width: 100%;
}
#grow_vr_developer .grow_game_ind .heading-box .red_text, #grow_vr_developer .grow_game_ind .heading-box .black_text {
  font-size: clamp(3rem,4vw,6rem);
  line-height: clamp(4rem,5vw,7rem);
}
.vr_dev_img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.growing_para_box .s_box {
  text-align: left;
  background: #e2eef5;
  border: 0.1rem solid #879caa;
}
#experince .card-div {
  padding: 0rem 2rem;
  width: 100%;
}
#experince .card-div span {
  padding: 0  1rem 0 0;
  color: #ed1b24;
}
#experince .exp_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 0rem;
}
#experince .dual_btnone{
  margin: 0 auto;
  background: #ed1b24;
  border-color: #ed1b24;
}
#experince .dual_btnone:hover{
  margin: 0 auto;
  background: #fff;
  border-color: #282828;
}
#vr_developer_involved .step_involved {
  background: url("../images/vr_developer_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* virtual reality developer css end */
/* chatgpt developer css */
#chatgpt-bann .main_banner {
  background: url('../images/chatgpt_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% 10%;
}

#chatgpt_sec_1 .img_box{
  justify-content: center;
}
#chatgpt_sec_1 .img_box::before {
  background: #0b72b4;
  height: 80%;
  width: 90%;
}

#chatgpt_involved .step_involved {
  background: url("../images/chatgpt_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* chatgpt developer css end */
/* data scientist css */
#data-sci-bann .main_banner {
  background: url('../images/data_sci_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
}

#uiux_sec_1 .img_box{
  justify-content: center;
}
#uiux_sec_1 .img_box::before {
  background: #ac73f7;
  height: 80%;
  width: 90%;
}
#data_sci_involved .step_involved {
  background: url("../images/data_sci_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* data scientist css end */
/* ui ux designer css */
#uiux-bann .main_banner {
  background: url('../images/uiux_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
}


#uiux_involved .step_involved {
  background: url("../images/uiux_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* ui ux designer css end */
/* vr health care css */
#vr-health-bann .main_banner {
  background: url('../images/vr_health_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
}
#vr_health_sec_1 .unreal_engine_txt-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#vr_health_involved .step_involved {
  background: url("../images/vr_health_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* vr health care css end */
/* vr retail css */
#vr-retail-bann .main_banner {
  background: url('../images/vr_retail_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
}
#vr_retail_involved .step_involved {
  background: url("../images/vr_retail_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* vr retail css end */
/* vr automative css */
.car-bg {
  position: relative;
  width: 100%;
  background: url('../images/vr_auto_sec_bg.png') center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.car-bg img{
  position: relative;
  margin-bottom: -2%;
}
#vr-auto-bann .main_banner {
  background: url('../images/vr_auto_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
}
#vr_auto_involved .step_involved {
  background: url("../images/vr_auto_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* vr automative css end */
/* vr tourism css */
#vr-tour-bann .main_banner {
  background: url('../images/vr_tour_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
}
#vr-tour-bann .banner_img{
  justify-items: end;
}
#vr_tour_involved .step_involved {
  background: url("../images/vr_tour_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* vr tourism css end */
/* vr real estate css */
#vr-estate-bann .main_banner {
  background: url('../images/vr_estate_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 0%;
}
#vr-estate-bann .banner_img{
  justify-items: end;
}
#vr_estate_involved .step_involved {
  background: url("../images/vr_estate_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* vr real estate css end */
/* vr entertainment css */
#vr-enter-bann .main_banner {
  background: url('../images/vr_enter_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0%;
}
#vr-enter-bann .banner_img{
  justify-items: end;
}
#vr_enter_involved .step_involved {
  background: url("../images/vr_enter_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* vr entertainment css end */
/* vr learning and development css */
#vr-learn-bann .main_banner {
  background: url('../images/vr_learn_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
}
#vr_learn_involved .step_involved {
  background: url("../images/vr_learn_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* vr learning and development css end */
/*sixsigma health css start*/
.health_heading_box h1 {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  color:#ed1b24;
  font-size: 5rem;
}
.health_heading_box span {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 5rem;
  text-align: center;
  color: #282828;
}
.health_heading_box h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 800;
}
.card-industry-div {
  background-color: rgb(255, 255, 255);
  box-shadow: 0rem 0rem 3rem 0rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-start;
  padding: 0rem 2rem;
  width: 100%;
  height: 24.4rem;
  border-radius: 2rem;
  cursor: pointer;
  padding-top: 1rem;
  flex-direction: column;
  justify-content: center;
  margin: 2.1rem 0 2rem;
}
.card-industry-div h2 {
  text-transform: uppercase;
  font-weight: 900;
  align-items: center;
  font-size: 1.7rem;
  color: #282828;
  line-height: 3rem;
}
.card-industry-div p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-family: 'Roboto', sans-serif;
  color: #282828;
}
.card-industry-div img {
  padding: 1rem 0rem;
}

.growing_list .red_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  margin: unset;
} 
/*
#chatgpt_involved .black_text {
    color: #ffffff;
}*/
.wia .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

    font-weight: 900;
    margin: 0 0 0rem;
    color: black;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 0.1rem;
    -webkit-text-stroke-color: #282828;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.tec_features {
    padding: 5% 0;
}
.step_involved .black_text {
    color: #fff;
    margin: 0 0 2rem;
    font-weight: 900;
    font-size: clamp(3rem,4vw,5rem);
    line-height: clamp(4rem,5vw,6rem);
}

.vrd_sec .black_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  color: #000000;
  margin: 0 0 2rem;
  font-weight: 900;
}
.step_involved ul .h4, .step_involved ul .h5, .step_involved ul h4 {
    color: #fff;
}

.sample_3d_assets .blank_text ,
.End_to_End .blank_text {
    -webkit-text-stroke-color: #282828;
}






/*sixsigma health css end*/
/*sixsigma health css start*/
.health_heading_box h1 {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  color:#ed1b24;
  font-size: 5rem;
}
.health_heading_box span {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 5rem;
  text-align: center;
  color: #282828;
}
.health_heading_box h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 800;
}
.card-industry-div {
  background-color: rgb(255, 255, 255);
  box-shadow: 0rem 0rem 3rem 0rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-start;
  padding: 0rem 2rem;
  width: 100%;
  height: 24.4rem;
  border-radius: 2rem;
  cursor: pointer;
  padding-top: 1rem;
  flex-direction: column;
  justify-content: center;
  margin: 2.1rem 0 2rem;
}
.card-industry-div h2 {
  text-transform: uppercase;
  font-weight: 900;
  align-items: center;
  font-size: 1.7rem;
  color: #282828;
  line-height: 3rem;
}
.card-industry-div p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-family: 'Roboto', sans-serif;
  color: #282828;
}
.card-industry-div img {
  padding: 1rem 0rem;
}
/*sixsigma health css end*/

/* extended reality development css */
#xr_training .main_banner {
    background: #223b8f url(../images/mr_bann_bg.jpg) no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
  /*height:100vh;*/
  /*background-size: cover;*/
  isolation: isolate;
}
#xr_training .main_banner .banner_img {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#xr_training .main_banner .banner_img img {
  max-width: unset;
  z-index: -1;
}
#xr_sec_1 .img_box {
  justify-content: center;
  align-items: flex-start;
}

#xr_involved .step_involved {
  background: url("../images/xr_involved_img.jpg") no-repeat;
  background-size: cover;
}
/*/ extended reality development css end /*/
/* hire game developer css */
#gam-dev-bann .main_banner {
  background: url('../images/gam_dev_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
  isolation: isolate;

}
#gam_dev_sec_1 .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#gam_dev_sec_1 .img_box::before {
  width: 90%;
  height: 80%;
  background: #0b72b4;
}
#experince .black_text,
#experince .red_text{
  font-size: 6rem;
  line-height: 6.5rem;
}
.card-div h3, .card-div h4, .card-div .h5, .card-div h5 {
  text-transform: uppercase;
  font-weight: 900;
  align-items: center;
  font-size: clamp(1.4rem,1.7vw,1.7rem);
  color: #282828;
  line-height: clamp(2rem,2.7vw,2.5rem);
}
#gam_dev_involved .step_involved {
  background: url("../images/gam_dev_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* hire game developer css end */
.home-banner video {
    position: absolute;
    height: 1130px;
    object-fit: cover;
}

.my-space {
    line-height: 6rem;
}
section.step_involved .heading-box .h4 {
    color: #fff;
}
.involved_content h4, .involved_content .h4,  .involved_content .h5 {
    font-size: clamp(1.4rem,5vw,2rem);
    font-weight: 500;
    color: red;
}
span.des__text {
    color: #fff;
    font-size: 1.6rem;
}
.service-content-wrapper {
    width: 100% !important;
}


.ds_inline {
    display: inline;
}


#growing_list .black_50 {
    color: #0c0c0c;
    font-size: inherit;
    line-height: inherit;
}

#html5-bann .blank_text,
#html5-bann .bold_white{ 
    font-size: inherit;
    line-height: inherit;
 }

 #html5-bann h1{ 
     font-size: 4.8rem;
    line-height: 5.5rem; }


    div#virtual .black_text {
     font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  }
 
  .banner_text .blank_text {
    font-size: clamp(3rem,3vw,5rem);
  line-height: clamp(4rem,4vw,6rem);
  }
  
 .banner_text .blank_text  
  {
      font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #ffffff;
  }
  
  
  
  
  
  .banner_text h4.bold_white {
    font-size: clamp(1.6rem,2vw,2.5rem);
    line-height: clamp(2rem,3vw,2.9rem);
    margin: 0 0 2rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 900;
}
.sixsigma_Healthcare.py-5 .black_text  ,
.sixsigma_Healthcare.py-5 .red_text
{       font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
 }

.sixsigma_Healthcare.py-5 .heading-box h3,
.sixsigma_Healthcare.py-5 .heading-box h4,
.sixsigma_Healthcare.py-5 .heading-box h5 {
    font-size: 5rem;
    line-height: 5.5rem;
}


.vj {
    font-size: 4.1rem;
    line-height: 4.3rem;
    margin: 0 0 0;
}
.vj .black_text,
.vj .red_text{
    font-size: inherit;
    line-height: inherit;
  }


#Tools_Te .pt{ 
       font-size: 4.1rem;
    line-height: 4.3rem;
    margin: 0 0 0; 
 }

#Tools_Te .pt .black_text,
#Tools_Te .pt .red_text{
    font-size: inherit;
    line-height: inherit;
  }



  .grow_game_ind .black_text,
  .grow_game_ind .blank_text {
    font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}


.vr_ct_text .wh.h4 {
    /* font-size: 2.5rem;
    line-height: 2.9rem; */
    color: #ffffff;
    font-weight: 900;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.linkList {
  margin: 0 0 3rem;
  padding: 0;
  list-style-type: none;
}
#ar_dev_serv_display .chatgpt_developer_txt-box .black_text, #ar_dev_serv_display .chatgpt_developer_txt-box .blank_text, #ar_dev_serv_display .chatgpt_developer_txt-box .red_text {

font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}



/* modul css start */
.main_modal .modal-dialog {
  max-width: 500px;
margin: 100px auto 0
}

.main_modal .modal-header {
  border: 0;
  padding: 0 0 20px;
  display: block;
  text-align: center;
}

.main_modal .modal-header h5 {
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw,3rem);
  font-weight: 700;
  line-height: clamp(2.4rem,3vw,3.5rem);
  margin: 0 0 10px;
}
.main_modal .modal-header p {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 11px;
}
.submit_btn p {
color: #fff;
font-size: 14px;
line-height: 22px;
font-weight: 400
}

.main_modal .modal-body {
padding: 0;
display: block
}

.main_modal .modal {
background: #00000085
}

.modal_form input[type=email],
.modal_form input[type=number],
.modal_form input[type=password],
.modal_form input[type=tel],
.modal_form input[type=text],
.modal_form input[type=url],
.modal_form select,
.modal_form textarea {
  border: 1px solid #ececec;
  background-color: #fff0;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  height: 44px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 15px;
  border-radius: 20px;
  outline: 0;
}

.modal_form textarea {
padding: 10px 15px;
resize: none;
height: 113px !important
}

.submit_btn {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 0
}

.modal_form input[type=submit] {
  color: #fff;
  background-color: #ff1919;
  height: 46px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #ff1919;
  border-radius: 50px;
  margin-bottom: 20px;
  font-weight: 500;
}

.modal_form input[type=submit]:hover {
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
background-color: #fff;
color: #f30101;
border-color: #fff;
}

.main_modal .calse {
  border: 0;
  right: 25px;
  top: 16px;
  color: #fff;
  font-size: 25px;
  position: absolute;
  background: #ee1717;
  border-radius: 40px;
  height: 40px;
  width: 40px;
}
.main_modal .modal-content {
  border: 0;
  outline: 0;
  padding: 10% 8% 3%;
  border-radius: 35px;
  background: linear-gradient(126deg, rgb(237 27 36) 0%, rgb(104 12 16) 50%, rgb(237 27 36) 100%) !important;
}


.modal_form textarea::placeholder {
color: #fff;
opacity: 1; /* Firefox */
}

.modal_form textarea::-ms-input-placeholder { /* Edge 12 -18 */
color: #fff;
}
.main_modal input::placeholder {
color: #fff;
opacity: 1; /* Firefox */
}

.main_modal input::-ms-input-placeholder { /* Edge 12 -18 */
color: #fff;
}
/* modul css end */
.stellarnav {
  /* position: relative; */
  width: 200%;
  z-index: 9900;
  line-height: normal;
}
/*.menuSec .list-main.ins.has-sub ul {*/
/*    display: block;*/
/*    width: 100%;*/
/*    margin: 4% 0 0 -216px;*/
/*}*/


.growing_card span{font-size: clamp(2rem,6vw,5.5rem);
  line-height: clamp(2.5rem,7vw,6rem);
  color: #393939;
  font-weight: 700;
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;}
  
  
  
 #ar-gam-dev-bann .banner_text .blank_text {
    font-size: clamp(3.7rem,4vw,4.6rem);
    line-height: clamp(5rem,5vw,8rem);
}
#vr-tour-bann .banner_text .blank_text {
    font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}
#vr-estate-bann .banner_text .blank_text {
    font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}
/* mixed reality development css */
#mr_training .main_banner {
  background: url('../images/mr_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 10% 0% ;
  isolation: isolate;
}
#mr_training .main_banner .banner_img {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#mr_training .main_banner .banner_img img {
  max-width: 100%;
  z-index: -1;
}
#mr_sec_1 .img_box {
  justify-content: center;
  align-items: flex-start;
}
#mr_sec_1 .img_box::before {
  width: 94%;
  height: 61.3rem;
  background: #007d97;
  bottom: -3%;
}
#mr_involved .step_involved {
  background: url("../images/mr_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* mixed reality development css end */
/* extended reality development css */

#xr_training .main_banner .banner_img {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#xr_training .main_banner .banner_img img {
  max-width: 100%;
  z-index: -1;
  /* margin-right: -20%; */
}
#xr_sec_1 .img_box {
  justify-content: center;
  align-items: flex-start;
}
#xr_sec_1 .img_box::before {
  width: 87%;
  height: 61.3rem;
  background: #77def7;
  bottom: -1%;
}
#xr_involved .step_involved {
  background: url("../images/xr_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* extended reality development css end */
/* hire game developer css */
#gam-dev-bann .main_banner {
  background: url('../images/gam_dev_bann_bg.jpg') no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 18% 0% 10%;
  isolation: isolate;

}
#gam_dev_sec_1 .img_box {
  justify-content: center;
  align-items: center;
  padding: 0% 0% 5%;
}
#gam_dev_sec_1 .img_box::before {
  width: 90%;
  height: 80%;
  background: #0b72b4;
}
#experince .black_text,
#experince .red_text{
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);

}
.card-div h3, .card-div h4, .card-div h5 {
  text-transform: uppercase;
  font-weight: 900;
  align-items: center;
  font-size: clamp(1.4rem,1.6vw,2.4rem);
  color: #282828;
  line-height: 1.5;
}
#gam_dev_involved .step_involved {
  background: url("../images/gam_dev_involved_img.jpg") no-repeat;
  background-size: cover;
}
/* hire game developer css end */
/*process css start*/

.proces_sec {
  position: relative;
  padding: 5% 0;
}

.proces_sec .container {
  position: relative;
  z-index: 5;
}


/*.stock_heding {
    position: relative;
    display: block;
}

.stock_heding:after {
    position: absolute;
    content: 'Process';
    font-size: 160px;
    line-height: 150px;
    font-weight: 500;
    margin: 0 0 0px;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #cfcfcf;
    font-family: 'Roboto', sans-serif;

    text-transform: capitalize;
    width: 100%;
    height: 200px;
    top: -98px;
    left: 0;
    z-index: 1;
}*/

.proces_sec .main_heading .bold_white {
  /*font-size: 12rem;*/
  /*line-height: 8rem;*/
  color: #282828;
  font-weight: 900;
}

/* .red_text {
  font-size: 12rem;
  line-height: 12.5rem;
  color: #ed1b24;
  font-weight: 900;
  margin: 0 0 2rem;
  text-transform: capitalize;
} */

.proces_sec .main_heading .blank_text {
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 0.2rem;
  -webkit-text-stroke-color: #28282875;

}

.heading-box {
  padding: 0 2% 5%;
}

.para-box {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.process_div {
  position: relative;
  width: 83%;
  margin: 0 0 7rem;
}

.process_div h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  color: #282828;
  font-weight: 900;
  margin: 0 0 0rem;
  font-family: 'Roboto', sans-serif;
}

.process_div p {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #282828;
  margin: 10px 0 0;
}

p.faq_ho{font-size: clamp(1.1rem,2vw,3rem);
  line-height: clamp(3rem,5vw,6rem);
  font-weight: 700;
}

.process_div.process_2 {
  margin: 0 0 7rem -10rem;
}


.process_1:after {
  content: "";
  background: url("../images/arrow-left.png");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  right: -15rem;
  top: 0rem;
}

.process_2:after {
  content: "";
  background: url("../images/arrow-roll-left.png");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  right: -15rem;
  top: 0rem;
}


.process_3:after {
  content: "";
  background: url("../images/arrow-down-left.png");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  right: -13rem;
  top: 0px;
  transform: rotate(10deg);
}


.process_4:after {
  content: "";
  background: url("../images/arrow-down-left.png");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  left: -14rem;
  top: 5rem;
  transform: rotate(175deg);
  bottom: 0;
}

.process_5:after {
  content: "";
  background: url("../images/arrow-roll-right.png");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  left: -15rem;
  top: 0px;
}

.process_6:after {
  content: "";
  background: url("../images/arrow-left.png");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 10rem;
  height: 8.5rem;
  position: absolute;
  z-index: 1;
  left: -14rem;
  top: 5rem;
  transform: rotate(174deg);
  bottom: 0;
}

.process_div.process_5 {
  margin: 0 0 7rem 14rem;
}

.process_img img {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.proc_content {
  width: 80%;
}
.proc_line {
    position: absolute;
    left: 46%;
    display:none;
}
#proc-bann .main_banner {
  background: #0e0dc3  url(../images/process_banner_bg.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  
}
.banner_img {
  display: flex;
  align-items: center;
  height: 100%;
}
.proc-bann .main_banner .banner_img img {
  position: absolute;
  right: 0%;
  width: 100%;
}
.proc_display .black_text,
.proc_display .red_text {
  font-size: clamp(3rem,4vw,4rem);
  line-height: clamp(4rem,5vw,5rem);
  display: block;
}
.proc_display  .blank_text {
  font-size: clamp(3rem,4vw,5rem);
  line-height: clamp(4rem,5vw,6rem);
  -webkit-text-stroke-color: #000;
}
#proc_award .blank_text {
  font-size: clamp(2.7rem,5vw,7rem);
  line-height: clamp(4rem,6vw,8rem);
  -webkit-text-stroke-color: #000;
}
/*process css end*/
.service-content-wrapper a span.ind {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  object-fit: scale-down;
  border: 1px solid #939393;
  border-radius: 30px;
  margin: 0 10px 0 0;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  padding: 6px;
  background: url(../images/industry-icon.png) no-repeat;
  background-position: 8px 2px;
}
.service-content-wrapper a span.ind.hel-img {
  background-position: -32px 7px;
}
.service-content-wrapper a span.ind.scm-img {
  background-position: -71px 6px;
}
.service-content-wrapper a span.ind.rs-img {
  background-position: -109px 5px;
}
.service-content-wrapper a span.ind.od-img {
  background-position: -149px 5px;
}
.service-content-wrapper a span.ind.saas-img {
  background-position: -188px 5px;
}
.service-content-wrapper a span.ind.eco-img {
  background-position: -231px 5px;
}
li.list-main.loc.ins ul, li.list-main.loc ul, li.list-main.loc.ind ul {
  width: 282px;
}
.service-content-wrapper a span.hire {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  object-fit: scale-down;
  border: 1px solid #939393;
  border-radius: 30px;
  margin: 0 10px 0 0;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  padding: 6px;
  background: url(../images/insights.png) no-repeat;
  background-position: 10px 4px;
}
.service-content-wrapper a span.hire.pr-img {
  background-position: -28px 5px;
}
.service-content-wrapper a span.hire.bl-img {
  background-position: -66px 5px;
}
.service-content-wrapper a span.hire.mc-img {
  background-position: -105px 7px;
}
.service-content-wrapper a span.hire.bc-img {
  background-position: -144px 6px;
}
.service-content-wrapper a:hover span.hire,
.service-content-wrapper a:hover span.ind {
  transform: rotate(360deg);
}
.menuSec li.list-main.ser.has-sub:hover>ul {
  display: block;
  position: absolute;
  z-index: 9999;
  background-color: #ffffff;
  left: 0;
  width: 100%;
  text-align: left;
  top: 60px;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ccc;
  border-radius: 30px;
  height: 643px;
  overflow-y: scroll;
}
.list-main.ser.has-sub ul.hidee::-webkit-scrollbar {
  width: 0px;
}
section.unreal_engine .heading-box p {
    width: 78%;
    margin-top: 28px;
}
#faq_proc .six_sigma {
    font-size: clamp(3rem,5vw,7rem);
    line-height: clamp(4rem,6vw,8rem);
    color: #000;
    font-weight: 900;
    margin: 0 0 2rem 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.red_txt{color:#ed1b24 !important;}

.growing_card.red p {
    color: #fff;
}
.growing_card:hover p {
    color: #fff;
}

.growing_card.red:hover p {
    color: #333;
}
.faq_sec .accordion-collapse.collapse.show p a {
    color: #ed1b24;
}